mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
ServiceStack added
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>ServiceStack</id>
|
||||
<version>3.9.25</version>
|
||||
<title>ServiceStack webservice framework: Faster, Cleaner, Modern WCF alternative</title>
|
||||
<authors>Demis Bellot</authors>
|
||||
<owners>Demis Bellot</owners>
|
||||
<licenseUrl>https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE</licenseUrl>
|
||||
<projectUrl>https://github.com/ServiceStack/ServiceStack</projectUrl>
|
||||
<iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Binaries for the ServiceStack web framework.
|
||||
Visit http://www.servicestack.net/ServiceStack.Hello/
|
||||
and https://github.com/ServiceStack/ServiceStack/wiki/Create-your-first-webservice
|
||||
for walk throughs and docs on creating your first web service.</description>
|
||||
<summary>Opensource .NET and Mono REST Web Services framework</summary>
|
||||
<copyright>servicestack.net 2012 and contributors</copyright>
|
||||
<language>en-US</language>
|
||||
<tags>Fast JSON XML CSV HTML SOAP JSV REST Web Service Framework MONO</tags>
|
||||
<dependencies>
|
||||
<dependency id="ServiceStack.Common" />
|
||||
<dependency id="ServiceStack.Redis" />
|
||||
<dependency id="ServiceStack.OrmLite.SqlServer" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Binary file not shown.
Binary file not shown.
+3328
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user