Skip to content

Commit ebe8b7b

Browse files
committed
Updates package information
1 parent 38ddf17 commit ebe8b7b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/https/https.csproj

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,30 @@
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>

0 commit comments

Comments
 (0)