Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Mar 19, 2023
1 parent 9b1029d commit f6640f3
Show file tree
Hide file tree
Showing 6 changed files with 22 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.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.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.3
Version: 0.4
Module: CompanyCompanion.dll
Type: GenericPlugin
Icon: icon.png
9 changes: 9 additions & 0 deletions Manifest/HerrKnarz_CompanyCompanion.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
AddonId: CompanyCompanion_b76edaec-1aa8-48ef-83a4-2a49ab031029
Packages:
- Version: 0.4
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-03-19
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-03-19/CompanyCompanion_b76edaec-1aa8-48ef-83a4-2a49ab031029_0_4.pext
Changelog:
- Set company with most games as the suggested name in company merger
- Split list of games by developer and publisher in the merge window and tooltip
- 100% translation to Norwegian (thx. MeatBoy)
- updated helper dll, so it doesn't clash Link Utilities and Wikipedia Metadata.
- Version: 0.3
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-03-01
Expand Down
7 changes: 7 additions & 0 deletions Manifest/HerrKnarz_WikipediaMetadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
AddonId: WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c
Packages:
- Version: 1.4
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-03-19
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-03-19/WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c_1_4.pext
Changelog:
- fixed bug when a game has no "infobox video game" or it is named "infobox VG".
- Changed some strings in the German translation to better fit Playnite standard.
- Version: 1.3
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-03-18
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 @@ -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("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
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.3
Version: 1.4
Module: WikipediaMetadata.dll
Type: MetadataProvider
Icon: icon.png

0 comments on commit f6640f3

Please sign in to comment.