Skip to content

Commit

Permalink
Update version to 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
domaindrivendev committed Feb 24, 2016
1 parent 2822f3c commit 953f980
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Swashbuckle.Core/Properties/AssemblyInfo.cs
Expand Up @@ -34,4 +34,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("5.3.1")]
[assembly: AssemblyInformationalVersion("5.3.2")]
2 changes: 1 addition & 1 deletion Swashbuckle.Core/Swashbuckle.Core.nuspec
Expand Up @@ -9,7 +9,7 @@
<projectUrl>https://github.com/domaindrivendev/Swashbuckle</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Seamlessly adds a Swagger to WebApi projects!</description>
<releaseNotes>Swagger-ui upgrade to v2.1.4 and several bug fixes</releaseNotes>
<releaseNotes>Revert breaking change in 5.3.1</releaseNotes>
<summary>Combines ApiExplorer and Swagger/swagger-ui to provide a rich discovery, documentation and playground experience to your API consumers</summary>
<copyright>Copyright 2013</copyright>
<tags>Swagger SwaggerUi Documentation Discovery Help WebApi AspNet AspNetWebApi Docs SelfHost OWIN</tags>
Expand Down
2 changes: 1 addition & 1 deletion Swashbuckle.WebHost/Properties/AssemblyInfo.cs
Expand Up @@ -34,4 +34,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("5.3.1")]
[assembly: AssemblyInformationalVersion("5.3.2")]
4 changes: 2 additions & 2 deletions Swashbuckle.WebHost/Swashbuckle.nuspec
Expand Up @@ -9,14 +9,14 @@
<projectUrl>https://github.com/domaindrivendev/Swashbuckle</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Seamlessly adds a Swagger to WebApi projects!</description>
<releaseNotes>Swagger-ui upgrade to v2.1.4 and several bug fixes</releaseNotes>
<releaseNotes>Revert breaking change in 5.3.1</releaseNotes>
<summary>Combines ApiExplorer and Swagger/swagger-ui to provide a rich discovery, documentation and playground experience to your API consumers</summary>
<copyright>Copyright 2013</copyright>
<tags>Swagger SwaggerUi Documentation Discovery Help WebApi AspNet AspNetWebApi Docs WebHost IIS</tags>
<dependencies>
<dependency id="Microsoft.AspNet.WebApi.WebHost" version="4.0.20710" />
<dependency id="WebActivatorEx" />
<dependency id="Swashbuckle.Core" version="5.3.1" />
<dependency id="Swashbuckle.Core" version="5.3.2" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 953f980

Please sign in to comment.