We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c83585 commit 703f5d6Copy full SHA for 703f5d6
Lidgren.Network/Lidgren.Network.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
4
- <Version>0.2.3</Version>
+ <Version>0.2.4</Version>
5
<AssemblyName>SpaceWizards.Lidgren.Network</AssemblyName>
6
<IncludeSymbols>true</IncludeSymbols>
7
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
RELEASE-NOTES.md
@@ -2,6 +2,8 @@
## Master
+## 0.2.4
+
- Warning logs generated by malformed packets due to incorrect payload length now include source endpoint.
8
- Muted compiler warning CS8981 in `NetNativeSocket.cs`
9
0 commit comments