mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-10-02 10:01:34 -04:00
Release 1.9.2.2
This commit is contained in:
parent
f0fa637529
commit
58cabbcee7
@ -51,7 +51,7 @@
|
|||||||
<DebugType>PdbOnly</DebugType>
|
<DebugType>PdbOnly</DebugType>
|
||||||
<Optimize>True</Optimize>
|
<Optimize>True</Optimize>
|
||||||
<OutputPath>..\bin\Release\</OutputPath>
|
<OutputPath>..\bin\Release\</OutputPath>
|
||||||
<DefineConstants>TRACE;TEN_BIT_BLOCKS</DefineConstants>
|
<DefineConstants>TRACE;</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<CodeAnalysisRuleSet>..\..\Source\General.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSet>..\..\Source\General.ruleset</CodeAnalysisRuleSet>
|
||||||
|
@ -40,7 +40,7 @@ namespace MCGalaxy {
|
|||||||
public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt");
|
public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt");
|
||||||
|
|
||||||
/// <summary> *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used. </summary>
|
/// <summary> *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used. </summary>
|
||||||
public const string InternalVersion = "1.9.2.1";
|
public const string InternalVersion = "1.9.2.2";
|
||||||
public static string Version { get { return InternalVersion; } }
|
public static string Version { get { return InternalVersion; } }
|
||||||
|
|
||||||
public static string SoftwareName = "MCGalaxy";
|
public static string SoftwareName = "MCGalaxy";
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
1.9.2.1
|
1.9.2.2
|
Loading…
x
Reference in New Issue
Block a user