Skip to content

Commit

Permalink
v1.6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Oct 23, 2021
1 parent 2bcfc15 commit 4ef907b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
boxAppend: box
v2rayCorePkgName: 'v2ray-windows-64.zip'
scriptPkgName: 'scripts-v1.0.4'
v2rayCoreVer: 'v4.42.2'
v2rayCoreVer: 'v4.43.0'
# https://github.com/v2ray/v2ray-core/releases/download/v4.20.0/v2ray-windows-32.zip
# https://github.com/XTLS/Xray-core/releases/download/v1.4.0/Xray-windows-64.zip
v2rayCoreUrl: 'https://github.com/v2fly/v2ray-core/releases/download'
Expand Down
11 changes: 6 additions & 5 deletions V2RayGCon/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.0.3")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

/*
/*
* -------------------------------------------------------------
* v1.6.0.3 Merge elements with same tag in in(out)bound(Detour) of global import.
* v1.6.0.2 Add failover.lua to scripts package.
* v1.6.0.1 Prepare for TLS13.
* Add htmlparser.lua to Luna plug-in.
* v1.6.0.2 Add failover.lua to scripts package.
* v1.6.0.1 Prepare for TLS13.
* Add htmlparser.lua to Luna plug-in.
* Update reader.lua and writer.lua in Luna plug-in.
* -------------------------------------------------------------
* v1.5.9.10 Add 3 invisible tags for coreState in Luna plug-in.
Expand Down

0 comments on commit 4ef907b

Please sign in to comment.