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.
- 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
- publish IdlImpTool as global tool
- re-add net461 target
- add net5.0 target
- remove Windows.Forms dependency
3.0.0 - 2022-07-08
- switched to .NET Standard 2.0
- removed TypeLib attribute support in code generation
- removed deprecated binary serialization
2.0.0 - 2021-04-27
ILog
interface
- Create nuget package
- New constructor overload for IDLImporter that takes a logger (
ILog
)