Skip to content

v1.3.1

Compare
Choose a tag to compare
@jordanrobot jordanrobot released this 03 Sep 22:12
· 46 commits to master since this release

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
  • 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