released v1.5.38

This commit is contained in:
morkt
2018-07-06 16:00:25 +04:00
parent a5043e9114
commit f85ab6afbd
10 changed files with 91 additions and 25 deletions

View File

@@ -94,6 +94,7 @@
<Compile Include="Pisckiss\Audio0.cs" />
<Compile Include="Pisckiss\Image1.cs" />
<Compile Include="Rune\ArcYK.cs" />
<Compile Include="Tetratech\ArcBND.cs" />
<Compile Include="Tigerman\ArcCHR.cs" />
<Compile Include="Tigerman\ArcPAC.cs" />
<Compile Include="Tigerman\ImageCHR.cs" />

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.4.76")]
[assembly: AssemblyFileVersion ("1.0.4.76")]
[assembly: AssemblyVersion ("1.0.5.96")]
[assembly: AssemblyFileVersion ("1.0.5.96")]

View File

@@ -29,6 +29,8 @@ using System.ComponentModel.Composition;
using System.IO;
// [020927][Tigerman Project] Hotaruko
// [040403][Image-Works] Famires Senshi Pudding
// [040723][Image-Works] Black Gate -Kanin no Gakuen-
namespace GameRes.Formats.Tigerman
{