Skip to content

Commit a5832b5

Browse files
committed
Merge pull request #87 from Aaronontheweb/locked-fake
fixed nuget 3.x packaging issues
2 parents 45e7a08 + e0180e3 commit a5832b5

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[Bb]in/
33
TestResults/
44
.nuget/
5+
.fake/
56
_ReSharper.*/
67
packages/
78
artifacts/

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ copy %CACHED_NUGET% .nuget\nuget.exe > nul
1919

2020
.nuget\NuGet.exe update -self
2121

22-
.nuget\NuGet.exe install FAKE -OutputDirectory packages -ExcludeVersion -Version 3.28.8
22+
.nuget\NuGet.exe install FAKE -OutputDirectory packages -ExcludeVersion -Version 4.25.4
2323

2424
.nuget\NuGet.exe install xunit.runner.console -ConfigFile .nuget\Nuget.Config -OutputDirectory packages\FAKE -ExcludeVersion -Version 2.0.0
2525

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616

1717
mono $SCRIPT_PATH/.nuget/nuget.exe update -self
1818

19-
mono $SCRIPT_PATH/.nuget/nuget.exe install FAKE -OutputDirectory $SCRIPT_PATH/packages -ExcludeVersion -Version 3.28.8
19+
mono $SCRIPT_PATH/.nuget/nuget.exe install FAKE -OutputDirectory $SCRIPT_PATH/packages -ExcludeVersion -Version 4.25.4
2020

2121
mono $SCRIPT_PATH/.nuget/nuget.exe install xunit.runners -OutputDirectory $SCRIPT_PATH/packages/FAKE -ExcludeVersion -Version 2.0.0
2222

src/DotNetty.Common/DotNetty.Common.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version>@build.number@</version>
77
<authors>@authors@</authors>
88
<owners>@authors@</owners>
9-
<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>
9+
<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>
1010
<licenseUrl>https://github.com/Azure/DotNetty/blob/master/LICENSE.txt</licenseUrl>
1111
<projectUrl>https://github.com/Azure/DotNetty/</projectUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>

0 commit comments

Comments
 (0)