Skip to content

Commit

Permalink
Merge pull request #34 from Lombiq/issue/OSOE-852
Browse files Browse the repository at this point in the history
OSOE-852: Change NuGet metadata to use license expression
  • Loading branch information
Piedone authored Jun 11, 2024
2 parents 87a8b4c + 9950874 commit 214baae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lombiq.SetupExtensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
<PackageTags>OrchardCore;Lombiq;AspNetCore;Setup</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/Setup-Extensions</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lombiq/Setup-Extensions</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 214baae

Please sign in to comment.