Skip to content

Commit bc21332

Browse files
committed
Update v1.0.1
1 parent 31661b7 commit bc21332

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<p align="center">
22
<a target="_blank" rel="noopener noreferrer">
3-
<img width="128" src="https://avatars.githubusercontent.com/u/130115968?s=400&u=429fd077695ef722acd8164adf5a39b37ead79eb&v=4" alt="iNKROE!">
3+
<img width="128" src="https://github.com/InkoreStudios/.github/blob/main/assets/Inkore_Badge.png?raw=true" alt="iNKORE Logo">
44
</a>
55
</p>
66

77
<p align="center">A Windows Forms library that provides native controls with many of the advanced features.</p>
88

99
<h1 align="center">
10-
UI.WinForms.Styler
10+
iNKORE.UI.WinForms.Styler
1111
</h1>
1212

1313
<p align="center">Give us a star if you like this!</p>
Binary file not shown.

source/iNKORE.UI.WinForms.Styler.SampleApp/iNKORE.UI.WinForms.Styler.SampleApp.csproj

+8
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@
99
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1010
</PropertyGroup>
1111

12+
<ItemGroup>
13+
<Content Include="..\iNKORE.UI.WinForms.Styler\Resources\Icons\iNKORE_Badge.ico" Link="Resources\Icons\iNKORE_Badge.ico" />
14+
</ItemGroup>
15+
1216
<ItemGroup>
1317
<ProjectReference Include="..\iNKORE.UI.WinForms.Styler\iNKORE.UI.WinForms.Styler.csproj" />
1418
</ItemGroup>
1519

20+
<ItemGroup>
21+
<Folder Include="Resources\Icons\" />
22+
</ItemGroup>
23+
1624
</Project>

source/iNKORE.UI.WinForms.Styler/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// 生成号
2929
// 修订号
3030
//
31-
[assembly: AssemblyVersion("1.0.0.0")]
32-
[assembly: AssemblyFileVersion("1.0.0.0")]
31+
[assembly: AssemblyVersion("1.0.1.0")]
32+
[assembly: AssemblyFileVersion("1.0.1.0")]
Binary file not shown.

source/iNKORE.UI.WinForms.Styler/iNKORE.UI.WinForms.Styler.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<UseWindowsForms>true</UseWindowsForms>
1414
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
1515
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
16+
<ApplicationIcon>Resources\Icons\iNKORE_Badge.ico</ApplicationIcon>
1617
</PropertyGroup>
1718
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
1819
<Reference Include="System.Design" />
@@ -57,6 +58,7 @@
5758
<Content Include="Dialogs\CustomDictionary.xml" />
5859
<Content Include="Dialogs\ProgressDialog.bmp" />
5960
<Content Include="Dialogs\TaskDialog.bmp" />
61+
<Content Include="Resources\Icons\iNKORE_Badge.ico" />
6062
</ItemGroup>
6163
<ItemGroup>
6264
<Compile Remove="Controls\NativeToolStrip.cs" />

0 commit comments

Comments
 (0)