Skip to content

Commit dca64f5

Browse files
committed
feat: add project url
1 parent b47e8f6 commit dca64f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<TargetFramework>net7.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7+
<Authors>Cnblogs</Authors>
8+
<Product>Cnblogs.Architecture</Product>
9+
<PackageProjectUrl>https://github.com/cnblogs/Architecture</PackageProjectUrl>
710
</PropertyGroup>
811

912
<ItemGroup>

0 commit comments

Comments
 (0)