Skip to content

Commit

Permalink
chore: update assemblies, nuspec, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrobot committed Aug 15, 2021
1 parent c042bda commit 169201e
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 19 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

## [Unreleased]
## [1.2.0] - 2021-08-15

### Added
- ExternalRuleDirectories object allows you to manipulate the iLogic Addin's list of External Rules Directories in a more straightforward manner.

### Fixed
- Added conventional commits keywords to gitversion configuration.

Expand Down
7 changes: 4 additions & 3 deletions src/InventorShims-vb/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Imports System.Runtime.InteropServices
'
' 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.2.0.0")>

<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
<Assembly: AssemblyVersion("1.2.0.0")>
<Assembly: AssemblyFileVersion("1.2.0.0")>
<Assembly: AssemblyInformationalVersion("1.2.0+15.Branch.master.Sha.c042bdaac806c8af120760bd09aefd43b37e4801")>
7 changes: 5 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.2</version>
<version>1.2.0</version>
<title>InventorShims</title>
<authors>InventorCode</authors>
<owners>InventorCode</owners>
Expand All @@ -11,8 +11,11 @@
<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>Removed stubborn ILMerge dependency, for real this time.</releaseNotes>
<releaseNotes>Added a simplified ExternalRuleDirectories object.</releaseNotes>
<copyright>Copyright 2021</copyright>
<tags>Autodesk Inventor API</tags>
<dependencies>
<group targetFramework=".NETFramework4.7" />
</dependencies>
</metadata>
</package>
7 changes: 4 additions & 3 deletions src/InventorShims/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
//
// 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.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
// [assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0+15.Branch.master.Sha.c042bdaac806c8af120760bd09aefd43b37e4801")]
7 changes: 4 additions & 3 deletions tests/GetDocumentFromObject.tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
//
// 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.2.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0+15.Branch.master.Sha.c042bdaac806c8af120760bd09aefd43b37e4801")]
7 changes: 4 additions & 3 deletions tests/InventorShims.manual/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Imports System.Runtime.InteropServices
'
' 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.2.0.0")>