Skip to content

Commit

Permalink
Update v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Oct 6, 2023
1 parent 31661b7 commit bc21332
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<p align="center">
<a target="_blank" rel="noopener noreferrer">
<img width="128" src="https://avatars.githubusercontent.com/u/130115968?s=400&u=429fd077695ef722acd8164adf5a39b37ead79eb&v=4" alt="iNKROE!">
<img width="128" src="https://github.com/InkoreStudios/.github/blob/main/assets/Inkore_Badge.png?raw=true" alt="iNKORE Logo">
</a>
</p>

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

<h1 align="center">
UI.WinForms.Styler
iNKORE.UI.WinForms.Styler
</h1>

<p align="center">Give us a star if you like this!</p>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
<Content Include="..\iNKORE.UI.WinForms.Styler\Resources\Icons\iNKORE_Badge.ico" Link="Resources\Icons\iNKORE_Badge.ico" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\iNKORE.UI.WinForms.Styler\iNKORE.UI.WinForms.Styler.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="Resources\Icons\" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions source/iNKORE.UI.WinForms.Styler/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// 生成号
// 修订号
//
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<ApplicationIcon>Resources\Icons\iNKORE_Badge.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
<Reference Include="System.Design" />
Expand Down Expand Up @@ -57,6 +58,7 @@
<Content Include="Dialogs\CustomDictionary.xml" />
<Content Include="Dialogs\ProgressDialog.bmp" />
<Content Include="Dialogs\TaskDialog.bmp" />
<Content Include="Resources\Icons\iNKORE_Badge.ico" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Controls\NativeToolStrip.cs" />
Expand Down

0 comments on commit bc21332

Please sign in to comment.