Skip to content

Commit

Permalink
[v] 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyadanli committed Jan 22, 2022
1 parent d8b9c65 commit e3ba6bd
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion RevokeMsgPatcher.Assistant/Data/1.0/patch.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion RevokeMsgPatcher.Assistant/Data/1.1/patch.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions RevokeMsgPatcher.Assistant/Data/1.2/patch.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion RevokeMsgPatcher.Assistant/JsonData.cs
Expand Up @@ -16,7 +16,7 @@ public Bag Bag()
return new Bag
{
Apps = AppConfig(),
LatestVersion = "1.1",
LatestVersion = "1.2",
Notice = ""
};
}
Expand Down
Expand Up @@ -87,6 +87,7 @@
<None Include="Data\0.9\patch.json" />
<None Include="Data\1.0\patch.json" />
<None Include="Data\1.1\patch.json" />
<None Include="Data\1.2\patch.json" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
4 changes: 2 additions & 2 deletions RevokeMsgPatcher/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
//[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1")]
[assembly: AssemblyFileVersion("1.1")]
[assembly: AssemblyVersion("1.2")]
[assembly: AssemblyFileVersion("1.2")]
2 changes: 1 addition & 1 deletion RevokeMsgPatcher/Properties/Resources.resx

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions RevokeMsgPatcher/Utils/HttpUtil.cs
Expand Up @@ -23,9 +23,9 @@ static HttpUtil()
/// </summary>
private static readonly string[] urls = new string[]
{
"https://gitee.com/huiyadanli/RevokeMsgPatcher/raw/master/RevokeMsgPatcher.Assistant/Data/1.1/patch.json",
"https://huiyadanli.coding.net/p/RevokeMsgPatcher/d/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/1.1/patch.json",
"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/1.1/patch.json"
"https://gitee.com/huiyadanli/RevokeMsgPatcher/raw/master/RevokeMsgPatcher.Assistant/Data/1.2/patch.json",
"https://huiyadanli.coding.net/p/RevokeMsgPatcher/d/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/1.2/patch.json",
"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/1.2/patch.json"
};

private static int i = 0;
Expand Down

0 comments on commit e3ba6bd

Please sign in to comment.