From da368d4e02a5d9d9d2c756916b99eb6048934be0 Mon Sep 17 00:00:00 2001 From: Richard Beauchamp Date: Thu, 6 Oct 2016 13:25:02 -0700 Subject: [PATCH] #68 --- .../Swashbuckle.OData.NuGetPackage.nuproj | 4 ++-- .../Swashbuckle.OData.Sample.csproj | 4 ++-- Swashbuckle.OData.Sample/Web.config | 4 ++++ Swashbuckle.OData.Sample/packages.config | 16 +++++++-------- .../Swashbuckle.OData.Tests.csproj | 20 +++++++++---------- Swashbuckle.OData.Tests/app.config | 6 +++++- Swashbuckle.OData.Tests/packages.config | 20 +++++++++---------- Swashbuckle.OData/Properties/AssemblyInfo.cs | 2 +- Swashbuckle.OData/Swashbuckle.OData.csproj | 4 ++-- Swashbuckle.OData/packages.config | 16 +++++++-------- appveyor.yml | 2 +- 11 files changed, 53 insertions(+), 45 deletions(-) diff --git a/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj b/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj index 65fa93f..4807e7a 100644 --- a/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj +++ b/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj @@ -19,13 +19,13 @@ Swashbuckle.OData - 2.18.7 + 2.18.8 Swashbuckle.OData Richard Beauchamp 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! - Fixes: operations on Entities were missing the prefix parameters, Fix CodeContracts build issue, Constrain NuGet package dependencies per https://github.com/rbeauchamp/Swashbuckle.OData/issues/68#issuecomment-249264098 + Loosen NuGet package constraints per #68,Fixes: operations on Entities were missing the prefix parameters, Fix CodeContracts build issue, Constrain NuGet package dependencies per https://github.com/rbeauchamp/Swashbuckle.OData/issues/68#issuecomment-249264098 https://github.com/rbeauchamp/Swashbuckle.OData https://github.com/rbeauchamp/Swashbuckle.OData/blob/master/License.txt Copyright © Richard Beauchamp diff --git a/Swashbuckle.OData.Sample/Swashbuckle.OData.Sample.csproj b/Swashbuckle.OData.Sample/Swashbuckle.OData.Sample.csproj index ea7a454..4e854d0 100644 --- a/Swashbuckle.OData.Sample/Swashbuckle.OData.Sample.csproj +++ b/Swashbuckle.OData.Sample/Swashbuckle.OData.Sample.csproj @@ -111,8 +111,8 @@ ..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll True - - ..\packages\Microsoft.AspNet.OData.5.7.0\lib\net45\System.Web.OData.dll + + ..\packages\Microsoft.AspNet.OData.5.9.1\lib\net45\System.Web.OData.dll True diff --git a/Swashbuckle.OData.Sample/Web.config b/Swashbuckle.OData.Sample/Web.config index 853ba2b..f9f429e 100644 --- a/Swashbuckle.OData.Sample/Web.config +++ b/Swashbuckle.OData.Sample/Web.config @@ -39,6 +39,10 @@ + + + + diff --git a/Swashbuckle.OData.Sample/packages.config b/Swashbuckle.OData.Sample/packages.config index fb16bcd..39ce5aa 100644 --- a/Swashbuckle.OData.Sample/packages.config +++ b/Swashbuckle.OData.Sample/packages.config @@ -1,21 +1,21 @@  - + - - - - - - + + + + + + - + \ No newline at end of file diff --git a/Swashbuckle.OData.Tests/Swashbuckle.OData.Tests.csproj b/Swashbuckle.OData.Tests/Swashbuckle.OData.Tests.csproj index ba993d5..031c1e2 100644 --- a/Swashbuckle.OData.Tests/Swashbuckle.OData.Tests.csproj +++ b/Swashbuckle.OData.Tests/Swashbuckle.OData.Tests.csproj @@ -43,12 +43,12 @@ ..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll True - - ..\packages\FluentAssertions.4.2.2\lib\net45\FluentAssertions.dll + + ..\packages\FluentAssertions.4.14.0\lib\net45\FluentAssertions.dll True - - ..\packages\FluentAssertions.4.2.2\lib\net45\FluentAssertions.Core.dll + + ..\packages\FluentAssertions.4.14.0\lib\net45\FluentAssertions.Core.dll True @@ -91,12 +91,12 @@ ..\packages\Microsoft.Spatial.6.15.0\lib\portable-net45+win+wpa81\Microsoft.Spatial.dll True - - ..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll True - - ..\packages\Newtonsoft.Json.Schema.2.0.2\lib\net45\Newtonsoft.Json.Schema.dll + + ..\packages\Newtonsoft.Json.Schema.1.0.11\lib\net45\Newtonsoft.Json.Schema.dll True @@ -129,8 +129,8 @@ ..\packages\Microsoft.AspNet.WebApi.Owin.5.2.3\lib\net45\System.Web.Http.Owin.dll True - - ..\packages\Microsoft.AspNet.OData.5.7.0\lib\net45\System.Web.OData.dll + + ..\packages\Microsoft.AspNet.OData.5.9.1\lib\net45\System.Web.OData.dll True diff --git a/Swashbuckle.OData.Tests/app.config b/Swashbuckle.OData.Tests/app.config index afb5bcc..5f57d41 100644 --- a/Swashbuckle.OData.Tests/app.config +++ b/Swashbuckle.OData.Tests/app.config @@ -16,7 +16,7 @@ - + @@ -38,6 +38,10 @@ + + + + diff --git a/Swashbuckle.OData.Tests/packages.config b/Swashbuckle.OData.Tests/packages.config index 0177ddd..98211a9 100644 --- a/Swashbuckle.OData.Tests/packages.config +++ b/Swashbuckle.OData.Tests/packages.config @@ -2,15 +2,14 @@ - + - - - + + + - - - + + @@ -18,12 +17,13 @@ - - + + + - + \ No newline at end of file diff --git a/Swashbuckle.OData/Properties/AssemblyInfo.cs b/Swashbuckle.OData/Properties/AssemblyInfo.cs index e093527..6a350e3 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.18.7")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("2.18.8")] \ No newline at end of file diff --git a/Swashbuckle.OData/Swashbuckle.OData.csproj b/Swashbuckle.OData/Swashbuckle.OData.csproj index 1117843..2bc2ba3 100644 --- a/Swashbuckle.OData/Swashbuckle.OData.csproj +++ b/Swashbuckle.OData/Swashbuckle.OData.csproj @@ -165,8 +165,8 @@ ..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll True - - ..\packages\Microsoft.AspNet.OData.5.7.0\lib\net45\System.Web.OData.dll + + ..\packages\Microsoft.AspNet.OData.5.9.1\lib\net45\System.Web.OData.dll True diff --git a/Swashbuckle.OData/packages.config b/Swashbuckle.OData/packages.config index f578ef3..58b5597 100644 --- a/Swashbuckle.OData/packages.config +++ b/Swashbuckle.OData/packages.config @@ -1,15 +1,15 @@  - - - - - - - + + + + + + + - + \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 8f86c8f..15e18c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.18.7.{build} +version: 2.18.8.{build} before_build: - cmd: nuget restore