Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency uno.winui to 5.6.70 #234

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Uno.WinUI (source) 5.3.144 -> 5.6.70 age adoption passing confidence

Release Notes

unoplatform/uno (Uno.WinUI)

v5.6.70

Compare Source

What's Changed

Full Changelog: unoplatform/uno@5.6.61...5.6.70

v5.6.61

Compare Source

What's Changed

Full Changelog: unoplatform/uno@5.6.33...5.6.61

v5.6.33

Compare Source

v5.6.30

In Uno Platform 5.6, our first release of 2025, we’re doubling down on what matters most to you — productivity, performance, and seamless cross-platform development experiences. There are major advancements across the board, from faster Hot Reload and expanded app packaging support to significant runtime and memory optimizations.

  • Hot Reload continues to evolve and lead the .NET ecosystem. As it is the foundation of Hot Design, our next-generation visual designer, nothing short of an amazing Hot Reload experience will satisfy us.
  • App packaging is now even easier, with new support for .pkg and .dmg formats, code signing, notarization, and destructive mode Snap package creation for CI environments.
  • Performance improvements across Uno Platform include up to 10x faster execution for Wasm AOT, more efficient visual states, and memory optimizations that make apps leaner and faster.

Take a look at our blog post for now details!

See below for the full change log.


Features
  • Add Color resources to ResourcesExtractor (7d9a654)
  • Add Microsoft.Windows.AppLifecycle to Sync generator (96ac958)
  • Add missing contracts to ApiInformation (0fe8895)
  • Add native embedding to netXX-desktop/macOS (66daa65)
  • Add support for AppWindow.Show methods (c9305c4)
  • Add XAML resources UPRI trimming (0dfd176)
  • Allow selecting custom values on Selector (8b6a5d3)
  • Allow simulating touch input in Samples app (2a243c9)
  • hr: Add ability to remove root of a DataTemplate with HR without cnomua (545e109)
  • hr: Remove deprecated XAML and partial reload HR modes (a46202a)
  • Implement pattern/template grammar for DateTimeFormatter (c8c6a43)
  • implement ShapeVisual.ViewBox (0a0c855)
  • implement the X Input extension to support touch input, smooth scrolling, etc. (071570e)
  • In app review on Android (760205a)
  • InputPropertyAttribute (493ede4)
  • Listen to trat changes on iOS 17+ (3cafa43)
  • macOS: override ms-appx location when app is bundled (05f21e6)
  • Microsoft.Windows.AppLifecycle contract (b4619da)
  • Simulate preview key events for tests (61c80df)
  • Uno.UI.GooglePlay (61041ae)
  • Use SIMD to compage images in a test to accelerate builds. (f1883d1)
  • Warn the user when native frame is used with WinUI Frame behavior (e7a0788)
Performance Improvements
  • anim: Don't refresh triggers and transitions during parsing (ec3ab58)
  • anim: Register only once to the JS animationframe callback (2b303b6)
  • brush: Don't use reflection to invoke brush updates (679b4bf)
  • Enable ResourceDictionary "not found" caching (6f696d4)
  • limit JavaStringCache entries to deal with excessive GREF counts (deff175)
  • optimize opacity filter allocations (91be36d)
  • reduce SKPaint and SKPath allocations (9264d5e)
  • wasm: Split methods containing try/catch/finally blocks (c4df6bf)
