Skip to content

Commit 63b2da5

Browse files
chore: fix nuget links
1 parent 62f7cdf commit 63b2da5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/IpfsHttpClient.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
<Title>IPFS HTTP Client</Title>
1818
<Description> Provides .Net client access to the InterPlanetary File System.</Description>
1919
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
20-
<PackageReleaseNotes>https://github.com/richardschneider/net-ipfs-api/releases</PackageReleaseNotes>
20+
<PackageReleaseNotes>https://github.com/richardschneider/net-ipfs-http-client/releases</PackageReleaseNotes>
2121
<Copyright>© 2015-2018 Richard Schneider</Copyright>
2222
<PackageTags>ipfs peer-to-peer distributed file-system</PackageTags>
2323
<IncludeSymbols>True</IncludeSymbols>
24-
<PackageLicenseUrl>https://github.com/richardschneider/net-ipfs-api/blob/master/LICENSE</PackageLicenseUrl>
25-
<PackageProjectUrl>https://github.com/richardschneider/net-ipfs-api</PackageProjectUrl>
24+
<PackageLicenseUrl>https://github.com/richardschneider/net-ipfs-http-client/blob/master/LICENSE</PackageLicenseUrl>
25+
<PackageProjectUrl>https://github.com/richardschneider/net-ipfs-http-client</PackageProjectUrl>
2626
<PackageIconUrl>https://github.com/ipfs/logo/blob/master/platform-icons/osx-menu-bar.png</PackageIconUrl>
2727
</PropertyGroup>
2828

0 commit comments

Comments
 (0)