Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiNtD committed Dec 5, 2019
1 parent 4a097cc commit b285d48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion SVRichPresence/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions SVRichPresence/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

2 changes: 1 addition & 1 deletion SVRichPresence/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b285d48

Please sign in to comment.