Skip to content

Commit

Permalink
Modified csproj for 2.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris3606 committed Jun 7, 2019
1 parent 737a1d7 commit 74b27f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GoRogue/GoRogue.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<!-- Basic package info -->
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>GoRogue</PackageId>
<PackageVersion>2.3.1</PackageVersion>
<PackageVersion>2.4.0</PackageVersion>
<Authors>Christopher Ridley</Authors>
<Description>Roguelike/2D game utility library.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Chris3606/GoRogue</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Bugfix. See https://github.com/Chris3606/GoRogue/releases/tag/2.3.1 for details.</PackageReleaseNotes>
<PackageReleaseNotes>See https://github.com/Chris3606/GoRogue/releases/tag/2.4.0 for details.</PackageReleaseNotes>
<Copyright>Copyright 2019 Christopher Ridley. All rights reserved.</Copyright>
<PackageTags>roguelike roguelikes rogue library 2d game games</PackageTags>
<!-- Add symbols package -->
Expand Down

0 comments on commit 74b27f8

Please sign in to comment.