Skip to content

Commit

Permalink
update to version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsilva committed Oct 31, 2017
1 parent 99520cb commit 46d6367
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/SwaggerWcf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
// 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("0.2.1")]
[assembly: AssemblyFileVersion("0.2.1")]
[assembly: AssemblyInformationalVersion("0.2.1")]
[assembly: AssemblyVersion("0.2.2")]
[assembly: AssemblyFileVersion("0.2.2")]
[assembly: AssemblyInformationalVersion("0.2.2")]
2 changes: 1 addition & 1 deletion src/SwaggerWcf/SwaggerWcf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/abelsilva/swaggerwcf</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>fixes #95 / #104 / #107 / #101, some changes in swagger output, please refere to github release details https://github.com/abelsilva/swaggerwcf/releases/tag/0.2.1</releaseNotes>
<releaseNotes>fixes #111 / #112 / #113</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>swagger wcf .net c#</tags>
</metadata>
Expand Down

0 comments on commit 46d6367

Please sign in to comment.