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 3211174 commit 02c9586
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions installer/win/WixSharpInstaller/Symphony.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ static public void Main(string[] args)
// The build script which calls the wix# builder, will be run from a command environment which has %SYMVER% set.
// 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);

// To get the correct behaviour with upgrading the product, the product GUID needs to be different for every build,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "symphony",
"productName": "Symphony",
"version": "17.0.0.1",
"version": "17.0.0-1",
"clientVersion": "2.0.1",
"buildNumber": "0",
"searchAPIVersion": "1.55.3",
Expand Down

0 comments on commit 02c9586

Please sign in to comment.