Skip to content

Commit

Permalink
released v1.5.41
Browse files Browse the repository at this point in the history
  • Loading branch information
morkt committed Dec 30, 2018
1 parent e4bafd6 commit e0e0169
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 32 deletions.
4 changes: 2 additions & 2 deletions ArcFormats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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 modified ArcFormats/Resources/Formats.dat
Binary file not shown.
4 changes: 2 additions & 2 deletions Experimental/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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")]
4 changes: 2 additions & 2 deletions GUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 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")]
4 changes: 2 additions & 2 deletions GameRes/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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")]
1 change: 1 addition & 0 deletions Legacy/Kasane/ArcAR2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
using System.IO;

// [030525][Virgin Cream] Yamai Tsuki ~Ryouki Kansen Virus~
// [030530][Mithra] Clione no Kimochi ~Oshiete, Sensei Osanazuma~

namespace GameRes.Formats.Kasane
{
Expand Down
2 changes: 2 additions & 0 deletions Legacy/ProjectMyu/ImageGAM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
using System.IO;
using GameRes.Compression;

// [040528][Lakshmi] Mabuta Tojireba Soko ni...

namespace GameRes.Formats.ProjectMu
{
[Export(typeof(ImageFormat))]
Expand Down
4 changes: 2 additions & 2 deletions Legacy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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")]
1 change: 1 addition & 0 deletions Legacy/System21/ArcPAK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
using System.IO;

// [000114][Excellents] Thanksgiving Special
// [000615][Beenyan] Oyako Donburi

namespace GameRes.Formats.System21
{
Expand Down
33 changes: 11 additions & 22 deletions docs/version.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit e0e0169

Please sign in to comment.