Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.97 KB

File metadata and controls

48 lines (30 loc) · 1.97 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v2.9.0-beta.1] - 2025-11-13

This release upgrades the entire solution to .NET 9.0, bringing performance improvements and access to the latest framework features. All dependencies have been updated.

Changed

  • Changed the target framework to .NET 9.0 across all projects #12
  • Updated GitHub Actions workflow to use .NET 9.0 #12
  • Updated all NuGet packages in the whole solution #12
  • Updated test framework target from net8.0-windows to net9.0-windows #12
  • Migrated unit tests from xUnit to MSTest framework with improved assertions #12

[v2.8.1-beta.1] - 2024-08-24

Changed

  • Removes ControlzEx NuGet package reference
  • References Microsoft.Xaml.Behaviors.Wpf to fix issues related to XAML behaviors

Fixed

  • Calculates correct system menu position (takes DPI scaling into account)

[v2.8.0-beta.1] - 2024-07-25

Changed

  • Converts all project files to the new SDK format
    • Updates AssemblyInfo.cs files (removes attributes that get generated during the build)
  • Upgrades all referenced NuGet packages
  • Fixes all build errors related to API changes
    • Fixes impersonation helpers in Interop code
    • Removes exception constructors for binary serialization (no longer needed)
    • Removes app.config files (cleans static binding redirects)
  • Removes functionality that downloads update installers (due to dead infrastructure)

[v2.7.0-beta.1] - 2024-03-24

  • Initial release