[+] Version 0.7

This commit is contained in:
huiyadanli 2020-01-05 01:20:57 +08:00
parent bd016b855f
commit c2c77c2a37
7 changed files with 10 additions and 10 deletions

View File

@ -16,7 +16,7 @@ namespace RevokeMsgPatcher
return new Bag
{
Apps = AppConfig(),
LatestVersion = "0.6",
LatestVersion = "0.7",
Notice = ""
};
}

View File

@ -82,7 +82,7 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="Data\0.6\patch.json" />
<None Include="Data\0.7\patch.json" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
//[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.6")]
[assembly: AssemblyFileVersion("0.6")]
[assembly: AssemblyVersion("0.7")]
[assembly: AssemblyFileVersion("0.7")]

View File

@ -61,7 +61,7 @@ namespace RevokeMsgPatcher.Properties {
}
/// <summary>
/// 查找类似 {&quot;Apps&quot;:{&quot;Wechat&quot;:{&quot;Name&quot;:&quot;Wechat&quot;,&quot;FileTargetInfos&quot;:{&quot;WeChatWin.dll&quot;:{&quot;Name&quot;:&quot;WeChatWin.dll&quot;,&quot;RelativePath&quot;:&quot;WeChatWin.dll&quot;,&quot;Memo&quot;:null}},&quot;FileModifyInfos&quot;:{&quot;WeChatWin.dll&quot;:[{&quot;Name&quot;:&quot;WeChatWin.dll&quot;,&quot;Version&quot;:&quot;2.8.0.82&quot;,&quot;SHA1Before&quot;:&quot;c359cc1a391441d261753f2844f9156638df8631&quot;,&quot;SHA1After&quot;:&quot;d1b4dee8f7f91e34d68501987fd0675b33fe85da&quot;,&quot;Changes&quot;:[{&quot;Position&quot;:2645961,&quot;Content&quot;:[235]},{&quot;Position&quot;:8263344,&quot;Content&quot;:[195]}]},{&quot;Name&quot;:&quot;WeChatWin.dll&quot;,&quot;Version&quot;:&quot;2.7.2.78&quot;,&quot;SHA1Before&quot;:&quot;26a5c5503f1e176676da5657c12812da8aa [字符串的其余部分被截断]&quot;; 的本地化字符串。
/// 查找类似 {&quot;Apps&quot;:{&quot;Wechat&quot;:{&quot;Name&quot;:&quot;Wechat&quot;,&quot;FileTargetInfos&quot;:{&quot;WeChatWin.dll&quot;:{&quot;Name&quot;:&quot;WeChatWin.dll&quot;,&quot;RelativePath&quot;:&quot;WeChatWin.dll&quot;,&quot;Memo&quot;:null}},&quot;FileModifyInfos&quot;:{&quot;WeChatWin.dll&quot;:[{&quot;Name&quot;:&quot;WeChatWin.dll&quot;,&quot;Version&quot;:&quot;2.8.0.106&quot;,&quot;SHA1Before&quot;:&quot;e772c81c8a1b79cac77b22dbe67b375fa340ba30&quot;,&quot;SHA1After&quot;:&quot;bcbc491910f07cb995ef154a281450f2d052e90b&quot;,&quot;Changes&quot;:[{&quot;Position&quot;:2658457,&quot;Content&quot;:[235]},{&quot;Position&quot;:8280416,&quot;Content&quot;:[195]}]},{&quot;Name&quot;:&quot;WeChatWin.dll&quot;,&quot;Version&quot;:&quot;2.8.0.88&quot;,&quot;SHA1Before&quot;:&quot;b34c73e38cfec186890b58caac5fc99623 [字符串的其余部分被截断]&quot;; 的本地化字符串。
/// </summary>
internal static string PatchJson {
get {

File diff suppressed because one or more lines are too long

View File

@ -23,9 +23,9 @@ namespace RevokeMsgPatcher.Utils
/// </summary>
private static readonly string[] urls = new string[]
{
"https://coding.net/u/huiyadanli/p/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/0.6/patch.json",
"https://gitee.com/huiyadanli/RevokeMsgPatcher/raw/master/RevokeMsgPatcher.Assistant/Data/0.6/patch.json",
"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/0.6/patch.json"
"https://coding.net/u/huiyadanli/p/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/0.7/patch.json",
"https://gitee.com/huiyadanli/RevokeMsgPatcher/raw/master/RevokeMsgPatcher.Assistant/Data/0.7/patch.json",
"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/0.7/patch.json"
};
private static int i = 0;