Skip to content

Commit 388356a

Browse files
committed
Update props
1 parent a908939 commit 388356a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<LangVersion>preview</LangVersion>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<PackageIcon>icon.png</PackageIcon>
7-
<PackageTags>httpie http https curl rest</PackageTags>
86
<GenerateDocumentationFile>false</GenerateDocumentationFile>
97
<PackageLicenseExpression>MIT</PackageLicenseExpression>
108
<RepositoryType>git</RepositoryType>

src/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))"/>
33
<Import Project="../build/version.props"/>
44
<PropertyGroup>
5+
<PackageIcon>icon.png</PackageIcon>
6+
<PackageTags>httpie http https curl rest</PackageTags>
57
<PackageLicenseExpression>MIT</PackageLicenseExpression>
68
<PackageProjectUrl>https://github.com/WeihanLi/dotnet-httpie</PackageProjectUrl>
79
<PackageReleaseNotes>https://github.com/WeihanLi/dotnet-httpie/tree/main/docs/ReleaseNotes.md</PackageReleaseNotes>

0 commit comments

Comments
 (0)