mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-26 08:24:54 +01:00
ServiceStack added
This commit is contained in:
22
packages/ServiceStack.OrmLite.SqlServer.3.9.26/ServiceStack.OrmLite.SqlServer.3.9.26.nuspec
vendored
Normal file
22
packages/ServiceStack.OrmLite.SqlServer.3.9.26/ServiceStack.OrmLite.SqlServer.3.9.26.nuspec
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>ServiceStack.OrmLite.SqlServer</id>
|
||||
<version>3.9.26</version>
|
||||
<title>OrmLite.SqlServer - Fast, code-first, config-free Poco ORM</title>
|
||||
<authors>Demis Bellot</authors>
|
||||
<owners>Demis Bellot</owners>
|
||||
<licenseUrl>https://github.com/ServiceStack/ServiceStack.OrmLite/blob/master/LICENSE</licenseUrl>
|
||||
<projectUrl>https://github.com/ServiceStack/ServiceStack.OrmLite</projectUrl>
|
||||
<iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Light, simple and fast convention-based code-first POCO ORM for Sql Server.
|
||||
Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in SQLServer.</description>
|
||||
<copyright>ServiceStack 2012 and contributors</copyright>
|
||||
<language>en-US</language>
|
||||
<tags>SQLServer SQL Server OrmLite POCO Code-First Orm Schema-less Blobs</tags>
|
||||
<dependencies>
|
||||
<dependency id="ServiceStack.Common" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user