Skip to content

Commit

Permalink
chore: update version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrobot committed Feb 12, 2021
1 parent 9b2b03e commit 7467ceb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@

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

### Chore

* remove ILMerge nuget package

### Docs

* rebuild
* remove InventorShims-vb


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

### Chore

* update nuget config, changelog, versions
* add nuspec
* add logo for nuget package
* Removed InventorShims-vs from builds
Expand Down
4 changes: 2 additions & 2 deletions src/InventorShims/InventorShims.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>InventorShims</id>
<version>1.1.0</version>
<version>1.1.1</version>
<title>InventorShims</title>
<authors>InventorCode</authors>
<owners>InventorCode</owners>
Expand All @@ -11,7 +11,7 @@
<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>Initial nuget package release.</releaseNotes>
<releaseNotes>Removed ILMerge dependency.</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.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]

0 comments on commit 7467ceb

Please sign in to comment.