Skip to content

Commit 2ea7313

Browse files
committed
Update Installer.cs
1 parent d310e9f commit 2ea7313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Platform = Platform.x64,
2323
Description = "The RevitPythonShell adds an IronPython interpreter to Autodesk Revit and Vasari.",
2424
UI = WUI.WixUI_InstallDir,
25-
Version = new Version(),
25+
Version = new Version(version),
2626
OutFileName = fileName.ToString(),
2727
InstallScope = InstallScope.perUser,
2828
MajorUpgrade = MajorUpgrade.Default,

0 commit comments

Comments
 (0)