Skip to content

Commit 25627ed

Browse files
committed
release 0.2.8
1 parent 07f91e5 commit 25627ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/SwaggerWcf/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
// You can specify all the values or you can default the Build and Revision Numbers
3838
// by using the '*' as shown below:
3939
// [assembly: AssemblyVersion("1.0.*")]
40-
[assembly: AssemblyVersion("0.2.7")]
41-
[assembly: AssemblyFileVersion("0.2.7")]
42-
[assembly: AssemblyInformationalVersion("0.2.7")]
40+
[assembly: AssemblyVersion("0.2.8")]
41+
[assembly: AssemblyFileVersion("0.2.8")]
42+
[assembly: AssemblyInformationalVersion("0.2.8")]

src/SwaggerWcf/SwaggerWcf.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<projectUrl>https://github.com/abelsilva/swaggerwcf</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>$description$</description>
13-
<releaseNotes>fix for #117</releaseNotes>
13+
<releaseNotes>fix for #125 #106 #123 + merge #120 #121 #122</releaseNotes>
1414
<copyright>Copyright 2015</copyright>
1515
<tags>swagger wcf .net c#</tags>
1616
</metadata>

0 commit comments

Comments
 (0)