Skip to content

Commit

Permalink
Update NuGet spec to use SPDX License Expression
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Jul 20, 2020
1 parent d5cf733 commit 965f258
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/EmptyLicensesLicx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<icon>images\icon.png</icon>
<iconUrl>https://raw.githubusercontent.com/augustoproiete/EmptyLicensesLicx/master/img/empty-licenses-licx.png</iconUrl>
<releaseNotes>https://github.com/augustoproiete/EmptyLicensesLicx/releases/tag/v$version$</releaseNotes>
<license type="file">LICENSE</license>
<license type="expression">MIT</license>
<repository type="git" url="https://github.com/augustoproiete/EmptyLicensesLicx" />
<projectUrl>https://github.com/augustoproiete/EmptyLicensesLicx</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -26,7 +26,6 @@
<files>
<file src="Readme.txt" />
<file src="EmptyLicensesLicx.targets" target="build" />
<file src="..\LICENSE" target="\LICENSE" />
<file src="..\img\empty-licenses-licx.png" target="images\icon.png" />
</files>
</package>

0 comments on commit 965f258

Please sign in to comment.