Skip to content

Commit

Permalink
uodate to 5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Soul Dark committed Jul 31, 2018
1 parent d5e5a62 commit 4fe5797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shadowsocks-csharp/Controller/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class UpdateChecker

public const string Name = "ShadowsocksR";
public const string Copyright = "Copyright © BreakWa11 2017. Fork from Shadowsocks by clowwindy";
public const string Version = "5.0.3";
public const string Version = "5.0.5";
#if !_CONSOLE
public const string NetVer = "4.0";
#else
Expand Down
3 changes: 1 addition & 2 deletions shadowsocks-csharp/View/MenuViewController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1037,8 +1037,7 @@ private void AboutItem_Click(object sender, EventArgs e)

private void DonateItem_Click(object sender, EventArgs e)
{

ShowBalloonTip(I18N.GetString("Donate"), I18N.GetString("Please contract to breakwa11 to get more infomation"), ToolTipIcon.Info, 10000);
Process.Start("https://github.com/SoDa-GitHub/shadowsocksrr-csharp/blob/master/donate.jpg?raw=true");
}

[DllImport("user32.dll")]
Expand Down

0 comments on commit 4fe5797

Please sign in to comment.