From c2e3f9926c67d4b6bf63de82da9addd5a4855e4e Mon Sep 17 00:00:00 2001 From: Richard Beauchamp Date: Wed, 10 Feb 2016 19:20:41 -0800 Subject: [PATCH] Prepare release v2.15.0 --- Swashbuckle.OData.Nuget/Swashbuckle.OData.NuGet.nuproj | 4 ++-- .../ODataControllers/CustomersController.cs | 3 +-- .../Fixtures/ParameterTests/ByteParameterAndResponseTests.cs | 1 - Swashbuckle.OData/Descriptions/TypeExtensions.cs | 1 - Swashbuckle.OData/EnableQueryFilter.cs | 1 - Swashbuckle.OData/Properties/AssemblyInfo.cs | 2 +- appveyor.yml | 2 +- 7 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Swashbuckle.OData.Nuget/Swashbuckle.OData.NuGet.nuproj b/Swashbuckle.OData.Nuget/Swashbuckle.OData.NuGet.nuproj index 91cc3b5..1df2c67 100644 --- a/Swashbuckle.OData.Nuget/Swashbuckle.OData.NuGet.nuproj +++ b/Swashbuckle.OData.Nuget/Swashbuckle.OData.NuGet.nuproj @@ -25,12 +25,12 @@ Richard Beauchamp Extends Swashbuckle with OData v4 support! Extends Swashbuckle with OData v4 support! - Supports route prefixes that contain parameters. + OData query parameters are limited to $expand and $select for APIs that return a single result. https://github.com/rbeauchamp/Swashbuckle.OData https://github.com/rbeauchamp/Swashbuckle.OData/blob/master/License.txt Copyright 2015 Swashbuckle Swagger SwaggerUi OData Documentation Discovery Help WebApi AspNet AspNetWebApi Docs WebHost IIS - 2.14.0 + 2.15.0 diff --git a/Swashbuckle.OData.Sample/ODataControllers/CustomersController.cs b/Swashbuckle.OData.Sample/ODataControllers/CustomersController.cs index 8c12e8c..cd39c57 100644 --- a/Swashbuckle.OData.Sample/ODataControllers/CustomersController.cs +++ b/Swashbuckle.OData.Sample/ODataControllers/CustomersController.cs @@ -1,5 +1,4 @@ -using System; -using System.Data.Entity.Infrastructure; +using System.Data.Entity.Infrastructure; using System.Linq; using System.Net; using System.Threading.Tasks; diff --git a/Swashbuckle.OData.Tests/Fixtures/ParameterTests/ByteParameterAndResponseTests.cs b/Swashbuckle.OData.Tests/Fixtures/ParameterTests/ByteParameterAndResponseTests.cs index 833982c..c20f65d 100644 --- a/Swashbuckle.OData.Tests/Fixtures/ParameterTests/ByteParameterAndResponseTests.cs +++ b/Swashbuckle.OData.Tests/Fixtures/ParameterTests/ByteParameterAndResponseTests.cs @@ -14,7 +14,6 @@ using Microsoft.Owin.Hosting; using NUnit.Framework; using Owin; -using Swashbuckle.Swagger; namespace Swashbuckle.OData.Tests { diff --git a/Swashbuckle.OData/Descriptions/TypeExtensions.cs b/Swashbuckle.OData/Descriptions/TypeExtensions.cs index f1d08f2..30ec76b 100644 --- a/Swashbuckle.OData/Descriptions/TypeExtensions.cs +++ b/Swashbuckle.OData/Descriptions/TypeExtensions.cs @@ -1,7 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. -using System; using System.ComponentModel; using System.Diagnostics.Contracts; diff --git a/Swashbuckle.OData/EnableQueryFilter.cs b/Swashbuckle.OData/EnableQueryFilter.cs index 43e5041..1cce723 100644 --- a/Swashbuckle.OData/EnableQueryFilter.cs +++ b/Swashbuckle.OData/EnableQueryFilter.cs @@ -5,7 +5,6 @@ using System.Web.OData; using Swashbuckle.OData.Descriptions; using Swashbuckle.Swagger; -using System.Web.Http; using System; namespace Swashbuckle.OData diff --git a/Swashbuckle.OData/Properties/AssemblyInfo.cs b/Swashbuckle.OData/Properties/AssemblyInfo.cs index d329418..25aa7c0 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("2.14.0")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("2.15.0")] \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index f43e34c..6bc5a07 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.14.0.{build} +version: 2.15.0.{build} before_build: - cmd: nuget restore