Skip to content

Commit bf166ad

Browse files
committed
Fixes issue #4 reported by @Bob-Bradley where an MV query that returns a number of results over a certain limit causes an XmlException with the message 'There are multiple root elements' v
1 parent b0a5cfa commit bf166ad

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/Lithnet.Miiserver.Automation.Setup/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Product Id="*"
55
Name="Lithnet FIM/MIM Synchronization Service PowerShell Module"
66
Language="1033"
7-
Version="1.0.6059"
7+
Version="1.0.6065"
88
Manufacturer="Lithnet"
99
UpgradeCode="4F84B139-DDA7-4234-A698-934450462DB3">
1010
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Platform="x64" />

src/Lithnet.Miiserver.Automation/Lithnet.Miiserver.Automation.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<Prefer32Bit>false</Prefer32Bit>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Lithnet.Miiserver.Client, Version=1.0.6059.17812, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Lithnet.Miiserver.Client.1.0.6059.17812\lib\net45\Lithnet.Miiserver.Client.dll</HintPath>
38+
<Reference Include="Lithnet.Miiserver.Client, Version=1.0.6065.37042, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Lithnet.Miiserver.Client.1.0.6065.37042\lib\net45\Lithnet.Miiserver.Client.dll</HintPath>
4040
<Private>True</Private>
4141
</Reference>
4242
<Reference Include="System" />

src/Lithnet.Miiserver.Automation/LithnetMIISAutomation.Help.pshproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<ModuleObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" fVersion="1.1" type="Manifest" mclass="Module" useSupports="false">
33
<Name>LithnetMIISAutomation</Name>
4-
<Version>1.0.6005</Version>
4+
<Version>1.0.6065</Version>
55
<Description>Lithnet PowerShell Module for FIM Synchronization Service</Description>
66
<HasManifest>true</HasManifest>
77
<Provider>

src/Lithnet.Miiserver.Automation/LithnetMiisAutomation.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Version number of this module.
12-
ModuleVersion = '1.0.6034'
12+
ModuleVersion = '1.0.6065'
1313

1414
# ID used to uniquely identify this module
1515
GUID = '0b36101d-43c9-41c6-b9d2-7209623829a3'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Lithnet.Miiserver.Client" version="1.0.6059.17812" targetFramework="net45" />
3+
<package id="Lithnet.Miiserver.Client" version="1.0.6065.37042" targetFramework="net45" />
44
</packages>

0 commit comments

Comments
 (0)