mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
released v1.5.41
This commit is contained in:
parent
e4bafd6703
commit
e0e0169582
@ -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.44.2016")]
|
||||
[assembly: AssemblyFileVersion ("1.2.44.2016")]
|
||||
[assembly: AssemblyVersion ("1.2.45.2080")]
|
||||
[assembly: AssemblyFileVersion ("1.2.45.2080")]
|
||||
|
Binary file not shown.
@ -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.13.32")]
|
||||
[assembly: AssemblyFileVersion ("1.0.13.32")]
|
||||
[assembly: AssemblyVersion ("1.0.14.35")]
|
||||
[assembly: AssemblyFileVersion ("1.0.14.35")]
|
||||
|
@ -51,5 +51,5 @@ using System.Windows;
|
||||
// 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.5.40.2721")]
|
||||
[assembly: AssemblyFileVersion ("1.5.40.2721")]
|
||||
[assembly: AssemblyVersion ("1.5.41.2805")]
|
||||
[assembly: AssemblyFileVersion ("1.5.41.2805")]
|
||||
|
@ -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.5.41.310")]
|
||||
[assembly: AssemblyFileVersion ("1.5.41.310")]
|
||||
[assembly: AssemblyVersion ("1.5.42.315")]
|
||||
[assembly: AssemblyFileVersion ("1.5.42.315")]
|
||||
|
@ -29,6 +29,7 @@ using System.ComponentModel.Composition;
|
||||
using System.IO;
|
||||
|
||||
// [030525][Virgin Cream] Yamai Tsuki ~Ryouki Kansen Virus~
|
||||
// [030530][Mithra] Clione no Kimochi ~Oshiete, Sensei Osanazuma~
|
||||
|
||||
namespace GameRes.Formats.Kasane
|
||||
{
|
||||
|
@ -28,6 +28,8 @@ using System.ComponentModel.Composition;
|
||||
using System.IO;
|
||||
using GameRes.Compression;
|
||||
|
||||
// [040528][Lakshmi] Mabuta Tojireba Soko ni...
|
||||
|
||||
namespace GameRes.Formats.ProjectMu
|
||||
{
|
||||
[Export(typeof(ImageFormat))]
|
||||
|
@ -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.7.157")]
|
||||
[assembly: AssemblyFileVersion ("1.0.7.157")]
|
||||
[assembly: AssemblyVersion ("1.0.8.174")]
|
||||
[assembly: AssemblyFileVersion ("1.0.8.174")]
|
||||
|
@ -29,6 +29,7 @@ using System.ComponentModel.Composition;
|
||||
using System.IO;
|
||||
|
||||
// [000114][Excellents] Thanksgiving Special
|
||||
// [000615][Beenyan] Oyako Donburi
|
||||
|
||||
namespace GameRes.Formats.System21
|
||||
{
|
||||
|
@ -1,38 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<GARbro>
|
||||
<Release>
|
||||
<Version>1.5.40</Version>
|
||||
<Version>1.5.41</Version>
|
||||
<Url>https://github.com/morkt/GARbro/releases/latest</Url>
|
||||
<Notes>New formats:
|
||||
- PPAC archives, TIM2 and TX images
|
||||
- GPK archives
|
||||
- CMP images
|
||||
- WBM bitmaps and ADP1 audio
|
||||
- CPA and AAP archives, CP2 images
|
||||
- DM archives and PKT images
|
||||
- MPK archives and LAY images
|
||||
- HBM images
|
||||
- CDPA 'PACK' archives
|
||||
- PKK archives
|
||||
- Leaf 'KCAP' and 'LEAFPACK' archives
|
||||
- FLT archives and FG images
|
||||
- LNK archives, PRT images and WAF audio
|
||||
- MCG images and KOE audio
|
||||
- 'AsuraPak' archives and MTG images
|
||||
- GHP2 images
|
||||
- NPP archives
|
||||
- SWF containers
|
||||
- FL2 archives and WV1 audio
|
||||
- TIC and TIM images
|
||||
- SCP images
|
||||
- updated KiriKiri and ShiinaRio encryption schemes
|
||||
</Notes>
|
||||
</Release>
|
||||
<FormatsData>
|
||||
<FileVersion>137</FileVersion>
|
||||
<FileVersion>138</FileVersion>
|
||||
<Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url>
|
||||
<Requires>
|
||||
<Assembly Name="ArcFormats" Version="1.2.44.2064"/>
|
||||
<Assembly Name="GameRes" Version="1.4.26.238"/>
|
||||
</Requires>
|
||||
</FormatsData>
|
||||
<FormatsData>
|
||||
<FileVersion>133</FileVersion>
|
||||
<Url>https://github.com/morkt/GARbro/raw/513519522c777300b011d3d0421ee4c8fc37ecd3/ArcFormats/Resources/Formats.dat</Url>
|
||||
<Requires>
|
||||
<Assembly Name="ArcFormats" Version="1.2.43.2015"/>
|
||||
<Assembly Name="GameRes" Version="1.4.26.238"/>
|
||||
</Requires>
|
||||
</FormatsData>
|
||||
</GARbro>
|
||||
|
Loading…
Reference in New Issue
Block a user