Skip to content

Commit d3e23ae

Browse files
committed
Version 14.2.2
1 parent 2869c4b commit d3e23ae

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

src/RayCarrot.RCP.Metro/App/AppViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public AppViewModel(
144144
/// </summary>
145145
public static WindowsVersion WindowsVersion { get; } // TODO: Why is this static?
146146

147-
public static Version AppVersion => new(14, 2, 1, 0);
147+
public static Version AppVersion => new(14, 2, 2, 0);
148148

149149
#endregion
150150

src/RayCarrot.RCP.Metro/Files/VersionHistory/VersionHistory_13.0_15.0.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
----- Version 14.2.1 - December 9, 2024 -----
1+
----- Version 14.2.2 - December 9, 2024 -----
2+
• Fixed a bug where some file operations would fail
3+
4+
5+
----- Version 14.2.1 - December 9, 2024 -----
26
• Window dialogs not shown as popups now always appear in the taskbar
37
• Fixed a bug where recreating the file table for UbiArt IPK archives wouldn't include all the latest file changes
48
• Fixed a bug where certain file operations would fail if the game installation path included forward slashes

src/RayCarrot.RCP.Metro/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
// You can specify all the values or you can default the Build and Revision Numbers
5050
// by using the '*' as shown below:
5151
// [assembly: AssemblyVersion("1.0.*")]
52-
[assembly: AssemblyVersion("14.2.1.0")]
53-
[assembly: AssemblyFileVersion("14.2.1.0")]
52+
[assembly: AssemblyVersion("14.2.2.0")]
53+
[assembly: AssemblyFileVersion("14.2.2.0")]
5454
[assembly: Guid("b2de6d50-e70b-47c4-bef0-471de28816d0")]
5555

src/RayCarrot.RCP.Metro/RayCarrot.RCP.Metro.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<RootNamespace>RayCarrot.RCP.Metro</RootNamespace>
2828
<AssemblyName>RayCarrot.RCP.Metro</AssemblyName>
2929
<ApplicationIcon>Files\AppIcon.ico</ApplicationIcon>
30-
<Version>14.2.1.0</Version>
30+
<Version>14.2.2.0</Version>
3131
<Authors>RayCarrot</Authors>
3232
<Product>Rayman Control Panel</Product>
3333
<Description>Open source, unofficial Rayman management program with configuration tools and utilities</Description>

0 commit comments

Comments
 (0)