Topshelf.Unity by Alexandr Nikitin

<PackageReference Include="Topshelf.Unity" Version="3.0.1" />

 Topshelf.Unity 3.0.1

Topshelf.Unity provides extensions to construct your service class from your Unity IoC container.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Topshelf.Unity</id>
    <version>3.0.1</version>
    <title>Topshelf.Unity</title>
    <authors>Alexandr Nikitin</authors>
    <owners>Alexandr Nikitin</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/alexandrnikitin/Topshelf.Unity/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/alexandrnikitin/Topshelf.Unity</projectUrl>
    <description>Topshelf.Unity provides extensions to construct your service class from your Unity IoC container.</description>
    <releaseNotes>Update Topshelf version</releaseNotes>
    <copyright>© 2014-2016 Alexandr Nikitin. All rights reserved.</copyright>
    <tags>Topshelf Unity</tags>
    <dependencies>
      <dependency id="Unity" version="[4.0.0, 5.0.0)" />
      <dependency id="TopShelf" version="[4.0.1, 5.0.0)" />
    </dependencies>
  </metadata>
</package>