Skip to content

Commit

Permalink
release 0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsilva committed Jun 27, 2018
1 parent b9b34e7 commit e0b177d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/SwaggerWcf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyDescription("Swagger for WCF")]
[assembly: AssemblyCompany("abelsilva")]
[assembly: AssemblyProduct("SwaggerWcf")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down 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.13")]
[assembly: AssemblyFileVersion("0.2.13")]
[assembly: AssemblyInformationalVersion("0.2.13")]
[assembly: AssemblyVersion("0.2.14")]
[assembly: AssemblyFileVersion("0.2.14")]
[assembly: AssemblyInformationalVersion("0.2.14")]
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>fix #146</releaseNotes>
<releaseNotes>#151, #153, #152, #147</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>swagger wcf .net c#</tags>
</metadata>
Expand Down

0 comments on commit e0b177d

Please sign in to comment.