File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/FmgLib.MauiMarkup.TemplateApp
content/FmgLib.MauiMarkup.App Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 <!-- The package metadata. Fill in the properties marked as TODO below -->
55 <!-- Follow the instructions on https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices -->
66 <PackageId >FmgLib.MauiMarkup.Template</PackageId >
7- <PackageVersion >3.3.1 </PackageVersion >
7+ <PackageVersion >3.3.2 </PackageVersion >
88 <Title >FmgLib.MauiMarkup.Template</Title >
99 <Authors >FmgYazılım</Authors >
1010 <Description >C# Markup (No XAML) templates for .NET MAUI application with Hotreload process.</Description >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ public partial class App : Application
55 public App ( )
66 {
77 this
8- . Resources ( AppStyles . Default )
8+ . Resources ( new ResourceDictionary ( ) . MergedResources ( AppStyles . Default ) )
99 . MainPage ( new AppShell ( ) ) ;
1010 }
1111}
You can’t perform that action at this time.
0 commit comments