You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-16Lines changed: 21 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,27 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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
0 commit comments