Merge pull request #87 from Aaronontheweb/locked-fake

fixed nuget 3.x packaging issues
This commit is contained in:
Max Gortman 2016-04-26 21:42:41 -07:00
Родитель 45e7a081b2 e0180e36c8
Коммит a5832b5abc
4 изменённых файлов: 4 добавлений и 3 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -2,6 +2,7 @@
[Bb]in/
TestResults/
.nuget/
.fake/
_ReSharper.*/
packages/
artifacts/

Просмотреть файл

@ -19,7 +19,7 @@ copy %CACHED_NUGET% .nuget\nuget.exe > nul
.nuget\NuGet.exe update -self
.nuget\NuGet.exe install FAKE -OutputDirectory packages -ExcludeVersion -Version 3.28.8
.nuget\NuGet.exe install FAKE -OutputDirectory packages -ExcludeVersion -Version 4.25.4
.nuget\NuGet.exe install xunit.runner.console -ConfigFile .nuget\Nuget.Config -OutputDirectory packages\FAKE -ExcludeVersion -Version 2.0.0

Просмотреть файл

@ -16,7 +16,7 @@ fi
mono $SCRIPT_PATH/.nuget/nuget.exe update -self
mono $SCRIPT_PATH/.nuget/nuget.exe install FAKE -OutputDirectory $SCRIPT_PATH/packages -ExcludeVersion -Version 3.28.8
mono $SCRIPT_PATH/.nuget/nuget.exe install FAKE -OutputDirectory $SCRIPT_PATH/packages -ExcludeVersion -Version 4.25.4
mono $SCRIPT_PATH/.nuget/nuget.exe install xunit.runners -OutputDirectory $SCRIPT_PATH/packages/FAKE -ExcludeVersion -Version 2.0.0

Просмотреть файл

@ -6,7 +6,7 @@
<version>@build.number@</version>
<authors>@authors@</authors>
<owners>@authors@</owners>
<description>DotNetty is a port of netty framework. It is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers &amp; clients.</description>
<description>DotNetty is a port of netty framework. It is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.</description>
<licenseUrl>https://github.com/Azure/DotNetty/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/Azure/DotNetty/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>