Skip to content

Commit e912af8

Browse files
committed
Updates client library package to resolve issue #27
1 parent 7dee3f1 commit e912af8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 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.6960.34214, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Lithnet.Miiserver.Client.1.0.6960.34214\lib\net45\Lithnet.Miiserver.Client.dll</HintPath>
38+
<Reference Include="Lithnet.Miiserver.Client, Version=1.0.7536.38037, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Lithnet.Miiserver.Client.1.0.7536.38037\lib\net45\Lithnet.Miiserver.Client.dll</HintPath>
4040
</Reference>
4141
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4242
<HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
@@ -155,7 +155,7 @@
155155
</PostBuildEventDependsOn>
156156
<PostBuildEvent>"C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\signtool.exe" sign /sha1 "$(CSCERTTHUMBPRINT)" /t http://timestamp.digicert.com /fd sha256 /v "$(TargetFileName)"
157157

158-
"C:\Program Files\Debugging Tools for Windows (x64)\symstore" add /f "$(TargetDir)*.pdb" /s \\localhost\symbols /t "$(ProjectName)" /v "@(VersionNumber)"
158+
"C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\symstore" add /f "$(TargetDir)*.pdb" /s \\localhost\symbols /t "$(ProjectName)" /v "@(VersionNumber)"
159159

160160
echo Assembly Version: @(VersionNumber)</PostBuildEvent>
161161
</PropertyGroup>

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.6960.34402</Version>
4+
<Version>1.0.7536.38079</Version>
55
<Description>Lithnet PowerShell Module for FIM Synchronization Service</Description>
66
<HasManifest>true</HasManifest>
77
<Provider/>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Lithnet.Miiserver.Client" version="1.0.6960.34214" targetFramework="net45" />
3+
<package id="Lithnet.Miiserver.Client" version="1.0.7536.38037" targetFramework="net45" />
44
<package id="Newtonsoft.Json" version="11.0.1" targetFramework="net45" />
55
</packages>

0 commit comments

Comments
 (0)