Skip to content

Commit 5f5eb5a

Browse files
committed
Fix RepositoryUrl
1 parent 75c80ac commit 5f5eb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetMQ/NetMQ.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<PackageProjectUrl>https://github.com/zeromq/netmq</PackageProjectUrl>
1515
<PackageLicenseUrl>https://github.com/zeromq/netmq/blob/master/COPYING.LESSER</PackageLicenseUrl>
1616
<RepositoryType>git</RepositoryType>
17-
<RepositoryUrl>https://github.com/zeromq/netmq</RepositoryUrl>
1817
<IncludeSymbols>true</IncludeSymbols>
18+
<RepositoryUrl>https://github.com/zeromq/netmq.git</RepositoryUrl>
1919
<IncludeSource>true</IncludeSource>
2020
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2121
</PropertyGroup>

0 commit comments

Comments
 (0)