Skip to content

Commit

Permalink
Fix CodeContracts build issue. Prepare release v2.18.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeauchamp committed Sep 26, 2016
1 parent a39ecbd commit 85c25df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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>2.18.5</Version>
<Version>2.18.6</Version>
<Title>Swashbuckle.OData</Title>
<Authors>Richard Beauchamp</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>Constrain NuGet package dependencies per https://github.com/rbeauchamp/Swashbuckle.OData/issues/68#issuecomment-249264098</ReleaseNotes>
<ReleaseNotes>Fix CodeContracts build issue, Constrain NuGet package dependencies per https://github.com/rbeauchamp/Swashbuckle.OData/issues/68#issuecomment-249264098</ReleaseNotes>
<ProjectUrl>https://github.com/rbeauchamp/Swashbuckle.OData</ProjectUrl>
<LicenseUrl>https://github.com/rbeauchamp/Swashbuckle.OData/blob/master/License.txt</LicenseUrl>
<Copyright>Copyright © Richard Beauchamp</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Swashbuckle.OData/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("2.18.5")]
[assembly: AssemblyInformationalVersion("2.18.6")]
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.18.5.{build}
version: 2.18.6.{build}

before_build:
- cmd: nuget restore
Expand Down

0 comments on commit 85c25df

Please sign in to comment.