Skip to content

Commit

Permalink
Release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Mar 23, 2024
1 parent c9d56d9 commit 61a56c6
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.2.7</Version>
<Version>0.3.0</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.0

- Add explicit .NET 8 target framework
- Removed .NET Core 3.1 and .NET 5 target frameworks
- Updated dependencies
Expand Down

0 comments on commit 61a56c6

Please sign in to comment.