diff --git a/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj b/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj
index e98704e..88e554a 100644
--- a/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj
+++ b/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj
@@ -25,7 +25,7 @@
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 to latest versions of ODataLib, Microsoft ASP.NET Web API 2.2 for OData v4.0, RESTier, and their dependencies.
+ Updated Swashbuckle.Core package version to fix some bugs and decrease newtonsoft Json version requirements.
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 b4aaea2..fb0fb0c 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.0.0")]
\ No newline at end of file
+[assembly: AssemblyInformationalVersion("3.1.0")]
\ No newline at end of file
diff --git a/appveyor.yml b/appveyor.yml
index 24730f7..ede1595 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 3.0.0.{build}
+version: 3.1.0.{build}
before_build:
- cmd: nuget restore