Skip to content

Commit

Permalink
v2.0.14 - fixed #49
Browse files Browse the repository at this point in the history
  • Loading branch information
rstewa committed Jul 1, 2024
1 parent 77e401e commit d5d4f85
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Audibly.App/Audibly.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxSymbolPackageEnabled>True</AppxSymbolPackageEnabled>
<GenerateTestArtifacts>False</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
Expand Down
10 changes: 3 additions & 7 deletions Audibly.App/Changelog.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions Audibly.App/Changelog.resx
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,7 @@
<data name="Text" xml:space="preserve">
<value>### Fixed

- Hotfix for 2.0.12:
- The app would crash when trying to parse saved user settings (volume &amp; playback speed) from local storage

### Changed

- Updated some dependencies
</value>
- Hotfix for 2.0.13:
- The app would crash when trying to parse saved user settings (volume &amp; playback speed) from local storage</value>
</data>
</root>
2 changes: 1 addition & 1 deletion Audibly.App/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="38488StewartRyan.24898061B3F0E"
Publisher="CN=680AB335-56C7-4E87-81DE-D27B78AC46A3"
Version="2.0.13.0"/>
Version="2.0.14.0"/>

<mp:PhoneIdentity PhoneProductId="a4e10036-a97d-4e2e-8144-0a20e6bcb775"
PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
Expand Down
4 changes: 2 additions & 2 deletions Audibly.App/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
// Note: package version and assembly version must be kept in sync
[assembly: AssemblyVersion("2.0.13.0")]
[assembly: AssemblyFileVersion("2.0.13.0")]
[assembly: AssemblyVersion("2.0.14.0")]
[assembly: AssemblyFileVersion("2.0.14.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows10.0.19041.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows10.0.17763.0")]
[assembly: ComVisible(false)]
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.14] - 07-01-24

### Fixed

- Hotfix for 2.0.13:
- The app would crash when trying to parse saved user settings (volume & playback speed) from local storage

## [2.0.13] - 06-29-24

### Fixed
Expand Down

0 comments on commit d5d4f85

Please sign in to comment.