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:
Ray 2021-09-12 13:14:23 +02:00
parent 6cba058138
commit 8eb0a971e8
6 changed files with 9 additions and 9 deletions

View File

@ -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 -->

View File

@ -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 -->

View File

@ -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 -->

View File

@ -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 -->

View File

@ -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 -->

View File

@ -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>