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 04873ea commit a78f311Copy full SHA for a78f311
.template.config/template.json
@@ -7,13 +7,14 @@
7
"identity": "BretLeasure.Inventor.AddinTemplate",
8
"shortName": "inventor-addin",
9
"default": "AutodeskInventorAddin",
10
+
11
"tags": {
12
"language": "C#",
13
"type": "project"
14
},
15
"sourceName": "Inventor.AddinTemplate",
16
"symbols": {
- "framework": {
17
+ "Target Framework": {
18
"type": "parameter",
19
"datatype": "choice",
20
"description": "Select the target .NET framework",
@@ -32,7 +33,8 @@
32
33
"choices": [
34
{ "choice": "2023" },
35
{ "choice": "2024" },
- { "choice": "2025" }
36
+ { "choice": "2025" },
37
+ { "choice": "2026" }
38
],
39
"defaultValue": "2025",
40
"replaces": "2025"
0 commit comments