microsoft / XamlBehaviors

This is the official home for UWP XAML Behaviors on GitHub.
MIT License
701 stars 112 forks source link

[Feature] Support for WindowsAppSDK 1.0.0.-experimental1 #222

Closed curia-damiano closed 3 years ago

curia-damiano commented 3 years ago

Currently the package references Project Reunion 0.8. I would like to port my application to WindowsAppSDK 1.0.0.-experimental1, and because of this, I would need that the NuGet package references it instead of Project Reunion.

ghost1372 commented 3 years ago

They are probably waiting for WinUI 3 with Windows 11 visual styles https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/4171#issuecomment-896330268

arivoir commented 3 years ago

Is there any ETA?

azchohfi commented 3 years ago

There will be no 1.0.0-experimental1, but we just pushed a new 1.0.0-preview1: https://www.nuget.org/packages/Microsoft.Xaml.Behaviors.WinUI.Managed/2.0.5

curia-damiano commented 3 years ago

Super, thank you!