Skip to content

Commit a78f311

Browse files
authored
Fixed Target Framework selection not working in Rider (#37)
* Fixed Target Framework selection not getting set in Rider #36 * Added 2026 as Inventor version option * Updated Inventor.InternalNames to 0.5.0
1 parent 04873ea commit a78f311

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.template.config/template.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
"identity": "BretLeasure.Inventor.AddinTemplate",
88
"shortName": "inventor-addin",
99
"default": "AutodeskInventorAddin",
10+
1011
"tags": {
1112
"language": "C#",
1213
"type": "project"
1314
},
1415
"sourceName": "Inventor.AddinTemplate",
1516
"symbols": {
16-
"framework": {
17+
"Target Framework": {
1718
"type": "parameter",
1819
"datatype": "choice",
1920
"description": "Select the target .NET framework",
@@ -32,7 +33,8 @@
3233
"choices": [
3334
{ "choice": "2023" },
3435
{ "choice": "2024" },
35-
{ "choice": "2025" }
36+
{ "choice": "2025" },
37+
{ "choice": "2026" }
3638
],
3739
"defaultValue": "2025",
3840
"replaces": "2025"

0 commit comments

Comments
 (0)