Skip to content

Commit 9e2c2e2

Browse files
committed
Project: add package release notes
1 parent ba6bd4b commit 9e2c2e2

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/WpfMath/WpfMath.csproj

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,20 @@
1515
<PackageProjectUrl>https://github.com/ForNeVeR/wpf-math</PackageProjectUrl>
1616
<RepositoryUrl>https://github.com/ForNeVeR/wpf-math.git</RepositoryUrl>
1717
<AssemblyTitle>WPF-Math</AssemblyTitle>
18-
<PackageReleaseNotes>Extended delimiter support; newline command support; support for \{ and \} commands; bug fixes.</PackageReleaseNotes>
18+
<PackageReleaseNotes>Changed:
19+
- Removed support for .NET Core 3.0
20+
21+
Added:
22+
- Enable nullable reference types
23+
24+
Fixed:
25+
- Foreground property not working on FormulaControl
26+
- Fix typo in SystemTextFontNameProperty
27+
- \limsup throws exception
28+
- Fix for scripts with curly braces after a command with curly braces (e.g. \hat{x}_{y})
29+
- Crash on empty \sqrt{}
30+
- OverUnderBox constructor may dereference scriptBox parameter if it's null
31+
</PackageReleaseNotes>
1932
<PackageTags>wpf;latex;formula</PackageTags>
2033
<Description>.NET library for rendering mathematical formulae using the LaTeX typsetting style, for the WPF framework.</Description>
2134
<Copyright>Copyright © Alex Regueiro 2010; Copyright © WPF-Math Contributors 2021</Copyright>

0 commit comments

Comments
 (0)