Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Make plug-in compatible with SHFB 2014.11.22.0
Browse files Browse the repository at this point in the history
This fixes #6.
  • Loading branch information
terrajobst committed Dec 22, 2014
1 parent c9d8b8e commit db02c00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<Property Id="SHFB_EXISTS" Secure="yes">
<DirectorySearch Id="ShfbRootSearch" Path="[%SHFBROOT]">
<!-- We must set the minimum version number one lower than the actual file we are looking for. -->
<FileSearch Name="SandcastleBuilderGUI.exe" MinVersion="14.5.30.0"
MaxVersion="14.5.31.0"/>
<FileSearch Name="SandcastleBuilderGUI.exe" MinVersion="14.11.21.0"
MaxVersion="14.11.22.0"/>
</DirectorySearch>
</Property>

Expand All @@ -40,7 +40,7 @@
Privileged
</Condition>

<Condition Message="[ProductName] requires Sandcastle Help File Builder 2014.5.31.0. If you just installed it, please reboot in order to ensure required environment variables can be accessed.&#13;&#10;&#13;&#10;You can download it from http://shfb.codeplex.com/.">
<Condition Message="[ProductName] requires Sandcastle Help File Builder 2014.11.22.0. If you just installed it, please reboot in order to ensure required environment variables can be accessed.&#13;&#10;&#13;&#10;You can download it from http://shfb.codeplex.com/.">
Installed OR SHFB_EXISTS
</Condition>

Expand Down
2 changes: 1 addition & 1 deletion src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

internal static class XsdDocMetadata
{
public const string Version = "14.5.31.0";
public const string Version = "14.11.22.0";
public const string Copyright = "Copyright © 2009-2014 Immo Landwerth";
}

0 comments on commit db02c00

Please sign in to comment.