Skip to content

Commit 8c84efe

Browse files
committed
Bump version 0.10.1
1 parent 4718d4c commit 8c84efe

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

source/iNKORE.UI.WPF.Modern.Gallery/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,7 @@
1010
// app, or any theme specific resource dictionaries)
1111
)]
1212

13-
[assembly: AssemblyDescription("Modern (Fluent 2) styles and controls for your WPF applications")]
14-
[assembly: AssemblyConfiguration("")]
15-
[assembly: AssemblyCompany("iNKORE Studios")]
16-
[assembly: AssemblyProduct("iNKORE.UI.WPF.Modern Gallery")]
17-
[assembly: AssemblyCopyright("Copyright © iNKORE! Studios 2024")]
18-
[assembly: AssemblyTrademark("iNKORE!")]
1913
[assembly: AssemblyCulture("")]
2014

21-
[assembly: AssemblyVersion("0.9.28.0")]
22-
[assembly: AssemblyFileVersion("0.9.28.0")]
23-
2415
[assembly: AssemblyTitle("iNKORE.UI.WPF.Modern Gallery")]
2516

source/iNKORE.UI.WPF.Modern.Gallery/iNKORE.UI.WPF.Modern.Gallery.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
<Resource Remove="Assets\SampleMedia\ladybug.wmv" />
8080
</ItemGroup>
8181

82+
<ItemGroup>
83+
<Compile Include="..\iNKORE.UI.WPF.Modern\Properties\AssemblyInfoCommon.cs" Link="Properties\AssemblyInfoCommon.cs" />
84+
</ItemGroup>
85+
8286
<ItemGroup>
8387
<Resource Include="..\..\assets\icons\WpfLibrary_256w.png" Link="Assets\WpfLibrary_256w.png" />
8488
<Content Include="Assets\AppIcon.ico">

source/iNKORE.UI.WPF.Modern/Properties/AssemblyInfoCommon.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
using System.Runtime.InteropServices;
44

55
[assembly: AssemblyDescription("Modern (Fluent 2) styles and controls for your WPF applications")]
6-
[assembly: AssemblyConfiguration("")]
76
[assembly: AssemblyCompany("iNKORE Studios")]
87
[assembly: AssemblyProduct("iNKORE.UI.WPF.Modern")]
9-
[assembly: AssemblyCopyright("Copyright © iNKORE Studios (iNKORE!) 2024")]
8+
[assembly: AssemblyCopyright("Copyright © iNKORE Studios (iNKORE!) 2025")]
109
[assembly: AssemblyTrademark("iNKORE!")]
11-
[assembly: AssemblyCulture("")]
1210

13-
[assembly: AssemblyVersion("0.10.0.0")]
14-
[assembly: AssemblyFileVersion("0.10.0.0")]
11+
[assembly: AssemblyVersion("0.10.1.0")]
12+
[assembly: AssemblyFileVersion("0.10.1.0")]

0 commit comments

Comments
 (0)