Skip to content

Commit

Permalink
Use license expression
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinE committed Jun 10, 2024
1 parent a0be08d commit 88762f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Lombiq.UIKit.Tests.UI/Lombiq.UIKit.Tests.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageTags>OrchardCore;Lombiq;AspNetCore;UIKit</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/Orchard-Chart.js</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lombiq/Orchard-UIKit/blob/dev/Lombiq.UIKit.Tests.UI/Readme.md</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand All @@ -29,7 +29,6 @@
</ItemGroup>

<ItemGroup>
<None Include="License.md" Pack="true" PackagePath="" />
<None Include="NuGetIcon.png" Pack="true" PackagePath="" />
<None Include="Readme.md" Pack="true" PackagePath="" />
</ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions Lombiq.UIKit/Lombiq.UIKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@
<PackageTags>OrchardCore;Lombiq;AspNetCore;UI;UIKit;front-end</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/Orchard-UIKit</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lombiq/Orchard-UIKit</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Include="License.md" Pack="true" PackagePath="" />
<None Include="..\Readme.md" />
<None Include="NuGetIcon.png" Pack="true" PackagePath="" />
</ItemGroup>
Expand Down

0 comments on commit 88762f5

Please sign in to comment.