2.0.0 Release (#157)

This commit is contained in:
milimoe 2026-05-14 19:29:37 +08:00 committed by GitHub
parent e689a6d405
commit 5eb92408fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,15 +23,14 @@
<Description>FunGame.Core: A C#.NET library for turn-based games.</Description>
<PackageTags>game;turn-based;server;framework;dotnet;csharp;gamedev</PackageTags>
<PackageReleaseNotes>
See github releases for details on the latest changes.
</PackageReleaseNotes>
We are excited to introduce the official version 2.0.0. See github releases for details on the latest changes.
</PackageReleaseNotes>
<RepositoryUrl>https://github.com/project-redbud/FunGame-Core</RepositoryUrl>
<PackageProjectUrl>https://github.com/project-redbud</PackageProjectUrl>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageReadmeFile>README.md</PackageReadmeFile>
<VersionPrefix>2.0.0-rc</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''">$([System.DateTime]::Now.ToString("MMdd"))</VersionSuffix>
<VersionPrefix>2.0.0</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">