Fixed regression for GetDomainsPaged
This commit is contained in:
parent
802df01f96
commit
31a985de69
4 changed files with 11 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
'------------------------------------------------------------------------------
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.269
|
||||
|
@ -13,12 +13,11 @@ Option Explicit On
|
|||
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
Imports System.Resources
|
||||
Imports System.Runtime.CompilerServices
|
||||
Imports System.Runtime.InteropServices
|
||||
<Assembly: AssemblyCompany("Outercurve Foundation"), _
|
||||
Assembly: AssemblyCopyright("Copyright © 2012 Outercurve Foundation."), _
|
||||
Assembly: AssemblyVersion("1.2.2"), _
|
||||
Assembly: AssemblyFileVersion("1.2.2"), _
|
||||
Assembly: AssemblyInformationalVersion("1.2.2")>
|
||||
Assembly: AssemblyVersion("1.2.2.1"), _
|
||||
Assembly: AssemblyFileVersion("1.2.2.1"), _
|
||||
Assembly: AssemblyInformationalVersion("1.2.2.1")>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue