diff --git a/Generic/CompanyCompanion/Properties/AssemblyInfo.cs b/Generic/CompanyCompanion/Properties/AssemblyInfo.cs index 803e10bfd..5618210c5 100644 --- a/Generic/CompanyCompanion/Properties/AssemblyInfo.cs +++ b/Generic/CompanyCompanion/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 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("0.4.0.0")] -[assembly: AssemblyFileVersion("0.4.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.5.0.0")] +[assembly: AssemblyFileVersion("0.5.0.0")] \ No newline at end of file diff --git a/Generic/CompanyCompanion/extension.yaml b/Generic/CompanyCompanion/extension.yaml index 684fbd95b..cdab7c25e 100644 --- a/Generic/CompanyCompanion/extension.yaml +++ b/Generic/CompanyCompanion/extension.yaml @@ -1,7 +1,7 @@ Id: CompanyCompanion_b76edaec-1aa8-48ef-83a4-2a49ab031029 Name: Company Companion Author: HerrKnarz -Version: 0.4 +Version: 0.5 Module: CompanyCompanion.dll Type: GenericPlugin Icon: icon.png \ No newline at end of file diff --git a/Generic/LinkUtilities/Properties/AssemblyInfo.cs b/Generic/LinkUtilities/Properties/AssemblyInfo.cs index 4729c5db5..896f42607 100644 --- a/Generic/LinkUtilities/Properties/AssemblyInfo.cs +++ b/Generic/LinkUtilities/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 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.4.0.0")] -[assembly: AssemblyFileVersion("2.4.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.5.0.0")] +[assembly: AssemblyFileVersion("2.5.0.0")] \ No newline at end of file diff --git a/Generic/LinkUtilities/extension.yaml b/Generic/LinkUtilities/extension.yaml index 1e8322546..494ca4075 100644 --- a/Generic/LinkUtilities/extension.yaml +++ b/Generic/LinkUtilities/extension.yaml @@ -1,7 +1,7 @@ Id: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1 Name: Link Utilities Author: HerrKnarz -Version: 2.4 +Version: 2.5 Module: LinkUtilities.dll Type: GenericPlugin Icon: icon.png \ No newline at end of file diff --git a/Manifest/HerrKnarz_CompanyCompanion.yaml b/Manifest/HerrKnarz_CompanyCompanion.yaml index 1f5a2baab..ec589adc4 100644 --- a/Manifest/HerrKnarz_CompanyCompanion.yaml +++ b/Manifest/HerrKnarz_CompanyCompanion.yaml @@ -1,5 +1,16 @@ AddonId: CompanyCompanion_b76edaec-1aa8-48ef-83a4-2a49ab031029 Packages: + - Version: 0.5 + RequiredApiVersion: 6.8.0 + ReleaseDate: 2023-03-23 + PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-03-23/CompanyCompanion_b76edaec-1aa8-48ef-83a4-2a49ab031029_0_5.pext + Changelog: + - optimized removing entity forms without omitting single special chars and braces from the company name. + - Fixed bug when merging while the games in Playnite are grouped by developer. + - Fixed missing translation in Add value dialog. + - added more default business entity describers and ignore words. + - exchanged direct dependency to KNARZhelper.dll with linked code. + - 100% translation to spanish (thx darklinkpower). - Version: 0.4 RequiredApiVersion: 6.8.0 ReleaseDate: 2023-03-19 diff --git a/Manifest/HerrKnarz_LinkUtilities.yaml b/Manifest/HerrKnarz_LinkUtilities.yaml index 342234010..31c37b22e 100644 --- a/Manifest/HerrKnarz_LinkUtilities.yaml +++ b/Manifest/HerrKnarz_LinkUtilities.yaml @@ -1,5 +1,13 @@ AddonId: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1 Packages: + - Version: 2.5 + RequiredApiVersion: 6.8.0 + ReleaseDate: 2023-03-23 + PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-03-23/LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1_2_5.pext + Changelog: + - Using "All configured websites" for more than one game didn't take the corresponding checkboxes into account and added/searched links to all sites. + - Added link to Map Genie (only add, search not possible) + - 100% translation to Norwegian (thx MeatBoy) - Version: 2.4 RequiredApiVersion: 6.8.0 ReleaseDate: 2023-03-21