We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a75ec commit 6e61ecfCopy full SHA for 6e61ecf
1 file changed
Installer/Installer.cs
@@ -14,7 +14,7 @@
14
const string projectName = "RevitAddinManager";
15
const string outputName = "RevitAddinManager";
16
const string outputDir = "output";
17
-const string version = "1.6.2";
+const string version = "1.6.3";
18
19
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
20
var project = new Project
0 commit comments