Skip to content

Commit fd9ad0d

Browse files
committed
update: 发个新版本,依赖包bug都被修好了
1 parent c0ee297 commit fd9ad0d

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

Image2Display/Image2Display/Image2Display.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Authors>chenxuuu</Authors>
1111
<Company>https://github.com/chenxuuu/image2display</Company>
1212
<Description>Image data conversion tool</Description>
13-
<Version>1.1.6.5</Version>
13+
<Version>1.1.7.0</Version>
1414
<Platforms>AnyCPU;ARM32;ARM64;x64;x86</Platforms>
1515
</PropertyGroup>
1616

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
3-
<Package
4-
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
5-
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
6-
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
7-
xmlns:uap18="http://schemas.microsoft.com/appx/manifest/uap/windows10/18"
8-
IgnorableNamespaces="uap rescap uap18">
9-
10-
<Identity
11-
Name="800948F61A16.I2D"
12-
Publisher="CN=33E7C5B3-A6A5-4489-B89F-4038AA5CC34B"
13-
Version="1.1.65.0" />
14-
15-
<Properties>
16-
<DisplayName>Image2Display</DisplayName>
17-
<PublisherDisplayName>晨旭</PublisherDisplayName>
18-
<Logo>Images\StoreLogo.png</Logo>
19-
</Properties>
20-
21-
<Dependencies>
22-
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
23-
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" />
24-
</Dependencies>
25-
26-
<Resources>
27-
<Resource Language="x-generate"/>
28-
</Resources>
29-
30-
<Applications>
31-
<Application Id="App"
32-
Executable="$targetnametoken$.exe"
33-
EntryPoint="$targetentrypoint$" >
34-
<uap:VisualElements
35-
DisplayName="Image2Display"
36-
Description="跨平台的图片与字体数据取模处理工具,用于生成单片机可用的数据。"
37-
BackgroundColor="transparent"
38-
Square150x150Logo="Images\Square150x150Logo.png"
39-
Square44x44Logo="Images\Square44x44Logo.png">
40-
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png" Square71x71Logo="Images\SmallTile.png" Square310x310Logo="Images\LargeTile.png"/>
41-
<uap:SplashScreen Image="Images\SplashScreen.png" />
42-
<uap:InitialRotationPreference>
43-
<uap:Rotation Preference="landscape"/></uap:InitialRotationPreference>
44-
<uap:LockScreen BadgeLogo="Images\BadgeLogo.png" Notification="badge"/>
45-
</uap:VisualElements>
46-
</Application>
47-
</Applications>
48-
49-
<Capabilities>
50-
<Capability Name="internetClient" />
51-
<rescap:Capability Name="runFullTrust" />
52-
</Capabilities>
53-
</Package>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<Package
4+
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
5+
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
6+
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
7+
xmlns:uap18="http://schemas.microsoft.com/appx/manifest/uap/windows10/18"
8+
IgnorableNamespaces="uap rescap uap18">
9+
10+
<Identity
11+
Name="800948F61A16.I2D"
12+
Publisher="CN=33E7C5B3-A6A5-4489-B89F-4038AA5CC34B"
13+
Version="1.1.70.0" />
14+
15+
<Properties>
16+
<DisplayName>Image2Display</DisplayName>
17+
<PublisherDisplayName>晨旭</PublisherDisplayName>
18+
<Logo>Images\StoreLogo.png</Logo>
19+
</Properties>
20+
21+
<Dependencies>
22+
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
23+
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" />
24+
</Dependencies>
25+
26+
<Resources>
27+
<Resource Language="x-generate"/>
28+
</Resources>
29+
30+
<Applications>
31+
<Application Id="App"
32+
Executable="$targetnametoken$.exe"
33+
EntryPoint="$targetentrypoint$" >
34+
<uap:VisualElements
35+
DisplayName="Image2Display"
36+
Description="跨平台的图片与字体数据取模处理工具,用于生成单片机可用的数据。"
37+
BackgroundColor="transparent"
38+
Square150x150Logo="Images\Square150x150Logo.png"
39+
Square44x44Logo="Images\Square44x44Logo.png">
40+
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png" Square71x71Logo="Images\SmallTile.png" Square310x310Logo="Images\LargeTile.png"/>
41+
<uap:SplashScreen Image="Images\SplashScreen.png" />
42+
<uap:InitialRotationPreference>
43+
<uap:Rotation Preference="landscape"/></uap:InitialRotationPreference>
44+
<uap:LockScreen BadgeLogo="Images\BadgeLogo.png" Notification="badge"/>
45+
</uap:VisualElements>
46+
</Application>
47+
</Applications>
48+
49+
<Capabilities>
50+
<Capability Name="internetClient" />
51+
<rescap:Capability Name="runFullTrust" />
52+
</Capabilities>
53+
</Package>

0 commit comments

Comments
 (0)