File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
shadowsocks-csharp/Controller/Service Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ 2.5.7 2015-09-19
2+ - Fix repeated IV.
3+
142.5.6 2015-08-19
25- Add portable mode. Create shadowsocks_portable_mode.txt to use it
36- Support server reorder
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ Visual Studio 2015 is required.
7575GPLv3
7676
7777
78- [ Appveyor ] : https://ci.appveyor.com/project/clowwindy /shadowsocks-csharp
79- [ Build Status ] : https://ci.appveyor.com/api/projects/status/gknc8l1lxy423ehv /branch/master
78+ [ Appveyor ] : https://ci.appveyor.com/project/icylogic /shadowsocks-windows-l9mwe
79+ [ Build Status ] : https://ci.appveyor.com/api/projects/status/ytllr9yjkbpc2tu2 /branch/master
8080[ latest release ] : https://github.com/shadowsocks/shadowsocks-csharp/releases
8181[ GFWList ] : https://github.com/gfwlist/gfwlist
8282[ Servers ] : https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients#linux--server-side
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class UpdateChecker
1818 public string LatestVersionURL ;
1919 public event EventHandler NewVersionFound ;
2020
21- public const string Version = "2.5.6 " ;
21+ public const string Version = "2.5.7 " ;
2222
2323 public void CheckUpdate ( Configuration config )
2424 {
You can’t perform that action at this time.
0 commit comments