We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d310e9f commit 2ea7313Copy full SHA for 2ea7313
Installer/Installer.cs
@@ -22,7 +22,7 @@
22
Platform = Platform.x64,
23
Description = "The RevitPythonShell adds an IronPython interpreter to Autodesk Revit and Vasari.",
24
UI = WUI.WixUI_InstallDir,
25
- Version = new Version(),
+ Version = new Version(version),
26
OutFileName = fileName.ToString(),
27
InstallScope = InstallScope.perUser,
28
MajorUpgrade = MajorUpgrade.Default,
0 commit comments