Skip to content

Commit

Permalink
Version bump to 2.0.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
xforever1313 committed May 31, 2021
1 parent efece50 commit 8c98b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Install/WiX/SshRunAs.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ xmlns:wix="http://schemas.microsoft.com/wix/2006/wi">
<xsl:output method="xml" version="1.0" encoding="utf-8" indent="yes"/>

<xsl:template match="wix:Product/@Version">
<xsl:attribute name="Version">1.3.0</xsl:attribute>
<xsl:attribute name="Version">2.0.0</xsl:attribute>
</xsl:template>

<xsl:template match="wix:Product/@Manufacturer">
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FilePath msiShaFile = File( msiPath.ToString() + ".sha256" );

// This is the version of this software,
// update before making a new release.
const string version = "1.3.0";
const string version = "2.0.0";

DotNetCoreMSBuildSettings msBuildSettings = new DotNetCoreMSBuildSettings();

Expand Down

0 comments on commit 8c98b63

Please sign in to comment.