Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeauchamp committed Sep 18, 2017
1 parent 6bb17b2 commit fbcfb1b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<Import Project="$(NuProjPath)\NuProj.props" Condition="Exists('$(NuProjPath)\NuProj.props')" />
<PropertyGroup Label="Configuration">
<Id>Swashbuckle.OData</Id>
<Version>4.0.0-beta1</Version>
<Version>4.0.0-beta2</Version>
<Title>Swashbuckle.OData</Title>
<Authors>Richard Beauchamp and the Swashbuckle.OData contributors</Authors>
<Owners>Richard Beauchamp</Owners>
<Summary>Extends Swashbuckle with OData v4 support! Supports both WebApi and OData controllers!</Summary>
<Description>Extends Swashbuckle with OData v4 support! Supports both WebApi and OData controllers!</Description>
<ReleaseNotes>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)</ReleaseNotes>
<ReleaseNotes>See https://github.com/rbeauchamp/Swashbuckle.OData/pull/157</ReleaseNotes>
<ProjectUrl>https://github.com/rbeauchamp/Swashbuckle.OData</ProjectUrl>
<LicenseUrl>https://github.com/rbeauchamp/Swashbuckle.OData/blob/master/License.txt</LicenseUrl>
<Copyright>Copyright © 2015 - 2017 Richard Beauchamp and the Swashbuckle.OData contributors</Copyright>
Expand Down

0 comments on commit fbcfb1b

Please sign in to comment.