diff --git a/CommonControls/BaseForm.cs b/CommonControls/BaseForm.cs index 3c08ce4..f07f440 100644 --- a/CommonControls/BaseForm.cs +++ b/CommonControls/BaseForm.cs @@ -734,19 +734,7 @@ void dataTab_OnApply(object sender, EventArgs e) private void donate_Click(object sender, EventArgs e) { - string url = ""; - - string business = "graham.a.ross@gmail.com"; - string description = "Support%20ModbusTool%20development"; - string currency = "USD"; - - url += "https://www.paypal.com/cgi-bin/webscr" + - "?cmd=" + "_donations" + - "&business=" + business + - "&item_name=" + description + - "¤cy_code=" + currency + - "&source=url"; - + string url = "https://paypal.me/classicdiy?country.x=CA&locale.x=en_US"; System.Diagnostics.Process.Start(url); } } diff --git a/CommonControls/Properties/AssemblyInfo.cs b/CommonControls/Properties/AssemblyInfo.cs index 32065d4..c8087df 100644 --- a/CommonControls/Properties/AssemblyInfo.cs +++ b/CommonControls/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.2.2")] -[assembly: AssemblyFileVersion("2.0.2.2")] +[assembly: AssemblyVersion("2.0.3.0")] +[assembly: AssemblyFileVersion("2.0.3.0")] diff --git a/ModbusLib/Properties/AssemblyInfo.cs b/ModbusLib/Properties/AssemblyInfo.cs index d23db35..955f59e 100644 --- a/ModbusLib/Properties/AssemblyInfo.cs +++ b/ModbusLib/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.2.2")] -[assembly: AssemblyFileVersion("2.0.2.2")] +[assembly: AssemblyVersion("2.0.3.0")] +[assembly: AssemblyFileVersion("2.0.3.0")] diff --git a/ModbusMaster/Properties/AssemblyInfo.cs b/ModbusMaster/Properties/AssemblyInfo.cs index 05f624e..c1a6e73 100644 --- a/ModbusMaster/Properties/AssemblyInfo.cs +++ b/ModbusMaster/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.2.2")] -[assembly: AssemblyFileVersion("2.0.2.2")] +[assembly: AssemblyVersion("2.0.3.0")] +[assembly: AssemblyFileVersion("2.0.3.0")] diff --git a/ModbusSlave/Properties/AssemblyInfo.cs b/ModbusSlave/Properties/AssemblyInfo.cs index 80d8745..3a9715c 100644 --- a/ModbusSlave/Properties/AssemblyInfo.cs +++ b/ModbusSlave/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.2.2")] -[assembly: AssemblyFileVersion("2.0.2.2")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.3.0")] +[assembly: AssemblyFileVersion("2.0.3.0")] \ No newline at end of file