NibblePoker.Library.RegistryHelpers 1.0.0

dotnet add package NibblePoker.Library.RegistryHelpers --version 1.0.0
NuGet\Install-Package NibblePoker.Library.RegistryHelpers -Version 1.0.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="NibblePoker.Library.RegistryHelpers" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NibblePoker.Library.RegistryHelpers --version 1.0.0
#r "nuget: NibblePoker.Library.RegistryHelpers, 1.0.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.
// Install NibblePoker.Library.RegistryHelpers as a Cake Addin
#addin nuget:?package=NibblePoker.Library.RegistryHelpers&version=1.0.0

// Install NibblePoker.Library.RegistryHelpers as a Cake Tool
#tool nuget:?package=NibblePoker.Library.RegistryHelpers&version=1.0.0

.NET - Registry Helper

Nuget.org latest version Nuget.org downloads count Repository's License

A small library to help with some task related to the Windows registry.

This library is mainly used by my other libraries and programs as needed.

Requirements

.NET Framework 4.0 or newer .NET v6.0 or newer

Documentation

Go to aziascreations.github.io/DotNet-RegistryHelpers/ for the HTML documentation.

Building

Please refer to the building.md file for more information.

License

The code in this repository is licensed under CC0 1.0 Universal (CC0 1.0) (Public Domain).

The doxygen-awesome-css repository is used as a submodule for Doxygen and is licensed under the MIT license.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible. 
.NET Framework 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.
  • .NETFramework 4.0

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • net7.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • 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.0.0 75 5/24/2024
0.0.1 216 10/17/2022

Revamped the library for a proper 1.0.0 release, and changed to a public domain license