Browse Source

bump

tags/2.3
clowwindy 9 years ago
parent
commit
25b8ef7166
5 changed files with 8 additions and 4 deletions
  1. +4
    -0
      CHANGES
  2. +1
    -1
      LICENSE.txt
  3. +1
    -1
      shadowsocks-csharp/Controller/UpdateChecker.cs
  4. +1
    -1
      shadowsocks-csharp/Properties/AssemblyInfo.cs
  5. +1
    -1
      test/Properties/AssemblyInfo.cs

+ 4
- 0
CHANGES View File

@@ -1,3 +1,7 @@
2.1.6 2015-01-02
- Fix OPTIONS requests
- Improve logs

2.1.5 2014-12-25
- Fix QR Code compatibility with iOS
- Only left button will trigger double click on tray icon


+ 1
- 1
LICENSE.txt View File

@@ -1,7 +1,7 @@
shadowsocks-csharp
==================
Copyright (C) 2014 clowwindy <clowwindy42@gmail.com>
Copyright (C) 2015 clowwindy <clowwindy42@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


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

@@ -17,7 +17,7 @@ namespace Shadowsocks.Controller
public string LatestVersionURL;
public event EventHandler NewVersionFound;
public const string Version = "2.1.5";
public const string Version = "2.1.6";
public void CheckUpdate()
{


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

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


+ 1
- 1
test/Properties/AssemblyInfo.cs View File

@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("test")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]


Loading…
Cancel
Save