Skip to content

Commit

Permalink
Merge pull request #221 from unoplatform/mergify/bp/unorel/winui/7.1.…
Browse files Browse the repository at this point in the history
…200/pr-220

fix: Adjust logical name to match existing name (backport #220)
  • Loading branch information
jeromelaban authored Sep 23, 2024
2 parents e3f76fa + de3593c commit b618eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<CustomToolNamespace>$(RootNamespace)</CustomToolNamespace>
<!-- The 'ManifestResourceName' metadata changes the default manifest naming scheme -->
<ManifestResourceName>$(RootNamespace).%(Filename)</ManifestResourceName>
<LogicalName>$(RootNamespace).%(Filename)</LogicalName>
<LogicalName>$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<Compile Update="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.1.201",
"version": "7.1.202",
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of main
"^refs/heads/dev$", // we release out of dev
Expand Down

0 comments on commit b618eb8

Please sign in to comment.