Bug Fixes
  • add minimum API HttpRequestHeaderCollection to work (c781c95)
  • Adjust [NotImplemented] on PasswordVault (0202aa8)
  • Adjust build for macOS 15/14 for the removal of Xcode 16. (519a059)
  • Adjust for outdated rc2 references (ba5b416)
  • Adjust implicit package inclusion (aba082d)
  • Adjust IsFocusable on Popup (228d4a1)
  • Adjust support for InvariantCulture mode support (39931e8)
  • Adjust tf reordering for VS 17.12 or later (5e6c681)
  • Adjust tf reordering for VS 17.12 or later (d7f3733)
  • Adjust the target SDK version of Samples app on Android (dc9da22)
  • Adjust TreeHelper to correctly handle native elements (06e9137)
  • align DepObjCol indexer behavior with winui (1c01de0)
  • Allow closing ContentDIalog after button click cancellation (2aacc68)
  • Allow properties to be multi-lines (5813d5b)
  • Allow properties to be multi-lines (78fa7d7)
  • Always activate window on Activate() (33ebe65)
  • android: PointerRoutedEventArgs.GestureEventsAlreadyRaised was reset while bubbling events up (864e00f)
  • android: Restore inheritance workaround for android (0222291)
  • Apply x:Bind expressions in Resources (5529e7b)
  • assets: Adjust project transitive output path (983b96d)
  • Avoid duplicate slash in AssetsPathBuilder (e5db20c)
  • Avoid handler leak on layout instance (f647e4c)
  • Avoid MUX vs WUX type clashes (2143af3)
  • Avoid subscribing to touch scroll events twice (546946c)
  • change how we handle the keyboard (5b7c0fc)
  • ci for macOS (d1ca282)
  • codegen: markup-ext improper cast for nullable value-type dp (0ab2847)
  • Correcly await async RunOnUIThread calls (7866edc)
  • DeferLoadStrategy should work even if no visibility is set (6c198eb)
  • Define the working directory for add-in discovery (922f095)
  • Deprecated iOS Launcher methods (73c27f8)
  • Do not output PopupPanel from VisualTreeHelper (6f486df)
  • Do not warn about target platform order for libraries (1c86455)
  • Don't include OpenSans for libraries (77af90e)
  • Don't include packages on release builds (3e1ea3a)
  • Don't invoke ApplyTemplate for collapsed elements (f885175)
  • Don't invoke weak event target if the target is a collected peer reference (789bf9c)
  • Downgrade BuildTools (593f794)
  • dragdrop: don't fire Drop if AcceptedOperation is None (6d1c6fb)
  • dragdrop: fire DragEnter and DragOver when firing DragStarting (33ea5a7)
  • dragging: when a child and a parent subscribe to dragging, only fire on the child (f3afc4b)
  • droid: TabView header not showing (0e5f8fe)
  • Enable AllowUnsafeBlocks for winappsdk (9e244aa)
  • Ensure Custom NumberFormatter is applied in NumberBox validation (7a43317)
  • Ensure each test ends with non-keyboard input device (c60e172)
  • Ensure element translation is applied after Loaded (db8bd3c)
  • Ensure HttpRequestMessage.Headers are assigned when default ctor is used (b23b381)
  • Fix HRI not being draggable (2c98967)
  • Fix invalid code gen (361d014)
  • Fix invalid code gen of top resource dictionnaries (275b16d)
  • Fix invalid code gen when using markup extension in a style (aff3c8e)
  • Fix lock contention in XAML generator during compilation (640ebba)
  • Fix logging of add-in discovery (f453993)
  • fix native element visibility (reset by clipping) (c297452)
  • Fix regression in code gen (c3c48d2)
  • Fix When_Window_Closed_Is_Handled on macOS/skia (0ea57fa)
  • Fix x:Bind not applied properly (79ed849)
  • Frame should throw on page exceptions (36fb076)
  • GetCharacterIndexAtPoint throws if layout manager is null (97d9c7d)
  • Grouped CollectionView enumeration (8144a16)
  • Grouped CollectionView enumeration (f4fe4f0)
  • hr: Always generate the Bindings class when HR is enabled (4ea7bce)
  • hr: Avoid rude edit (beb33aa)
  • hr: Disable partial reload on compatible targets (00f4a15)
  • hr: Do not restore MSBuild properties in HR workspace (e15e967)
  • hr: Fix invalid code gen for custom markup extensions (9613875)
  • hr: Fix invalid gen for top level dic (55822b3)
  • hr: Improve retry logic when using UpdateFile in case of NoChnages (f8d848b)
  • hr: Restore udage of cnomua for resource dictionnaries (7a8536a)
  • hr: Update HR conditions (f664ce4)
  • hr: Use properties for subjects (4867046)
  • image: clipping images on WASM was not working (f4ade32)
  • Improve DateTimeFormatter template matching and mappings (484fac7)
  • ios: negative margin clipped on device rotate (ca4a273)
  • ios: negative margin clipped on device rotate (2a1c616)
  • iOS: PersonPicture late binding (6944ff1)
  • iOS: TabView Item selection when loading page (85c57eb)
  • iOS: TabView Item selection when loading page (616315d)
  • macos: add key modifiers to pointer event args (ff102bd)
  • macOS: adjust scrollwheel speed for normal/PC mouses (1566858)
  • macOS: Avoid an overflow which breaks drag-and-drop (d629518)
  • macos: Bring window to top when activated (5bae5b2)
  • macos: Bring window to top when activated (6f1da0e)
  • macOS: native clip on the provided path/svg (026226b)
  • macOS: OnWindowClosing should not reset cancel (aa41d5e)
  • macOS: Prevent pointer over event originating from other window (dcfe4d9)
  • macOS: Prevent pointer over event originating from other window (c1b2800)
  • Make AutomationProperties bindable (23a5743)
  • Make ImageStretch_None wait for images to actually load (8e6894b)
  • Make KeyboardHelper use async consistently (908025e)
  • Make the Popup logical parent of Child (7d558a7)
  • mofidying .ts files only should embed the newly generated .js files (20c2d6f)
  • Move to jsimport for bbox (00f3ced)
  • net9: Add linker directives (4595bcb)
  • net9: Allow for builds to happen even if a RID is explicitly set (840a5a7)
  • netstd: late template application is ignored (2293898)
  • NRE on favorite button (6bee805)
  • Observe specific trait on RootViewController (c496a06)
  • parse floating point values in svg path (ab73de5)
  • Path: add support for Path.Data being a PathGeometry with some figures having IsFilled = false (7e4982d)
  • PopupRoot is a Canvas (8b15fb0)
  • Prefer logical parent over visual for ResourceDictionary enumeration (5a56ca6)
  • reg: Fix _rootInstance field is always null (69b6aa1)
  • reg: Fix ANdroid test not passing (3db1f2c)
  • reg: Fix HR no allowing to remove x:Bind as first change (7aae564)
  • reg: Fix invalid code gen (87c931a)
  • Reset last input type before test execution (7f32505)
  • resources: Don't reevaluate all resources on all measure (faad794)
  • resources: Make the FrameworkElement.Resources property lazy initialized (e20718b)
  • reverse clip and set fillrule to oddeven (f20b0b8)
  • scrollviewer: fix scrollArgs.IsIntermediate on WASm (84c85fe)
  • sdk: Adding MAUI and C# markup packages when enabled (fb5f508), closes #​18700
  • SdkExtras invalid implicit version (f5b2c55)
  • SdkExtras invalid implicit version (bace519)
  • sdk: Removing redundant packages (0397050)
  • shapes ignoring clipping sometimes on Linux (a57c392)
  • skia: support color animations (6b908aa)
  • tests: Check_FontFallback_Shaping on macOS/skia (6f79a81)
  • tests: Fix several Given_TextBox tests on macOS/skia (7e21bee)
  • tests: Fix When_IsTextSelectionEnabled_Keyboard_SelectAll_Copy on macOS/skia (10e637e)
  • tests: Fix When_Large_List_Scroll_To_End_Then_Back_Up_TryClick on macOS/skia (8be8374)
  • tests: Fix When_Paste_While_Pointer_Held on macOS/skia (647a7ac)
  • tests: Fix When_Scrolling_Updates_After_Backspace on macOS/skia (20df9bd)
  • tests: Fix When_Selection_With_Keyboard_NoMod_Ctrl_And_Shift on macOS/skia (2316d6c)
  • tests: Fix When_Undo_Redo_Keyboard_Basic on macOS/skia (ba5867b)
  • tests: Tolerate 2 pixels diff (happens on CI) for Check_FontFallback_Shaping (431d124)
  • tests: When_Copy_Paste on macOS/skia (dac31e8)
  • tests: When_Ctrl_A on macOS/skia (3d19d61)
  • tests: When_Ctrl_Backspace on macOS/skia (8fc014a)
  • tests: When_Ctrl_Delete on macOS/skia (8547cbd)
  • tests: When_Ctrl_Delete_Undo_Redo on macOS/skia (3e1c56c)
  • tests: When_Ctrl_End_ScrollViewer_Vertical_Offset on macOS/skia (6acb0cd)
  • tests: When_Ctrl_Home_End on macOS/skia (ff2386c)
  • tests: When_Cut_Paste on macOS/skia (d5f60ec)
  • textbox: BeforeTextChanging crashing ing in specific cases (819ccc2)
  • textbox: losing focus on PointerUp when inside a Popup on WASM (066f89f)
  • Track modifiers throughout key sequence (69a7287)
  • Track the parent command bar for appbar buttons (740cc2c)
  • Uno specific workaround for invalid assert in ComboBox (b6fd348)
  • Use generated serializers for net9 wasm (eb817af)
  • wasm: key tracking when no one is subscribing to Key<Down|Up> (542a226)
  • wasm: unwanted preview shown when dragging over existing selection (2436ac6)
  • wasm: workaround for invalid net9-browserwasm library detection (9bd0c1d)
  • webview2: Adjust target platform selection for windows builds (5a5cdca)
  • WriteableBitmap: Invalidation should cause a redrawing (107f0ba)
  • x11: fix rendering when DPI scaling is less than 1 (c877936)
  • xamlgenerator: fix syntax error when using x:Uid (6b6eb02)
  • xLoad not updating bindings when a child sets x:Bind (bb6958f)
