Skip to content

Commit

Permalink
Packaging: remove unsupported license expressions
Browse files Browse the repository at this point in the history
We are still going to state Knuth-CTAN in the documentation, but there's
no way to tell this in NuGet metadata, unfortunately.
  • Loading branch information
ForNeVeR committed Jun 11, 2023
1 parent 2149d13 commit 6f11ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AvaloniaMath/AvaloniaMath.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PropertyGroup>
<PackageId>AvaloniaMath</PackageId>
<Title>Avalonia-Math</Title>
<PackageLicenseExpression>MIT AND Knuth-CTAN AND OFL-1.1</PackageLicenseExpression>
<PackageLicenseExpression>MIT AND OFL-1.1</PackageLicenseExpression>
<PackageTags>$(PackageTags);avalonia</PackageTags>
<Description>.NET library for rendering mathematical formulae using the LaTeX typsetting style, for the Avalonia framework.</Description>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/WpfMath/WpfMath.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PropertyGroup>
<PackageId>WpfMath</PackageId>
<Title>WPF-Math</Title>
<PackageLicenseExpression>MIT AND Knuth-CTAN AND OFL-1.1</PackageLicenseExpression>
<PackageLicenseExpression>MIT AND OFL-1.1</PackageLicenseExpression>
<Description>.NET library for rendering mathematical formulae using the LaTeX typsetting style, for the WPF framework.</Description>
<PackageTags>$(PackageTags);wpf</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit 6f11ce5

Please sign in to comment.