Skip to content

Commit dd5c07d

Browse files
committed
docs(changelog): add 2.0.1 entry
1 parent cad0e95 commit dd5c07d

1 file changed

Lines changed: 21 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.0.0] - 2024-12-18
9-
10-
### Changed
11-
- **BREAKING**: Renamed package from `Hymma.Lm.EndUser.Wpf` to `LicenseManagement.EndUser.Wpf`
12-
- **BREAKING**: Renamed namespace from `Hymma.Lm.EndUser.Wpf` to `LicenseManagement.EndUser.Wpf`
13-
- **BREAKING**: Renamed assembly from `Hymma.Lm.EndUser.Wpf.dll` to `LicenseManagement.EndUser.Wpf.dll`
14-
- Updated dependency to `LicenseManagement.EndUser` 2.0.0
15-
16-
### Added
17-
- `LicenseControl` - New embeddable UserControl for integrating license management directly into application UI as an alternative to the standalone `MainWindow` dialog
18-
19-
### Migration
20-
- Update NuGet package reference from `Hymma.Lm.EndUser.Wpf` to `LicenseManagement.EndUser.Wpf`
21-
- Update C# namespaces: `using Hymma.Lm.EndUser.Wpf.*` to `using LicenseManagement.EndUser.Wpf.*`
22-
- Update XAML namespaces: `assembly=Hymma.Lm.EndUser.Wpf` to `assembly=LicenseManagement.EndUser.Wpf`
23-
- Update ResourceDictionary references in App.xaml
8+
## [2.0.1] - 2026-02-05
9+
10+
### Fixed
11+
- Updated sample app to handle server-provided trial end dates safely.
12+
13+
## [2.0.0] - 2024-12-18
14+
15+
### Changed
16+
- **BREAKING**: Renamed package from `Hymma.Lm.EndUser.Wpf` to `LicenseManagement.EndUser.Wpf`
17+
- **BREAKING**: Renamed namespace from `Hymma.Lm.EndUser.Wpf` to `LicenseManagement.EndUser.Wpf`
18+
- **BREAKING**: Renamed assembly from `Hymma.Lm.EndUser.Wpf.dll` to `LicenseManagement.EndUser.Wpf.dll`
19+
- Updated dependency to `LicenseManagement.EndUser` 2.0.0
20+
21+
### Added
22+
- `LicenseControl` - New embeddable UserControl for integrating license management directly into application UI as an alternative to the standalone `MainWindow` dialog
23+
24+
### Migration
25+
- Update NuGet package reference from `Hymma.Lm.EndUser.Wpf` to `LicenseManagement.EndUser.Wpf`
26+
- Update C# namespaces: `using Hymma.Lm.EndUser.Wpf.*` to `using LicenseManagement.EndUser.Wpf.*`
27+
- Update XAML namespaces: `assembly=Hymma.Lm.EndUser.Wpf` to `assembly=LicenseManagement.EndUser.Wpf`
28+
- Update ResourceDictionary references in App.xaml
2429

2530
## [1.3.3] - 2024-12-15
2631

0 commit comments

Comments
 (0)