File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<AssemblyName >csipfs</AssemblyName >
9
9
<RootNamespace >Ipfs.Cli</RootNamespace >
10
-
10
+
11
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
12
+ <PackAsTool >true</PackAsTool >
13
+ <ToolCommandName >csipfs</ToolCommandName >
14
+
11
15
<!-- developer build is always 0.42 -->
12
16
<AssemblyVersion >0.42</AssemblyVersion >
13
17
<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 >
14
36
</PropertyGroup >
15
37
16
38
<ItemGroup >
You can’t perform that action at this time.
0 commit comments