InventorShims 1.3.1
See the version list below for details.
dotnet add package InventorShims --version 1.3.1
NuGet\Install-Package InventorShims -Version 1.3.1
<PackageReference Include="InventorShims" Version="1.3.1" />
paket add InventorShims --version 1.3.1
#r "nuget: InventorShims, 1.3.1"
// Install InventorShims as a Cake Addin #addin nuget:?package=InventorShims&version=1.3.1 // Install InventorShims as a Cake Tool #tool nuget:?package=InventorShims&version=1.3.1
A collection of extension APIs for Autodesk Inventor.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.7
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
### Added
• ExternalRuleDirectories object now implements the IDisposable interface, allowing the using keyword.
• ExternalRuleDirectories documentation.
• Updated Nuke Build system.
### Changed
• Integration test project InventorShims.tests now uses the NUnit test framework.
• Refactored some duplicate tests into TestCases.
• Refactored Inventor document creation routines to TestUtilities.cs.
• Nuke build updated to Nuke 5.3.0
• Nuget packages for build project updated.
• Nuke build targets updated/created:
• Nuke Compile
• Nuke Pack
• Nuke Push
• Nuke BuildDocumentation
• Nuke PublishGitHubRelease
• InventorShims.manual tests changed to InventorShims.ilogic.tests. Removed VS project associated with this.
### Fixed
• ExternalRuleDirectories.Add was not adding entires properly.
• ExternalRuleDirectories.Remove was not removing entires properly.
### Removed
• InventorShims-vb project has been removed.
• Errant NewtonSoft.Json package reference
Full changelog at https://github.com/InventorCode/InventorShims/blob/master/CHANGELOG.md