Skip to content

Commit

Permalink
Updated csproj for 2.6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris3606 committed Feb 5, 2020
1 parent 8ff1867 commit 4ffdf92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GoRogue/GoRogue.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<!-- Basic package info -->
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>GoRogue</PackageId>
<Version>2.5.1</Version>
<Version>2.6.0</Version>
<Version Condition="'$(Configuration)'=='Debug'">$(Version)-debug</Version>
<Authors>Chris3606</Authors>
<Description>Roguelike/2D game utility library.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Chris3606/GoRogue</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>See https://github.com/Chris3606/GoRogue/releases/tag/2.5.1 for details.</PackageReleaseNotes>
<Copyright>Copyright © 2019 Christopher Ridley (Chris3606)</Copyright>
<PackageReleaseNotes>Addition of a system for creating factory-based architectures. See https://github.com/Chris3606/GoRogue/releases/tag/2.6.0 for details.</PackageReleaseNotes>
<Copyright>Copyright © 2020 Christopher Ridley (Chris3606)</Copyright>
<PackageTags>roguelike roguelikes rogue library 2d game games</PackageTags>
<!-- Add symbols package -->
<IncludeSymbols>true</IncludeSymbols>
Expand Down

0 comments on commit 4ffdf92

Please sign in to comment.