mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-17 11:18:55 -04:00
Release 1.9.1.2
This commit is contained in:
parent
cf44024413
commit
ef0228cb2d
@ -1,4 +1,5 @@
|
||||
v 1.9.1.1
|
||||
v 1.9.1.2
|
||||
Improved: Can make custom blocks outside 0-16 range.
|
||||
Fixed: +skin urls not working
|
||||
Fixed: /award take not working
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
<DebugType>PdbOnly</DebugType>
|
||||
<Optimize>True</Optimize>
|
||||
<OutputPath>..\bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<DefineConstants>TRACE;TEN_BIT_BLOCKS</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<CodeAnalysisRuleSet>..\..\Source\General.ruleset</CodeAnalysisRuleSet>
|
||||
@ -64,6 +64,10 @@
|
||||
<PropertyGroup />
|
||||
<PropertyGroup />
|
||||
<PropertyGroup />
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
||||
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="LibNoise">
|
||||
<HintPath>..\LibNoise.dll</HintPath>
|
||||
|
@ -43,7 +43,7 @@ namespace MCGalaxy {
|
||||
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>
|
||||
public const string InternalVersion = "1.9.1.1";
|
||||
public const string InternalVersion = "1.9.1.2";
|
||||
public static Version Version { get { return new Version(InternalVersion); } }
|
||||
public static string VersionString { get { return InternalVersion; } }
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
1.9.1.1
|
||||
1.9.1.2
|
Loading…
x
Reference in New Issue
Block a user