MicroServiceFabric.Bootstrap.StatelessServices by William Cowell Consulting Limited

<PackageReference Include="MicroServiceFabric.Bootstrap.StatelessServices" Version="1.0.0.5" />

 MicroServiceFabric.Bootstrap.StatelessServices 1.0.0.5

Bootstrap for Service Fabric Stateless Services

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>MicroServiceFabric.Bootstrap.StatelessServices</id>
    <version>1.0.0.5</version>
    <title>Stateless Service Bootstrap</title>
    <authors>William Cowell Consulting Limited</authors>
    <owners>William Cowell Consulting Limited</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/wc2/micro-service-fabric/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/wc2/micro-service-fabric</projectUrl>
    <description>Bootstrap for Service Fabric Stateless Services</description>
    <summary>Package for bootstrapping Service Fabric Stateless Services</summary>
    <copyright>Copyright 2016 William Cowell Consulting Limited. All rights reserved.</copyright>
    <tags>Service Fabric Bootstrap IoC DI depedency injection Stateless SimpleInjector Modules container</tags>
    <dependencies>
      <dependency id="Microsoft.ServiceFabric.Services" version="2.2.207" />
      <dependency id="SimpleInjector.Modules" version="1.0.0" />
    </dependencies>
  </metadata>
</package>