Remove unused ImageSharp reference, add link to NuGet

This commit is contained in:
Ray Koopa 2017-05-03 15:51:45 +02:00
parent b24082bc24
commit d57de03cf7
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Worms
The goal of this .NET library is to provide managed language access to game specific file formats of the Worms game series by Team17.
The library is available as a [NuGet package](https://www.nuget.org/packages/Syroot.Worms).
Right now, the following file formats are supported:
## First Generation (2D)

View File

@ -6,7 +6,7 @@
<AssemblyName>Syroot.Worms</AssemblyName>
<AssemblyTitle>Worms</AssemblyTitle>
<Authors>Syroot</Authors>
<VersionPrefix>1.0.0-alpha1</VersionPrefix>
<VersionPrefix>1.0.0-alpha2</VersionPrefix>
<PackageId>Syroot.Worms</PackageId>
<PackageTags>worms;team17</PackageTags>