Skip to content

Commit

Permalink
Release: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed May 5, 2024
1 parent f05aaa9 commit 1d85b82
Show file tree
Hide file tree
Showing 2 changed files with 3 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;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>0.3.0</Version>
<Version>0.3.1</Version>
<AssemblyName>SpaceWizards.Lidgren.Network</AssemblyName>
<IncludeSymbols>true</IncludeSymbols>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down
2 changes: 2 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master

## 0.3.1

- Revert change to `NetPeer.Connections` so it returns a `List<>` instead of `IReadOnlyList<>` again. Change was introduced in 0.2.7.
- Overhead introduced by warning/error logs is now almost completely gone when they are disabled.

Expand Down

0 comments on commit 1d85b82

Please sign in to comment.