diff --git a/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj b/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj index b006b65..c9afa3f 100644 --- a/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj +++ b/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj @@ -19,13 +19,13 @@ Swashbuckle.OData - 3.2.1 + 3.3.0 Swashbuckle.OData 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! - Replaced Flurl with custom Uri management. + Added built-in cache support. 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 95999f1..5d92c52 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.2.1")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("3.3.0")] diff --git a/appveyor.yml b/appveyor.yml index 715e1fe..f72e306 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.2.1.{build} +version: 3.3.0.{build} before_build: - cmd: nuget restore