Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Версия 1.0.0
  • Loading branch information
dmpas committed Apr 26, 2017
1 parent 952edc1 commit 1525a9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,7 +1,8 @@
language: csharp
install:
- nuget restore
- nuget install NUnit.Runners -Version 3.5.0 -OutputDirectory testrunner
- wget https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
- mono nuget.exe restore
- mono nuget.exe install NUnit.ConsoleRunner -Version 3.6.1 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release
- mono ./testrunner/NUnit.ConsoleRunner.3.5.0/tools/nunit3-console.exe ./NUnitTests/bin/Release/NUnitTests.dll
- mono ./testrunner/NUnit.ConsoleRunner.3.6.1/tools/nunit3-console.exe ./NUnitTests/bin/Release/NUnitTests.dll
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: 0.1.0.{build}
version: 1.0.0.{build}
before_build:
- ps: nuget restore
init:
Expand Down
2 changes: 1 addition & 1 deletion oslib/packagedef
@@ -1,6 +1,6 @@
Описание
.Имя("ftp")
.Версия("0.1.0")
.Версия("1.0.0")
.Автор("Sergey Batanov")
.АдресАвтора("sergey.batanov@dmpas.ru")
.Описание("FTP-Клиент")
Expand Down

0 comments on commit 1525a9c

Please sign in to comment.