Skip to content

Commit 64fa185

Browse files
author
Jacques Kang
committed
adding project url in nupkg
1 parent 14f4416 commit 64fa185

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/JKang.IpcServiceFramework.Client/JKang.IpcServiceFramework.Client.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<PackageLicenseUrl>https://github.com/jacqueskang/IpcServiceFramework/blob/develop/LICENSE</PackageLicenseUrl>
1111
<RepositoryUrl>https://github.com/jacqueskang/IpcServiceFramework</RepositoryUrl>
1212
<PackageTags>dotnetcore,named-pipes,interprocess-communication</PackageTags>
13+
<PackageProjectUrl>https://github.com/jacqueskang/IpcServiceFramework</PackageProjectUrl>
1314
</PropertyGroup>
1415

1516
<ItemGroup>

src/JKang.IpcServiceFramework.Core/JKang.IpcServiceFramework.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<PackageLicenseUrl>https://github.com/jacqueskang/IpcServiceFramework/blob/develop/LICENSE</PackageLicenseUrl>
1212
<RepositoryUrl>https://github.com/jacqueskang/IpcServiceFramework</RepositoryUrl>
1313
<PackageTags>dotnetcore,named-pipes,interprocess-communication</PackageTags>
14+
<PackageProjectUrl>https://github.com/jacqueskang/IpcServiceFramework</PackageProjectUrl>
1415
</PropertyGroup>
1516

1617
<ItemGroup>

src/JKang.IpcServiceFramework.Server/JKang.IpcServiceFramework.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
This package is for server hosting.</Description>
1212
<Copyright>Jacques Kang</Copyright>
1313
<PackageLicenseUrl>https://github.com/jacqueskang/IpcServiceFramework/blob/develop/LICENSE</PackageLicenseUrl>
14-
<PackageProjectUrl></PackageProjectUrl>
14+
<PackageProjectUrl>https://github.com/jacqueskang/IpcServiceFramework</PackageProjectUrl>
1515
<RepositoryUrl>https://github.com/jacqueskang/IpcServiceFramework</RepositoryUrl>
1616
<PackageTags>dotnetcore,named-pipes,interprocess-communication</PackageTags>
1717
</PropertyGroup>

0 commit comments

Comments
 (0)