Skip to content

Commit 4abbb99

Browse files
committed
Update release manifests
1 parent f1448d7 commit 4abbb99

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

manifests/Library_JastUsaLibrary.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,13 @@ Packages:
151151
ReleaseDate: 2024-09-13
152152
PackageUrl: https://github.com/darklinkpower/PlayniteExtensionsCollection/releases/download/2024.09.13_60b1b221/JastUsaLibrary_d407a620-5953-4ca4-a25c-8194c8559381_1_22.pext
153153
Changelog:
154-
- 'Changed: Additional variants of pre-order games suffixes will be removed from game names'
154+
- 'Changed: Additional variants of pre-order games suffixes will be removed from game names'
155+
- Version: 1.23
156+
RequiredApiVersion: 6.9.0
157+
ReleaseDate: 2025-01-11
158+
PackageUrl: https://github.com/darklinkpower/PlayniteExtensionsCollection/releases/download/2025.01.11_67f255e3/JastUsaLibrary_d407a620-5953-4ca4-a25c-8194c8559381_1_23.pext
159+
Changelog:
160+
- 'Fixed: Error during metadata download for games with user ratings that prevented obtaining metadata.'
161+
- 'Fixed: Game assets downloading no longer being able to be downloaded due to recent changes on the JAST USA site.'
162+
- 'Improved: The extension has been rewritten almost entirely to make it work better, and improve future maintenance and development.'
163+
- 'Note: After updating and due to code changes, a single library update will need to be performed for the extension to be able to obtain and download game assets and metadata.'

source/Library/JastUsaLibrary/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("JastUsaLibrary")]
13-
[assembly: AssemblyCopyright("Copyright © 2024")]
13+
[assembly: AssemblyCopyright("Copyright © 2025")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.22.0.0")]
36-
[assembly: AssemblyFileVersion("1.22.0.0")]
35+
[assembly: AssemblyVersion("1.23.0.0")]
36+
[assembly: AssemblyFileVersion("1.23.0.0")]

source/Library/JastUsaLibrary/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Id: JastUsaLibrary_d407a620-5953-4ca4-a25c-8194c8559381
22
Name: JAST USA Library
33
Author: darklinkpower
4-
Version: 1.22
4+
Version: 1.23
55
Module: JastUsaLibrary.dll
66
Type: GameLibrary
77
Icon: icon.png

0 commit comments

Comments
 (0)