mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
bump version to 1.6.0
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Netch.Controllers
|
||||
public const string Copyright = @"Copyright © 2019 - 2020";
|
||||
|
||||
public const string AssemblyVersion = @"1.6.0";
|
||||
private const string Suffix = @"Beta1";
|
||||
private const string Suffix = @"";
|
||||
|
||||
public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";
|
||||
|
||||
|
||||
@@ -168,6 +168,7 @@
|
||||
"STUN Server Port": "STUN 服务器端口",
|
||||
"Custom ACL": "自定义 ACL 规则",
|
||||
"Language": "语言",
|
||||
"Tap Network Sharing": "Tap 网络共享",
|
||||
|
||||
"Profile": "配置名",
|
||||
"Profiles": "配置",
|
||||
|
||||
2
modes
2
modes
Submodule modes updated: 4767717e86...034c8583ad
Submodule translations updated: 06e77dc2b1...9ee3747784
Reference in New Issue
Block a user