Skip to content

Commit

Permalink
Fix a few more template ampersand cases (#23592)
Browse files Browse the repository at this point in the history
These were missed in the original PR #22084 for net8 templates, but I found this while working on the net9 templates in PR #23589.
  • Loading branch information
Eilon authored Jul 15, 2024
1 parent dfa68e0 commit c5353f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.0.0" name="MauiApp.1.WinUI.app"/>
<assemblyIdentity version="1.0.0.0" name="XmlEncodedAppName.WinUI.app"/>

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.0.0" name="MauiApp.1.WinUI.app"/>
<assemblyIdentity version="1.0.0.0" name="XmlEncodedAppName.WinUI.app"/>

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.0.0" name="MauiApp.1.app"/>
<assemblyIdentity version="1.0.0.0" name="XmlEncodedAppName.app"/>

<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
Expand Down

0 comments on commit c5353f1

Please sign in to comment.