released v1.5.36

This commit is contained in:
morkt
2018-04-03 04:55:33 +04:00
parent 17b89fcf35
commit 64ec99404a
12 changed files with 59 additions and 13 deletions

View File

@@ -134,7 +134,7 @@ namespace GameRes.Formats.Malie
public DatOpener ()
{
Extensions = new string[] { "lib", "dat" };
Signatures = new uint[] { 0, 0x3F503FB1, 0xC237434E, 0x8CD11522, 0x09D411A7, 0xAAC48CAA };
Signatures = new uint[] { 0, 0x3F503FB1, 0xC237434E, 0x8CD11522, 0x09D411A7, 0xAAC48CAA, 0x9FC2BCB1 };
}
public override ArcFile TryOpen (ArcView file)

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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 ("1.2.39.1710")]
[assembly: AssemblyFileVersion ("1.2.39.1710")]
[assembly: AssemblyVersion ("1.2.40.1732")]
[assembly: AssemblyFileVersion ("1.2.40.1732")]

View File

Binary file not shown.