M Core/NosSmooth.Core/Client/ManagedNostaleClient.cs => Core/NosSmooth.Core/Client/ManagedNostaleClient.cs +1 -1
@@ 26,7 26,7 @@ public class ManagedNostaleClient : INostaleClient
/// </summary>
/// <param name="rawClient">The raw nostale client.</param>
/// <param name="packetSerializer">The packet serializer.</param>
- protected ManagedNostaleClient
+ public ManagedNostaleClient
(
INostaleClient rawClient,
IPacketSerializer packetSerializer
M Core/NosSmooth.Core/NosSmooth.Core.csproj => Core/NosSmooth.Core/NosSmooth.Core.csproj +1 -1
@@ 6,7 6,7 @@
<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.1</VersionPrefix>
+ <VersionPrefix>4.0.2</VersionPrefix>
<PackageReleaseNotes>Support raw packet resopnder inside of AddPacketResponder.</PackageReleaseNotes>
</PropertyGroup>