Reverts
  • Revert "perf: Misc perf improvement to ResourceDictionary" (fbcb9f7)
  • Revert "chore(docs): Update desktop/macOS publishing documentation" (231706b)
  • Revert "fix(reg): Workaround Gallery measure issue on Android" (4ec754c)

v5.5.94

Compare Source

What's Changed

Full Changelog: unoplatform/uno@5.5.87...5.5.94

v5.5.87

Compare Source

What's Changed

Full Changelog: unoplatform/uno@5.5.76...5.5.87

v5.5.76

Compare Source

v5.5.66

Compare Source

v5.5.37

Uno Platform 5.5 - Automated App Packaging, .NET 9 RC2, OpenGL, WebView2 and more

Each release, we don’t just improve—we aim to revolutionize your development experience. For this release, we focused on drastically reducing the time and complexity required to package and distribute your cross-platform applications, in addition to a plethora of other productivity and performance features.

Our new App Packaging automates the process of bundling binaries, assets and dependencies into platform-specific installers for Linux, macOS and Windows on desktop. And, yes, that’s in addition to the seamless support we already provide for Mobile and Web packaging. It removes hours of frustration and dozens of manual steps which are typically needed when preparing your app for publishing, with just a few commands or clicks.

In addition to app packaging improvements, we are adding support for .NET 9 RC2 with WebAssembly, OpenGL Support, WebView2, New Skia Canvas, Combo Box and Templated Parent. It’s a big release, grab a coffee and read through our blog post.

