NRegFreeCom 0.1.6

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package NRegFreeCom --version 0.1.6
NuGet\Install-Package NRegFreeCom -Version 0.1.6
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="NRegFreeCom" Version="0.1.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NRegFreeCom --version 0.1.6
#r "nuget: NRegFreeCom, 0.1.6"
#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 NRegFreeCom as a Cake Addin
#addin nuget:?package=NRegFreeCom&version=0.1.6

// Install NRegFreeCom as a Cake Tool
#tool nuget:?package=NRegFreeCom&version=0.1.6

Load native libraries, call native functions, do COM objects without registration, do COM registrations in runtime, in .NET

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  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

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
0.1.4.1 1,601 4/12/2014
0.1.3 1,368 4/8/2014
0.1.2 1,229 2/13/2014

* 0.1.6.0
 - fixed issues with Unicode
     * 0.1.5.0
     - COM registy utils
     * 0.1.4.3
     - added non alertable PInvoke wait operation
     * 0.1.4.1
     - added reg files tools
     * 0.1.3.0
     - added utils to work with registry
     * 0.1.2.0
     - made changes to COM utils
     * 0.0.4.2
     - added COM related methods, updated docs
     * 0.0.4.1
     - fixed dependant dll loading on some systems
     * 0.0.4.0
     - fixed custom dispatcher
     - added resources reading from cpp dlls
     * 0.0.3.0
     - make use of out of proc reg free
     - added custom dispatcher using Windows Message loop