Skip to content

Commit

Permalink
Release: v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Jun 18, 2023
1 parent 7bc4090 commit 78aa82c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lidgren.Network/Lidgren.Network.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
<Version>0.2.4</Version>
<Version>0.2.5</Version>
<AssemblyName>SpaceWizards.Lidgren.Network</AssemblyName>
<IncludeSymbols>true</IncludeSymbols>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down
4 changes: 3 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

## Master

## 0.2.5

- Fixed error reporting for socket errors on Linux.

## 0.2.4

- Warning logs generated by malformed packets due to incorrect payload length now include source endpoint.
- Muted compiler warning CS8981 in `NetNativeSocket.cs`
- Muted compiler warning CS8981 in `NetNativeSocket.cs`

## 0.2.3

Expand Down

0 comments on commit 78aa82c

Please sign in to comment.