Skip to content

Commit 11dec45

Browse files
committed
Release: prepare v0.11.0
1 parent b7bd643 commit 11dec45

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).
55

6-
## [Unreleased]
6+
## [0.11.0]
77
### Added
88
- [#262: Add \mod operator from amsmath][pull-262]
99

10+
### Fixed
11+
- [#304: SystemFontFamilies does not return all FontFamilies in Chinese System][issue-304]
12+
1013
## [0.10.0] - 2021-07-06
1114
### Changed
1215
- (**Breaking change!**) Removed support for .NET Core 3.0. .NET Core 3.1 or later is supported from now (.NET Framework 4.5.2 is still supported; .NET 5.0 or later is supported, too).
@@ -169,6 +172,7 @@ This was the initially published version. It consisted entirely of the original
169172
[issue-248]: https://github.com/ForNeVeR/wpf-math/issues/248
170173
[issue-257]: https://github.com/ForNeVeR/wpf-math/issues/257
171174
[issue-275]: https://github.com/ForNeVeR/wpf-math/issues/275
175+
[issue-304]: https://github.com/ForNeVeR/wpf-math/issues/304
172176
[pull-53]: https://github.com/ForNeVeR/wpf-math/pull/53
173177
[pull-54]: https://github.com/ForNeVeR/wpf-math/pull/54
174178
[pull-58]: https://github.com/ForNeVeR/wpf-math/pull/58
@@ -205,4 +209,5 @@ This was the initially published version. It consisted entirely of the original
205209
[0.8.0]: https://github.com/ForNeVeR/wpf-math/compare/0.7.0...0.8.0
206210
[0.9.0]: https://github.com/ForNeVeR/wpf-math/compare/0.8.0...0.9.0
207211
[0.10.0]: https://github.com/ForNeVeR/wpf-math/compare/0.9.0...v0.10.0
208-
[Unreleased]: https://github.com/ForNeVeR/wpf-math/compare/v0.10.0...HEAD
212+
[0.11.0]: https://github.com/ForNeVeR/wpf-math/compare/v0.10.0...v0.11.0
213+
[Unreleased]: https://github.com/ForNeVeR/wpf-math/compare/v0.11.0...HEAD

src/WpfMath/WpfMath.csproj

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,19 @@
77
</PropertyGroup>
88
<PropertyGroup>
99
<PackageId>WpfMath</PackageId>
10-
<Version>0.10.0</Version>
10+
<Version>0.11.0</Version>
1111
<Title>WPF-Math</Title>
1212
<Authors>ForNeVeR</Authors>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<PackageProjectUrl>https://github.com/ForNeVeR/wpf-math</PackageProjectUrl>
1515
<RepositoryUrl>https://github.com/ForNeVeR/wpf-math.git</RepositoryUrl>
1616
<AssemblyTitle>WPF-Math</AssemblyTitle>
1717
<PackageReleaseNotes>Changed:
18-
- Removed support for .NET Core 3.0
19-
2018
Added:
21-
- Enable nullable reference types
19+
- #262: Add \mod operator from amsmath
2220

2321
Fixed:
24-
- Foreground property not working on FormulaControl
25-
- Fix typo in SystemTextFontNameProperty
26-
- \limsup throws exception
27-
- Fix for scripts with curly braces after a command with curly braces (e.g. \hat{x}_{y})
28-
- Crash on empty \sqrt{}
29-
- OverUnderBox constructor may dereference scriptBox parameter if it's null
22+
- #304: SystemFontFamilies does not return all FontFamilies in Chinese System
3023
</PackageReleaseNotes>
3124
<PackageTags>wpf;latex;formula</PackageTags>
3225
<Description>.NET library for rendering mathematical formulae using the LaTeX typsetting style, for the WPF framework.</Description>

0 commit comments

Comments
 (0)