Changed the workflow to remove the copy to clipboard button and hid the URL text box.
Copied indicator has been added. Added Update button to the About form. Fix the spinny boy on the About page Removed the sound the played
This commit is contained in:
@@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
|
||||
<Assembly: AssemblyTitle("Shipping Tracker")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("TNT Tracking Link Creator")>
|
||||
<Assembly: AssemblyProduct("Shipping Tracker")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2025 Ben Nicholson")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
|
||||
' by using the '*' as shown below:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.5.3")>
|
||||
<Assembly: AssemblyFileVersion("1.0.5.3")>
|
||||
<Assembly: AssemblyVersion("1.0.6.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.6.0")>
|
||||
<Assembly: NeutralResourcesLanguage("en-AU")>
|
||||
|
||||
Reference in New Issue
Block a user