From ae5053bee474defc0247b1c9aedf24948d691103 Mon Sep 17 00:00:00 2001 From: Richard Beauchamp Date: Thu, 2 Mar 2017 11:34:56 -0800 Subject: [PATCH] Prepare for release v3.1.0 --- .../Swashbuckle.OData.NuGetPackage.nuproj | 2 +- Swashbuckle.OData/Properties/AssemblyInfo.cs | 2 +- appveyor.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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