File tree Expand file tree Collapse file tree 4 files changed +37
-5
lines changed Expand file tree Collapse file tree 4 files changed +37
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
+ <a name =" 1.1.0 " ></a >
3
+ ## [ 1.1.0] ( https://github.com/InventorCode/InventorShims/compare/v1.0.0...1.1.0 ) (2021-02-11)
4
+
5
+ ### Chore
6
+
7
+ * add nuspec
8
+ * add logo for nuget package
9
+ * Removed InventorShims-vs from builds
10
+ * renamed InventorShims-cs to InventorShims
11
+
12
+ ### Docs
13
+
14
+ * added initial changelog
15
+ * removed reference to pre-release state.
16
+ * Updated API docs link in readme
17
+ * Added samples to ParameterShim, added more to the class description.
18
+ * Added ParameterShim and PathShim samples.
19
+
20
+ ### Feat
21
+
22
+ * added git-chglog config
23
+ * ParameterIsWritable string signature added
24
+ * ParameterIsWritable now acts as an extension method
25
+
26
+ ### Style
27
+
28
+ * remove whitespace
29
+
30
+ ### Test
31
+
32
+ * Added ParameterIsWritable unit tests.
33
+
34
+
2
35
<a name =" v1.0.0 " ></a >
3
36
## [ v1.0.0] ( https://github.com/InventorCode/InventorShims/compare/v0.1.0...v1.0.0 ) (2021-01-17)
4
37
Original file line number Diff line number Diff line change 40
40
{9A4C4253-55EA-4218-9FE0-9E473562A096} .GetDocumentFromObject -tests| Any CPU .ActiveCfg = GetDocumentFromObject -tests| Any CPU
41
41
{9A4C4253-55EA-4218-9FE0-9E473562A096} .Release| Any CPU .ActiveCfg = Release| Any CPU
42
42
{E3FBC284-4903-491E-9665-DD34D1A0D5B0} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
43
- {E3FBC284-4903-491E-9665-DD34D1A0D5B0} .Debug| Any CPU .Build .0 = Debug| Any CPU
44
43
{E3FBC284-4903-491E-9665-DD34D1A0D5B0} .GetDocumentFromObject -tests| Any CPU .ActiveCfg = GetDocumentFromObject -tests| Any CPU
45
44
{E3FBC284-4903-491E-9665-DD34D1A0D5B0} .GetDocumentFromObject -tests| Any CPU .Build .0 = GetDocumentFromObject -tests| Any CPU
46
45
{E3FBC284-4903-491E-9665-DD34D1A0D5B0} .Release| Any CPU .ActiveCfg = Release| Any CPU
Original file line number Diff line number Diff line change 6
6
<title >InventorShims</title >
7
7
<authors >InventorCode</authors >
8
8
<owners >InventorCode</owners >
9
- <licenseUrl >https://raw.githubusercontent.com/InventorCode/InventorShims/master/LICENSE</ licenseUrl >
9
+ <license type = " expression " >MIT</ license >
10
10
<projectUrl >https://github.com/InventorCode/InventorShims</projectUrl >
11
11
<iconUrl >https://raw.githubusercontent.com/InventorCode/InventorShims/master/images/InventorCode-brackets-logo-64x64.png</iconUrl >
12
12
<requireLicenseAcceptance >false</requireLicenseAcceptance >
13
13
<description >A collection of extension APIs for Autodesk Inventor. </description >
14
- <releaseNotes >Summary of changes made in this release of the package .</releaseNotes >
14
+ <releaseNotes >Initial nuget package release.</releaseNotes >
15
15
<copyright >Copyright 2021</copyright >
16
16
<tags >Autodesk Inventor API</tags >
17
17
</metadata >
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "1.0 .0.0" ) ]
35
- [ assembly: AssemblyFileVersion ( "1.0 .0.0" ) ]
34
+ [ assembly: AssemblyVersion ( "1.1 .0.0" ) ]
35
+ [ assembly: AssemblyFileVersion ( "1.1 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments