Added DHL
This commit is contained in:
@@ -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")>
|
||||
|
||||
Reference in New Issue
Block a user