Skip to content

Commit

Permalink
Get rid of weird +'s in code
Browse files Browse the repository at this point in the history
  • Loading branch information
marner2 committed Jun 17, 2020
1 parent 65b477a commit 70ba651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WebApi.Hal/WebApi.Hal.csproj
Expand Up @@ -5,14 +5,14 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<Version>3.1.0</Version>
+ <PackageVersion>3.1.0</PackageVersion>
<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>
3.0.0 first .net standard release
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 70ba651

Please sign in to comment.