Skip to content

Commit

Permalink
new release!
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Apr 4, 2023
1 parent 6de032b commit 0b61c30
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 9 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.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.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.5
Version: 0.6
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 @@ -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.5.1.0")]
[assembly: AssemblyFileVersion("2.5.1.0")]
[assembly: AssemblyVersion("2.6.0.0")]
[assembly: AssemblyFileVersion("2.6.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: 2.5.1
Version: 2.6
Module: LinkUtilities.dll
Type: GenericPlugin
Icon: icon.png
7 changes: 7 additions & 0 deletions Manifest/HerrKnarz_CompanyCompanion.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
AddonId: CompanyCompanion_b76edaec-1aa8-48ef-83a4-2a49ab031029
Packages:
- Version: 0.6
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-04-04
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-04-04/CompanyCompanion_b76edaec-1aa8-48ef-83a4-2a49ab031029_0_6.pext
Changelog:
- fixed bug, that occured, when company names are NULL
- massive code clean up
- Version: 0.5
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-03-23
Expand Down
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: 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
11 changes: 11 additions & 0 deletions Manifest/HerrKnarz_WikipediaMetadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
AddonId: WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c
Packages:
- Version: 1.6
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-04-04
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-04-04/WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c_1_6.pext
Changelog:
- fixed bug not fetching games in automatic mode
- fixed bug adding a link, when cancelling (or nothing was found in automatic mode)
- fixed sorting bug in automatic mode
- complete translation to Spanish (thx darklinkpower)
- complete translation to Norwegian (thx MeatBoy)
- massive code clean up
- Version: 1.5
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-03-19
Expand Down
4 changes: 2 additions & 2 deletions Metadata/WikipediaMetadata/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("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]

[assembly: InternalsVisibleTo("WikipediaMetadata.Test")]
2 changes: 1 addition & 1 deletion Metadata/WikipediaMetadata/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c
Name: Wikipedia Metadata
Author: HerrKnarz
Version: 1.5
Version: 1.6
Module: WikipediaMetadata.dll
Type: MetadataProvider
Icon: icon.png

0 comments on commit 0b61c30

Please sign in to comment.