Skip to content

Commit

Permalink
Version number correction
Browse files Browse the repository at this point in the history
  • Loading branch information
EWSoftware committed Oct 15, 2022
1 parent bb01976 commit 29c9ce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -90,7 +90,7 @@ internal static partial class AssemblyInfo
//
// This is used to set the assembly file version. This will change with each new release. MSIs only
// support a Major value between 0 and 255 so we drop the century from the year on this one.
public const string FileVersion = "22.10.15.01";
public const string FileVersion = "22.10.15.0";

// Common product version
//
Expand Down
Expand Up @@ -30,8 +30,8 @@ for it to work correctly and must be installed first.</Paragraph>
<Paragraph Margin="20" Padding="10" Background="#FFFFCC" BorderThickness="1" BorderBrush="Black">
<Bold>IMPORTANT:</Bold> Use of the standalone GUI requires installation of the
<Hyperlink NavigateUri="https://visualstudio.microsoft.com/vs/older-downloads/">Build Tools for Visual Studio
2017 or 2019</Hyperlink>. If you will only use Visual Studio 2017 or 2019, the separate build tools are not
required.</Paragraph>
2017 or later</Hyperlink>. If you will only use Visual Studio 2017 or later, the installing the build tools
separately is not required.</Paragraph>

<Paragraph >See the topics in the <Bold>Getting Started</Bold> section of the Sandcastle Help File
Builder help file for information on additional tools that you may find useful and how to create your first
Expand Down

0 comments on commit 29c9ce2

Please sign in to comment.