Skip to content

Commit 3fdae89

Browse files
committed
Version 1.18.1
1 parent 4f409c0 commit 3fdae89

File tree

15 files changed

+679
-554
lines changed

15 files changed

+679
-554
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ The application requires .Net Framework 4.8 to be installed. On Windows 10/11 sy
5151
AAX Audio Converter is configured to support high DPI monitors under Windows 10. It will scale properly when the user changes the DPI or scale factor.
5252

5353
## Download
54-
Windows setup package version 1.18, English and German, with manuals, plus FFmpeg executable:
54+
Windows setup package version 1.18.1, English and German, with manuals, plus FFmpeg executable:
5555

56-
**[AaxAudioConverter-1.18-Setup.exe](https://github.com/audiamus/AaxAudioConverter/releases/download/v1.18/AaxAudioConverter-1.18-Setup.exe)**
56+
**[AaxAudioConverter-1.18.1-Setup.exe](https://github.com/audiamus/AaxAudioConverter/releases/download/v1.18.1/AaxAudioConverter-1.18.1-Setup.exe)**
5757

5858
Manuals (also included in the setup package):
5959

60-
**[English](https://github.com/audiamus/AaxAudioConverter/releases/download/v1.18/AaxAudioConverter.pdf)**
60+
**[English](https://github.com/audiamus/AaxAudioConverter/releases/download/v1.18.1/AaxAudioConverter.pdf)**
6161

62-
**[German](https://github.com/audiamus/AaxAudioConverter/releases/download/v1.18/AaxAudioConverter.de.pdf)**
62+
**[German](https://github.com/audiamus/AaxAudioConverter/releases/download/v1.18.1/AaxAudioConverter.de.pdf)**
6363

6464

6565
## Dependencies

res/Setup.dat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
https://github.com/audiamus/AaxAudioConverter/releases/download/v1.18/AaxAudioConverter-1.18-Setup.exe
2-
MD5: 39ce1f60c41e24478857dd7886d07e21
1+
https://github.com/audiamus/AaxAudioConverter/releases/download/v1.18.1/AaxAudioConverter-1.18.1-Setup.exe
2+
MD5: 2757398570df456f8d9cdd4f88687498

res/Setup.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
22
{
3-
"Url": "https://github.com/audiamus/AaxAudioConverter/releases/download/v1.18/AaxAudioConverter-1.18-Setup.exe",
3+
"Url": "https://github.com/audiamus/AaxAudioConverter/releases/download/v1.18.1/AaxAudioConverter-1.18.1-Setup.exe",
44
"AppName": "AaxAudioConverter",
5-
"Version": "1.18",
5+
"Version": "1.18.1",
66
"Preview": false,
77
"Descript": null,
8-
"Md5": "39ce1f60c41e24478857dd7886d07e21"
8+
"Md5": "2757398570df456f8d9cdd4f88687498"
99
},
1010
{
1111
"AppName": "BookLibConnect",
552 Bytes
Binary file not shown.

src/AaxAudioConverter/AaxAudioConverter.latest.de.rtf

Lines changed: 303 additions & 255 deletions
Large diffs are not rendered by default.

src/AaxAudioConverter/AaxAudioConverter.latest.rtf

Lines changed: 311 additions & 272 deletions
Large diffs are not rendered by default.
248 Bytes
Binary file not shown.

src/AaxAudioConverter/App.config

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<configSections>
44
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
5-
<section name="audiamus.aaxconv.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
5+
<section name="audiamus.aaxconv.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
66
</sectionGroup>
77
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
8-
<section name="audiamus.aaxconv.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
8+
<section name="audiamus.aaxconv.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
99
</sectionGroup>
1010
</configSections>
1111
<startup>
12-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
12+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
1313
</startup>
1414

1515
<System.Windows.Forms.ApplicationConfigurationSection>
16-
<add key="DpiAwareness" value="PerMonitorV2"/>
16+
<add key="DpiAwareness" value="PerMonitorV2" />
1717
</System.Windows.Forms.ApplicationConfigurationSection>
1818

1919
<userSettings>
@@ -195,4 +195,12 @@
195195
</setting>
196196
</audiamus.aaxconv.Properties.Settings>
197197
</applicationSettings>
198+
<runtime>
199+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
200+
<dependentAssembly>
201+
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
202+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
203+
</dependentAssembly>
204+
</assemblyBinding>
205+
</runtime>
198206
</configuration>

src/AaxAudioConverter/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion ("1.18.0.0")]
37-
[assembly: AssemblyFileVersion ("1.18.0.0")]
36+
[assembly: AssemblyVersion ("1.18.1.0")]
37+
[assembly: AssemblyFileVersion ("1.18.1.0")]
3838
[assembly: NeutralResourcesLanguage ("en")]
3939

src/AaxAudioConverterLib/AaxAudioConverterLib.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
<LangVersion>7.1</LangVersion>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="ATL, Version=4.17.0.0, Culture=neutral, processorArchitecture=MSIL">
38-
<HintPath>..\packages\z440.atl.core.4.17.0\lib\net48\ATL.dll</HintPath>
37+
<Reference Include="ATL, Version=4.20.0.0, Culture=neutral, processorArchitecture=MSIL">
38+
<HintPath>..\packages\z440.atl.core.4.20.0\lib\net48\ATL.dll</HintPath>
3939
</Reference>
4040
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4141
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
4242
</Reference>
4343
<Reference Include="System" />
4444
<Reference Include="System.Core" />
45-
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
46-
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
45+
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
46+
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
4747
</Reference>
4848
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
4949
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
@@ -116,6 +116,7 @@
116116
</ProjectReference>
117117
</ItemGroup>
118118
<ItemGroup>
119+
<None Include="app.config" />
119120
<None Include="packages.config">
120121
<SubType>Designer</SubType>
121122
</None>

0 commit comments

Comments
 (0)