M Core/NosSmooth.Core/NosSmooth.Core.csproj => Core/NosSmooth.Core/NosSmooth.Core.csproj +3 -1
@@ 8,7 8,9 @@
<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.0.1</PackageVersion>
+ <PackageVersion>1.1.0</PackageVersion>
+ <PackageReleaseNotes>Add stateful entities for injecting different entities for different nostale clients.
+Add support for pre and post responder events.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
M Core/NosSmooth.Game/NosSmooth.Game.csproj => Core/NosSmooth.Game/NosSmooth.Game.csproj +2 -0
@@ 8,6 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.1.0</PackageVersion>
+ <PackageReleaseNotes>Mark Game stateful entity</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>