Release 1.9.1.2

This commit is contained in:
UnknownShadow200 2018-11-13 16:50:57 +11:00
parent cf44024413
commit ef0228cb2d
8 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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>

View File

@ -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.

View File

@ -1 +1 @@
1.9.1.1
1.9.1.2