Skip to content

Commit

Permalink
Hotfix release for LinkUtilities
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Apr 5, 2023
1 parent 1c15172 commit f9e71a5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Generic/LinkUtilities/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.6.0.0")]
[assembly: AssemblyFileVersion("2.6.0.0")]
[assembly: AssemblyVersion("2.6.1.0")]
[assembly: AssemblyFileVersion("2.6.1.0")]

[assembly: InternalsVisibleTo("LinkUtilities.Test")]
2 changes: 1 addition & 1 deletion Generic/LinkUtilities/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1
Name: Link Utilities
Author: HerrKnarz
Version: 2.6
Version: 2.6.1
Module: LinkUtilities.dll
Type: GenericPlugin
Icon: icon.png
18 changes: 18 additions & 0 deletions Manifest/HerrKnarz_LinkUtilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
AddonId: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1
Packages:
- Version: 2.6.1
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-04-05
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-04-05/LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1_2_6_1.pext
Changelog:
- Fixed links not being added or behaving strange when searching (the check for existing links was simply reversed)
- Fixed Metacritic error when a game has no platforms
- Fixed GOG library link not being added for certain games
- Version: 2.6
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-04-04
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-04-04/LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1_2_6.pext
Changelog:
- Added link to IGN Guides (only add function)
- Added link to Gamepressure Guides (only add function)
- new translations to Portuguese, Brazilian (thx kelvis)
- new translations to Russian (thx virtpunk)
- massive code clean up
- Version: 2.5.1
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-03-24
Expand Down

0 comments on commit f9e71a5

Please sign in to comment.