Skip to content

Commit 6c0f465

Browse files
committed
released v1.5.34
1 parent 0425aa2 commit 6c0f465

File tree

14 files changed

+83
-39
lines changed

14 files changed

+83
-39
lines changed

ArcFormats/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("1.2.37.1559")]
36-
[assembly: AssemblyFileVersion ("1.2.37.1559")]
35+
[assembly: AssemblyVersion ("1.2.38.1631")]
36+
[assembly: AssemblyFileVersion ("1.2.38.1631")]

ArcFormats/Resources/Formats.dat

454 Bytes
Binary file not shown.

Experimental/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("1.0.7.27")]
36-
[assembly: AssemblyFileVersion ("1.0.7.27")]
35+
[assembly: AssemblyVersion ("1.0.9.29")]
36+
[assembly: AssemblyFileVersion ("1.0.9.29")]

GARbro.nsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,12 @@ Section "install"
5454
File "${RELEASE_DIR}\ArcExtra.dll"
5555
File "${RELEASE_DIR}\ArcFormats.dll"
5656
File "${RELEASE_DIR}\ArcFormats.dll.config"
57+
File "${RELEASE_DIR}\ArcLegacy.dll"
5758
File "${RELEASE_DIR}\Concentus.dll"
5859
File "${RELEASE_DIR}\Concentus.Oggfile.dll"
5960
File "${RELEASE_DIR}\GameRes.dll"
61+
File "${RELEASE_DIR}\GameRes.dll.config"
62+
File "${RELEASE_DIR}\ICSharpCode.SharpZipLib.dll"
6063
File "${RELEASE_DIR}\Microsoft.Deployment.Compression.dll"
6164
File "${RELEASE_DIR}\Microsoft.Deployment.Compression.Cab.dll"
6265
File "${RELEASE_DIR}\Microsoft.WindowsAPICodePack.dll"
@@ -106,9 +109,12 @@ Section "uninstall"
106109
Delete $INSTDIR\ArcExtra.dll
107110
Delete $INSTDIR\ArcFormats.dll
108111
Delete $INSTDIR\ArcFormats.dll.config
112+
Delete $INSTDIR\ArcLegacy.dll
109113
Delete $INSTDIR\Concentus.dll
110114
Delete $INSTDIR\Concentus.Oggfile.dll
111115
Delete $INSTDIR\GameRes.dll
116+
Delete $INSTDIR\GameRes.dll.config
117+
Delete $INSTDIR\ICSharpCode.SharpZipLib.dll
112118
Delete $INSTDIR\Microsoft.Deployment.Compression.dll
113119
Delete $INSTDIR\Microsoft.Deployment.Compression.Cab.dll
114120
Delete $INSTDIR\Microsoft.WindowsAPICodePack.dll

GUI/GARbro.GUI.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@
104104
<HintPath>..\packages\WPFToolkit.3.5.50211.1\lib\System.Windows.Controls.Input.Toolkit.dll</HintPath>
105105
<Private>True</Private>
106106
</Reference>
107-
<Reference Include="System.Windows.Controls.Layout.Toolkit">
108-
<HintPath>..\packages\WPFToolkit.3.5.50211.1\lib\System.Windows.Controls.Layout.Toolkit.dll</HintPath>
109-
<Private>True</Private>
110-
</Reference>
111107
<Reference Include="System.Xml" />
112108
<Reference Include="Microsoft.CSharp" />
113109
<Reference Include="System.Core" />

GUI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion ("1.4.33.2083")]
55-
[assembly: AssemblyFileVersion ("1.4.33.2083")]
54+
[assembly: AssemblyVersion ("1.5.34.2195")]
55+
[assembly: AssemblyFileVersion ("1.5.34.2195")]

GameRes/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("1.4.34.267")]
36-
[assembly: AssemblyFileVersion ("1.4.34.267")]
35+
[assembly: AssemblyVersion ("1.5.35.281")]
36+
[assembly: AssemblyFileVersion ("1.5.35.281")]

Legacy/Inspire/ArcIDA.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
using System.Text;
3131
using GameRes.Compression;
3232

33+
// [991001][Inspire] days innocent
3334
// [000707][inspire] ambience
3435

3536
namespace GameRes.Formats.Inspire

Legacy/Legacy.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@
2626
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2727
<DebugType>pdbonly</DebugType>
2828
<Optimize>true</Optimize>
29-
<OutputPath>bin\Release\</OutputPath>
30-
<DefineConstants>TRACE</DefineConstants>
29+
<OutputPath>..\bin\Release\</OutputPath>
30+
<DefineConstants>
31+
</DefineConstants>
3132
<ErrorReport>prompt</ErrorReport>
3233
<WarningLevel>4</WarningLevel>
34+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3335
</PropertyGroup>
3436
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Prerelease|AnyCPU'">
3537
<OutputPath>bin\Prerelease\</OutputPath>

Legacy/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("1.0.0.24")]
36-
[assembly: AssemblyFileVersion ("1.0.0.24")]
35+
[assembly: AssemblyVersion ("1.0.1.41")]
36+
[assembly: AssemblyFileVersion ("1.0.1.41")]

0 commit comments

Comments
 (0)