Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit ce86c89

Browse files
committed
Replace deprecated licenseUrl with license in nuspec file
1 parent 9c4e4fe commit ce86c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SerilogWeb.Classic.Mvc/SerilogWeb.Classic.Mvc.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<description>Adds ASP.NET MVC enrichers to SerilogWeb.Classic</description>
88
<language>en-US</language>
99
<projectUrl>https://github.com/serilog-web/classic-mvc</projectUrl>
10-
<licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
10+
<license type="expression">Apache-2.0</license>
1111
<iconUrl>https://serilog-web.github.io/pages/images/serilog-web.png</iconUrl>
1212
<tags>serilog logging aspnet mvc</tags>
1313
</metadata>

0 commit comments

Comments
 (0)