mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-05-24 06:26:06 +08:00
[v] 1.0
This commit is contained in:
parent
53fbda1f53
commit
84397963a7
1
RevokeMsgPatcher.Assistant/Data/1.0/patch.json
Normal file
1
RevokeMsgPatcher.Assistant/Data/1.0/patch.json
Normal file
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@ namespace RevokeMsgPatcher
|
||||||
return new Bag
|
return new Bag
|
||||||
{
|
{
|
||||||
Apps = AppConfig(),
|
Apps = AppConfig(),
|
||||||
LatestVersion = "0.9",
|
LatestVersion = "1.0",
|
||||||
Notice = ""
|
Notice = ""
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -85,6 +85,7 @@
|
||||||
<None Include="Data\0.7\patch.json" />
|
<None Include="Data\0.7\patch.json" />
|
||||||
<None Include="Data\0.8\patch.json" />
|
<None Include="Data\0.8\patch.json" />
|
||||||
<None Include="Data\0.9\patch.json" />
|
<None Include="Data\0.9\patch.json" />
|
||||||
|
<None Include="Data\1.0\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>
|
||||||
|
|
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("huiyadanli")]
|
[assembly: AssemblyCompany("huiyadanli")]
|
||||||
[assembly: AssemblyProduct("RevokeMsgPatcher")]
|
[assembly: AssemblyProduct("RevokeMsgPatcher")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2019-2020")]
|
[assembly: AssemblyCopyright("Copyright © 2019-2021")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||||
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
||||||
// 方法是按如下所示使用“*”: :
|
// 方法是按如下所示使用“*”: :
|
||||||
//[assembly: AssemblyVersion("1.0.*")]
|
//[assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.9")]
|
[assembly: AssemblyVersion("1.0")]
|
||||||
[assembly: AssemblyFileVersion("0.9")]
|
[assembly: AssemblyFileVersion("1.0")]
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -23,9 +23,9 @@ namespace RevokeMsgPatcher.Utils
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private static readonly string[] urls = new string[]
|
private static readonly string[] urls = new string[]
|
||||||
{
|
{
|
||||||
"https://gitee.com/huiyadanli/RevokeMsgPatcher/raw/master/RevokeMsgPatcher.Assistant/Data/0.9/patch.json",
|
"https://gitee.com/huiyadanli/RevokeMsgPatcher/raw/master/RevokeMsgPatcher.Assistant/Data/1.0/patch.json",
|
||||||
"https://huiyadanli.coding.net/p/RevokeMsgPatcher/d/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/0.9/patch.json",
|
"https://huiyadanli.coding.net/p/RevokeMsgPatcher/d/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/1.0/patch.json",
|
||||||
"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/0.9/patch.json"
|
"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/1.0/patch.json"
|
||||||
};
|
};
|
||||||
|
|
||||||
private static int i = 0;
|
private static int i = 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user