Skip to content

Commit bf100db

Browse files
committed
version 1.3.1
1 parent f459546 commit bf100db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LiteNetLib/LiteNetLib.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1313
<NoWarn>1701;1702;1705;1591</NoWarn>
14-
<PackageVersion>1.3.0</PackageVersion>
14+
<PackageVersion>1.3.1</PackageVersion>
1515
<Title>Lite reliable UDP library for Mono and .NET </Title>
1616
<IsTrimmable>true</IsTrimmable>
1717
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
18-
<AssemblyVersion>1.2.0</AssemblyVersion>
18+
<AssemblyVersion>1.3.1</AssemblyVersion>
1919
</PropertyGroup>
2020

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

0 commit comments

Comments
 (0)