Skip to content

Commit 24db643

Browse files
committed
Update CHANGES and bump version
1 parent c908caa commit 24db643

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.3.5 2016-11-7
2+
- Improve system power mode handling
3+
- Update mbed TLS to 2.4.0
4+
- Check .NET Framework version on startup
5+
16
3.3.4 2016-10-21
27
- Fix IE dial-up and VPN connection proxy settings
38
not changed since release 3.3.3.

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class UpdateChecker
2323
public string LatestVersionLocalName;
2424
public event EventHandler CheckUpdateCompleted;
2525

26-
public const string Version = "3.3.4";
26+
public const string Version = "3.3.5";
2727

2828
private class CheckUpdateTimer : System.Timers.Timer
2929
{

0 commit comments

Comments
 (0)