SIL.IdlImporter.Tool 4.0.0-beta0053

Prefix Reserved
This is a prerelease version of SIL.IdlImporter.Tool.
dotnet tool install --global SIL.IdlImporter.Tool --version 4.0.0-beta0053                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local SIL.IdlImporter.Tool --version 4.0.0-beta0053                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SIL.IdlImporter.Tool&version=4.0.0-beta0053&prerelease                
nuke :add-package SIL.IdlImporter.Tool --version 4.0.0-beta0053                

Imports the COM interfaces from an IDL file for use with .NET. Can handle c-style arrays and OLECHAR pointers.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
4.0.0-beta0053 68 11/25/2024
4.0.0-beta0052 328 11/25/2024
3.0.2-beta0032 97 3/20/2024
3.0.2-beta0031 134 2/5/2024
3.0.2-beta0030 144 12/15/2023
3.0.2-beta0029 96 12/15/2023
3.0.2-beta0027 120 12/5/2023
3.0.2-beta0026 382 11/14/2023
3.0.2-beta0025 551 9/26/2023
3.0.2-beta0024 555 9/26/2023
3.0.2-beta0023 552 8/29/2023
3.0.2-beta0022 626 6/12/2023
3.0.2-beta0021 580 5/30/2023
3.0.2-beta0020 628 5/26/2023
3.0.2-beta0019 749 4/17/2023
3.0.2-beta0018 855 3/24/2023
3.0.2-beta0017 729 3/16/2023
3.0.2-beta0016 767 3/8/2023
3.0.2-beta0015 693 1/23/2023
3.0.2-beta0014 791 1/9/2023
3.0.2-beta0013 638 1/6/2023
3.0.2-beta0012 788 1/5/2023
3.0.2-beta0011 465 11/24/2022
3.0.2-beta0010 570 11/24/2022
3.0.2-beta0009 675 11/24/2022
3.0.2-beta0008 472 11/24/2022
3.0.2-beta0007 672 11/24/2022
3.0.2-beta0006 680 10/17/2022
3.0.2-beta0005 621 10/14/2022
3.0.2-beta0004 663 9/30/2022
3.0.2-beta0003 614 9/28/2022
3.0.2-beta0002 649 9/28/2022
3.0.2-beta0001 524 9/28/2022
3.0.1 15,528 9/8/2022

Changes since version 3.0.1

- Add net4.6.2 and net8.0 support
- Drop net5.0, netcore3.1, and net4.6.1 support
- Update dependencies
Changes since version 3.0.0

Added:
- publish IdlImpTool as global tool

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

See full changelog at https://github.com/sillsdev/IdlImporter/blob/master/CHANGELOG.md