mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Upgraded nuget packages, Ninject 3, SignalR 5
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>jquery.datatables</id>
|
||||
<version>1.9.4</version>
|
||||
<authors>Allan Jardine (www.sprymedia.co.uk)</authors>
|
||||
<owners>Allan Jardine (www.sprymedia.co.uk)</owners>
|
||||
<licenseUrl>http://www.datatables.net/license_gpl2</licenseUrl>
|
||||
<projectUrl>http://datatables.net/</projectUrl>
|
||||
<iconUrl>http://datatables.net/media/images/DataTables.jpg</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.</description>
|
||||
<tags>jQuery Datatables</tags>
|
||||
<dependencies>
|
||||
<dependency id="jQuery" version="1.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user