M Core/NosSmooth.Core/NosSmooth.Core.csproj => Core/NosSmooth.Core/NosSmooth.Core.csproj +2 -2
@@ 6,8 6,8 @@
<TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
<Authors>Rutherther</Authors>
<Description>NosSmooth Core library allowing implementing nostale client, handling packets and commands.</Description>
- <VersionPrefix>4.0.2</VersionPrefix>
- <PackageReleaseNotes>Support raw packet resopnder inside of AddPacketResponder.</PackageReleaseNotes>
+ <VersionPrefix>4.0.3</VersionPrefix>
+ <PackageReleaseNotes>Add support for adding packet responder with both IRawPacketResponder and other packet responder types.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
M Core/NosSmooth.Game/NosSmooth.Game.csproj => Core/NosSmooth.Game/NosSmooth.Game.csproj +3 -3
@@ 6,9 6,9 @@
<LangVersion>10</LangVersion>
<TargetFramework>net7.0</TargetFramework>
<Description>NosSmooth Game library handling the current game state by responding to packets.</Description>
- <VersionPrefix>2.5.2</VersionPrefix>
- <PackageReleaseNotes>Dispatch MapChangedEvent upon CMap received.
-Pass OwnerId of npc, detect if npc is a partner from in packet.</PackageReleaseNotes>
+ <VersionPrefix>2.6.0</VersionPrefix>
+ <PackageReleaseNotes>Fix some events not getting called.
+Add Ptctl handling for updating mates positions.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
M Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj => Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj +2 -2
@@ 5,9 5,9 @@
<Nullable>enable</Nullable>
<Description>Nos smooth's abstractions for information from NosTale data files.</Description>
<LangVersion>10</LangVersion>
- <VersionPrefix>2.2.1</VersionPrefix>
+ <VersionPrefix>2.3.0</VersionPrefix>
<TargetFramework>net7.0</TargetFramework>
- <PackageReleaseNotes>Add skill morph, special cost, upgrade, dash speed, item vnum.</PackageReleaseNotes>
+ <PackageReleaseNotes>Add range, notice range, cast time and whether monster is hostile.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
M Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj => Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj +2 -2
@@ 5,9 5,9 @@
<Nullable>enable</Nullable>
<Description>Nos smooth's database implementation of NosTale data using EF core.</Description>
<LangVersion>10</LangVersion>
- <VersionPrefix>2.1.1</VersionPrefix>
+ <VersionPrefix>2.3.0</VersionPrefix>
<TargetFramework>net7.0</TargetFramework>
- <PackageReleaseNotes>Add skill morph, special cost, upgrade, dash speed, item vnum.</PackageReleaseNotes>
+ <PackageReleaseNotes>Add range, notice range, cast time and whether monster is hostile.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
M Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj => Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj +2 -2
@@ 5,8 5,8 @@
<Nullable>enable</Nullable>
<Description>Nos smooth's NosTale data implementation using .NOS files.</Description>
<LangVersion>10</LangVersion>
- <VersionPrefix>2.2.2</VersionPrefix>
- <PackageReleaseNotes>Add skill morph, special cost, upgrade, dash speed, item vnum.</PackageReleaseNotes>
+ <VersionPrefix>2.3.0</VersionPrefix>
+ <PackageReleaseNotes>Add range, notice range, cast time and whether monster is hostile.</PackageReleaseNotes>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
M Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj => Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj +2 -2
@@ 6,8 6,8 @@
<RootNamespace>NosSmooth.PacketSerializer</RootNamespace>
<TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
<Description>NosSmooth's packet string serializer implementation.</Description>
- <VersionPrefix>2.2.6</VersionPrefix>
- <PackageReleaseNotes>Fix parsing upgrade rare sub packet -1.</PackageReleaseNotes>
+ <VersionPrefix>2.2.7</VersionPrefix>
+ <PackageReleaseNotes>Make IPacketSerializer work with ReadOnlySpan.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
M Packets/NosSmooth.Packets/NosSmooth.Packets.csproj => Packets/NosSmooth.Packets/NosSmooth.Packets.csproj +2 -2
@@ 5,9 5,9 @@
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<Description>Contains default NosTale packets.</Description>
- <VersionPrefix>3.5.1</VersionPrefix>
+ <VersionPrefix>3.6.0</VersionPrefix>
<TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
- <PackageReleaseNotes>Put correct (list) attribute to Pst packet Effects.</PackageReleaseNotes>
+ <PackageReleaseNotes>Add missing ptctl fields.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>