Skip to content

Commit

Permalink
chore: update nuget config, changelog, versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrobot committed Feb 12, 2021
1 parent df2cadc commit 8d4cfa8
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 5 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@

<a name="1.1.0"></a>
## [1.1.0](https://github.com/InventorCode/InventorShims/compare/v1.0.0...1.1.0) (2021-02-11)

### Chore

* add nuspec
* add logo for nuget package
* Removed InventorShims-vs from builds
* renamed InventorShims-cs to InventorShims

### Docs

* added initial changelog
* removed reference to pre-release state.
* Updated API docs link in readme
* Added samples to ParameterShim, added more to the class description.
* Added ParameterShim and PathShim samples.

### Feat

* added git-chglog config
* ParameterIsWritable string signature added
* ParameterIsWritable now acts as an extension method

### Style

* remove whitespace

### Test

* Added ParameterIsWritable unit tests.


<a name="v1.0.0"></a>
## [v1.0.0](https://github.com/InventorCode/InventorShims/compare/v0.1.0...v1.0.0) (2021-01-17)

Expand Down
1 change: 0 additions & 1 deletion InventorShims.sln
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Global
{9A4C4253-55EA-4218-9FE0-9E473562A096}.GetDocumentFromObject-tests|Any CPU.ActiveCfg = GetDocumentFromObject-tests|Any CPU
{9A4C4253-55EA-4218-9FE0-9E473562A096}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3FBC284-4903-491E-9665-DD34D1A0D5B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3FBC284-4903-491E-9665-DD34D1A0D5B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3FBC284-4903-491E-9665-DD34D1A0D5B0}.GetDocumentFromObject-tests|Any CPU.ActiveCfg = GetDocumentFromObject-tests|Any CPU
{E3FBC284-4903-491E-9665-DD34D1A0D5B0}.GetDocumentFromObject-tests|Any CPU.Build.0 = GetDocumentFromObject-tests|Any CPU
{E3FBC284-4903-491E-9665-DD34D1A0D5B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
4 changes: 2 additions & 2 deletions src/InventorShims/InventorShims.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<title>InventorShims</title>
<authors>InventorCode</authors>
<owners>InventorCode</owners>
<licenseUrl>https://raw.githubusercontent.com/InventorCode/InventorShims/master/LICENSE</licenseUrl>
<license type="expression">MIT</license>
<projectUrl>https://github.com/InventorCode/InventorShims</projectUrl>
<iconUrl>https://raw.githubusercontent.com/InventorCode/InventorShims/master/images/InventorCode-brackets-logo-64x64.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A collection of extension APIs for Autodesk Inventor. </description>
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
<releaseNotes>Initial nuget package release.</releaseNotes>
<copyright>Copyright 2021</copyright>
<tags>Autodesk Inventor API</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions src/InventorShims/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

0 comments on commit 8d4cfa8

Please sign in to comment.