Skip to content

Commit

Permalink
version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RevenantX committed Nov 23, 2024
1 parent f459546 commit bf100db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LiteNetLib/LiteNetLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>1701;1702;1705;1591</NoWarn>
<PackageVersion>1.3.0</PackageVersion>
<PackageVersion>1.3.1</PackageVersion>
<Title>Lite reliable UDP library for Mono and .NET </Title>
<IsTrimmable>true</IsTrimmable>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
<AssemblyVersion>1.2.0</AssemblyVersion>
<AssemblyVersion>1.3.1</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand All @@ -30,7 +30,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>$(DefineConstants);LITENETLIB_UNSAFE</DefineConstants>
<PackageTags>udp reliable-udp network</PackageTags>
<PackageReleaseNotes>https://github.com/RevenantX/LiteNetLib/releases/tag/1.3.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/RevenantX/LiteNetLib/releases/tag/1.3.1</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/RevenantX/LiteNetLib</RepositoryUrl>
<PackageProjectUrl>https://github.com/RevenantX/LiteNetLib</PackageProjectUrl>
Expand Down

0 comments on commit bf100db

Please # to comment.