<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"&gt;
    &lt;metadata&gt;
        &lt;id&gt;Bootstrap.v3.Datetimepicker.CSS&lt;/id&gt;
        &lt;version&gt;4.0.0&lt;/version&gt;
        &lt;title&gt;Bootstrap 3 Datetimepicker CSS&lt;/title&gt;
        &lt;authors&gt;Eonasdan&lt;/authors&gt;
        &lt;owners&gt;Eonasdan&lt;/owners&gt;
        &lt;projectUrl&gt;https://github.com/Eonasdan/bootstrap-datetimepicker&lt;/projectUrl&gt;
        &lt;requireLicenseAcceptance&gt;false&lt;/requireLicenseAcceptance&gt;
        &lt;description&gt;A date/time picker component designed to work with Bootstrap 3 and Momentjs.

For usage, installation and demos see Project Site on GitHub

For LESS version install Bootstrap.v3.Datetimepicker&lt;/description&gt;
        &lt;releaseNotes&gt;
          Check the change log on Github at https://github.com/Eonasdan/bootstrap-datetimepicker/wiki/Change-Log

          IMPORANT! The Nuget packages will be depreciated in an upcoming release. Moving forward, Asp.Net/Nuget will NOT be delivering content packages like this one and you will need to use bower. See https://github.com/Eonasdan/bootstrap-datetimepicker/issues/1128 for more
        &lt;/releaseNotes&gt;
        &lt;tags&gt;bootstrap date time picker datetimepicker datepicker jquery&lt;/tags&gt;
        &lt;dependencies&gt;
            &lt;dependency id="bootstrap" version="3.3.0" /&gt;
            &lt;dependency id="Moment.js" version="2.9.0" /&gt;
        &lt;/dependencies&gt;
    &lt;/metadata&gt;
	&lt;files&gt;
        &lt;file src="..\..\src\js\bootstrap-datetimepicker.js" target="content\Scripts" /&gt;
        &lt;file src="..\..\build\js\bootstrap-datetimepicker.min.js" target="content\Scripts" /&gt;
        &lt;file src="..\..\build\css\bootstrap-datetimepicker.css" target="content\Content" /&gt;
        &lt;file src="..\..\build\css\bootstrap-datetimepicker.min.css" target="content\Content" /&gt;		
        &lt;file src="install.ps1" target="tools\" /&gt;
    &lt;/files&gt;
&lt;/package&gt;</pre></body></html>