Update version

This commit is contained in:
Daniel Clark
2021-02-15 21:21:50 +00:00
parent b96155be73
commit 9fa476e57d
25 changed files with 726 additions and 68 deletions
@@ -13,7 +13,7 @@ namespace NotificationFlyoutSample.Host
var app = new App();
new NotificationFlyoutApplication
{
Flyout = new Shell()
Flyout = new NowPlayingFlyout()
};
app.Run();
}