From e5f72ac57e038bac60a4cccf9f74ee9bdcd720ce Mon Sep 17 00:00:00 2001 From: the1812 Date: Sun, 16 Jun 2024 10:41:35 +0800 Subject: [PATCH] Fix invalid JSON character (fix #65) --- mwp-ver.txt | 2 +- src/MalwarePatch/Assets/certificate-map.json | 2 +- src/MalwarePatch/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mwp-ver.txt b/mwp-ver.txt index b0e9ba5..65f4a54 100644 --- a/mwp-ver.txt +++ b/mwp-ver.txt @@ -1 +1 @@ -2.17.0.0 \ No newline at end of file +2.17.1.0 \ No newline at end of file diff --git a/src/MalwarePatch/Assets/certificate-map.json b/src/MalwarePatch/Assets/certificate-map.json index bbab6c2..6fb90ce 100644 --- a/src/MalwarePatch/Assets/certificate-map.json +++ b/src/MalwarePatch/Assets/certificate-map.json @@ -277,7 +277,7 @@ "yy 256.2021.02.cer", "yy 256.2022.04.cer", "yy 256.2023.02.cer", - "yy 256.2023.08.cer". + "yy 256.2023.08.cer", "yy 256.2024.06.cer" ], "ZhongCheng": [ diff --git a/src/MalwarePatch/Properties/AssemblyInfo.cs b/src/MalwarePatch/Properties/AssemblyInfo.cs index d65210a..98f2250 100644 --- a/src/MalwarePatch/Properties/AssemblyInfo.cs +++ b/src/MalwarePatch/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 // 方法是按如下所示使用“*”: : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.17.0.0")] -[assembly: AssemblyFileVersion("2.17.0.0")] +[assembly: AssemblyVersion("2.17.1.0")] +[assembly: AssemblyFileVersion("2.17.1.0")]