Skip to content

Commit

Permalink
Updated donate url
Browse files Browse the repository at this point in the history
  • Loading branch information
graham22 committed Nov 18, 2021
1 parent a7ce967 commit e97da17
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 21 deletions.
14 changes: 1 addition & 13 deletions CommonControls/BaseForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -734,19 +734,7 @@ void dataTab_OnApply(object sender, EventArgs e)

private void donate_Click(object sender, EventArgs e)
{
string url = "";

string business = "[email protected]";
string description = "Support%20ModbusTool%20development";
string currency = "USD";

url += "https://www.paypal.com/cgi-bin/webscr" +
"?cmd=" + "_donations" +
"&business=" + business +
"&item_name=" + description +
"&currency_code=" + currency +
"&source=url";

string url = "https://paypal.me/classicdiy?country.x=CA&locale.x=en_US";
System.Diagnostics.Process.Start(url);
}
}
Expand Down
4 changes: 2 additions & 2 deletions CommonControls/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions ModbusLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions ModbusMaster/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions ModbusSlave/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit e97da17

Please sign in to comment.