SciChart.Wpf.UI.Bootstrap by SciChart Ltd

<PackageReference Include="SciChart.Wpf.UI.Bootstrap" Version="1.0.1" />

 SciChart.Wpf.UI.Bootstrap 1.0.1

Bootstrap is a library which includes automatic wire-up of dependencies with the ExportType attribute, a little bit like MEF! Yes we know its like MEF, but we've been using this since before MEF so it kinda got stuck that way ...

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>SciChart.Wpf.UI.Bootstrap</id>
    <version>1.0.1</version>
    <title>SciChart.Wpf.UI.Bootstrap</title>
    <authors>SciChart Ltd</authors>
    <owners>SciChart Ltd</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>https://github.com/ABTSoftware/SciChart.Wpf.UI</projectUrl>
    <description>Bootstrap is a library which includes automatic wire-up of dependencies with the ExportType attribute, a little bit like MEF! Yes we know its like MEF, but we've been using this since before MEF so it kinda got stuck that way ...</description>
    <copyright>Copyright � SciChart Ltd 2013-2016</copyright>
    <dependencies>
      <dependency id="CommonServiceLocator" version="1.0.0" />
      <dependency id="log4net" version="2.0.3" />
      <dependency id="Unity" version="2.1.505" />
    </dependencies>
  </metadata>
</package>