Skip to content

Commit 7dee3f1

Browse files
committed
Fixes an issue where async methods to execute a run profile ran synchronously
Moves module to program files folder Fixes path to help file
1 parent 8a93e97 commit 7dee3f1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<Component Id="cmpd4773acad00f467cb4af8945581416af" Guid="*" Win64="yes">
1515
<File Id="fil52320e2b2969470aa55363dd67a5132e" KeyPath="yes" Source="$(var.Lithnet.Miiserver.Automation.TargetDir)LithnetMiisAutomation.psd1" />
1616
</Component>
17+
</DirectoryRef>
18+
<DirectoryRef Id="ENUSHELPFOLDER">
1719
<Component Id="cmp3413b4846e9347299068f6aac2f65a4d" Guid="*" Win64="yes">
1820
<File Id="fil1d55997b2c9b4248b2defbd3002eb0d0" KeyPath="yes" Source="$(var.Lithnet.Miiserver.Automation.TargetDir)en-us\Lithnet.Miiserver.Automation.dll-help.xml" />
1921
</Component>

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,13 @@
5252

5353
<Fragment>
5454
<Directory Id="TARGETDIR" Name="SourceDir">
55-
<Directory Id="System64Folder">
55+
<Directory Id="ProgramFiles64Folder">
5656
<Directory Id="PSROOT" Name="WindowsPowerShell">
57-
<Directory Id="PSV1ROOT" Name ="v1.0">
5857
<Directory Id ="PSMODULESROOT" Name="Modules">
5958
<Directory Id="APPLICATIONFOLDER" Name="LithnetMiisAutomation">
6059
<Directory Id="ENUSHELPFOLDER" Name="en-us"/>
6160
</Directory>
6261
</Directory>
63-
</Directory>
6462
</Directory>
6563
</Directory>
6664
</Directory>

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.6954.35963, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Lithnet.Miiserver.Client.1.0.6954.35963\lib\net45\Lithnet.Miiserver.Client.dll</HintPath>
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>
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>

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.6954.36015</Version>
4+
<Version>1.0.6960.34402</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.6954.35963" targetFramework="net45" />
3+
<package id="Lithnet.Miiserver.Client" version="1.0.6960.34214" targetFramework="net45" />
44
<package id="Newtonsoft.Json" version="11.0.1" targetFramework="net45" />
55
</packages>

0 commit comments

Comments
 (0)