Skip to content

Commit

Permalink
LinkUtilities release 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed May 7, 2023
1 parent f8ad685 commit 420e812
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Generic/CompanyCompanion/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CompanyCompanion")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
10 changes: 5 additions & 5 deletions Generic/LinkUtilities/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("LinkUtilities")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Addon for Playnite game launcher")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("HerrKnarz")]
[assembly: AssemblyProduct("LinkUtilities")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyCopyright("Copyright © 2023 under MIT license")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyVersion("3.1.0.0")]
[assembly: AssemblyFileVersion("3.1.0.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: 3.0
Version: 3.1
Module: LinkUtilities.dll
Type: GenericPlugin
Icon: icon.png
10 changes: 10 additions & 0 deletions Manifest/HerrKnarz_LinkUtilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
AddonId: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1
Packages:
- Version: 3.1
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-05-07
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-05-07/LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1_3_1.pext
Changelog:
- Added option to add a link from the clipboard.
- Fixed bug not finding anything when adding/searching links to several games at once.
- Hopefully fixed bug that sometimes added a link to a game that doesn't exist on GOG.
- Fixed error when trying to add library link when the game is from a library that can't be added.
- The option to add a library link now only shows up in the menu, when at least one of the selected games is from a supported library.
- Version: 3.0
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-04-10
Expand Down

0 comments on commit 420e812

Please sign in to comment.