Skip to content

Commit

Permalink
Version bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBoersma committed Nov 22, 2015
1 parent 0e9ff52 commit a28d318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FastCGI/FastCGI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>FastCGI client library for .NET.</summary>
<description>FastCGI client library for .NET. This library provides easy-to-use functions to build a web applications with .NET.</description>
<releaseNotes>Initial Release.</releaseNotes>
<releaseNotes>Version 1.2 introduces support for multiple concurrent connections and fixes several bugs that occured while doing testing with nginx.</releaseNotes>
<copyright>Copyright Lukas Boersma 2015</copyright>
</metadata>
</package>
4 changes: 2 additions & 2 deletions FastCGI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.4")]
[assembly: AssemblyFileVersion("1.1.4")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]

0 comments on commit a28d318

Please sign in to comment.