Skip to content

Commit

Permalink
Prepare for v3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeauchamp committed Mar 15, 2017
1 parent 50e8caa commit d1932bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<Import Project="$(NuProjPath)\NuProj.props" Condition="Exists('$(NuProjPath)\NuProj.props')" />
<PropertyGroup Label="Configuration">
<Id>Swashbuckle.OData</Id>
<Version>3.1.1</Version>
<Version>3.2.0</Version>
<Title>Swashbuckle.OData</Title>
<Authors>Richard Beauchamp</Authors>
<Authors>Richard Beauchamp and the Swashbuckle.OData contributors</Authors>
<Owners>Richard Beauchamp</Owners>
<Summary>Extends Swashbuckle with OData v4 support! Supports both WebApi and OData controllers!</Summary>
<Description>Extends Swashbuckle with OData v4 support! Supports both WebApi and OData controllers!</Description>
<ReleaseNotes>Updated Swashbuckle.Core package version to fix some bugs and decrease newtonsoft Json version requirements.</ReleaseNotes>
<ReleaseNotes>Added support for xml comments and for using SwaggerResponseAttributes and ODataResponse and its subclasses on nested resources. Allow ODataResponse metadata property to be overridden. Create ODataListResponse for IEnumerable responses with OData properties. Strong named assembly. Added private key and Flurl signed package.</ReleaseNotes>
<ProjectUrl>https://github.com/rbeauchamp/Swashbuckle.OData</ProjectUrl>
<LicenseUrl>https://github.com/rbeauchamp/Swashbuckle.OData/blob/master/License.txt</LicenseUrl>
<Copyright>Copyright © 2015 - 2016 Richard Beauchamp and the Swashbuckle.OData contributors</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Swashbuckle.OData/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("3.1.0")]
[assembly: AssemblyInformationalVersion("3.2.0")]
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.1.0.{build}
version: 3.2.0.{build}

before_build:
- cmd: nuget restore
Expand Down

0 comments on commit d1932bb

Please sign in to comment.