implemented decryption for PACKDAT archives.

This commit is contained in:
morkt
2015-07-23 09:18:46 +04:00
parent 725c01498c
commit 674a1b8c51
3 changed files with 44 additions and 6 deletions

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.0.8.82")]
[assembly: AssemblyFileVersion ("1.0.8.82")]
[assembly: AssemblyVersion ("1.0.8.83")]
[assembly: AssemblyFileVersion ("1.0.8.83")]