Skip to content

Commit

Permalink
chore: updated Resizetizer package and add UseMauiEmbedding call
Browse files Browse the repository at this point in the history
  • Loading branch information
pictos authored and nickrandolph committed Jul 25, 2023
1 parent 9afa41e commit 8b77129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/MauiEmbedding/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<PackageVersion Include="Uno.Dsp.Tasks" Version="1.1.0" />
<PackageVersion Include="Uno.Toolkit.WinUI" Version="3.0.4" />
<PackageVersion Include="Uno.Toolkit.WinUI.Material" Version="3.0.4" />
<PackageVersion Include="Uno.Resizetizer" Version="1.1.0" />
<PackageVersion Include="Uno.Resizetizer" Version="1.2.0-dev.11" />
<PackageVersion Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="4.9.20" />
<PackageVersion Include="Uno.UniversalImageLoader" Version="1.9.36" />
<PackageVersion Include="Uno.WinUI" Version="4.9.20" />
<PackageVersion Include="Uno.WinUI.RemoteControl" Version="4.9.20" />
</ItemGroup>
</Project>
</Project>
1 change: 1 addition & 0 deletions samples/MauiEmbedding/MauiEmbedding/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public class App : Application
protected async override void OnLaunched(LaunchActivatedEventArgs args)
{
var builder = this.CreateBuilder(args)
.UseMauiEmbedding()
// Add navigation support for toolkit controls such as TabBar and NavigationView
.UseToolkitNavigation()
.Configure(host => host
Expand Down

0 comments on commit 8b77129

Please sign in to comment.