Appccelerate.Bootstrapper by Appccelerate team

<PackageReference Include="Appccelerate.Bootstrapper" Version="2.11.0" />

 Appccelerate.Bootstrapper 2.11.0

Bootstrapper provides a simple and flexible way to make your application's startup and shutdown behavior pluggable and extensible: The bootstrapper provides a single entry point to startup and shutdown the application, Fluent definition syntax allowing to expressively define the startup and shutdown behavior of the application, Pluggable behaviors which allow to extend the bootstrapping mechanism in AOP like style, ConfigurationSection support with behavior, Unobtrusive Key/Value pair configuration section support with behavior, Thorough reporting of application startup and shutdown behavior.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Appccelerate.Bootstrapper</id>
    <version>2.11.0</version>
    <title>Appccelerate.Bootstrapper</title>
    <authors>Appccelerate team</authors>
    <owners>Appccelerate team</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
    <projectUrl>https://github.com/appccelerate/bootstrapper</projectUrl>
    <iconUrl>https://github.com/appccelerate/appccelerate/raw/master/docs/nuget.png</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Bootstrapper provides a simple and flexible way to make your application's startup and shutdown behavior pluggable and extensible:
      The bootstrapper provides a single entry point to startup and shutdown the application,
      Fluent definition syntax allowing to expressively define the startup and shutdown behavior of the application,
      Pluggable behaviors which allow to extend the bootstrapping mechanism in AOP like style,
      ConfigurationSection support with behavior,
      Unobtrusive Key/Value pair configuration section support with behavior,
      Thorough reporting of application startup and shutdown behavior.</description>
    <summary>Bootstrapper provides a simple and flexible way to make your application's startup and shutdown behavior pluggable and extensible.</summary>
    <releaseNotes>2: targets now .Net 4.5</releaseNotes>
    <copyright>Copyright 2012-2014</copyright>
    <tags>Appccelerate bootstrapper startup shutdown</tags>
    <dependencies>
      <dependency id="Appccelerate.Fundamentals" version="[2.8, 3.0)" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System.Configuration" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System.Xml.Linq" targetFramework=".NETFramework4.5" />
    </frameworkAssemblies>
  </metadata>
</package>