Metroit.45 1.3.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Metroit.45 --version 1.3.3
NuGet\Install-Package Metroit.45 -Version 1.3.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Metroit.45" Version="1.3.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Metroit.45 --version 1.3.3
#r "nuget: Metroit.45, 1.3.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Metroit.45 as a Cake Addin
#addin nuget:?package=Metroit.45&version=1.3.3

// Install Metroit.45 as a Cake Tool
#tool nuget:?package=Metroit.45&version=1.3.3

Base library to use Metroit.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Metroit.45:

Package Downloads
Metroit.Windows.Forms.45

It is a library that helps to create WinForms application.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0 8,626 9/30/2022
1.4.4.1 6,177 6/8/2022
1.4.4 1,707 11/12/2021
1.4.3 866 11/11/2021
1.4.2 844 11/5/2021
1.4.1 864 10/28/2021
1.4.0 946 10/25/2021
1.3.3 870 10/15/2021
1.3.0 1,344 9/21/2021
1.2.0 784 9/17/2021
1.1.0 1,462 1/6/2021
1.0.7 1,021 12/9/2020
1.0.6 918 3/17/2020
1.0.5 2,743 11/4/2018
1.0.4 2,220 10/24/2018
1.0.3 1,370 10/24/2018
1.0.2 1,213 9/25/2018
1.0.1 1,212 9/19/2018
1.0.0 3,464 3/3/2018

bugs:
       IConvertParameter
         - changed from a class to an interface.
     change:
       IConvertParameter
         - We have prepared a Params property that can accept arbitrary parameters.
       FileConvertParameter
         - We have prepared a Params property that can accept arbitrary parameters.
         - We have prepared the DestThrough property.
           If set to true, the files in the conversion process will not be used as a result when performing stepwise conversion.
           UseDestTemporary must be true.
           You do not need to specify the DestFileName.
           If you need a specific extension for conversion reasons, specify the extension in DestFileName.
       FileConverterBase
         - When the reaction conversion is done, the parent conversion information can be obtained by the Parent property.