Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
domaindrivendev committed Jun 4, 2015
1 parent 6fa9867 commit 32f0dbd
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
Original file line number Diff line number Diff line change
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.1.5")]
[assembly: AssemblyInformationalVersion("5.2.0")]
2 changes: 1 addition & 1 deletion Swashbuckle.Core/Swashbuckle.Core.nuspec
Original file line number Diff line number Diff line change
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>Includes attribute-based response descriptions, swagger-ui upgrade to v2.1.0-M2 and some bug fixes</releaseNotes>
<releaseNotes>Swagger-ui upgrade to v2.1.5-M2 and several bug fixes</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
Original file line number Diff line number Diff line change
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.1.5")]
[assembly: AssemblyInformationalVersion("5.2.0")]
4 changes: 2 additions & 2 deletions Swashbuckle.WebHost/Swashbuckle.nuspec
Original file line number Diff line number Diff line change
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>Includes attribute-based response descriptions, swagger-ui upgrade to v2.1.0-M2 and some bug fixes</releaseNotes>
<releaseNotes>Swagger-ui upgrade to v2.1.5-M2 and several bug fixes</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.1.5" />
<dependency id="Swashbuckle.Core" version="5.2.0" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 32f0dbd

Please sign in to comment.