From d5d4f854d81ff5b4b31a0ba8c274d1105ff6d2ad Mon Sep 17 00:00:00 2001 From: rstewa <70178227+rstewa@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:16:49 -0500 Subject: [PATCH] v2.0.14 - fixed #49 --- Audibly.App/Audibly.App.csproj | 2 +- Audibly.App/Changelog.Designer.cs | 10 +++------- Audibly.App/Changelog.resx | 9 ++------- Audibly.App/Package.appxmanifest | 2 +- Audibly.App/Properties/AssemblyInfo.cs | 4 ++-- CHANGELOG.md | 7 +++++++ 6 files changed, 16 insertions(+), 18 deletions(-) diff --git a/Audibly.App/Audibly.App.csproj b/Audibly.App/Audibly.App.csproj index f9c7059..2a83cf6 100644 --- a/Audibly.App/Audibly.App.csproj +++ b/Audibly.App/Audibly.App.csproj @@ -17,7 +17,7 @@ False False SHA256 - False + True True False Always diff --git a/Audibly.App/Changelog.Designer.cs b/Audibly.App/Changelog.Designer.cs index 79c72c6..df813b4 100644 --- a/Audibly.App/Changelog.Designer.cs +++ b/Audibly.App/Changelog.Designer.cs @@ -1,6 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -62,13 +63,8 @@ internal Changelog() { /// /// Looks up a localized string similar to ### Fixed /// - ///- Hotfix for 2.0.12: - /// - The app would crash when trying to parse saved user settings (volume & playback speed) from local storage - /// - ///### Changed - /// - ///- Updated some dependencies - ///. + ///- Hotfix for 2.0.13: + /// - The app would crash when trying to parse saved user settings (volume & playback speed) from local storage. /// internal static string Text { get { diff --git a/Audibly.App/Changelog.resx b/Audibly.App/Changelog.resx index bd0c97a..e891c99 100644 --- a/Audibly.App/Changelog.resx +++ b/Audibly.App/Changelog.resx @@ -120,12 +120,7 @@ ### Fixed -- Hotfix for 2.0.12: - - The app would crash when trying to parse saved user settings (volume & playback speed) from local storage - -### Changed - -- Updated some dependencies - +- Hotfix for 2.0.13: + - The app would crash when trying to parse saved user settings (volume & playback speed) from local storage \ No newline at end of file diff --git a/Audibly.App/Package.appxmanifest b/Audibly.App/Package.appxmanifest index 8902b00..fa392e0 100644 --- a/Audibly.App/Package.appxmanifest +++ b/Audibly.App/Package.appxmanifest @@ -10,7 +10,7 @@ + Version="2.0.14.0"/> diff --git a/Audibly.App/Properties/AssemblyInfo.cs b/Audibly.App/Properties/AssemblyInfo.cs index 9291415..1f65b5d 100644 --- a/Audibly.App/Properties/AssemblyInfo.cs +++ b/Audibly.App/Properties/AssemblyInfo.cs @@ -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)] diff --git a/CHANGELOG.md b/CHANGELOG.md index 558156b..4ddf8f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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