released v1.5.35

This commit is contained in:
morkt
2018-02-16 20:09:58 +04:00
parent a3f4d7bcc8
commit 118504e620
14 changed files with 45 additions and 20 deletions

View File

@@ -27,6 +27,8 @@ using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.IO;
// [000623][Marimo] Setsunai
namespace GameRes.Formats.Dice
{
[Export(typeof(ArchiveFormat))]

View File

@@ -26,6 +26,8 @@
using System.ComponentModel.Composition;
using System.IO;
// [000225][Mink] Wonpara Wars
namespace GameRes.Formats.Mink
{
[Export(typeof(ImageFormat))]

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.1.41")]
[assembly: AssemblyFileVersion ("1.0.1.41")]
[assembly: AssemblyVersion ("1.0.2.49")]
[assembly: AssemblyFileVersion ("1.0.2.49")]

View File

@@ -28,6 +28,8 @@ using System.IO;
using System.Windows.Media;
using GameRes.Compression;
// [000225][Sorciere] Karei
namespace GameRes.Formats.Sorciere
{
[Export(typeof(ImageFormat))]

View File

@@ -28,6 +28,8 @@ using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.IO;
// [000114][Excellents] Thanksgiving Special
namespace GameRes.Formats.System21
{
[Export(typeof(ArchiveFormat))]

View File

@@ -29,6 +29,8 @@ using System.ComponentModel.Composition;
using System.IO;
using GameRes.Compression;
// [000224][Uran] P.S. 3 ~Harem Night~
namespace GameRes.Formats.Uran
{
internal class NclEntry : PackedEntry