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 4143c0c commit b8f143cCopy full SHA for b8f143c
CompHoundInv/AssemblyInfo.cs
@@ -8,7 +8,7 @@
8
// associated with an assembly.
9
//
10
[assembly: AssemblyTitle("CompHoundInv")]
11
-[assembly: AssemblyDescription("CompHoundInv")]
+[assembly: AssemblyDescription("CompHound Inventor add-in")]
12
[assembly: AssemblyConfiguration("")]
13
[assembly: AssemblyCompany("Autodesk, Inc.")]
14
[assembly: AssemblyProduct("Autodesk Inventor")]
@@ -30,7 +30,7 @@
30
// You can specify all the values or you can default the Revision and Build Numbers
31
// by using the '*' as shown below:
32
33
-[assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("2016.0.0.0")]
34
35
36
// In order to sign your assembly you must specify a key to use. Refer to the
0 commit comments