Skip to content

Commit

Permalink
new release!
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Mar 23, 2023
1 parent c0c0eed commit 2a2c78b
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Generic/CompanyCompanion/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
2 changes: 1 addition & 1 deletion Generic/CompanyCompanion/extension.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions Generic/LinkUtilities/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("2.5.0.0")]
[assembly: AssemblyFileVersion("2.5.0.0")]
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.4
Version: 2.5
Module: LinkUtilities.dll
Type: GenericPlugin
Icon: icon.png
11 changes: 11 additions & 0 deletions Manifest/HerrKnarz_CompanyCompanion.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 8 additions & 0 deletions Manifest/HerrKnarz_LinkUtilities.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2a2c78b

Please sign in to comment.