Skip to content

Commit 31cecfe

Browse files
authored
Use PackageLicenseExpression (#20)
1 parent 7e18b02 commit 31cecfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/OxyPlot.Avalonia/OxyPlot.Avalonia.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PackageId>OxyPlot.Avalonia</PackageId>
55
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
66
<Description>OxyPlot is a plotting library for .NET. This is a support library for OxyPlot to work with AvaloniaUI.</Description>
7-
<PackageLicenseUrl>https://raw.githubusercontent.com/oxyplot/oxyplot-avalonia/master/LICENSE</PackageLicenseUrl>
7+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
88
<Copyright>OxyPlot contributors</Copyright>
99
<PackageProjectUrl>http://oxyplot.org/</PackageProjectUrl>
1010
<PackageIconUrl>https://raw.githubusercontent.com/oxyplot/oxyplot/develop/Icons/OxyPlot_128.png</PackageIconUrl>

0 commit comments

Comments
 (0)