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 94887b8 commit c08894fCopy full SHA for c08894f
Installer/Installer.cs
@@ -12,7 +12,7 @@
12
const string projectName = "CADPythonShell";
13
const string outputName = "CADPythonShell";
14
const string outputDir = "output";
15
-const string version = "1.0.1";
+const string version = "1.0.2";
16
17
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
18
var project = new Project
0 commit comments