Skip to content

Commit eb88610

Browse files
committed
Change version to 0.1.1.0, update changelog
1 parent e08742c commit eb88610

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

src/RayCarrot.Ray1Editor/Assets/App/VersionHistory.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
----- Version 0.1.0.3 (beta) - June 21, 2021 -----
1+
----- Version 0.1.1.0 (beta) - September 11, 2021 -----
2+
• Add fields for editing the profile defines for Rayman by his Fans and Rayman 60 Levels
3+
• Save level define flags to the profile defines, thus correctly displaying which abilities can be used in the level for Rayman by his Fans and Rayman 60 Levels
4+
• Update logging to archive log files, save logs for crash handler, log exceptions and allow the log level to be changed with a launch argument
5+
• Update the updater to not include debug symbols
6+
• Update libraries
7+
8+
9+
----- Version 0.1.0.3 (beta) - June 21, 2021 -----
210
• Fix bug where the tileset would not show the selection border
311

412

src/RayCarrot.Ray1Editor/RayCarrot.Ray1Editor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<UseWPF>true</UseWPF>
88
<LangVersion>9</LangVersion>
99
<ApplicationIcon>UI\Img\AppIcon.ico</ApplicationIcon>
10-
<Version>0.1.0.3</Version>
10+
<Version>0.1.1.0</Version>
1111
<Authors>RayCarrot</Authors>
1212
<Product>Ray1Editor</Product>
1313
<PackageProjectUrl>https://github.com/RayCarrot/RayCarrot.Ray1Editor</PackageProjectUrl>

src/RayCarrot.Ray1Editor/ViewModels/AppViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public AppViewModel()
7575
/// <summary>
7676
/// The current app version
7777
/// </summary>
78-
public Version CurrentAppVersion => new Version(0, 1, 0, 3);
78+
public Version CurrentAppVersion => new Version(0, 1, 1, 0);
7979

8080
/// <summary>
8181
/// Indicates if the current version is a BETA version

0 commit comments

Comments
 (0)