Skip to content

Commit

Permalink
fix license.
Browse files Browse the repository at this point in the history
  • Loading branch information
rexebin committed Feb 4, 2024
1 parent fc0853e commit b4ae3a9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions PulumiTestHelper/PulumiTestHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
<PackageTags>pulumi, test</PackageTags>
<Authors>Zhimin(Rex) Ye</Authors>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="../LICENSE.txt" Pack="true" PackagePath=""/>
<ItemGroup>
<None Include="icon.jpg" Pack="true" PackagePath=""/>
<None Include="../readme.md" Pack="true" PackagePath=""/>
</ItemGroup>
Expand Down

0 comments on commit b4ae3a9

Please sign in to comment.