diff --git a/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj b/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj index cdcfae6..e60825a 100644 --- a/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj +++ b/Swashbuckle.OData.NuGetPackage/Swashbuckle.OData.NuGetPackage.nuproj @@ -19,13 +19,13 @@ Swashbuckle.OData - 4.0.0-beta1 + 4.0.0-beta2 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! - Upgrade everything to the latest NuGet packages, (Including OData 7.2, which supports .NET Standard). Fix bug in Restier controllers where it SwaggerRouteStrategy did not account for unbounded functions. Temporarily replace Microsoft's Restier NuGets with AdvancedREI's newer fork (tests only). Fix unit tests that were relying on relative mapping instead of using absolute locations. Temporarily disables runtime code contracts (causing issues in IIS10). Incremented the major build on the NuGet package (because OData 7.2 may have breaking changes). Added support for the $apply entity set option in OData v4 (#147) + See https://github.com/rbeauchamp/Swashbuckle.OData/pull/157 https://github.com/rbeauchamp/Swashbuckle.OData https://github.com/rbeauchamp/Swashbuckle.OData/blob/master/License.txt Copyright © 2015 - 2017 Richard Beauchamp and the Swashbuckle.OData contributors