NKit 1.4.0

dotnet add package NKit --version 1.4.0
                    
NuGet\Install-Package NKit -Version 1.4.0
                    
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="NKit" Version="1.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NKit" Version="1.4.0" />
                    
Directory.Packages.props
<PackageReference Include="NKit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NKit --version 1.4.0
                    
#r "nuget: NKit, 1.4.0"
                    
#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.
#addin nuget:?package=NKit&version=1.4.0
                    
Install as a Cake Addin
#tool nuget:?package=NKit&version=1.4.0
                    
Install as a Cake Tool

NKit Library

This is a library-only version of NKit v1.4

TODO:

  • Include source of modified SharpCompress (see upstream #18)

Original README:

NKit

Welcome to the NKit v1.4 code, provided as is.

It's a bit rough around the edges and could do with cleansing. This was planned to happen, but due to the code passing all the tests – the last taking 10 days – cleansing the code was deemed too much of a risk. Unit tests posed to be a challenge.

This code references a modified version of SharpCompress which has 2 If statements commented out to support split SOLID rars.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.4.0 243 4/24/2023

Initial release as library