diff --git a/AudioPlayerPlugin/Properties/AssemblyInfo.cs b/AudioPlayerPlugin/Properties/AssemblyInfo.cs index aecc390..62dc1c3 100644 --- a/AudioPlayerPlugin/Properties/AssemblyInfo.cs +++ b/AudioPlayerPlugin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.6.672")] -[assembly: AssemblyFileVersion("2.3.6.672")] +[assembly: AssemblyVersion("2.3.7.675")] +[assembly: AssemblyFileVersion("2.3.7.675")] diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c937a..622d1f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Sphere Studio Changelog ======================= +v2.3.7 - November 1, 2023 +------------------------- + +* Adds detection for the 2023 Update for Windows 11. +* Removes neoSphere Retrograde mode from the list of engines. + v2.3.6 - May 30, 2023 --------------------- diff --git a/FontImporterPlugin/Properties/AssemblyInfo.cs b/FontImporterPlugin/Properties/AssemblyInfo.cs index d65f917..9e4e1a2 100644 --- a/FontImporterPlugin/Properties/AssemblyInfo.cs +++ b/FontImporterPlugin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.6.672")] -[assembly: AssemblyFileVersion("2.3.6.672")] +[assembly: AssemblyVersion("2.3.7.675")] +[assembly: AssemblyFileVersion("2.3.7.675")] diff --git a/ImageEditorPlugin/Properties/AssemblyInfo.cs b/ImageEditorPlugin/Properties/AssemblyInfo.cs index 49fcdae..56d89e9 100644 --- a/ImageEditorPlugin/Properties/AssemblyInfo.cs +++ b/ImageEditorPlugin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.6.672")] -[assembly: AssemblyFileVersion("2.3.6.672")] +[assembly: AssemblyVersion("2.3.7.675")] +[assembly: AssemblyFileVersion("2.3.7.675")] diff --git a/MapEditorPlugin/Properties/AssemblyInfo.cs b/MapEditorPlugin/Properties/AssemblyInfo.cs index 8eadf93..ed813db 100644 --- a/MapEditorPlugin/Properties/AssemblyInfo.cs +++ b/MapEditorPlugin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.6.672")] -[assembly: AssemblyFileVersion("2.3.6.672")] +[assembly: AssemblyVersion("2.3.7.675")] +[assembly: AssemblyFileVersion("2.3.7.675")] diff --git a/OozaruSupportPlugin/Properties/AssemblyInfo.cs b/OozaruSupportPlugin/Properties/AssemblyInfo.cs index 4d8f49b..3b3b018 100644 --- a/OozaruSupportPlugin/Properties/AssemblyInfo.cs +++ b/OozaruSupportPlugin/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.3.6.672")] -[assembly: AssemblyFileVersion("2.3.6.672")] +[assembly: AssemblyVersion("2.3.7.675")] +[assembly: AssemblyFileVersion("2.3.7.675")] diff --git a/Sphere1xSupportPlugin/Properties/AssemblyInfo.cs b/Sphere1xSupportPlugin/Properties/AssemblyInfo.cs index 670e049..5cad2ac 100644 --- a/Sphere1xSupportPlugin/Properties/AssemblyInfo.cs +++ b/Sphere1xSupportPlugin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.6.672")] -[assembly: AssemblyFileVersion("2.3.6.672")] +[assembly: AssemblyVersion("2.3.7.675")] +[assembly: AssemblyFileVersion("2.3.7.675")] diff --git a/SphereStudioApp/Properties/AssemblyInfo.cs b/SphereStudioApp/Properties/AssemblyInfo.cs index d8c87e0..cc96866 100644 --- a/SphereStudioApp/Properties/AssemblyInfo.cs +++ b/SphereStudioApp/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.6.672")] -[assembly: AssemblyFileVersion("2.3.6.672")] +[assembly: AssemblyVersion("2.3.7.675")] +[assembly: AssemblyFileVersion("2.3.7.675")] diff --git a/SphereStudioBase/Properties/AssemblyInfo.cs b/SphereStudioBase/Properties/AssemblyInfo.cs index d6ec90d..9b6bee0 100644 --- a/SphereStudioBase/Properties/AssemblyInfo.cs +++ b/SphereStudioBase/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.6.672")] -[assembly: AssemblyFileVersion("2.3.6.672")] +[assembly: AssemblyVersion("2.3.7.675")] +[assembly: AssemblyFileVersion("2.3.7.675")] diff --git a/SphereStudioBase/Versioning.cs b/SphereStudioBase/Versioning.cs index 76ca380..5e5e2e1 100644 --- a/SphereStudioBase/Versioning.cs +++ b/SphereStudioBase/Versioning.cs @@ -24,12 +24,12 @@ public static class Versioning /// /// The version number of the software. /// - public const string Version = "2.3.6+"; + public const string Version = "2.3.7"; /// /// Whether the Sphere Studio version being built against is a WiP version. /// - public const bool IsWiP = true; + public const bool IsWiP = false; /// /// A string indicating the copyright holder and year(s) of copyright. diff --git a/SphereStudioSetup.iss b/SphereStudioSetup.iss index 683c466..cf23dca 100644 --- a/SphereStudioSetup.iss +++ b/SphereStudioSetup.iss @@ -3,8 +3,8 @@ #define AppName "Sphere Studio" #define AppPublisher "Spherical" -#define AppVersion3 "2.3.6" -#define AppVersion4 "2.3.5.672" +#define AppVersion3 "2.3.7" +#define AppVersion4 "2.3.7.675" [Setup] OutputBaseFilename=SphereStudioSetup-{#AppVersion3}-msw diff --git a/SpritesetEditorPlugin/Properties/AssemblyInfo.cs b/SpritesetEditorPlugin/Properties/AssemblyInfo.cs index 8f99193..f3ff0ab 100644 --- a/SpritesetEditorPlugin/Properties/AssemblyInfo.cs +++ b/SpritesetEditorPlugin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.6.672")] -[assembly: AssemblyFileVersion("2.3.6.672")] +[assembly: AssemblyVersion("2.3.7.675")] +[assembly: AssemblyFileVersion("2.3.7.675")] diff --git a/TaskListPlugin/Properties/AssemblyInfo.cs b/TaskListPlugin/Properties/AssemblyInfo.cs index b2ff68f..62b5490 100644 --- a/TaskListPlugin/Properties/AssemblyInfo.cs +++ b/TaskListPlugin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.6.672")] -[assembly: AssemblyFileVersion("2.3.6.672")] +[assembly: AssemblyVersion("2.3.7.675")] +[assembly: AssemblyFileVersion("2.3.7.675")] diff --git a/TextEditorPlugin/Properties/AssemblyInfo.cs b/TextEditorPlugin/Properties/AssemblyInfo.cs index 5886e90..9c55381 100644 --- a/TextEditorPlugin/Properties/AssemblyInfo.cs +++ b/TextEditorPlugin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.6.672")] -[assembly: AssemblyFileVersion("2.3.6.672")] +[assembly: AssemblyVersion("2.3.7.675")] +[assembly: AssemblyFileVersion("2.3.7.675")] diff --git a/WindowStyleEditorPlugin/Properties/AssemblyInfo.cs b/WindowStyleEditorPlugin/Properties/AssemblyInfo.cs index 38afa83..b79d906 100644 --- a/WindowStyleEditorPlugin/Properties/AssemblyInfo.cs +++ b/WindowStyleEditorPlugin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.6.672")] -[assembly: AssemblyFileVersion("2.3.6.672")] +[assembly: AssemblyVersion("2.3.7.675")] +[assembly: AssemblyFileVersion("2.3.7.675")] diff --git a/neoSphereSupportPlugin/Properties/AssemblyInfo.cs b/neoSphereSupportPlugin/Properties/AssemblyInfo.cs index 001a07c..acbada6 100644 --- a/neoSphereSupportPlugin/Properties/AssemblyInfo.cs +++ b/neoSphereSupportPlugin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.6.672")] -[assembly: AssemblyFileVersion("2.3.6.672")] +[assembly: AssemblyVersion("2.3.7.675")] +[assembly: AssemblyFileVersion("2.3.7.675")]