Skip to content

Commit

Permalink
update nuget info
Browse files Browse the repository at this point in the history
  • Loading branch information
RevenantX committed Nov 22, 2024
1 parent c04b946 commit be17561
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,7 +11,7 @@

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>1701;1702;1705;1591</NoWarn>
<PackageVersion>1.2.0</PackageVersion>
<PackageVersion>1.3.0</PackageVersion>
<Title>Lite reliable UDP library for Mono and .NET </Title>
<IsTrimmable>true</IsTrimmable>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
Expand All @@ -30,15 +30,15 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>$(DefineConstants);LITENETLIB_UNSAFE</DefineConstants>
<PackageTags>udp reliable-udp network</PackageTags>
<PackageReleaseNotes>https://github.com/RevenantX/LiteNetLib/releases/tag/v1.2.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/RevenantX/LiteNetLib/releases/tag/1.3.0</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/RevenantX/LiteNetLib</RepositoryUrl>
<PackageProjectUrl>https://github.com/RevenantX/LiteNetLib</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.1.0</Version>
<Authors>Ruslan Pyrch</Authors>
<Copyright>Copyright 2023 Ruslan Pyrch</Copyright>
<Copyright>Copyright 2024 Ruslan Pyrch</Copyright>
<Description>Lite reliable UDP library for .NET, Mono, and .NET Core</Description>
<PackageIcon>LNL.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit be17561

Please sign in to comment.