released v1.2.18

This commit is contained in:
morkt
2016-07-07 17:38:02 +04:00
parent fa972916c3
commit 9133adeab9
7 changed files with 18 additions and 11 deletions

View File

@@ -39,6 +39,7 @@ namespace GameRes.Formats.Cyberworks
UnpackedSize = 5,
AlphaSize = 6,
BitsSize = 7,
Ignored = Field1,
}
internal sealed class AImageReader : IDisposable

View File

@@ -135,6 +135,7 @@ namespace GameRes.Formats.NonColor
}
else
{
System.Diagnostics.Trace.WriteLine ("Unknown hash", hash.ToString ("X8"));
continue;
}
if (flags != 2)

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.21.898")]
[assembly: AssemblyFileVersion ("1.2.21.898")]
[assembly: AssemblyVersion ("1.2.22.927")]
[assembly: AssemblyFileVersion ("1.2.22.927")]