Browse Source

bump up version

tags/3.2
kimw 8 years ago
parent
commit
13e125d364
3 changed files with 5 additions and 2 deletions
  1. +3
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs
  3. +1
    -1
      shadowsocks-csharp/Properties/AssemblyInfo.cs

+ 3
- 0
CHANGES View File

@@ -1,3 +1,6 @@
3.1 2016-05-01
- Disable StatisticsStrategy by default

3.0 2016-03-02 3.0 2016-03-02
- Update Privoxy to 3.0.24 - Update Privoxy to 3.0.24
- Replace Choose by Total Packet Loss with Choose by Statistics - Replace Choose by Total Packet Loss with Choose by Statistics


+ 1
- 1
shadowsocks-csharp/Controller/Service/UpdateChecker.cs View File

@@ -23,7 +23,7 @@ namespace Shadowsocks.Controller
public string LatestVersionLocalName; public string LatestVersionLocalName;
public event EventHandler CheckUpdateCompleted; public event EventHandler CheckUpdateCompleted;
public const string Version = "3.0";
public const string Version = "3.1";
private class CheckUpdateTimer : System.Timers.Timer private class CheckUpdateTimer : System.Timers.Timer
{ {


+ 1
- 1
shadowsocks-csharp/Properties/AssemblyInfo.cs View File

@@ -11,7 +11,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Shadowsocks")] [assembly: AssemblyProduct("Shadowsocks")]
[assembly: AssemblyCopyright("Copyright © clowwindy 2015")]
[assembly: AssemblyCopyright("clowwindy and community 2016")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]


Loading…
Cancel
Save