Skip to content

Commit

Permalink
new release v0.1.26 - Added support for marking interfaces with Swagg…
Browse files Browse the repository at this point in the history
…erWcf attribute #82 #83 - from @heXelium
  • Loading branch information
abelsilva committed Jul 22, 2017
1 parent 6e29fb7 commit df8f932
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.1.25")]
[assembly: AssemblyFileVersion("0.1.25")]
[assembly: AssemblyInformationalVersion("0.1.25")]
[assembly: AssemblyVersion("0.1.26")]
[assembly: AssemblyFileVersion("0.1.26")]
[assembly: AssemblyInformationalVersion("0.1.26")]
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>added support for overriding parameter types #80</releaseNotes>
<releaseNotes>Added support for marking interfaces with SwaggerWcf attribute #82 #83 - from @heXelium</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>swagger wcf .net c#</tags>
</metadata>
Expand Down

0 comments on commit df8f932

Please sign in to comment.