ClrPlus.Windows.Debugging by Garrett Serack

<PackageReference Include="ClrPlus.Windows.Debugging" Version="1.8.0.67" />

 ClrPlus.Windows.Debugging 1.8.0.67

A library with some useful classes to assist debugging: - includes getting messages from outputdebugstring [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.Debugging</id>
    <version>1.8.0.67</version>
    <title>CLRPlus Windows.Debugging 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 with some useful classes to assist debugging:
- includes getting messages from outputdebugstring
[Note: This library is not quite ready for public consumption--I'm in the middle of some code reorganization]
.</description>
    <summary>A library with some useful classes to assist debugging</summary>
    <releaseNotes>Initial Build of the new ClrPlus Windows.Debugging package.</releaseNotes>
    <copyright>Copyright 2012</copyright>
    <tags>ClrPlus CoApp Debugging Debug</tags>
    <dependencies>
      <dependency id="ClrPlus.Core" version="1.8.0.67" />
      <dependency id="ClrPlus.Windows.Api" version="1.8.0.67" />
    </dependencies>
  </metadata>
</package>