released v1.4.32

This commit is contained in:
morkt 2017-11-09 20:27:26 +04:00
parent cb536f040e
commit 6e035b7c25
9 changed files with 42 additions and 24 deletions

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.2.35.1414")]
[assembly: AssemblyFileVersion ("1.2.35.1414")]
[assembly: AssemblyVersion ("1.2.36.1443")]
[assembly: AssemblyFileVersion ("1.2.36.1443")]

Binary file not shown.

View File

@ -11,7 +11,7 @@
<AssemblyName>ArcExtra</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>9b06f377</NuGetPackageImportStamp>
<NuGetPackageImportStamp>97deb393</NuGetPackageImportStamp>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@ -66,8 +66,8 @@
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>..\packages\System.Data.SQLite.Core.1.0.105.2\lib\net45\System.Data.SQLite.dll</HintPath>
<Reference Include="System.Data.SQLite, Version=1.0.106.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>..\packages\System.Data.SQLite.Core.1.0.106.0\lib\net45\System.Data.SQLite.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.Linq" />
@ -111,15 +111,15 @@
<PreBuildEvent>perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName)
exit 0</PreBuildEvent>
</PropertyGroup>
<Import Project="..\packages\System.Data.SQLite.Core.1.0.105.2\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.105.2\build\net45\System.Data.SQLite.Core.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.105.2\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.105.2\build\net45\System.Data.SQLite.Core.targets'))" />
<Error Condition="!Exists('..\packages\NETStandard.Library.2.0.0\build\NETStandard.Library.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NETStandard.Library.2.0.0\build\NETStandard.Library.targets'))" />
<Error Condition="!Exists('..\packages\NETStandard.Library.2.0.1\build\NETStandard.Library.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NETStandard.Library.2.0.1\build\NETStandard.Library.targets'))" />
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.106.0\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.106.0\build\net45\System.Data.SQLite.Core.targets'))" />
</Target>
<Import Project="..\packages\NETStandard.Library.2.0.0\build\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.0\build\NETStandard.Library.targets')" />
<Import Project="..\packages\NETStandard.Library.2.0.1\build\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.1\build\NETStandard.Library.targets')" />
<Import Project="..\packages\System.Data.SQLite.Core.1.0.106.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.106.0\build\net45\System.Data.SQLite.Core.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">

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.5.23")]
[assembly: AssemblyFileVersion ("1.0.5.23")]
[assembly: AssemblyVersion ("1.0.6.26")]
[assembly: AssemblyFileVersion ("1.0.6.26")]

View File

@ -4,7 +4,7 @@
<package id="Concentus.OggFile" version="1.0.1" targetFramework="net45" />
<package id="Microsoft.NETCore.Platforms" version="2.0.0" targetFramework="net45" />
<package id="MSFTCompressionCab" version="1.0.0" targetFramework="net45" />
<package id="NETStandard.Library" version="2.0.0" targetFramework="net45" />
<package id="System.Data.SQLite.Core" version="1.0.105.2" targetFramework="net45" />
<package id="NETStandard.Library" version="2.0.1" targetFramework="net45" />
<package id="System.Data.SQLite.Core" version="1.0.106.0" targetFramework="net45" />
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net45" />
</packages>

View File

@ -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.4.31.1908")]
[assembly: AssemblyFileVersion ("1.4.31.1908")]
[assembly: AssemblyVersion ("1.4.32.1939")]
[assembly: AssemblyFileVersion ("1.4.32.1939")]

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.4.32.257")]
[assembly: AssemblyFileVersion ("1.4.32.257")]
[assembly: AssemblyVersion ("1.4.33.260")]
[assembly: AssemblyFileVersion ("1.4.33.260")]

View File

