Skip to content

Commit

Permalink
Release: v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Aug 27, 2023
1 parent 14364d2 commit f19cea8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.5</Version>
<Version>0.2.6</Version>
<AssemblyName>SpaceWizards.Lidgren.Network</AssemblyName>
<IncludeSymbols>true</IncludeSymbols>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Master

## 0.2.6

- Fixed a possible `NullReferenceException` in `NetReliableSenderChannel`.

## 0.2.5

- Fixed error reporting for socket errors on Linux.
Expand Down

0 comments on commit f19cea8

Please sign in to comment.