Skip to content

Commit

Permalink
Bumping SDA revision
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenmoussati committed Jun 7, 2022
1 parent 02c9586 commit ddf4a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/win/WixSharpInstaller/Symphony.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ static public void Main(string[] args)
// So we just extract that version string, create a Version object from it, and pass it to out project definition.
var version = System.Environment.GetEnvironmentVariable("SYMVER");
var versionReplacement = version.Replace("-", ".");
project.Version = new System.Version(version);
project.Version = new System.Version(versionReplacement);

// To get the correct behaviour with upgrading the product, the product GUID needs to be different for every build,
// but the UpgradeCode needs to stay the same. If we wanted to make a new major version and allow it to be installed
Expand Down

0 comments on commit ddf4a34

Please sign in to comment.