mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-27 02:43:54 +02:00
Изменение номеров версий
This commit is contained in:
parent
63f0ffab6b
commit
92fc52ad73
@ -132,7 +132,7 @@
|
||||
| stages {
|
||||
| stage('Prepare'){
|
||||
| steps{
|
||||
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.13.0.ospx; del oint-1.13.0.ospx'
|
||||
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx'
|
||||
| withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
| bat encoding: 'UTF-8', script:'""C:/Program Files (x86)/GnuPG/bin/gpg.exe"" --quiet --batch --yes --decrypt --passphrase=""%GPGKEY%"" --output ./data.json ./data.json.gpg'
|
||||
| }
|
||||
|
@ -10,7 +10,7 @@
|
||||
Процедура НачалоРаботы()
|
||||
|
||||
Репозиторий = "https://github.com/Bayselonarrend/OpenIntegrations";
|
||||
Версия = "1.13.0";
|
||||
Версия = "1.14.0";
|
||||
Режим = "CONFIG";
|
||||
|
||||
//Локальные данные
|
||||
|
@ -3,7 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.13.0.ospx; del oint-1.13.0.ospx'
|
||||
powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
|
@ -3,7 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.13.0.ospx; del oint-1.13.0.ospx'
|
||||
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define MyAppName "OInt"
|
||||
#define MyAppVersion "1.13.0"
|
||||
#define MyAppVersion "1.14.0"
|
||||
#define MyAppPublisher "bayselonarrend"
|
||||
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
|
||||
#define MyAppExeName "oint.exe"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define MyAppName "OInt"
|
||||
#define MyAppVersion "1.13.0"
|
||||
#define MyAppVersion "1.14.0"
|
||||
#define MyAppPublisher "bayselonarrend"
|
||||
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
|
||||
#define MyAppExeName "oint.exe"
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.13.0",
|
||||
"version": "1.14.0",
|
||||
"root": "./src/",
|
||||
"mainLang": "ru",
|
||||
"packageSrc": "OInt/",
|
||||
|
@ -1,5 +1,5 @@
|
||||
Описание.Имя("oint")
|
||||
.Версия("1.13.0")
|
||||
.Версия("1.14.0")
|
||||
.Автор("bayselonarrend")
|
||||
.АдресАвтора("bayselonarrend@gmail.com")
|
||||
.Описание("Открытый пакет интеграций с популярными API")
|
||||
|
@ -26,7 +26,7 @@
|
||||
<usePurposes>PersonalComputer</usePurposes>
|
||||
<scriptVariant>English</scriptVariant>
|
||||
<vendor>Bayselonarrend</vendor>
|
||||
<version>1.13.0</version>
|
||||
<version>1.14.0</version>
|
||||
<detailedInformation>
|
||||
<key>en</key>
|
||||
<value>The Open Integration Package is a set of libraries for integrating with some popular APIs for 1C:Enterprise. It consists of common modules, each responsible for its own API, as well as several shared tool modules..</value>
|
||||
|
@ -1,7 +1,7 @@
|
||||
-s dir
|
||||
--name oint
|
||||
--license mit
|
||||
--version 1.13.0
|
||||
--version 1.14.0
|
||||
--architecture all
|
||||
--depends mono-complete
|
||||
--description "OInt CLI - приложение для работы с API различных онлайн-сервисов из командной строки"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#Использовать "./internal"
|
||||
|
||||
Функция ПолучитьВерсию() Экспорт
|
||||
Возврат "1.13.0";
|
||||
Возврат "1.14.0";
|
||||
КонецФункции
|
||||
|
||||
Функция ПолучитьСоответствиеКомандМодулей() Экспорт
|
||||
|
@ -1,5 +1,5 @@
|
||||
Описание.Имя("oint-cli")
|
||||
.Версия("1.13.0")
|
||||
.Версия("1.14.0")
|
||||
.Автор("bayselonarrend")
|
||||
.АдресАвтора("bayselonarrend@gmail.com")
|
||||
.Описание("CLI версия Открытого пакета интеграций")
|
||||
|
@ -1,5 +1,5 @@
|
||||
Описание.Имя("oint")
|
||||
.Версия("1.13.0")
|
||||
.Версия("1.14.0")
|
||||
.Автор("bayselonarrend")
|
||||
.АдресАвтора("bayselonarrend@gmail.com")
|
||||
.Описание("Открытый пакет интеграций с популярными API")
|
||||
|
@ -26,7 +26,7 @@
|
||||
<usePurposes>PersonalComputer</usePurposes>
|
||||
<scriptVariant>Russian</scriptVariant>
|
||||
<vendor>Bayselonarrend</vendor>
|
||||
<version>1.13.0</version>
|
||||
<version>1.14.0</version>
|
||||
<detailedInformation>
|
||||
<key>ru</key>
|
||||
<value>Открытый пакет интеграций - набор библиотек для интеграции с некоторыми популярными API для 1C:Enterprise. Он состоит из общих модулей, каждый из которых отвечает за свой API, а также нескольких модулей-инструментов, общих для всех.</value>
|
||||
|
@ -1,7 +1,7 @@
|
||||
-s dir
|
||||
--name oint
|
||||
--license mit
|
||||
--version 1.13.0
|
||||
--version 1.14.0
|
||||
--architecture all
|
||||
--depends mono-complete
|
||||
--description "OInt CLI - приложение для работы с API различных онлайн-сервисов из командной строки"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#Использовать "./internal"
|
||||
|
||||
Функция ПолучитьВерсию() Экспорт
|
||||
Возврат "1.13.0";
|
||||
Возврат "1.14.0";
|
||||
КонецФункции
|
||||
|
||||
Функция ПолучитьСоответствиеКомандМодулей() Экспорт
|
||||
|
@ -1,5 +1,5 @@
|
||||
Описание.Имя("oint-cli")
|
||||
.Версия("1.13.0")
|
||||
.Версия("1.14.0")
|
||||
.Автор("bayselonarrend")
|
||||
.АдресАвтора("bayselonarrend@gmail.com")
|
||||
.Описание("CLI версия Открытого пакета интеграций")
|
||||
|
Loading…
Reference in New Issue
Block a user