At a glance, here are some of the new features:

  • Linux Snap, macOS .app and ClickOnce packaging support
  • GLCanvasElement for Desktop
  • SkiaVisual / SKCanvas support
  • WebView2 support on WebAssembly
  • .NET 9 RC2 support
  • .NET 9 WebAssembly bootstrapper support
  • Support for ComboBox.IsEditable, ComboBox.TextSubmitted, ComboBox.SelectionChangedTrigger
  • Many TemplatedParent propagation fixes
  • Support for ColorHelper and KnownColors
  • In-App rating support on iOS
  • Various DependencyObject performance improvements and memory usage reductions

You can find out the changelog below.


Features
  • add a SkiaVisual that allows external use of SkiaSharp (5ff75bd)
  • Add ability to configure timeout for file update to work on slow CI (7ab30cc)
  • Add ability to send null old content to overwrite file (2cd7ad4)
  • Add contract for to allow user interaction in IDE from the dev-server (fc7312c)
  • Add discovery of dev-server add-ins (d73066d)
  • Add extensiblity support in dev-server (753965d)
  • Add message for to add a menu in the IDE (0433d09)
  • Add Microsoft.NET.Sdk.WebAssembly support (d3312b2)
  • Add more info (86dfaca)
  • Allow disabling generated Application.UnhandledException handler (307acc1)
  • Allow selecting custom values on Selector (8b6a5d3)
  • Allow usage of HR indicator from external tool (2cf2f71)
  • Bump Uno.Fonts to 2.4.5 (84a5e72)
  • ComboBox.IsEditable (f491c97)
  • ComboBox.TextSubmitted (a22f88c)
  • Correctly indicate support for DesktopAcrylicController and MicaController (c4ee18a)
  • Create IIdeChannel services and register it into DI to be usable by add-ins (2099883)
  • Define constants for packaged vs. unpackaged WinAppSDK (2ad6248)
  • GlCanvasElement on MacOS (363b8df)
  • hr: Add ability to safely handle exceptions in UpdateFile (e5974da)
  • hr: Add UpdateFile API (bcabbd2)
  • Implement ColorHelper (73e0d61)
  • Implement KnownColors (0d604a0)
  • Implement GetColorNameResourceId (d494270)
  • In-app rating request on iOS (672148d)
  • InputPropertyAttribute (493ede4)
  • introduce the ability to draw using raw OpenGL on skia (ff6e501)
  • ios: add webview2 inspectable feature (f8c6ac7)
  • iOS: validate for device version (918f34b)
  • Make breaking on unhandled exceptions opt-in (48d42f6)
  • New DependencyPropertyHelper class (844b8e2)
  • Reduce allocations when using AsyncLock (+ remove all dependencies) (6a52019)
  • Simulate preview key events for tests (61c80df)
  • Support for ComboBox.SelectionChangedTrigger (0d016e2)
  • Throw ArgumentNullException if XamlRoot is not provided to VisualTreeHelper (c53c785)
  • Update API surface to WinAppSDK 1.6 (abb3fca)
  • Update Sync generator to WinAppSDK 1.6 (49ecdae)
  • wasm: Remove dependency on js invocation internal calls (c9f9377)
  • WebView and WebView2 on WebAssembly (be3a0fb)
  • webview2: add feature configuration for ios inspectable (15ed6af)
