Skip to content

Commit f79eb24

Browse files
committed
template updated.
1 parent 1e77b85 commit f79eb24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/FmgLib.MauiMarkup.TemplateApp/FmgLib.MauiMarkup.Template.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

templates/FmgLib.MauiMarkup.TemplateApp/content/FmgLib.MauiMarkup.App/App.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)