Skip to content

Commit

Permalink
尝试更新版权信息
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Nov 12, 2024
1 parent f949b93 commit bc4380e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<Copyright>Copyright © 2021 lindexi, All Rights Reserved.</Copyright>
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
<ThisYear>$([System.DateTime]::Now.ToString(`yyyy`))</ThisYear>
<Copyright>Copyright © 2021-$(ThisYear) lindexi, All Rights Reserved.</Copyright>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion package/GitCommand/GitCommand/GitCommand.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>Lindexi.Src.GitCommand</AssemblyName>
<RootNamespace>Lindexi.Src.GitCommand</RootNamespace>
<Description>通过命令行调用 Git 功能</Description>
<Description>Invoke Git commands by running Git process. 通过命令行调用 Git 功能</Description>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit bc4380e

Please sign in to comment.