Skip to content

Commit 36a11bb

Browse files
committed
Add package icon and description
1 parent 528cee2 commit 36a11bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<LangVersion>9.0</LangVersion>
77
<PackAsTool>true</PackAsTool>
8+
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
89
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl>
910
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1011
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -15,6 +16,7 @@
1516
<ToolCommandName>hidi</ToolCommandName>
1617
<PackageOutputPath>./../../artifacts</PackageOutputPath>
1718
<Version>0.5.0-preview4</Version>
19+
<Description>OpenAPI.NET CLI tool for slicing OpenAPI documents</Description>
1820
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1921
<PackageTags>OpenAPI .NET</PackageTags>
2022
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>

0 commit comments

Comments
 (0)