Skip to content

Commit

Permalink
fix!: Move ControlsResourcesVersion to Uno.UI assembly
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `ControlsResourcesVersion` enum is moved to Uno.UI assembly
  • Loading branch information
Youssef1313 committed May 5, 2023
1 parent ebf26aa commit 5179ec3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Uno.UWPSyncGenerator/Generator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,6 @@ protected bool SkippedType(INamedTypeSymbol type)
case "Microsoft.UI.Xaml.Controls.AnimatedVisuals.AnimatedGlobalNavigationButtonVisualSource":
case "Microsoft.UI.Xaml.Controls.AnimatedVisuals.AnimatedSettingsVisualSource":
case "Microsoft.UI.Xaml.Controls.AnimatedVisualPlayer":
case "Microsoft.UI.Xaml.Controls.ControlsResourcesVersion":
case "Microsoft.UI.Xaml.Controls.IAnimatedVisualSource":
case "Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2":
case "Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource":
Expand Down

0 comments on commit 5179ec3

Please sign in to comment.