Skip to content

Commit

Permalink
Sphere Studio 2.3.2
Browse files Browse the repository at this point in the history
More refactoring, and a couple important bug fixes.
  • Loading branch information
fatcerberus committed Feb 4, 2022
1 parent 9da4910 commit b883e16
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 34 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("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyVersion("2.3.2.662")]
[assembly: AssemblyFileVersion("2.3.2.662")]
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Sphere Studio Changelog
=======================

v2.3.2 - TBD
------------
v2.3.2 - February 4, 2022
-------------------------

* Improves readability of Task List entries.
* Improves the readability of Task List entries.
* Fixes a bug where items in the Task List pane couldn't be marked completed.
* Fixes a bug where clicking Cancel in the "unsaved changes" prompt didn't
stop the IDE from closing, causing the changes to be lost.
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("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyVersion("2.3.2.662")]
[assembly: AssemblyFileVersion("2.3.2.662")]
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("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyVersion("2.3.2.662")]
[assembly: AssemblyFileVersion("2.3.2.662")]
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("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyVersion("2.3.2.662")]
[assembly: AssemblyFileVersion("2.3.2.662")]
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("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyVersion("2.3.2.662")]
[assembly: AssemblyFileVersion("2.3.2.662")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ which allows new features to be added by writing a plugin in C# or VB.NET.
Download
========

**Sphere Studio 2.3.1** was released on January 23, 2022 and can be downloaded
**Sphere Studio 2.3.2** was released on February 4, 2022 and can be downloaded
from this repository's Releases page:

- https://github.com/spheredev/sphere-studio/releases
Expand Down
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("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyVersion("2.3.2.662")]
[assembly: AssemblyFileVersion("2.3.2.662")]
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("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyVersion("2.3.2.662")]
[assembly: AssemblyFileVersion("2.3.2.662")]
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("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyVersion("2.3.2.662")]
[assembly: AssemblyFileVersion("2.3.2.662")]
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.1+";
public const string Version = "2.3.2";

/// <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.1+"
#define AppVersion4 "0.0.0.0"
#define AppVersion3 "2.3.2"
#define AppVersion4 "2.3.2.662"

[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("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyVersion("2.3.2.662")]
[assembly: AssemblyFileVersion("2.3.2.662")]
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("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyVersion("2.3.2.662")]
[assembly: AssemblyFileVersion("2.3.2.662")]
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("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyVersion("2.3.2.662")]
[assembly: AssemblyFileVersion("2.3.2.662")]
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("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyVersion("2.3.2.662")]
[assembly: AssemblyFileVersion("2.3.2.662")]
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("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyVersion("2.3.2.662")]
[assembly: AssemblyFileVersion("2.3.2.662")]

0 comments on commit b883e16

Please sign in to comment.