From b285d489fd3572033c3ac1e3a0bd2a8c2ec0f1da Mon Sep 17 00:00:00 2001 From: Fayne Aldan Date: Thu, 5 Dec 2019 05:49:59 -0700 Subject: [PATCH] Release 2.3.0 --- SVRichPresence/CHANGELOG.md | 5 ++++- SVRichPresence/Properties/AssemblyInfo.cs | 4 ++-- SVRichPresence/manifest.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SVRichPresence/CHANGELOG.md b/SVRichPresence/CHANGELOG.md index 6954a61..94115df 100644 --- a/SVRichPresence/CHANGELOG.md +++ b/SVRichPresence/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.3.0] - 2019-12-05 ### Added - Added a check for Android, which will cancel mod initialization. @@ -104,7 +106,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Removed Discord event handlers due to them not triggering. -[Unreleased]: https://github.com/FayneAldan/SVRichPresence/compare/2.3.0-beta1...HEAD +[Unreleased]: https://github.com/FayneAldan/SVRichPresence/compare/v2.3.0...HEAD +[2.3.0]: https://github.com/FayneAldan/SVRichPresence/compare/2.3.0-beta1...v2.3.0 [2.3.0-beta1]: https://github.com/FayneAldan/SVRichPresence/compare/2.2.2...2.3.0-beta1 [2.2.2]: https://github.com/FayneAldan/SVRichPresence/compare/2.2.1...2.2.2 [2.2.1]: https://github.com/FayneAldan/SVRichPresence/compare/2.2.0...2.2.1 diff --git a/SVRichPresence/Properties/AssemblyInfo.cs b/SVRichPresence/Properties/AssemblyInfo.cs index 8a7cc97..1aab552 100644 --- a/SVRichPresence/Properties/AssemblyInfo.cs +++ b/SVRichPresence/Properties/AssemblyInfo.cs @@ -15,7 +15,7 @@ [assembly: Guid("09756636-fa49-4706-8951-4aeb7ccca411")] -[assembly: AssemblyVersion("2.3.0.0")] -[assembly: AssemblyFileVersion("2.3.0.0")] +[assembly: AssemblyVersion("2.3.0.1")] +[assembly: AssemblyFileVersion("2.3.0.1")] [assembly: NeutralResourcesLanguage("en-US")] diff --git a/SVRichPresence/manifest.json b/SVRichPresence/manifest.json index 4dbc320..e78efb9 100644 --- a/SVRichPresence/manifest.json +++ b/SVRichPresence/manifest.json @@ -1,7 +1,7 @@ { "Name": "Rich Presence", "Author": "Fayne Aldan", - "Version": "2.3.0-beta1", + "Version": "2.3.0", "Description": "Shows your in-game state on your Discord profile.", "UniqueID": "FayneAldan.RichPresence", "EntryDll": "SVRichPresence.dll",