Skip to content

Commit c5353f1

Browse files
authored
Fix a few more template ampersand cases (#23592)
These were missed in the original PR #22084 for net8 templates, but I found this while working on the net9 templates in PR #23589.
1 parent dfa68e0 commit c5353f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Templates/src/templates/maui-blazor/Platforms/Windows/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3-
<assemblyIdentity version="1.0.0.0" name="MauiApp.1.WinUI.app"/>
3+
<assemblyIdentity version="1.0.0.0" name="XmlEncodedAppName.WinUI.app"/>
44

55
<application xmlns="urn:schemas-microsoft-com:asm.v3">
66
<windowsSettings>

src/Templates/src/templates/maui-mobile/Platforms/Windows/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3-
<assemblyIdentity version="1.0.0.0" name="MauiApp.1.WinUI.app"/>
3+
<assemblyIdentity version="1.0.0.0" name="XmlEncodedAppName.WinUI.app"/>
44

55
<application xmlns="urn:schemas-microsoft-com:asm.v3">
66
<windowsSettings>

src/Templates/src/templates/maui-multiproject/MauiApp.1.WinUI/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3-
<assemblyIdentity version="1.0.0.0" name="MauiApp.1.app"/>
3+
<assemblyIdentity version="1.0.0.0" name="XmlEncodedAppName.app"/>
44

55
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
66
<application>

0 commit comments

Comments
 (0)