Skip to content

Commit

Permalink
Merge pull request #694 from lahma/license-expression
Browse files Browse the repository at this point in the history
Switch to using license expression
  • Loading branch information
mikkelbu authored Mar 3, 2024
2 parents 282ef3b + 09ccb1f commit a8720ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nunit.analyzers/nunit.analyzers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>$version$</version>
<title>NUnit Analyzers</title>
<authors>NUnit</authors>
<license type="file">license.txt</license>
<license type="expression">MIT</license>
<iconUrl>https://raw.githubusercontent.com/nunit/resources/master/images/icon/nunit_256.png</iconUrl>
<icon>images\nunit_256.png</icon>
<projectUrl>https://github.com/nunit/nunit.analyzers</projectUrl>
Expand Down

0 comments on commit a8720ac

Please sign in to comment.