diff --git a/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj b/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj index be12956..b006b65 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! - 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. + Replaced Flurl with custom Uri management. 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/appveyor.yml b/appveyor.yml index ab49e74..715e1fe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.2.0.{build} +version: 3.2.1.{build} before_build: - cmd: nuget restore