mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-01-15 00:08:02 +03:00
Remove unused ImageSharp reference, add link to NuGet
This commit is contained in:
parent
b24082bc24
commit
d57de03cf7
@ -1,6 +1,8 @@
|
|||||||
# Worms
|
# 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 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:
|
Right now, the following file formats are supported:
|
||||||
|
|
||||||
## First Generation (2D)
|
## First Generation (2D)
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<AssemblyName>Syroot.Worms</AssemblyName>
|
<AssemblyName>Syroot.Worms</AssemblyName>
|
||||||
<AssemblyTitle>Worms</AssemblyTitle>
|
<AssemblyTitle>Worms</AssemblyTitle>
|
||||||
<Authors>Syroot</Authors>
|
<Authors>Syroot</Authors>
|
||||||
<VersionPrefix>1.0.0-alpha1</VersionPrefix>
|
<VersionPrefix>1.0.0-alpha2</VersionPrefix>
|
||||||
|
|
||||||
<PackageId>Syroot.Worms</PackageId>
|
<PackageId>Syroot.Worms</PackageId>
|
||||||
<PackageTags>worms;team17</PackageTags>
|
<PackageTags>worms;team17</PackageTags>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user