M Core/NosSmooth.Core/NosSmooth.Core.csproj => Core/NosSmooth.Core/NosSmooth.Core.csproj +2 -2
@@ 8,8 8,8 @@
<Description>NosSmooth Core library allowing implementing nostale client, handling packets and commands.</Description>
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
- <PackageVersion>1.2.0</PackageVersion>
- <PackageReleaseNotes>Add pre and post command execution events.</PackageReleaseNotes>
+ <PackageVersion>1.2.1</PackageVersion>
+ <PackageReleaseNotes>Fix unhandled exceptions in packet handler.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
M Core/NosSmooth.Game/NosSmooth.Game.csproj => Core/NosSmooth.Game/NosSmooth.Game.csproj +2 -2
@@ 8,8 8,8 @@
<Description>NosSmooth Game library handling the current game state by responding to packets.</Description>
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
- <PackageVersion>1.2.0</PackageVersion>
- <PackageReleaseNotes>Add Position operators and in range method</PackageReleaseNotes>
+ <PackageVersion>1.2.1</PackageVersion>
+ <PackageReleaseNotes>Release semaphore on exception.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>