File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 20
20
<CustomToolNamespace >$(RootNamespace)</CustomToolNamespace >
21
21
<!-- The 'ManifestResourceName' metadata changes the default manifest naming scheme -->
22
22
<ManifestResourceName >$(RootNamespace).%(Filename)</ManifestResourceName >
23
- <LogicalName >$(RootNamespace).%(Filename).resources</LogicalName >
24
23
</EmbeddedResource >
25
24
<Compile Update =" Properties\Resources.Designer.cs" >
26
25
<AutoGen >True</AutoGen >
29
28
</Compile >
30
29
</ItemGroup >
31
30
32
-
33
- <!-- BEGIN UNO SPECIFIC -->
31
+ <Target Name =" AdjustResources" BeforeTargets =" _UnoEmbeddedResourcesInjection" >
32
+ <!--
33
+ Workaround for issue fixed in later uno where existing
34
+ embedded resources are overridden incorrectly
35
+ https://github.com/unoplatform/uno/pull/16522
36
+ -->
37
+ <ItemGroup >
38
+ <EmbeddedResource Remove =" @(EmbeddedResource)" Condition =" '%(EmbeddedResource.LogicalName)'==''" />
39
+ </ItemGroup >
40
+ </Target >
41
+
42
+ <!-- BEGIN UNO SPECIFIC -->
34
43
<PropertyGroup >
35
44
<TargetFrameworks >$(TargetFrameworksOverride)</TargetFrameworks >
36
45
<NoWarn >$(NoWarn);Uno0001;NU1701</NoWarn >
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 7.1.202 " ,
2
+ "version" : " 7.1.203 " ,
3
3
"publicReleaseRefSpec" : [
4
4
" ^refs/heads/main$" , // we release out of main
5
5
" ^refs/heads/dev$" , // we release out of dev
15
15
"enabled" : false
16
16
}
17
17
}
18
- }
18
+ }
You can’t perform that action at this time.
0 commit comments