Skip to content

csharpmarkup2-winui-2-4-18

Latest
Compare
Choose a tag to compare
@VincentH-Net VincentH-Net released this 07 May 08:20
· 4 commits to master since this release

New in this release:

  • Updated to Uno 5.2 including Uno's .NET Single Project and uno.sdk!
  • Added support for latest dotnet new unoapp template
  • Updated to Uno.Extensions.* 4.1
  • Updated to Microsoft.WindowsAppSDK 1.5
  • Allow ! in binding expressions
  • Add SecondaryCommands property setter for Uno Toolkit NavigationBar
  • Minimize diff in generated source between different versions of dependencies by refining sorting of generated methods, allowing a clear overview on what is new in each release
  • Removed workarounds for fixed issues in dependencies:

Breaking changes:

  • Renamed .Stretch() shorthand method for FrameworkElement to .HVStretch() to avoid ambiguity with the .Stretch() extension method for Image
  • The Uno.Extensions.* 4 NuGets no longer support .NET 7, they are now .NET 8+ so the corresponding CSharpMarkup.WinUI.Uno.Extensions.* NuGets are now .NET8+ as well