Metroit.45
1.3.3
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
<PackageReference Include="Metroit.45" Version="1.3.3" />
paket add Metroit.45 --version 1.3.3
#r "nuget: Metroit.45, 1.3.3"
// 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 | Versions 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. |
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 | 9,349 | 9/30/2022 | |
1.4.4.1 | 6,378 | 6/8/2022 | |
1.4.4 | 1,774 | 11/12/2021 | |
1.4.3 | 898 | 11/11/2021 | |
1.4.2 | 881 | 11/5/2021 | |
1.4.1 | 896 | 10/28/2021 | |
1.4.0 | 987 | 10/25/2021 | |
1.3.3 | 909 | 10/15/2021 | |
1.3.0 | 1,412 | 9/21/2021 | |
1.2.0 | 808 | 9/17/2021 | |
1.1.0 | 1,518 | 1/6/2021 | |
1.0.7 | 1,054 | 12/9/2020 | |
1.0.6 | 939 | 3/17/2020 | |
1.0.5 | 2,842 | 11/4/2018 | |
1.0.4 | 2,311 | 10/24/2018 | |
1.0.3 | 1,417 | 10/24/2018 | |
1.0.2 | 1,256 | 9/25/2018 | |
1.0.1 | 1,251 | 9/19/2018 | |
1.0.0 | 3,612 | 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.