Added ShareX Greenlight URL

This commit is contained in:
Jaex 2015-08-01 23:32:16 +03:00
parent 0e70f68005
commit fc33955ed6
5 changed files with 10 additions and 8 deletions

View file

@ -69,8 +69,8 @@
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="AWSSDK, Version=2.3.48.0, Culture=neutral, PublicKeyToken=9f476d3089b52be3, processorArchitecture=MSIL">
<HintPath>..\packages\AWSSDK.2.3.48.0\lib\net35\AWSSDK.dll</HintPath>
<Reference Include="AWSSDK, Version=2.3.50.0, Culture=neutral, PublicKeyToken=9f476d3089b52be3, processorArchitecture=MSIL">
<HintPath>..\packages\AWSSDK.2.3.50.0\lib\net35\AWSSDK.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="crypto">

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AWSSDK" version="2.3.48.0" targetFramework="net4" />
<package id="AWSSDK" version="2.3.50.0" targetFramework="net4" />
<package id="MegaApiClient" version="1.1.1" targetFramework="net4" />
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net4" />
<package id="Portable.BouncyCastle" version="1.7.0.2" targetFramework="net4" />

View file

@ -67,7 +67,7 @@ public AboutForm()
{1}:
Turkish: https://github.com/muratmoon
Turkish: https://github.com/Jaex / https://github.com/muratmoon
German: https://github.com/Starbug2
French: https://github.com/nwies / https://github.com/Shadorc
Simplified Chinese: https://github.com/jiajiechan
@ -79,10 +79,10 @@ public AboutForm()
{2}:
Greenshot Image Editor: https://bitbucket.org/greenshot/greenshot
Json.NET: https://json.codeplex.com
Json.NET: https://github.com/JamesNK/Newtonsoft.Json
SSH.NET: https://sshnet.codeplex.com
Icons: http://p.yusukekamiyamane.com
ImageListView: https://code.google.com/p/imagelistview
ImageListView: https://github.com/oozcitak/imagelistview
FFmpeg: http://www.ffmpeg.org
FFmpeg Windows builds: http://ffmpeg.zeranoe.com/builds
7-Zip: http://www.7-zip.org
@ -91,6 +91,8 @@ public AboutForm()
QrCode.Net: https://qrcodenet.codeplex.com
System.Net.FtpClient: https://netftp.codeplex.com
ResX Resource Manager: https://resxresourcemanager.codeplex.com
AWSSDK: http://aws.amazon.com/sdk-for-net/
BouncyCastle-PCL: https://github.com/onovotny/BouncyCastle-PCL
Copyright © 2007-2015 ShareX Developers", Resources.AboutForm_AboutForm_Contributors, Resources.AboutForm_AboutForm_Translators, Resources.AboutForm_AboutForm_External_libraries);
}

View file

@ -1483,7 +1483,7 @@ private void btnGreenlightOpen_MouseClick(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
URLHelpers.OpenURL("");
URLHelpers.OpenURL("http://steamcommunity.com/sharedfiles/filedetails/?id=491692781");
btnGreenlightOpen.Text = "Thanks for considering voting :)\r\nYou can hide these buttons by pressing hide button on the right side:";
}
}

View file

@ -39,7 +39,7 @@ namespace ShareX
{
internal static class Program
{
public static bool IsBeta = true;
public static bool IsBeta = false;
public static string Title
{