Skip to content

Commit

Permalink
Prep for v5.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
domaindrivendev committed Oct 27, 2016
1 parent 01bb7a2 commit f0e779a
Show file tree
Hide file tree
Showing 4 changed files with 3 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.4.0")]
[assembly: AssemblyInformationalVersion("5.5.0")]
1 change: 0 additions & 1 deletion Swashbuckle.Core/Swashbuckle.Core.nuspec
Expand Up @@ -9,7 +9,6 @@
<projectUrl>https://github.com/domaindrivendev/Swashbuckle</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Seamlessly adds a Swagger to WebApi projects!</description>
<releaseNotes>Upgrade swagger-ui to v2.2.0</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.4.0")]
[assembly: AssemblyInformationalVersion("5.5.0")]
3 changes: 1 addition & 2 deletions Swashbuckle.WebHost/Swashbuckle.nuspec
Expand Up @@ -9,14 +9,13 @@
<projectUrl>https://github.com/domaindrivendev/Swashbuckle</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Seamlessly adds a Swagger to WebApi projects!</description>
<releaseNotes>Upgrade swagger-ui to v2.2.0</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.4.0" />
<dependency id="Swashbuckle.Core" version="5.5.0" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit f0e779a

Please sign in to comment.