Skip to content

Commit

Permalink
Add SPDX license expression to NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Jul 5, 2020
1 parent af4ee05 commit 2212d8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/IAmRoot.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<authors>C. Augusto Proiete</authors>
<owners>augustoproiete</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<releaseNotes>https://github.com/augustoproiete/i-am-root-nuget-package/releases/tag/v$version$</releaseNotes>
<license type="file">LICENSE</license>
<projectUrl>https://github.com/augustoproiete/i-am-root-nuget-package</projectUrl>
<repository type="git" url="https://github.com/augustoproiete/i-am-root-nuget-package" />
<icon>images\icon.png</icon>
Expand All @@ -22,7 +22,6 @@
<files>
<file src="IAmRoot.targets" target="build\IAmRoot.targets" />
<file src="Readme.txt" target="Readme.txt" />
<file src="..\LICENSE" target="\LICENSE" />
<file src="..\assets\i-am-root-nuget-package-nuget.png" target="images\icon.png" />
</files>
</package>

0 comments on commit 2212d8c

Please sign in to comment.