mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-01-13 07:18:00 +03:00
Release 4.0.3: Fix StackOverflowException when using legacy .NET versions.
Sadly requires all packages to update due to fixed version ProjectReferences.
This commit is contained in:
parent
6cba058138
commit
8eb0a971e8
@ -7,7 +7,7 @@
|
||||
<Description>.NET library for loading and modifying files of Worms Armageddon ProjectX.</Description>
|
||||
<PackageReleaseNotes>Overhaul implementation and documentation.</PackageReleaseNotes>
|
||||
<PackageTags>$(PackageTags);project x;worms armageddon</PackageTags>
|
||||
<Version>4.0.0</Version>
|
||||
<Version>4.0.3</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- References -->
|
||||
|
@ -7,7 +7,7 @@
|
||||
<Description>.NET library for loading and modifying files of Team17's Worms Armageddon.</Description>
|
||||
<PackageReleaseNotes>Overhaul implementation and documentation. Implement W:A V3 scheme format.</PackageReleaseNotes>
|
||||
<PackageTags>$(PackageTags);worms armageddon</PackageTags>
|
||||
<Version>4.0.2</Version>
|
||||
<Version>4.0.3</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- References -->
|
||||
|
@ -6,7 +6,7 @@
|
||||
<Description>.NET library for loading and modifying files of Mgame Worms clients.</Description>
|
||||
<PackageReleaseNotes>Overhaul implementation and documentation.</PackageReleaseNotes>
|
||||
<PackageTags>$(PackageTags);online worms;worms world party aqua</PackageTags>
|
||||
<Version>4.0.0</Version>
|
||||
<Version>4.0.3</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- References -->
|
||||
|
@ -7,7 +7,7 @@
|
||||
<Description>.NET library for loading and modifying files of Team17's Worms World Party.</Description>
|
||||
<PackageReleaseNotes>Overhaul implementation and documentation.</PackageReleaseNotes>
|
||||
<PackageTags>$(PackageTags);worms world party</PackageTags>
|
||||
<Version>4.0.0</Version>
|
||||
<Version>4.0.3</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- References -->
|
||||
|
@ -6,7 +6,7 @@
|
||||
<Description>.NET library for loading and modifying files of Team17's Worms 2.</Description>
|
||||
<PackageReleaseNotes>Overhaul implementation and documentation.</PackageReleaseNotes>
|
||||
<PackageTags>$(PackageTags);worms 2</PackageTags>
|
||||
<Version>4.0.0</Version>
|
||||
<Version>4.0.3</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- References -->
|
||||
|
@ -5,8 +5,8 @@
|
||||
<PropertyGroup>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<Description>.NET library for loading and modifying files of Team17 Worms games.</Description>
|
||||
<PackageReleaseNotes>Overhaul implementation and documentation.</PackageReleaseNotes>
|
||||
<Version>4.0.0</Version>
|
||||
<PackageReleaseNotes>Fix StackOverflowException when using legacy .NET versions.</PackageReleaseNotes>
|
||||
<Version>4.0.3</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- References -->
|
||||
@ -18,5 +18,5 @@
|
||||
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.0.0" />
|
||||
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
</Project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user