Skip to content

Commit

Permalink
Replace PackageLicenseFile with PackageLicenseExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
Bond-009 committed Apr 1, 2020
1 parent 52fee59 commit 7728f89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions src/BlurHashSharp.Drawing/BlurHashSharp.Drawing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@
<Version>1.0.0</Version>
<PackageTags>BlurHash;image;bitmap;drawing</PackageTags>
<Description>BlurHash encoder for use with the System.Drawing.Common image library.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Bond-009/BlurHashSharp</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath="$(PackageLicenseFile)"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
</ItemGroup>
Expand Down
6 changes: 1 addition & 5 deletions src/BlurHashSharp.SkiaSharp/BlurHashSharp.SkiaSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@
<Version>1.0.0</Version>
<PackageTags>BlurHash;image;bitmap;skiasharp</PackageTags>
<Description>BlurHash encoder for use with the SkiaSharp image library.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Bond-009/BlurHashSharp</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath="$(PackageLicenseFile)"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="SkiaSharp" Version="1.68.1" />
</ItemGroup>
Expand Down
6 changes: 1 addition & 5 deletions src/BlurHashSharp/BlurHashSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@
<Version>1.0.0</Version>
<PackageTags>BlurHash;image;bitmap</PackageTags>
<Description>BlurHash encoder for working with raw bitmaps in memory.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Bond-009/BlurHashSharp</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath="$(PackageLicenseFile)"/>
</ItemGroup>

</Project>

0 comments on commit 7728f89

Please sign in to comment.