Skip to content

Commit

Permalink
установил номер версии 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed May 3, 2020
1 parent 004410b commit d9fccef
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 64 deletions.
8 changes: 4 additions & 4 deletions epf/bddRunner/bddRunner/Ext/ObjectModule.bsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Функция ПолучитьВерсиюОбработки(ДобавлятьНазвание = Истина, ТолькоЦифры = Ложь) Экспорт

Версия = "6.5.0";
Версия = "6.6.0";

Если ТолькоЦифры Тогда
Возврат Версия;
Expand Down Expand Up @@ -416,8 +416,8 @@
СтарыйКаталог = КаталогOutputAllure;

ОтчетВРежимеУФ = Ложь;



Если СтруктураОФ.Свойство("ЭтоОФ") Тогда
ИмяФайлаСхемы = КаталогИнструментов + "/vendor/allure-framework/allure.xsd";
Expand Down Expand Up @@ -2046,7 +2046,7 @@

Процедура ДобавитьШагВМассивТестов(МассивТестов, Снипет, ИмяПроцедуры, ПредставлениеТеста = Неопределено,
ОписаниеШага = Неопределено, ТипШагаДляОписания = Неопределено, ТипШагаВДереве = Неопределено) Экспорт

Структура = Новый Структура;

Структура.Вставить("Снипет", Снипет);
Expand Down
2 changes: 1 addition & 1 deletion epf/xddTestRunner/xddTestRunner/Ext/ObjectModule.bsl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Функция Версия() Экспорт
Версия = "6.5.0";
Версия = "6.6.0";
Возврат Версия;
КонецФункции

Expand Down
4 changes: 2 additions & 2 deletions lib/CF/83/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Synonym>
<v8:item>
<v8:lang>ru</v8:lang>
<v8:content>ADD/BDD, ver. 6.5.0</v8:content>
<v8:content>ADD/BDD, ver. 6.6.0</v8:content>
</v8:item>
</Synonym>
<Comment/>
Expand All @@ -45,7 +45,7 @@
<ScriptVariant>Russian</ScriptVariant>
<DefaultRoles/>
<Vendor/>
<Version>6.5.0</Version>
<Version>6.6.0</Version>
<UpdateCatalogAddress/>
<IncludeHelpInContents>false</IncludeHelpInContents>
<UseManagedFormInOrdinaryApplication>false</UseManagedFormInOrdinaryApplication>
Expand Down
4 changes: 2 additions & 2 deletions lib/CF/83NoSync/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Synonym>
<v8:item>
<v8:lang>ru</v8:lang>
<v8:content>ADD/BDD, ver. 6.5.0</v8:content>
<v8:content>ADD/BDD, ver. 6.6.0</v8:content>
</v8:item>
</Synonym>
<Comment/>
Expand All @@ -45,7 +45,7 @@
<ScriptVariant>Russian</ScriptVariant>
<DefaultRoles/>
<Vendor/>
<Version>6.5.0</Version>
<Version>6.6.0</Version>
<UpdateCatalogAddress/>
<IncludeHelpInContents>false</IncludeHelpInContents>
<UseManagedFormInOrdinaryApplication>false</UseManagedFormInOrdinaryApplication>
Expand Down
4 changes: 2 additions & 2 deletions lib/CF/83xdd/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Synonym>
<v8:item>
<v8:lang>ru</v8:lang>
<v8:content>ADD/TDD, ver. 6.5.0</v8:content>
<v8:content>ADD/TDD, ver. 6.6.0</v8:content>
</v8:item>
</Synonym>
<Comment/>
Expand All @@ -45,7 +45,7 @@
<ScriptVariant>Russian</ScriptVariant>
<DefaultRoles/>
<Vendor/>
<Version>6.5.0</Version>
<Version>6.6.0</Version>
<UpdateCatalogAddress/>
<IncludeHelpInContents>false</IncludeHelpInContents>
<UseManagedFormInOrdinaryApplication>true</UseManagedFormInOrdinaryApplication>
Expand Down
4 changes: 2 additions & 2 deletions lib/CF/83xddNoSync/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Synonym>
<v8:item>
<v8:lang>ru</v8:lang>
<v8:content>ADD/TDD, ver. 6.5.0</v8:content>
<v8:content>ADD/TDD, ver. 6.6.0</v8:content>
</v8:item>
</Synonym>
<Comment/>
Expand All @@ -45,7 +45,7 @@
<ScriptVariant>Russian</ScriptVariant>
<DefaultRoles/>
<Vendor/>
<Version>6.5.0</Version>
<Version>6.6.0</Version>
<UpdateCatalogAddress/>
<IncludeHelpInContents>false</IncludeHelpInContents>
<UseManagedFormInOrdinaryApplication>true</UseManagedFormInOrdinaryApplication>
Expand Down
2 changes: 1 addition & 1 deletion packagedef
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
Сообщить("ИНФОРМАЦИЯ - Создан файл релиза " + ФайлКонечный.ПолноеИмя);
КонецПроцедуры

ВерсияПакета = "6.5.0";
ВерсияПакета = "6.6.0";

Описание.Имя("add")
.Версия(ВерсияПакета)
Expand Down

Large diffs are not rendered by default.

0 comments on commit d9fccef

Please sign in to comment.