From 8fad9415b2a171e5f9d3b33c5d1986cfc41684f7 Mon Sep 17 00:00:00 2001 From: RayCarrot <33812678+RayCarrot@users.noreply.github.com> Date: Thu, 23 Dec 2021 18:19:40 +0100 Subject: [PATCH] Change version down to 0.1.2.0, update changelog --- src/RayCarrot.Ray1Editor/Assets/App/VersionHistory.txt | 3 +-- src/RayCarrot.Ray1Editor/RayCarrot.Ray1Editor.csproj | 2 +- src/RayCarrot.Ray1Editor/ViewModels/AppViewModel.cs | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/RayCarrot.Ray1Editor/Assets/App/VersionHistory.txt b/src/RayCarrot.Ray1Editor/Assets/App/VersionHistory.txt index a06eb17..a990b38 100644 --- a/src/RayCarrot.Ray1Editor/Assets/App/VersionHistory.txt +++ b/src/RayCarrot.Ray1Editor/Assets/App/VersionHistory.txt @@ -1,5 +1,4 @@ ------ Version 0.2.0.0 (beta) - December 23, 2021 ----- -• Update target framework from .NET Core 3.1 to .NET 6 +----- Version 0.1.2.0 (beta) - December 23, 2021 ----- • Update libraries, fixing a bug where changing the size of a map in the Rayman PC versions would corrupt the level diff --git a/src/RayCarrot.Ray1Editor/RayCarrot.Ray1Editor.csproj b/src/RayCarrot.Ray1Editor/RayCarrot.Ray1Editor.csproj index 4411dad..b84344d 100644 --- a/src/RayCarrot.Ray1Editor/RayCarrot.Ray1Editor.csproj +++ b/src/RayCarrot.Ray1Editor/RayCarrot.Ray1Editor.csproj @@ -7,7 +7,7 @@ true 10 UI\Img\AppIcon.ico - 0.2.0.0 + 0.1.2.0 RayCarrot Ray1Editor https://github.com/RayCarrot/RayCarrot.Ray1Editor diff --git a/src/RayCarrot.Ray1Editor/ViewModels/AppViewModel.cs b/src/RayCarrot.Ray1Editor/ViewModels/AppViewModel.cs index 740a225..a38bef0 100644 --- a/src/RayCarrot.Ray1Editor/ViewModels/AppViewModel.cs +++ b/src/RayCarrot.Ray1Editor/ViewModels/AppViewModel.cs @@ -74,7 +74,7 @@ public AppViewModel() /// /// The current app version /// - public Version CurrentAppVersion => new Version(0, 2, 0, 0); + public Version CurrentAppVersion => new Version(0, 1, 2, 0); /// /// Indicates if the current version is a BETA version