diff --git a/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj b/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj
index bd34fbf..5726eda 100644
--- a/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj
+++ b/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj
@@ -19,13 +19,13 @@
Swashbuckle.OData
- 3.1.1
+ 3.2.0
Swashbuckle.OData
- Richard Beauchamp
+ Richard Beauchamp and the Swashbuckle.OData contributors
Richard Beauchamp
Extends Swashbuckle with OData v4 support! Supports both WebApi and OData controllers!
Extends Swashbuckle with OData v4 support! Supports both WebApi and OData controllers!
- Updated Swashbuckle.Core package version to fix some bugs and decrease newtonsoft Json version requirements.
+ 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.
https://github.com/rbeauchamp/Swashbuckle.OData
https://github.com/rbeauchamp/Swashbuckle.OData/blob/master/License.txt
Copyright © 2015 - 2016 Richard Beauchamp and the Swashbuckle.OData contributors
diff --git a/Swashbuckle.OData/Properties/AssemblyInfo.cs b/Swashbuckle.OData/Properties/AssemblyInfo.cs
index fb0fb0c..002c221 100644
--- a/Swashbuckle.OData/Properties/AssemblyInfo.cs
+++ b/Swashbuckle.OData/Properties/AssemblyInfo.cs
@@ -37,4 +37,4 @@
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
-[assembly: AssemblyInformationalVersion("3.1.0")]
\ No newline at end of file
+[assembly: AssemblyInformationalVersion("3.2.0")]
\ No newline at end of file
diff --git a/appveyor.yml b/appveyor.yml
index ede1595..ab49e74 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 3.1.0.{build}
+version: 3.2.0.{build}
before_build:
- cmd: nuget restore