Skip to content

Commit df903b0

Browse files
chore: pack as a tool
1 parent 0475b57 commit df903b0

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

IpfsCli/IpfsCli.csproj

+23-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,32 @@
77

88
<AssemblyName>csipfs</AssemblyName>
99
<RootNamespace>Ipfs.Cli</RootNamespace>
10-
10+
11+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
12+
<PackAsTool>true</PackAsTool>
13+
<ToolCommandName>csipfs</ToolCommandName>
14+
1115
<!-- developer build is always 0.42 -->
1216
<AssemblyVersion>0.42</AssemblyVersion>
1317
<Version>0.42</Version>
18+
19+
<!-- Nuget specs -->
20+
<PackageId>csipfs</PackageId>
21+
<Authors>Richard Schneider</Authors>
22+
<Title>C# IPFS CLI</Title>
23+
<Description>The command line tool to IPFS engine for .Net</Description>
24+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
25+
<PackageReleaseNotes>https://github.com/richardschneider/net-ipfs-engine/releases</PackageReleaseNotes>
26+
<Copyright>© 2018-2019 Richard Schneider</Copyright>
27+
<PackageTags>ipfs peer-to-peer p2p distributed file-system web</PackageTags>
28+
<IncludeSymbols>True</IncludeSymbols>
29+
<PackageProjectUrl>https://github.com/richardschneider/net-ipfs-engine</PackageProjectUrl>
30+
<PackageIconUrl>https://raw.githubusercontent.com/richardschneider/net-ipfs-core/master/doc/images/ipfs-cs-logo-64x64.png</PackageIconUrl>
31+
</PropertyGroup>
32+
33+
<PropertyGroup>
34+
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
35+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1436
</PropertyGroup>
1537

1638
<ItemGroup>

0 commit comments

Comments
 (0)