Skip to content

Commit

Permalink
Update AssemblyInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Aug 8, 2020
1 parent 57299cf commit 478521d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2rayN/v2rayN/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// 方法是按如下所示使用“*”:
//[assembly: AssemblyVersion("1.0.*")]
//[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("3.20")]
[assembly: AssemblyFileVersion("3.21")]

5 comments on commit 478521d

@RPRX
Copy link
Contributor

@RPRX RPRX commented on 478521d Aug 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看了下 3.21,有两个小问题:

  1. 客户端是 encryption,UI 写的是 decryption,需要修改且对齐一下(生成的配置文件中是 encryption,没有问题)
  2. 生成的配置文件中有 "alterId": 0"security": "auto",这两项需要去掉以免误会

再次感谢适配!

@2dust
Copy link
Owner Author

@2dust 2dust commented on 478521d Aug 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看了下 3.21,有两个小问题:

  1. 客户端是 encryption,UI 写的是 decryption,需要修改且对齐一下(生成的配置文件中是 encryption,没有问题)
  2. 生成的配置文件中有 "alterId": 0"security": "auto",这两项需要去掉以免误会

再次感谢适配!
1.N有导出服务端配置功能,所以有decryption属性
2.因为使用的是实体转json方式,所以有些无用的属性也会保留在config中,不影响使用。

@RPRX
Copy link
Contributor

@RPRX RPRX commented on 478521d Aug 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(对齐问题,把“加密方式”的表述改成“加密”两个字应该就可以了

@2dust
Copy link
Owner Author

@2dust 2dust commented on 478521d Aug 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UI对齐问题不大,因为英文界面就基本不对齐了

@RPRX
Copy link
Contributor

@RPRX RPRX commented on 478521d Aug 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

现在应该只需要一个小改动了,就是“加密方式(decryption)”改为“加密(encryption)”,右边的输入框可以回到正常位置

Please sign in to comment.