Skip to content

Commit 703f5d6

Browse files
committed
Release: v0.2.4
1 parent 6c83585 commit 703f5d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Lidgren.Network/Lidgren.Network.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
4-
<Version>0.2.3</Version>
4+
<Version>0.2.4</Version>
55
<AssemblyName>SpaceWizards.Lidgren.Network</AssemblyName>
66
<IncludeSymbols>true</IncludeSymbols>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

RELEASE-NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Master
44

5+
## 0.2.4
6+
57
- Warning logs generated by malformed packets due to incorrect payload length now include source endpoint.
68
- Muted compiler warning CS8981 in `NetNativeSocket.cs`
79

0 commit comments

Comments
 (0)