diff --git a/FunGame.Core.csproj b/FunGame.Core.csproj
index 9ad266f..0e05213 100644
--- a/FunGame.Core.csproj
+++ b/FunGame.Core.csproj
@@ -20,14 +20,18 @@
True
Project Redbud and Contributors
ProjectRedbud.$(AssemblyName)
- https://github.com/project-redbud/FunGame-Core
+ FunGame.Core: A C#.NET library for turn-based games.
+ game;turn-based;server;framework;dotnet;csharp;gamedev
+
+ - Initial release candidate 1 (1.0.0-rc.1)
+
+ https://github.com/project-redbud/FunGame-Core
https://github.com/project-redbud
LGPL-3.0-or-later
True
README.md
- 1.0.0-rc.1
- $([System.DateTime]::Now.ToString("MMdd"))
- $(VersionPrefix)
+ 1.0.0-rc.1
+ $([System.DateTime]::Now.ToString("MMdd"))
diff --git a/README.md b/README.md
index 0781f36..f88469e 100644
--- a/README.md
+++ b/README.md
@@ -9,20 +9,26 @@
## 安装
+- [NuGet](https://www.nuget.org/packages/ProjectRedbud.FunGame.Core/)
+
+```
+dotnet add package ProjectRedbud.FunGame.Core --version 1.0.0-rc.1-0428
+```
+
+- 在 [Release](https://github.com/project-redbud/FunGame-Core/releases) 页面中下载最新发布版本。
+
- 克隆本仓库。
```powershell
git clone https://github.com/project-redbud/FunGame-Core.git
```
-- 克隆本仓库的 `latest` 分支。
+- 克隆本仓库的 `latest` 分支,此分支为开发版本的最新编译 DLL。
```powershell
git clone -b latest https://github.com/project-redbud/FunGame-Core.git
```
-- 在 [Release](https://github.com/project-redbud/FunGame-Core/releases) 页面中下载最新发布版本。
-
## 使用
引用 `FunGame.Core.dll` 或者直接引用整个 `FunGame.Core` 项目到你的项目中。