Skip to content

Commit 74ef81c

Browse files
committed
Use expression instead of file for NuGet license
You can't set both and expressions are better because it allows tools to automatically determine the license.
1 parent 9469eab commit 74ef81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuget.package/NativeBinaries.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>LibGit2Sharp.NativeBinaries</id>
55
<version>2.0.0</version>
66
<authors>LibGit2Sharp contributors</authors>
7-
<license type="file">libgit2\libgit2.license.txt</license>
7+
<license type="expression">MIT</license>
88
<projectUrl>https://github.com/libgit2/libgit2sharp.nativebinaries</projectUrl>
99
<icon>libgit2\libgit2.png</icon>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>

0 commit comments

Comments
 (0)