Batman.Core.Bootstrapper.TinyIoC by James Craig

<PackageReference Include="Batman.Core.Bootstrapper.TinyIoC" Version="1.0.71" />

 Batman.Core.Bootstrapper.TinyIoC 1.0.71

This adds TinyIoC as the bootstrapper used by Batman.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Batman.Core.Bootstrapper.TinyIoC</id>
    <version>1.0.0071</version>
    <title>Batman Framework TinyIoC Bootstrapper</title>
    <authors>James Craig</authors>
    <owners>James Craig</owners>
    <licenseUrl>https://github.com/JaCraig/Batman/blob/master/LICENSE</licenseUrl>
    <projectUrl>http://jacraig.github.io/Batman/</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>This adds TinyIoC as the bootstrapper used by Batman.</description>
    <summary>This adds TinyIoC as the bootstrapper used by Batman.</summary>
    <copyright>Copyright 2013 James Craig</copyright>
    <language>en-US</language>
    <tags>batman framework tinyioc</tags>
    <dependencies>
      <dependency id="TinyIoC" version="[1.3]" />
      <dependency id="Batman.Core" version="[1.0.0071]" />
    </dependencies>
  </metadata>
</package>