Skip to content

Commit ecb920c

Browse files
committed
Bumped version
1 parent 1f25929 commit ecb920c

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

ADB Explorer _WpfUi/ADB Explorer.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<SupportedOSPlatformVersion>10.0.18362.0</SupportedOSPlatformVersion>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<Configurations>Debug;Release;Deploy</Configurations>
16+
<RuntimeIdentifier Condition="'$(Platform)' == 'ARM64'">win-arm64</RuntimeIdentifier>
17+
<RuntimeIdentifier Condition="'$(Platform)' != 'ARM64'">win-x64</RuntimeIdentifier>
1618
</PropertyGroup>
1719

1820
<ItemGroup>
@@ -142,4 +144,10 @@
142144
</EmbeddedResource>
143145
</ItemGroup>
144146

147+
<Target Name="RemoveSkiaSharpPdb" AfterTargets="ResolvePackageAssets">
148+
<ItemGroup>
149+
<NativeCopyLocalItems Remove="@(NativeCopyLocalItems)" Condition="'%(Filename)%(Extension)' == 'libSkiaSharp.pdb'" />
150+
</ItemGroup>
151+
</Target>
152+
145153
</Project>

ADB Explorer _WpfUi/Controls/Pages/ExplorerPageHeader.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
<ui:DataGrid.Columns>
314314
<DataGridTemplateColumn
315315
x:Name="IconColumn"
316-
MaxWidth="24"
316+
MaxWidth="30"
317317
CanUserResize="False"
318318
CellTemplate="{StaticResource FileIconTemplate}"
319319
IsReadOnly="True"

ADB Explorer _WpfUi/Properties/AppGlobal.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ADB Explorer _WpfUi/Properties/AppGlobal.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<value>ADB Explorer</value>
129129
</data>
130130
<data name="AppVersion" xml:space="preserve">
131-
<value>1.0.26042</value>
131+
<value>1.0.26050</value>
132132
</data>
133133
<data name="DragDropLogPath" xml:space="preserve">
134134
<value>E:\Log\log.txt</value>

0 commit comments

Comments
 (0)