Skip to content

Commit e19b6f1

Browse files
committed
Update version info
1 parent 37988f8 commit e19b6f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ADODB.vb

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Imports System.Threading
1010
Imports System.Threading.Thread
1111
Imports System.Linq
1212

13+
''' <summary>
14+
''' Written By Brian Coverstone - July 2008<br />
15+
''' <br />
16+
''' ADODB Connections/Recordsets/Commands with both client and server side cursors.
17+
''' </summary>
1318
Public Module ADODB
1419
'replacement for built in UBound guaranteed to never throw an error
1520
Private Function UBound(ByVal obj As System.Array, Optional Rank As Integer = 1) As Integer

My Project/AssemblyInfo.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
1212
<Assembly: AssemblyDescription("")>
1313
<Assembly: AssemblyCompany("")>
1414
<Assembly: AssemblyProduct("ADODB.NET")>
15-
<Assembly: AssemblyCopyright("Copyright © 2020")>
15+
<Assembly: AssemblyCopyright("Written By Brian Coverstone - Copyright © 2008")>
1616
<Assembly: AssemblyTrademark("")>
1717

1818
<Assembly: ComVisible(False)>

0 commit comments

Comments
 (0)