Skip to content

Commit

Permalink
Use SPDX license expression in package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Jul 10, 2024
1 parent ac334c5 commit 126f627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fizzler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<Authors>Atif Aziz, Colin Ramsay</Authors>
<Description>Fizzler is a W3C Selectors parser and generic selector framework for document hierarchies.</Description>
<PackageLicenseFile>COPYING.txt</PackageLicenseFile>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/atifaziz/Fizzler</PackageProjectUrl>
<RepositoryUrl>https://github.com/atifaziz/Fizzler</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
Expand Down Expand Up @@ -38,7 +38,7 @@
</ItemGroup>

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

<ItemGroup>
Expand Down

0 comments on commit 126f627

Please sign in to comment.