Skip to content

Commit 8d4cfa8

Browse files
committed
chore: update nuget config, changelog, versions
1 parent df2cadc commit 8d4cfa8

File tree

4 files changed

+37
-5
lines changed

4 files changed

+37
-5
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
11

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+
235
<a name="v1.0.0"></a>
336
## [v1.0.0](https://github.com/InventorCode/InventorShims/compare/v0.1.0...v1.0.0) (2021-01-17)
437

InventorShims.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Global
4040
{9A4C4253-55EA-4218-9FE0-9E473562A096}.GetDocumentFromObject-tests|Any CPU.ActiveCfg = GetDocumentFromObject-tests|Any CPU
4141
{9A4C4253-55EA-4218-9FE0-9E473562A096}.Release|Any CPU.ActiveCfg = Release|Any CPU
4242
{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
4443
{E3FBC284-4903-491E-9665-DD34D1A0D5B0}.GetDocumentFromObject-tests|Any CPU.ActiveCfg = GetDocumentFromObject-tests|Any CPU
4544
{E3FBC284-4903-491E-9665-DD34D1A0D5B0}.GetDocumentFromObject-tests|Any CPU.Build.0 = GetDocumentFromObject-tests|Any CPU
4645
{E3FBC284-4903-491E-9665-DD34D1A0D5B0}.Release|Any CPU.ActiveCfg = Release|Any CPU

src/InventorShims/InventorShims.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<title>InventorShims</title>
77
<authors>InventorCode</authors>
88
<owners>InventorCode</owners>
9-
<licenseUrl>https://raw.githubusercontent.com/InventorCode/InventorShims/master/LICENSE</licenseUrl>
9+
<license type="expression">MIT</license>
1010
<projectUrl>https://github.com/InventorCode/InventorShims</projectUrl>
1111
<iconUrl>https://raw.githubusercontent.com/InventorCode/InventorShims/master/images/InventorCode-brackets-logo-64x64.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<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>
1515
<copyright>Copyright 2021</copyright>
1616
<tags>Autodesk Inventor API</tags>
1717
</metadata>

src/InventorShims/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [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")]

0 commit comments

Comments
 (0)