1
0
mirror of https://github.com/bia-technologies/bsl-parser.git synced 2025-07-16 00:04:14 +02:00

minor release 1.3

This commit is contained in:
theshadowco
2021-03-29 10:52:33 +03:00
5 changed files with 15 additions and 4 deletions

0
installlocalhost.bat Normal file → Executable file
View File

12
installlocalhost.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
rm "*.ospx"
result=$(oscript -version)
if [[ $result = "1.0.19.105" ]]; then
opm build . -mf ./packagedef -out .
else
opm build -m ./packagedef -o .
fi
opm install -f *.ospx

View File

@ -6,8 +6,8 @@
Описание.Имя(ИмяПродукта)
.ВерсияСреды("1.0.21")
.Версия(ПараметрыСистемы_ЛокальнаяВерсия.ВерсияПродукта())
.ЗависитОт("logos", "1.2.1")
.ЗависитОт("fs", "1.0.0")
.ЗависитОт("logos", "1.3.0")
.ЗависитОт("fs", "1.1.0")
.ВключитьФайл("src")
.ВключитьФайл("readme.md")
.ВключитьФайл("package-loader.os")

View File

@ -33,7 +33,7 @@
//
Функция ВерсияПродукта() Экспорт
Возврат "1.2";
Возврат "1.3";
КонецФункции

Submodule tests/common-fixtures deleted from 423f5ddb26