Skip to content

Commit

Permalink
Version bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBoersma committed Sep 17, 2017
1 parent 7b300bd commit 03540c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 web applications with .NET.</description>
<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>
<releaseNotes>Version 1.3 introduces the possibility to react to incoming requests before they are fully received, together with several bugfixes.</releaseNotes>
<copyright>Copyright Lukas Boersma 2015-2017, published under the MIT license.</copyright>
</metadata>
</package>
6 changes: 3 additions & 3 deletions FastCGI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Lukas Boersma")]
[assembly: AssemblyProduct("FastCGI")]
[assembly: AssemblyCopyright("Copyright © Lukas Boersma 2015")]
[assembly: AssemblyCopyright("Copyright © Lukas Boersma 2015-2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]

0 comments on commit 03540c3

Please sign in to comment.