Added DHL

This commit is contained in:
2025-09-06 09:47:08 +10:00
parent e145d6529c
commit 0c6ded6b61
15 changed files with 2630 additions and 131 deletions

View File

@@ -9,11 +9,11 @@ Imports System.Runtime.InteropServices
' Review the values of the assembly attributes
<Assembly: AssemblyTitle("TNT Tracking Link Creator")>
<Assembly: AssemblyTitle("Shipping Tracker")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("TNT Tracking Link Creator")>
<Assembly: AssemblyCopyright("Copyright © 2024 Ben Nicholson")>
<Assembly: AssemblyCopyright("Copyright © 2025 Ben Nicholson")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.0.0.1")>
<Assembly: AssemblyFileVersion("1.0.0.1")>
<Assembly: AssemblyVersion("1.0.5.3")>
<Assembly: AssemblyFileVersion("1.0.5.3")>
<Assembly: NeutralResourcesLanguage("en-AU")>