NHibernateProfiler.Integration by Hibernating Rhinos LTD

<PackageReference Include="NHibernateProfiler.Integration" Version="6.0.6037" />

 NHibernateProfiler.Integration 6.0.6037

NHibernate Profiler is a real-time visual debugger allowing a development team to gain valuable insight and perspective into their usage of NHibernate. This package is the integration API letting to easily use NHibernate Profiler during Continuous Integration (CI) process.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>NHibernateProfiler.Integration</id>
    <version>6.0.6037</version>
    <title>NHibernate Profiler Integration API</title>
    <authors>Hibernating Rhinos LTD</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://nhprof.com/license</licenseUrl>
    <icon>images\icon.png</icon>
    <projectUrl>https://nhprof.com/</projectUrl>
    <iconUrl>https://nhprof.com/favicon.ico</iconUrl>
    <description>NHibernate Profiler is a real-time visual debugger allowing a development team to gain valuable insight and perspective into their usage of NHibernate.

      This package is the integration API letting to easily use NHibernate Profiler during Continuous Integration (CI) process.</description>
    <tags>NHibernate Profiler Prof NHProf CI</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>