diff --git a/Directory.Build.props b/Directory.Build.props
index c493913..a8a1870 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -11,7 +11,9 @@
MIT
git
- Copyright © 2021 lindexi, All Rights Reserved.
+ $(MSBuildThisFileDirectory)
+ $([System.DateTime]::Now.ToString(`yyyy`))
+ Copyright © 2021-$(ThisYear) lindexi, All Rights Reserved.
diff --git a/package/GitCommand/GitCommand/GitCommand.csproj b/package/GitCommand/GitCommand/GitCommand.csproj
index 8a990f7..d4aeebb 100644
--- a/package/GitCommand/GitCommand/GitCommand.csproj
+++ b/package/GitCommand/GitCommand/GitCommand.csproj
@@ -4,7 +4,7 @@
net6.0
Lindexi.Src.GitCommand
Lindexi.Src.GitCommand
- 通过命令行调用 Git 功能
+ Invoke Git commands by running Git process. 通过命令行调用 Git 功能