Skip to content

Commit 03247e5

Browse files
committed
Fixed choosing Target Framework not working and updated package description
1 parent e0cace0 commit 03247e5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.template.config/template.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"choice": "net48"
2626
}
2727
],
28-
"defaultValue": "net472"
28+
"defaultValue": "net472",
29+
"replaces": "net472"
2930
},
3031
"skipRestore": {
3132
"type": "parameter",
@@ -65,7 +66,7 @@
6566
"type": "parameter",
6667
"datatype": "text",
6768
"description": "project property decription cleanup",
68-
"replaces": "<Description>Templates to use when creating an application for Adatum Corporation.</Description>",
69+
"replaces": "<Description>Easy to use template for creating Autodesk Inventor Addins</Description>",
6970
"defaultValue": ""
7071
},
7172
"tags": {

Inventor.AddinTemplate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Title>Autodesk Inventor Addin</Title>
1010
<Authors>Bret Leasure</Authors>
1111
<Copyright>2024</Copyright>
12-
<Description>A template for creating an Autodesk Inventor Addin with buttons in the ribbon.</Description>
12+
<Description>Easy to use template for creating Autodesk Inventor Addins</Description>
1313
<PackageTags>Autodesk Inventor Addin Template CAD Plugin</PackageTags>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)