Skip to content

Commit

Permalink
Release: v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Dec 12, 2023
1 parent e2a5762 commit 1ec2c31
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;netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
<Version>0.2.6</Version>
<Version>0.2.7</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.2.7

- All APIs now use Nullable Reference Types.
- `NetQueue<T>.Contains(T)` now uses `EqualityComparer<T>.Default` instead of direct `object.Equals()`.
- `NetException.Assert()` now specifies `[DoesNotReturnIf(false)]`.
Expand Down

0 comments on commit 1ec2c31

Please sign in to comment.