From b485c0e21adb38a22f2459879abf7e433ffc0868 Mon Sep 17 00:00:00 2001 From: SubZeroPL Date: Wed, 17 Jun 2026 23:36:51 +0200 Subject: [PATCH 1/2] fix: extended PS2 ID regex --- Classes/Functions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Functions.cs b/Classes/Functions.cs index b0fc9d7..9e2e819 100644 --- a/Classes/Functions.cs +++ b/Classes/Functions.cs @@ -273,7 +273,7 @@ public static List GetReadmeFilesInDirectory(string directory) return game; } - [GeneratedRegex(@"(SL[A-Z]{2}_\d+\.\d+)(?=;)")] + [GeneratedRegex(@"(S[LC][A-Z]{2}_\d+\.\d+)(?=;)")] private static partial Regex IdPsRegex(); [GeneratedRegex("""FILE "(.+\.bin)" BINARY""")] From f71d3efbae1007297b212ee111d493a59a3a13cf Mon Sep 17 00:00:00 2001 From: SubZeroPL Date: Wed, 17 Jun 2026 23:37:37 +0200 Subject: [PATCH 2/2] ci: update version to 1.9.2 --- AssM.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AssM.csproj b/AssM.csproj index 49377c3..5d0da58 100644 --- a/AssM.csproj +++ b/AssM.csproj @@ -5,11 +5,11 @@ enable true app.manifest - 1.9.1 + 1.9.2 SubZeroPL https://github.com/SubZeroPL/AssM - 1.9.1 - 1.9.1 + 1.9.2 + 1.9.2 AssM https://github.com/SubZeroPL/AssM/blob/master/LICENSE https://github.com/SubZeroPL/AssM/