Bug Fixes
  • ActionAppNotificationSettings Launcher missing package reference (7b7cb35)
  • Adjust AddIn path (54da54f)
  • Adjust ContentPresenter automatic propagation (8ad591f)
  • Adjust IsFocusable on Popup (228d4a1)
  • Adjust ScrollContentPresenter measure to prevent infinite available size when necessary (565dd04)
  • Adjust the target SDK version of Samples app on Android (dc9da22)
  • Adjust TreeHelper to correctly handle native elements (06e9137)
  • adjust workaround for android popuppanel layout (72ce4eb)
  • android: Restore inheritance workaround for android (0222291)
  • Avoid error on SamplesApp.UITests (0641657)
  • Avoid infinite layout loop in MediaTransportControls (dbca1b0)
  • Button: Command binding resetting on CanExecution exception (82846ba)
  • codegen: Adjust mvvm toolkit properties discovery (e94127f)
  • Compare the right font in OnFontLoaded when FontFamily contains '#' (3843646)
  • Correcly await async RunOnUIThread calls (7866edc)
  • desktop will always build as WinEXE (30437b8)
  • Do not destroy the singleton Window for single-window targets (334c910)
  • Don't fail on disposed color changes (1c5621e)
  • Don't reload projects when moving to all TFMs but wasm (a3d8370)
  • Enable A

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sorry, something went wrong.

