From 414fa22bb689466b067a176c0a25d21b0bab9ab5 Mon Sep 17 00:00:00 2001 From: Artur Ayukhanov Date: Sat, 21 Oct 2017 22:21:34 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=20badge=20=D0=B4=D0=BB=D1=8F=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA?= =?UTF-8?q?=D0=B8=20build.oscript.io?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cc713b2..709d301 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # 1commands -Обсудить [![Join the chat at https://gitter.im/EvilBeaver/oscript-library](https://badges.gitter.im/EvilBeaver/oscript-library.svg)](https://gitter.im/EvilBeaver/oscript-library?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub release](https://img.shields.io/github/release/artbear/1commands.svg)](https://github.com/artbear/1commands/releases) +Обсудить [![Join the chat at https://gitter.im/EvilBeaver/oscript-library](https://badges.gitter.im/EvilBeaver/oscript-library.svg)](https://gitter.im/EvilBeaver/oscript-library?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub release](https://img.shields.io/github/release/artbear/1commands.svg)](https://github.com/artbear/1commands/releases) [![Build Status](http://build.oscript.io/buildStatus/icon?job=oscript-library/1commands/develop)](http://build.oscript.io/job/oscript-library/job/1commands/job/develop/) [![Build status](https://ci.appveyor.com/api/projects/status/ervidk37h9m0tgs5?svg=true)](https://ci.appveyor.com/project/artbear/1commands) ## Библиотека для упрощения работы c запуском различных приложений и командных файлов (cmd, bat, bash) из oscript. From 50e4374bcf6b427ad31fa6463de3efe78ff1d1d1 Mon Sep 17 00:00:00 2001 From: Artur Ayukhanov Date: Tue, 14 Nov 2017 22:17:14 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BD=D0=BE=D0=BC=D0=B5=D1=80=20=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D1=81=D0=B8=D0=B8=20=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BE=D1=82=20=D0=B4=D0=B2=D0=B8=D0=B6=D0=BA?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packagedef | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packagedef b/packagedef index 35474a7..848e66b 100644 --- a/packagedef +++ b/packagedef @@ -1,7 +1,7 @@  Описание.Имя("1commands") - .Версия("1.2.1") - .ВерсияСреды("1.0.16") + .Версия("1.3.0") + .ВерсияСреды("1.0.17") .ЗависитОт("logos") .ЗависитОт("asserts") .ЗависитОт("tempfiles") @@ -10,4 +10,5 @@ .ВключитьФайл("readme.md") .ВключитьФайл("LICENSE.md") .ВключитьФайл("NOTICE") + .ВключитьФайл("packagedef") .ВключитьФайл("lib.config");