Skip to content

Commit 169201e

Browse files
committed
chore: update assemblies, nuspec, changelog
1 parent c042bda commit 169201e

File tree

7 files changed

+28
-19
lines changed

7 files changed

+28
-19
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11

2-
## [Unreleased]
2+
## [1.2.0] - 2021-08-15
33

44
### Added
55
- ExternalRuleDirectories object allows you to manipulate the iLogic Addin's list of External Rules Directories in a more straightforward manner.
6+
67
### Fixed
78
- Added conventional commits keywords to gitversion configuration.
89

src/InventorShims-vb/My Project/AssemblyInfo.vb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Imports System.Runtime.InteropServices
2929
'
3030
' You can specify all the values or you can default the Build and Revision Numbers
3131
' by using the '*' as shown below:
32-
' <Assembly: AssemblyVersion("1.0.*")>
32+
' <Assembly: AssemblyVersion("1.2.0.0")>
3333

34-
<Assembly: AssemblyVersion("1.0.0.0")>
35-
<Assembly: AssemblyFileVersion("1.0.0.0")>
34+
<Assembly: AssemblyVersion("1.2.0.0")>
35+
<Assembly: AssemblyFileVersion("1.2.0.0")>
36+
<Assembly: AssemblyInformationalVersion("1.2.0+15.Branch.master.Sha.c042bdaac806c8af120760bd09aefd43b37e4801")>

src/InventorShims/InventorShims.nuspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>InventorShims</id>
5-
<version>1.1.2</version>
5+
<version>1.2.0</version>
66
<title>InventorShims</title>
77
<authors>InventorCode</authors>
88
<owners>InventorCode</owners>
@@ -11,8 +11,11 @@
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>Removed stubborn ILMerge dependency, for real this time.</releaseNotes>
14+
<releaseNotes>Added a simplified ExternalRuleDirectories object.</releaseNotes>
1515
<copyright>Copyright 2021</copyright>
1616
<tags>Autodesk Inventor API</tags>
17+
<dependencies>
18+
<group targetFramework=".NETFramework4.7" />
19+
</dependencies>
1720
</metadata>
1821
</package>

src/InventorShims/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
//
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
33-
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.1.2.0")]
35-
[assembly: AssemblyFileVersion("1.1.2.0")]
33+
// [assembly: AssemblyVersion("1.2.0.0")]
34+
[assembly: AssemblyVersion("1.2.0.0")]
35+
[assembly: AssemblyFileVersion("1.2.0.0")]
36+
[assembly: AssemblyInformationalVersion("1.2.0+15.Branch.master.Sha.c042bdaac806c8af120760bd09aefd43b37e4801")]

tests/GetDocumentFromObject.tests/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
34+
// [assembly: AssemblyVersion("1.2.0.0")]
35+
[assembly: AssemblyVersion("1.2.0.0")]
36+
[assembly: AssemblyFileVersion("1.2.0.0")]
37+
[assembly: AssemblyInformationalVersion("1.2.0+15.Branch.master.Sha.c042bdaac806c8af120760bd09aefd43b37e4801")]

tests/InventorShims.manual/My Project/AssemblyInfo.vb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Imports System.Runtime.InteropServices
2929
'
3030
' You can specify all the values or you can default the Build and Revision Numbers
3131
' by using the '*' as shown below:
32-
' <Assembly: AssemblyVersion("1.0.*")>
32+
' <Assembly: AssemblyVersion("1.2.0.0")>
3333

34-
<Assembly: AssemblyVersion("1.0.0.0")>
35-
<Assembly: AssemblyFileVersion("1.0.0.0")>
34+
<Assembly: AssemblyVersion("1.2.0.0")>
35+
<Assembly: AssemblyFileVersion("1.2.0.0")>
36+
<Assembly: AssemblyInformationalVersion("1.2.0+15.Branch.master.Sha.c042bdaac806c8af120760bd09aefd43b37e4801")>

tests/InventorShims.tests/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

@@ -15,6 +15,7 @@
1515

1616
[assembly: Guid("9a4c4253-55ea-4218-9fe0-9e473562a096")]
1717

18-
// [assembly: AssemblyVersion("1.0.*")]
19-
[assembly: AssemblyVersion("1.0.0.0")]
20-
[assembly: AssemblyFileVersion("1.0.0.0")]
18+
// [assembly: AssemblyVersion("1.2.0.0")]
19+
[assembly: AssemblyVersion("1.2.0.0")]
20+
[assembly: AssemblyFileVersion("1.2.0.0")]
21+
[assembly: AssemblyInformationalVersion("1.2.0+15.Branch.master.Sha.c042bdaac806c8af120760bd09aefd43b37e4801")]

0 commit comments

Comments
 (0)