Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

59 lines (37 loc) · 1.15 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.

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]