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 9d5f267 commit 9044594Copy full SHA for 9044594
Installer/Installer.cs
@@ -12,7 +12,7 @@
12
const string projectName = "RevitPythonShell";
13
const string outputName = "RevitPythonShell";
14
const string outputDir = "output";
15
-const string version = "2.1.0";
+const string version = "2.2.0";
16
17
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
18
var project = new Project
@@ -67,4 +67,4 @@ WixEntity[] GenerateWixEntities()
67
}
68
69
return versionStorages.Select(storage => new Dir(storage.Key, storage.Value.ToArray())).Cast<WixEntity>().ToArray();
70
-}
+}
0 commit comments