Skip to content

Commit

Permalink
bumped version number in project file
Browse files Browse the repository at this point in the history
  • Loading branch information
philip.nelson committed Dec 11, 2018
1 parent 1ba66f7 commit c03fdb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -113,5 +113,5 @@ WebApi.Hal*.nupkg
*.received.txt

.vscode/

.DS_Store
*~
7 changes: 5 additions & 2 deletions WebApi.Hal/WebApi.Hal.csproj
Expand Up @@ -4,12 +4,15 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>3.0.0</Version>
<PackageVersion>3.0.0</PackageVersion>
<Version>3.1.0</Version>
+ <PackageVersion>3.1.0</PackageVersion>
<Copyright>Copyright © Jake Ginnivan 2018</Copyright>
<Description>Adds support for the Hal Media Type (and Hypermedia) to Asp.net</Description>
<ProjectUrl>https://github.com/JakeGinnivan/WebApi.Hal</ProjectUrl>
<IsPackable>true</IsPackable>
<PackageReleaseNotes>3.10 updates to support multithreaded usage
+ 3.0.0 first .net standard release
+ </PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c03fdb3

Please sign in to comment.