M Core/NosSmooth.Game/NosSmooth.Game.csproj => Core/NosSmooth.Game/NosSmooth.Game.csproj +4 -4
@@ 8,10 8,10 @@
<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>2.3.0</PackageVersion>
- <PackageReleaseNotes>Add handlings of new packets (rest, die, tp, ...)</PackageReleaseNotes>
- <AssemblyVersion>2.3.0</AssemblyVersion>
- <FileVersion>2.3.0</FileVersion>
+ <PackageVersion>2.3.1</PackageVersion>
+ <PackageReleaseNotes>Handle hp, max hp from st and su packets.</PackageReleaseNotes>
+ <AssemblyVersion>2.3.1</AssemblyVersion>
+ <FileVersion>2.3.1</FileVersion>
</PropertyGroup>
<ItemGroup>
M Packets/NosSmooth.Packets/NosSmooth.Packets.csproj => Packets/NosSmooth.Packets/NosSmooth.Packets.csproj +4 -4
@@ 7,11 7,11 @@
<Description>Contains default NosTale packets.</Description>
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
- <PackageVersion>3.4.1</PackageVersion>
+ <PackageVersion>3.4.2</PackageVersion>
<TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
- <PackageReleaseNotes>Implement IPacket in Sayi2Packet</PackageReleaseNotes>
- <AssemblyVersion>3.4.1</AssemblyVersion>
- <FileVersion>3.4.1</FileVersion>
+ <PackageReleaseNotes>Add hp, max hp to su packet, st packet.</PackageReleaseNotes>
+ <AssemblyVersion>3.4.2</AssemblyVersion>
+ <FileVersion>3.4.2</FileVersion>
</PropertyGroup>
<ItemGroup>