Skip to content

Commit

Permalink
update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RevenantX committed Jan 10, 2024
1 parent ddc17ef commit 07c089a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions LiteNetLib/LiteNetLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@

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

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand All @@ -29,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/v1.1.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/RevenantX/LiteNetLib/releases/tag/v1.2.0</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/RevenantX/LiteNetLib</RepositoryUrl>
<PackageProjectUrl>https://github.com/RevenantX/LiteNetLib</PackageProjectUrl>
Expand Down
Binary file modified LiteNetLibSampleUnity/Assets/LiteNetLib.dll
Binary file not shown.

0 comments on commit 07c089a

Please sign in to comment.