File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
<LangVersion >preview</LangVersion >
4
4
<Nullable >enable</Nullable >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
- <PackageIcon >icon.png</PackageIcon >
7
- <PackageTags >httpie http https curl rest</PackageTags >
8
6
<GenerateDocumentationFile >false</GenerateDocumentationFile >
9
7
<PackageLicenseExpression >MIT</PackageLicenseExpression >
10
8
<RepositoryType >git</RepositoryType >
Original file line number Diff line number Diff line change 2
2
<Import Project =" $([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
3
3
<Import Project =" ../build/version.props" />
4
4
<PropertyGroup >
5
+ <PackageIcon >icon.png</PackageIcon >
6
+ <PackageTags >httpie http https curl rest</PackageTags >
5
7
<PackageLicenseExpression >MIT</PackageLicenseExpression >
6
8
<PackageProjectUrl >https://github.com/WeihanLi/dotnet-httpie</PackageProjectUrl >
7
9
<PackageReleaseNotes >https://github.com/WeihanLi/dotnet-httpie/tree/main/docs/ReleaseNotes.md</PackageReleaseNotes >
You can’t perform that action at this time.
0 commit comments