Compare commits

...

2 Commits

Author SHA1 Message Date
e85363d35d Monitor: Version 1.6.2.0 2023-04-11 12:57:03 +02:00
f19faeee75 ToUpper 2023-04-11 12:56:14 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ Public Class SearchLoader
End Function
Private Function GetDataType(pTypeString As String) As DataTypeEnum
Select Case pTypeString
Select Case pTypeString.ToUpper
Case "BIT"
Return DataTypeEnum.Boolean
Case "VARCHAR"

View File

@@ -11,7 +11,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyCompany("Digital Data")>
<Assembly: AssemblyProduct("Monitor")>
<Assembly: AssemblyCopyright("Copyright © 2023")>
<Assembly: AssemblyTrademark("1.6.0.1")>
<Assembly: AssemblyTrademark("1.6.2.0")>
<Assembly: AssemblyCulture("")>
' Setting ComVisible to false makes the types in this assembly not visible
@@ -32,5 +32,5 @@ Imports System.Runtime.InteropServices
' 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("1.6.0.1")>
<Assembly: AssemblyVersion("1.6.2.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>