Skip to content

Commit e97da17

Browse files
committed
Updated donate url
1 parent a7ce967 commit e97da17

File tree

5 files changed

+9
-21
lines changed

5 files changed

+9
-21
lines changed

CommonControls/BaseForm.cs

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -734,19 +734,7 @@ void dataTab_OnApply(object sender, EventArgs e)
734734

735735
private void donate_Click(object sender, EventArgs e)
736736
{
737-
string url = "";
738-
739-
string business = "[email protected]";
740-
string description = "Support%20ModbusTool%20development";
741-
string currency = "USD";
742-
743-
url += "https://www.paypal.com/cgi-bin/webscr" +
744-
"?cmd=" + "_donations" +
745-
"&business=" + business +
746-
"&item_name=" + description +
747-
"&currency_code=" + currency +
748-
"&source=url";
749-
737+
string url = "https://paypal.me/classicdiy?country.x=CA&locale.x=en_US";
750738
System.Diagnostics.Process.Start(url);
751739
}
752740
}

CommonControls/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.2.2")]
36-
[assembly: AssemblyFileVersion("2.0.2.2")]
35+
[assembly: AssemblyVersion("2.0.3.0")]
36+
[assembly: AssemblyFileVersion("2.0.3.0")]

ModbusLib/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.2.2")]
36-
[assembly: AssemblyFileVersion("2.0.2.2")]
35+
[assembly: AssemblyVersion("2.0.3.0")]
36+
[assembly: AssemblyFileVersion("2.0.3.0")]

ModbusMaster/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.2.2")]
36-
[assembly: AssemblyFileVersion("2.0.2.2")]
35+
[assembly: AssemblyVersion("2.0.3.0")]
36+
[assembly: AssemblyFileVersion("2.0.3.0")]

ModbusSlave/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.2.2")]
36-
[assembly: AssemblyFileVersion("2.0.2.2")]
35+
[assembly: AssemblyVersion("2.0.3.0")]
36+
[assembly: AssemblyFileVersion("2.0.3.0")]

0 commit comments

Comments
 (0)