mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2026-07-28 21:14:33 +08:00
[#] 1.5
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -16,8 +16,8 @@ namespace RevokeMsgPatcher
|
|||||||
return new Bag
|
return new Bag
|
||||||
{
|
{
|
||||||
Apps = AppConfig(),
|
Apps = AppConfig(),
|
||||||
LatestVersion = "1.4",
|
LatestVersion = "1.5",
|
||||||
PatchVersion = 20220520,
|
PatchVersion = 20220525,
|
||||||
Notice = ""
|
Notice = ""
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -92,6 +92,7 @@
|
|||||||
<None Include="Data\1.2\patch.json" />
|
<None Include="Data\1.2\patch.json" />
|
||||||
<None Include="Data\1.3\patch.json" />
|
<None Include="Data\1.3\patch.json" />
|
||||||
<None Include="Data\1.4\patch.json" />
|
<None Include="Data\1.4\patch.json" />
|
||||||
|
<None Include="Data\1.5\patch.json" />
|
||||||
<None Include="Properties\Settings.settings">
|
<None Include="Properties\Settings.settings">
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
||||||
// 方法是按如下所示使用“*”: :
|
// 方法是按如下所示使用“*”: :
|
||||||
//[assembly: AssemblyVersion("1.0.*")]
|
//[assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.4")]
|
[assembly: AssemblyVersion("1.5")]
|
||||||
[assembly: AssemblyFileVersion("1.4")]
|
[assembly: AssemblyFileVersion("1.5")]
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -25,8 +25,8 @@ namespace RevokeMsgPatcher.Utils
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private static readonly string[] urls = new string[]
|
private static readonly string[] urls = new string[]
|
||||||
{
|
{
|
||||||
"https://huiyadanli.coding.net/p/RevokeMsgPatcher/d/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/1.4/patch.json",
|
"https://huiyadanli.coding.net/p/RevokeMsgPatcher/d/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/1.5/patch.json",
|
||||||
"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/1.4/patch.json"
|
"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/1.5/patch.json"
|
||||||
};
|
};
|
||||||
|
|
||||||
public static async Task<string> GetPatchJsonAsync()
|
public static async Task<string> GetPatchJsonAsync()
|
||||||
|
|||||||
Reference in New Issue
Block a user