Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

63 lines (40 loc) · 1.26 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[4.0.0] - 2024-11-22

  • Add net4.6.2 and net8.0 support
  • Drop net5.0, netcore3.1, and net4.6.1 support
  • Update dependencies

3.0.1 - 2022-09-08

Added

  • publish IdlImpTool as global tool

Changed

  • re-add net461 target
  • add net5.0 target
  • remove Windows.Forms dependency

3.0.0 - 2022-07-08

Changed

  • switched to .NET Standard 2.0

Removed

  • removed TypeLib attribute support in code generation
  • removed deprecated binary serialization

2.0.0 - 2021-04-27

Added

  • ILog interface

Changed

  • Create nuget package
  • New constructor overload for IDLImporter that takes a logger (ILog)

[Older]