Skip to content

Commit

Permalink
Fixes issue #15
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Aug 8, 2017
1 parent cecfec3 commit b465705
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
<PropertyGroup>
<PostBuildEvent>"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\signtool.exe" sign /sha1 5ce168989b1359309dddee460c10e96fa60fa78b /t http://time.certum.pl /v $(TargetFileName)</PostBuildEvent>
<PostBuildEvent>"C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\signtool.exe" sign /sha1 5ce168989b1359309dddee460c10e96fa60fa78b /t http://time.certum.pl /v $(TargetFileName)</PostBuildEvent>
</PropertyGroup>
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Lithnet.Miiserver.Client, Version=1.0.6347.20856, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Miiserver.Client.1.0.6347.20856\lib\net45\Lithnet.Miiserver.Client.dll</HintPath>
<Private>True</Private>
<Reference Include="Lithnet.Miiserver.Client, Version=1.0.6429.34741, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Miiserver.Client.1.0.6429.34741\lib\net45\Lithnet.Miiserver.Client.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -151,7 +150,8 @@
$(PostBuildEventDependsOn);
PostBuildMacros;
</PostBuildEventDependsOn>
<PostBuildEvent>echo Assembly Version: @(VersionNumber)</PostBuildEvent>
<PostBuildEvent>"C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\signtool.exe" sign /sha1 5ce168989b1359309dddee460c10e96fa60fa78b /t http://time.certum.pl /v $(TargetFileName)
echo Assembly Version: @(VersionNumber)</PostBuildEvent>
</PropertyGroup>
<Target Name="AfterBuild">
<ReplaceFileText InputFilename="$(TargetDir)LithnetMiisAutomation.psd1" OutputFilename="$(TargetDir)LithnetMiisAutomation.psd1" MatchExpression="\$version\$" ReplacementText="@(VersionNumber)" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
<?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.6351.37891</Version>
<Version>1.0.6429.34787</Version>
<Description>Lithnet PowerShell Module for FIM Synchronization Service</Description>
<HasManifest>true</HasManifest>
<Provider>
<ProviderName>CodePlex</ProviderName>
<ProviderURL>https://www.codeplex.com/site/metaweblog</ProviderURL>
<Blog>
<blogid>lithnetmiisautomation</blogid>
<blogName>miisautomation</blogName>
<url>https://lithnetmiisautomation.codeplex.com/</url>
</Blog>
<UserName>ryannewington</UserName>
<Password>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA+nRfjshoE0WkN48Z5CdO/gAAAAACAAAAAAADZgAAwAAAABAAAAAtg87Y+pGSbuoikX/pqrzaAAAAAASAAACgAAAAEAAAAGsLErQgWnB2t8jIaUBvPVooAAAADTfb7M1PbKVs2OZLRn3lmdfX1OeA04Nw2A0Ww1AHOkF4LZrubzsAyhQAAADT8ZU8d8Smzu6Bv1zfU15toKEwfA==</Password>
<FetchPostCount>50</FetchPostCount>
</Provider>
<Provider/>
<OverridePostCount>false</OverridePostCount>
<FetchPostCount xsi:nil="true" />
<Cmdlets>
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,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Lithnet.Miiserver.Client" version="1.0.6347.20856" targetFramework="net45" />
<package id="Lithnet.Miiserver.Client" version="1.0.6429.34741" targetFramework="net45" />
</packages>

0 comments on commit b465705

Please sign in to comment.