Skip to content

Commit 6f11ce5

Browse files
committed
Packaging: remove unsupported license expressions
We are still going to state Knuth-CTAN in the documentation, but there's no way to tell this in NuGet metadata, unfortunately.
1 parent 2149d13 commit 6f11ce5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AvaloniaMath/AvaloniaMath.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PropertyGroup>
99
<PackageId>AvaloniaMath</PackageId>
1010
<Title>Avalonia-Math</Title>
11-
<PackageLicenseExpression>MIT AND Knuth-CTAN AND OFL-1.1</PackageLicenseExpression>
11+
<PackageLicenseExpression>MIT AND OFL-1.1</PackageLicenseExpression>
1212
<PackageTags>$(PackageTags);avalonia</PackageTags>
1313
<Description>.NET library for rendering mathematical formulae using the LaTeX typsetting style, for the Avalonia framework.</Description>
1414
</PropertyGroup>

src/WpfMath/WpfMath.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PropertyGroup>
99
<PackageId>WpfMath</PackageId>
1010
<Title>WPF-Math</Title>
11-
<PackageLicenseExpression>MIT AND Knuth-CTAN AND OFL-1.1</PackageLicenseExpression>
11+
<PackageLicenseExpression>MIT AND OFL-1.1</PackageLicenseExpression>
1212
<Description>.NET library for rendering mathematical formulae using the LaTeX typsetting style, for the WPF framework.</Description>
1313
<PackageTags>$(PackageTags);wpf</PackageTags>
1414
</PropertyGroup>

0 commit comments

Comments
 (0)