@ -230,6 +230,7 @@ Iinari<br/>
Kyrie ~Blood Royal 3~<br/>
Shiosai no Himei<br/>
Tender Breeze<br/>
Zoku Hitou Meguri<br/>
</td></tr>
<tr class="odd last"><td>*.gcp</td><td><tt>CMP1</tt></td><td></td></tr>
<tr><td>*.pd</td><td><tt>PackOnly</tt><br/><tt>PackPlus</tt><br/><tt>FlyingShinePDFile</tt></td><td><span class="supported"></span></td><td>Flying Shine</td><td>
@ -237,7 +238,10 @@ Akarui Mirai ~Wet And Messy 2nd time~<br/>
Cross†Channel<br/>
Crime Rhyme<br/>
</td></tr>
<tr class="odd"><td>*.rpa</td><td><tt>RPA-3.0</tt></td><td><span class="supported"></span></td><td>Ren'Py</td><td>Katawa Shoujo</td></tr>
<tr class="odd"><td>*.rpa</td><td><tt>RPA-3.0</tt></td><td><span class="supported"></span></td><td>Ren'Py</td><td>
Katawa Shoujo<br/>
Sakura Halloween<br/>
</td></tr>
<tr><td>*.arc</td><td>-</td><td><span class="supported"></span></td><td rowspan="3">Will</td><td rowspan="3">
Chaste ☆ Chase!<br/>
Cynthia ~Sincerely to You~<br/>
@ -788,6 +792,7 @@ Double<br/>
Exile ~Blood Royal 2~<br/>
Gakuen ~Nerawareta Chitai~<br/>
Kimon Youitan<br/>
Onna Kyoushi Saeko ~Biniku Jugyou~<br/>
Unbalance<br/>
</td></tr>
<tr class="odd"><td>*.lib<br/>*.dat</td><td><tt>LIB</tt><br/><tt>LIBP</tt><br/><tt>LIBU</tt><span class="footnote">encrypted</span></td><td></td><td rowspan="3">Malie</td><td rowspan="3">
@ -1010,6 +1015,7 @@ Moshimo Ashita ga Harenaraba<br/>
<tr class="odd"><td>*.pga</td><td><tt>PGAPGAH</tt></td><td><span class="supported"></span></td></tr>
<tr class="odd last"><td>*.chr</td><td><tt>char</tt></td><td></td></tr>
<tr><td>*.gyu</td><td><tt>GYU\x1a</tt></td><td></td><td rowspan="2">ExHIBIT</td><td rowspan="2">
Ane Ane Double Saimin 2<br/>
Eve ~New Generation X~<br/>
Fuyu no Rondo<br/>
Imouto Paradise! 2<br/>
@ -1122,8 +1128,10 @@ Paimega<br/>
</td></tr>
<tr class="odd"><td>*.snn+*.inx</td><td>-</td><td></td><td rowspan="3">BlueGale</td><td rowspan="3">
Bifronte ~Kugaitou Kitan~<br/>
Bikini Junkie<br/>
Cafe Junkie<br/>
Immoral<br/>
Joi Okkusu<br/>
Majidashi! Royale ~Finish wa Watashi no Naka de~<br/>
MILK Junkies<br/>
Oppai Life<br/>
@ -1448,6 +1456,7 @@ Stray Sheep ~Chijoku no Zangeshitsu~<br/>
</td></tr>
<tr class="last"><td>*.i</td><td><tt>IMG2</tt></td><td></td></tr>
<tr class="odd"><td>*.pk</td><td><tt>fPK</tt></td><td></td><td rowspan="3">Ivory</td><td rowspan="3">
JK Free Hall<br/>
Triangle Heart 1-2-3<br/>
</td></tr>
<tr class ="odd"><td>*.sg</td><td><tt>fSG</tt></td><td></td></tr>
@ -1648,6 +1657,11 @@ Manatsu no Yoru no Yume<br/>
<tr class="odd"><td>*.dat</td><td><tt>RepiPack</tt></td><td></td><td>Littlewitch</td><td>
Eiyu*Senki - The World Conquest<br/>
</td></tr>
<tr class="last"><td>arc*.dat</td><td>-</td><td></td><td>non color</td><td>
Hana Hime * Absolute!<br/>
Yuuki Yuuna wa Yuusha de Aru<br/>
Yuuki Yuuna wa Yuusha de Aru S<br/>
</td></tr>
</table>
<p><a name="note-1" class="footnote">1</a> Non-encrypted only</p>
</body>

View File

@ -1,16 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<GARbro>
<Release>
<Version>1.4.31</Version>
<Version>1.4.32</Version>
<Url>https://github.com/morkt/GARbro/releases/latest</Url>
<Notes>Changes:
- updated INT, QLIE, YPF, PCF, GBC, MG2 formats support
- added more KiriKiri and Malie encryption schemes
- added CP936 encoding option to text viewer
<Notes>New formats:
- LunaSoft PAC archives
- FGA archives
- 'RepiPack' archives
- ALO images and VZY audio
- 'fPK2' archives
- updated RPA archives support
- more KiriKiri and Csystem encryption schemes
</Notes>
</Release>
<FormatsData>
<FileVersion>84</FileVersion>
<FileVersion>86</FileVersion>
<Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url>
<Requires>
<Assembly Name="ArcFormats" Version="1.2.35.1417"/>