ClrPlus.Windows.Api by Garrett Serack

<PackageReference Include="ClrPlus.Windows.Api" Version="1.8.0.63" />

 ClrPlus.Windows.Api 1.8.0.63

A library containing native wrappers from a bunch of Windows API dlls: Advapi32 CryptUi Gdi32 ImageHlp Kernel32 MPR Mscoree Ntdll User32 WinCrypt Winmm WinTrust It's not all perfect yet, and far from completely implemented, but a ton of stuff in there. [Note: This library is not quite ready for public consumption--I'm in the middle of some code reorganization] .

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>ClrPlus.Windows.Api</id>
    <version>1.8.0.63</version>
    <title>CLRPlus Windows.Api Library</title>
    <authors>Garrett Serack</authors>
    <owners>Garrett Serack</owners>
    <licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
    <projectUrl>http://perpetual-motion.com/ClrPlus</projectUrl>
    <iconUrl>http://coapp.org/images/logo-small.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A library containing native wrappers from a bunch of Windows API dlls:
Advapi32
CryptUi
Gdi32
ImageHlp
Kernel32
MPR
Mscoree
Ntdll
User32
WinCrypt
Winmm
WinTrust

It's not all perfect yet, and far from completely implemented, but a ton of stuff in there.

[Note: This library is not quite ready for public consumption--I'm in the middle of some code reorganization]
    
    .</description>
    <summary>A library containing native wrappers from a bunch of Windows API dlls</summary>
    <releaseNotes>Initial Build of the new ClrPlus Windows.Api package.</releaseNotes>
    <copyright>Copyright 2012</copyright>
    <tags>ClrPlus CoApp Win32 API Native</tags>
  </metadata>
</package>