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

Commit

Permalink
Update version number to SHFB 1.9.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Feb 16, 2014
1 parent d3ac2ab commit 4b72804
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions How to Build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Prerequisites
1. Microsoft Visual Studio 2012 (Professional, Premium or Ultimate).
http://msdn.microsoft.com/en-us/vstudio/default.aspx

2. Sandcastle Help File Builder (SHFB) Version 1.9.7
https://shfb.codeplex.com/releases/view/99462
2. Sandcastle Help File Builder (SHFB) Version 1.9.8
http://shfb.codeplex.com/releases/view/105809

Please make sure you install the following components:
- Sandcastle
Expand Down
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="1.9.6.0"
MaxVersion="1.9.7.0"/>
<FileSearch Name="SandcastleBuilderGUI.exe" MinVersion="1.9.7.0"
MaxVersion="1.9.8.0"/>
</DirectorySearch>
</Property>

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

<Condition Message="[ProductName] requires Sandcastle Help File Builder 1.9.7.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 1.9.8.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
4 changes: 2 additions & 2 deletions Source/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
[assembly: ComVisible(false)]
[assembly: NeutralResourcesLanguage("en-US")]

[assembly: AssemblyVersion("1.9.7.1")]
[assembly: AssemblyFileVersion("1.9.7.1")]
[assembly: AssemblyVersion("1.9.8.0")]
[assembly: AssemblyFileVersion("1.9.8.0")]

0 comments on commit 4b72804

Please sign in to comment.