@renovate renovate bot force-pushed the renovate/uno.winui-5.x branch from bdb1ae7 to 4d0a350 Compare October 12, 2024 18:54
@renovate renovate bot changed the title chore(deps): update dependency uno.winui to 5.4.22 chore(deps): update dependency uno.winui to 5.4.27 Oct 12, 2024
@renovate renovate bot force-pushed the renovate/uno.winui-5.x branch from 4d0a350 to 6394839 Compare October 17, 2024 16:33
@renovate renovate bot changed the title chore(deps): update dependency uno.winui to 5.4.27 chore(deps): update dependency uno.winui to 5.4.38 Oct 17, 2024
@renovate renovate bot force-pushed the renovate/uno.winui-5.x branch from 6394839 to a2f77cd Compare October 19, 2024 19:44
@renovate renovate bot changed the title chore(deps): update dependency uno.winui to 5.4.38 chore(deps): update dependency uno.winui to 5.4.39 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/uno.winui-5.x branch from a2f77cd to 1991d91 Compare November 9, 2024 16:29
@renovate renovate bot changed the title chore(deps): update dependency uno.winui to 5.4.39 chore(deps): update dependency uno.winui to 5.4.43 Nov 9, 2024
@renovate renovate bot force-pushed the renovate/uno.winui-5.x branch from 1991d91 to f5542e5 Compare November 10, 2024 16:47
@renovate renovate bot changed the title chore(deps): update dependency uno.winui to 5.4.43 chore(deps): update dependency uno.winui to 5.5.37 Nov 10, 2024
@renovate renovate bot force-pushed the renovate/uno.winui-5.x branch from f5542e5 to 82e43c6 Compare November 21, 2024 22:18
@renovate renovate bot changed the title chore(deps): update dependency uno.winui to 5.5.37 chore(deps): update dependency uno.winui to 5.5.66 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/uno.winui-5.x branch from 82e43c6 to 6e13a67 Compare December 5, 2024 17:19
@renovate renovate bot changed the title chore(deps): update dependency uno.winui to 5.5.66 chore(deps): update dependency uno.winui to 5.5.76 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/uno.winui-5.x branch from 6e13a67 to f793109 Compare December 14, 2024 21:53
@renovate renovate bot changed the title chore(deps): update dependency uno.winui to 5.5.76 chore(deps): update dependency uno.winui to 5.5.87 Dec 14, 2024
@renovate renovate bot force-pushed the renovate/uno.winui-5.x branch from f793109 to 4d5cb8e Compare December 28, 2024 22:08
@renovate renovate bot changed the title chore(deps): update dependency uno.winui to 5.5.87 chore(deps): update dependency uno.winui to 5.5.94 Dec 28, 2024
@renovate renovate bot force-pushed the renovate/uno.winui-5.x branch from 4d5cb8e to adcfad9 Compare January 31, 2025 16:05
@renovate renovate bot changed the title chore(deps): update dependency uno.winui to 5.5.94 chore(deps): update dependency uno.winui to 5.5.95 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/uno.winui-5.x branch from adcfad9 to fb01bec Compare February 7, 2025 17:33
@renovate renovate bot changed the title chore(deps): update dependency uno.winui to 5.5.95 chore(deps): update dependency uno.winui to 5.6.27 Feb 7, 2025
@renovate renovate bot force-pushed the renovate/uno.winui-5.x branch from fb01bec to 557a023 Compare February 7, 2025 22:05
@renovate renovate bot changed the title chore(deps): update dependency uno.winui to 5.6.27 chore(deps): update dependency uno.winui to 5.6.30 Feb 7, 2025
@renovate renovate bot force-pushed the renovate/uno.winui-5.x branch from 557a023 to 0f13f70 Compare February 11, 2025 11:02
@renovate renovate bot changed the title chore(deps): update dependency uno.winui to 5.6.30 chore(deps): update dependency uno.winui to 5.6.33 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/uno.winui-5.x branch from 0f13f70 to 099500c Compare February 23, 2025 22:58
@renovate renovate bot changed the title chore(deps): update dependency uno.winui to 5.6.33 chore(deps): update dependency uno.winui to 5.6.61 Feb 23, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@renovate renovate bot force-pushed the renovate/uno.winui-5.x branch from 099500c to fbced07 Compare March 2, 2025 17:28
@renovate renovate bot changed the title chore(deps): update dependency uno.winui to 5.6.61 chore(deps): update dependency uno.winui to 5.6.70 Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants