Skip to content

Commit

Permalink
Sphere Studio 2.3.7
Browse files Browse the repository at this point in the history
Removes retrograde mode from the engine list and adds detection for
Windows 11 23H2 in the About box.
  • Loading branch information
fatcerberus committed Nov 1, 2023
1 parent a716c7b commit 389f33f
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 30 deletions.
4 changes: 2 additions & 2 deletions AudioPlayerPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
---------------------

Expand Down
4 changes: 2 additions & 2 deletions FontImporterPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions ImageEditorPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions MapEditorPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions OozaruSupportPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions Sphere1xSupportPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions SphereStudioApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions SphereStudioBase/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions SphereStudioBase/Versioning.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ public static class Versioning
/// <summary>
/// The version number of the software.
/// </summary>
public const string Version = "2.3.6+";
public const string Version = "2.3.7";

/// <summary>
/// Whether the Sphere Studio version being built against is a WiP version.
/// </summary>
public const bool IsWiP = true;
public const bool IsWiP = false;

/// <summary>
/// A string indicating the copyright holder and year(s) of copyright.
Expand Down
4 changes: 2 additions & 2 deletions SphereStudioSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions SpritesetEditorPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions TaskListPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions TextEditorPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions WindowStyleEditorPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions neoSphereSupportPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 389f33f

Please sign in to comment.