Skip to content

Commit e3ba6bd

Browse files
committed
[v] 1.2
1 parent d8b9c65 commit e3ba6bd

8 files changed

Lines changed: 11 additions & 9 deletions

File tree

RevokeMsgPatcher.Assistant/Data/1.0/patch.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

RevokeMsgPatcher.Assistant/Data/1.1/patch.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

RevokeMsgPatcher.Assistant/Data/1.2/patch.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

RevokeMsgPatcher.Assistant/JsonData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public Bag Bag()
1616
return new Bag
1717
{
1818
Apps = AppConfig(),
19-
LatestVersion = "1.1",
19+
LatestVersion = "1.2",
2020
Notice = ""
2121
};
2222
}

RevokeMsgPatcher.Assistant/RevokeMsgPatcher.Assistant.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<None Include="Data\0.9\patch.json" />
8888
<None Include="Data\1.0\patch.json" />
8989
<None Include="Data\1.1\patch.json" />
90+
<None Include="Data\1.2\patch.json" />
9091
<None Include="Properties\Settings.settings">
9192
<Generator>SettingsSingleFileGenerator</Generator>
9293
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

RevokeMsgPatcher/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
3333
// 方法是按如下所示使用“*”: :
3434
//[assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1")]
36-
[assembly: AssemblyFileVersion("1.1")]
35+
[assembly: AssemblyVersion("1.2")]
36+
[assembly: AssemblyFileVersion("1.2")]

RevokeMsgPatcher/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

RevokeMsgPatcher/Utils/HttpUtil.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ static HttpUtil()
2323
/// </summary>
2424
private static readonly string[] urls = new string[]
2525
{
26-
"https://gitee.com/huiyadanli/RevokeMsgPatcher/raw/master/RevokeMsgPatcher.Assistant/Data/1.1/patch.json",
27-
"https://huiyadanli.coding.net/p/RevokeMsgPatcher/d/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/1.1/patch.json",
28-
"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/1.1/patch.json"
26+
"https://gitee.com/huiyadanli/RevokeMsgPatcher/raw/master/RevokeMsgPatcher.Assistant/Data/1.2/patch.json",
27+
"https://huiyadanli.coding.net/p/RevokeMsgPatcher/d/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/1.2/patch.json",
28+
"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/1.2/patch.json"
2929
};
3030

3131
private static int i = 0;

0 commit comments

Comments
 (0)