From bc4380e9aba4d258a3a7af6b6084021b1e504313 Mon Sep 17 00:00:00 2001 From: lindexi Date: Tue, 12 Nov 2024 09:54:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9D=83=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Build.props | 4 +++- package/GitCommand/GitCommand/GitCommand.csproj | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 功能