Skip to content

Commit

Permalink
Assembly v 5.11 (28.09.24)
Browse files Browse the repository at this point in the history
  • Loading branch information
adslbarxatov committed Sep 28, 2024
1 parent 3521df6 commit 1552415
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Константы, используемые далее по тексту
env:
PROJ: ${{ github.event.repository.name }}
TAG: '5.10.9'
TAG: '5.11'

steps:
# Проверка состава репозитория (без анализа, как может показаться)
Expand Down
Binary file modified .release/KassArray.apk
Binary file not shown.
Binary file modified .release/KassArray.exe
Binary file not shown.
Binary file modified .release/KassArrayDB.dll
Binary file not shown.
Binary file modified .release/KassArrayFN.exe
Binary file not shown.
Binary file modified .release/KassArrayLL.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion .release/Release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Изменения для v 5.10.9_:
_Изменения для v 5.11_:
- `Windows`: реализована поддержка формата `RTF` при сохранении статусов и отчётов;
- Добавлена серия ЗН ФН `Эв15-4` релиза `4408`, выполняется тестирование адресного пространства;
- Добавлено описание ошибки `201` для ККТ `Меркурий`;
Expand Down
2 changes: 1 addition & 1 deletion Changes.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
KassArray: лог изменений

Версия 5.10.9:
Версия 5.11:
• Windows: реализована поддержка формата RTF при сохранении статусов и отчётов;
• Добавлена серия ЗН ФН Эв15-4 релиза 4408, выполняется тестирование адресного пространства;
• Добавлено описание ошибки 201 для ККТ Меркурий
Expand Down
2 changes: 1 addition & 1 deletion src/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.RD_AAOW.TextToKKT"
android:installLocation="internalOnly" android:versionCode="601541" android:versionName="5.10.6">
android:installLocation="internalOnly" android:versionCode="601542" android:versionName="5.11">

<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34" />

Expand Down

0 comments on commit 1552415

Please sign in to comment.