Skip to content

Commit a12ae96

Browse files
committed
Update CHANGES and bump version
Signed-off-by: Syrone Wong <[email protected]>
1 parent 0ca7d17 commit a12ae96

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.3.3 2016-10-10
2+
- Add timeout support for server and forward proxy,
3+
only integer is allowed
4+
- Use wininet API to setup system proxy
5+
- Upgrade to .NET Framework 4.6.2
6+
17
3.3.2 2016-10-03
28
- Add HTTP forward proxy support
39
- Bug fixes and improvements

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.2";
26+
public const string Version = "3.3.3";
2727

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

0 commit comments

Comments
 (0)