Skip to content

Commit d5b9565

Browse files
committed
Release: prepare v1.0.0
1 parent d1ded5e commit d5b9565

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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] (0.14.0)
6+
## [1.0.0] - 2023-02-07
77
### Changed
88
- The project has been renamed to XAML-Math. This doesn't change the NuGet package names (WpfMath and AvaloniaMath) and their contents (including namespaces of most entities), but changed the contents of the shared assembly.
99
- **(Breaking change.)** `WpfMath.Shared` assembly was renamed to `XamlMath.Shared`:
@@ -280,4 +280,5 @@ This was the initially published version. It consisted entirely of the original
280280
[0.12.0]: https://github.com/ForNeVeR/xaml-math/compare/v0.11.0...v0.12.0
281281
[0.13.0]: https://github.com/ForNeVeR/xaml-math/compare/v0.12.0...v0.13.0
282282
[0.13.1]: https://github.com/ForNeVeR/xaml-math/compare/v0.13.0...v0.13.1
283-
[Unreleased]: https://github.com/ForNeVeR/xaml-math/compare/v0.13.1...HEAD
283+
[1.0.0]: https://github.com/ForNeVeR/xaml-math/compare/v0.13.1...v1.0.0
284+
[Unreleased]: https://github.com/ForNeVeR/xaml-math/compare/v1.0.0...HEAD

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup Label="Packaging">
4-
<Version>0.13.1</Version>
4+
<Version>1.0.0</Version>
55
<Copyright>Copyright © Alex Regueiro 2010; Copyright © WPF-Math Contributors 2023; Copyright © XAML-Math Contributors 2023</Copyright>
66

77
<Authors>ForNeVeR</Authors>

0 commit comments

Comments
 (0)