mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
released v1.5.43
This commit is contained in:
parent
e3ddab124a
commit
c609792416
@ -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.46.2082")]
|
||||
[assembly: AssemblyFileVersion ("1.2.46.2082")]
|
||||
[assembly: AssemblyVersion ("1.2.47.2120")]
|
||||
[assembly: AssemblyFileVersion ("1.2.47.2120")]
|
||||
|
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.14.35")]
|
||||
[assembly: AssemblyFileVersion ("1.0.14.35")]
|
||||
[assembly: AssemblyVersion ("1.0.15.38")]
|
||||
[assembly: AssemblyFileVersion ("1.0.15.38")]
|
||||
|
@ -12,7 +12,7 @@ using System.Windows;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany ("mørkt")]
|
||||
[assembly: AssemblyProduct("GARbro.GUI")]
|
||||
[assembly: AssemblyCopyright ("Copyright © 2014-2018 mørkt")]
|
||||
[assembly: AssemblyCopyright ("Copyright © 2014-2019 mørkt")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
@ -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.42.2807")]
|
||||
[assembly: AssemblyFileVersion ("1.5.42.2807")]
|
||||
[assembly: AssemblyVersion ("1.5.43.2857")]
|
||||
[assembly: AssemblyFileVersion ("1.5.43.2857")]
|
||||
|
@ -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.42.315")]
|
||||
[assembly: AssemblyFileVersion ("1.5.42.315")]
|
||||
[assembly: AssemblyVersion ("1.5.43.316")]
|
||||
[assembly: AssemblyFileVersion ("1.5.43.316")]
|
||||
|
@ -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.174")]
|
||||
[assembly: AssemblyFileVersion ("1.0.8.174")]
|
||||
[assembly: AssemblyVersion ("1.0.9.183")]
|
||||
[assembly: AssemblyFileVersion ("1.0.9.183")]
|
||||
|
@ -646,6 +646,7 @@ Signalist Stars!!<span class="footnote">ShiinaRio v2.50</span><br/>
|
||||
Son of a ☆ Bitch <span class="footnote">ShiinaRio v2.49</span><br/>
|
||||
Sorcery Jokers<span class="footnote">ShiinaRio v2.50</span><br/>
|
||||
Stage <span class="footnote">ShiinaRio v2.20</span><br/>
|
||||
Stellula Eques Codex ~Tasogare no Himekishi~ <span class="footnote">ShiinaRio v2.46</span><br/>
|
||||
Tanetsuke Mura <span class="footnote">ShiinaRio v2.48</span><br/>
|
||||
Tantei Shounen A<span class="footnote">some old version, like 2.twenty-something</span><br/>
|
||||
Tekoire Princess!<span class="footnote">ShiinaRio v2.37</span><br/>
|
||||
@ -1519,6 +1520,7 @@ Kowaku no Toki<br/>
|
||||
Kuraibito<br/>
|
||||
Mahou Shoujo Nayuta<br/>
|
||||
Mouryou no Nie<br/>
|
||||
Mugen no Sakura ~Hitsuya-hime Injoku Youshokutan~<br/>
|
||||
Natsu Doki! Harem<br/>
|
||||
Natsu Koi!<br/>
|
||||
Naze ka Kanojo ga Boku ni Ecchi o Sematte Kuru Ken<br/>
|
||||
|
@ -1,24 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<GARbro>
|
||||
<Release>
|
||||
<Version>1.5.42</Version>
|
||||
<Version>1.5.43</Version>
|
||||
<Url>https://github.com/morkt/GARbro/releases/latest</Url>
|
||||
<Notes>New formats:
|
||||
- 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
|
||||
- CSAF archives
|
||||
- CPC archives, ERP images and EZS audio
|
||||
- GP1 images and PWV audio
|
||||
- CGD images and ASD archives
|
||||
- ANI animation frames
|
||||
- IPT composite images
|
||||
- ZLK archives
|
||||
- LPG images
|
||||
- RAD images
|
||||
- NPF archives
|
||||
- BIN+IDX archives
|
||||
|
||||
Updated KiriKiri and ShiinaRio encryption schemes.
|
||||
</Notes>
|
||||
</Release>
|
||||
<FormatsData>
|
||||
<FileVersion>141</FileVersion>
|
||||
<FileVersion>142</FileVersion>
|
||||
<Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url>
|
||||
<Requires>
|
||||
<Assembly Name="ArcFormats" Version="1.2.46.2120"/>
|
||||
<Assembly Name="GameRes" Version="1.4.26.238"/>
|
||||
</Requires>
|
||||
</FormatsData>
|
||||
<FormatsData>
|
||||
<FileVersion>141</FileVersion>
|
||||
<Url>https://github.com/morkt/GARbro/raw/bc315942658151c3c8d28d7976734422f87631da/ArcFormats/Resources/Formats.dat</Url>
|
||||
<Requires>
|
||||
<Assembly Name="ArcFormats" Version="1.2.44.2064"/>
|
||||
<Assembly Name="GameRes" Version="1.4.26.238"/>
|
||||
|
Loading…
Reference in New Issue
Block a user