Skip to content

Commit 81c438e

Browse files
committed
Fixed 'licenseUrl' element deprecation warning in nuspec file.
1 parent 592a815 commit 81c438e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CrashReporter.NET/build/CrashReporter.NET.Official.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>CrashReporter.NET</title>
77
<authors>RBSoft</authors>
88
<owners>rbsoft</owners>
9-
<licenseUrl>https://github.com/ravibpatel/CrashReporter.NET/blob/master/LICENSE</licenseUrl>
9+
<license type="expression">MIT</license>
1010
<projectUrl>https://github.com/ravibpatel/CrashReporter.NET</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Send crash reports of your classic desktop application developed using .NET Framework directly to your mail's inbox with full exception report, stack trace and screenshot.</description>

0 commit comments

Comments
 (0)