Skip to content

Commit c28739d

Browse files
Update application icon and refine versioning in project file
- Replaced outdated icons (`icon.ico` and `icon.png`) with new design (`chd.ico` and `chd.png`). - Updated `ApplicationIcon` reference and resource configuration in project file. - Adjusted versioning format to include patch number (`2.3` → `2.3.0`).
1 parent 10a5f8d commit c28739d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

BatchConvertToCHD/BatchConvertToCHD.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<UseWPF>true</UseWPF>
9-
<ApplicationIcon>icon\icon.ico</ApplicationIcon>
9+
<ApplicationIcon>icon\chd.ico</ApplicationIcon>
1010
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
11-
<AssemblyVersion>2.3</AssemblyVersion>
12-
<FileVersion>2.3</FileVersion>
11+
<AssemblyVersion>2.3.0</AssemblyVersion>
12+
<FileVersion>2.3.0</FileVersion>
1313
<IsPackable>false</IsPackable>
1414
<NeutralLanguage>en</NeutralLanguage>
1515
<DebugType>embedded</DebugType>
1616
<DebugSymbols>true</DebugSymbols>
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<Resource Include="icon\icon.ico" />
21-
<Resource Include="icon\icon.png" />
2220
<Resource Include="images\about.png" />
2321
<Resource Include="images\exit.png" />
2422
<Resource Include="images\logo.png" />
23+
<None Remove="icon\chd.ico" />
24+
<Resource Include="icon\chd.ico" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

BatchConvertToCHD/icon/chd.ico

30.9 KB
Binary file not shown.

BatchConvertToCHD/icon/chd.png

263 KB
Loading

BatchConvertToCHD/icon/icon.ico

-19.7 KB
Binary file not shown.

BatchConvertToCHD/icon/icon.png

-32.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)