From 672d169ba21ef2f62bd0c93b3b6f124d388e4530 Mon Sep 17 00:00:00 2001 From: Richard Beauchamp Date: Mon, 24 Apr 2017 10:10:41 -0700 Subject: [PATCH] Prepare release v3.2.1 --- .../Swashbuckle.OData.NuGetPackage.nuproj | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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