File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 44 <OutputType >Exe</OutputType >
55 <TargetFramework >netcoreapp2.1</TargetFramework >
66 <LangVersion >latest</LangVersion >
7+ </PropertyGroup >
78
9+ <PropertyGroup >
10+ <VersionPrefix >0.1.0</VersionPrefix >
11+ <VersionSuffix >local</VersionSuffix >
12+ </PropertyGroup >
13+
14+ <PropertyGroup >
815 <PackAsTool >true</PackAsTool >
916 <ToolCommandName >https</ToolCommandName >
1017 <PackageOutputPath >./nupkg</PackageOutputPath >
18+ <Description >Simple CLI for sending HTTP requests</Description >
19+ <Copyright >Copyright (c) 2018 joncloud (jdberube@gmail.com)</Copyright >
20+ <AssemblyTitle >https</AssemblyTitle >
21+ <Authors >joncloud</Authors >
22+ <AssemblyName >https</AssemblyName >
23+ <PackageId >https</PackageId >
24+ <PackageTags >CLI;HTTP;Request;Simple</PackageTags >
25+ <PackageReleaseNotes >https://github.com/joncloud/https/releases</PackageReleaseNotes >
26+ <!-- <PackageIconUrl>https://raw.githubusercontent.com/joncloud/https/master/nuget.png</PackageIconUrl>-->
27+ <PackageProjectUrl >https://github.com/joncloud/https</PackageProjectUrl >
28+ <PackageLicenseUrl >https://raw.githubusercontent.com/joncloud/https/master/LICENSE.md</PackageLicenseUrl >
29+ <RepositoryType >git</RepositoryType >
30+ <RepositoryUrl >https://github.com/joncloud/https</RepositoryUrl >
1131 </PropertyGroup >
1232
1333 <ItemGroup >
You can’t perform that action at this time.
0 commit comments