Skip to content

Commit

Permalink
Fixes an issue where delta objects contained AttributeValue instead o…
Browse files Browse the repository at this point in the history
…f AttributeValueChange objects
  • Loading branch information
ryannewington committed Apr 22, 2021
1 parent 5176b25 commit d445fb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Lithnet.Miiserver.Client, Version=1.0.7780.15157, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Miiserver.Client.1.0.7780.15157\lib\net45\Lithnet.Miiserver.Client.dll</HintPath>
<Reference Include="Lithnet.Miiserver.Client, Version=1.0.7782.24069, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Miiserver.Client.1.0.7782.24069\lib\net45\Lithnet.Miiserver.Client.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<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">
<Name>LithnetMIISAutomation</Name>
<Version>1.0.7780.15190</Version>
<Version>1.0.7783.14363</Version>
<Description>Lithnet PowerShell Module for FIM Synchronization Service</Description>
<HasManifest>true</HasManifest>
<Provider/>
Expand Down
2 changes: 1 addition & 1 deletion src/Lithnet.Miiserver.Automation/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Lithnet.Miiserver.Client" version="1.0.7780.15157" targetFramework="net45" />
<package id="Lithnet.Miiserver.Client" version="1.0.7782.24069" targetFramework="net45" />
<package id="Newtonsoft.Json" version="11.0.1" targetFramework="net45" />
</packages>

0 comments on commit d445fb4

Please sign in to comment.