Skip to content

Commit

Permalink
Prepare release v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeauchamp committed Apr 24, 2017
1 parent 0d96a0c commit 672d169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<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>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>
<ReleaseNotes>Replaced Flurl with custom Uri management.</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 appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.2.0.{build}
version: 3.2.1.{build}

before_build:
- cmd: nuget restore
Expand Down

0 comments on commit 672d169

Please sign in to comment.