mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
797 B
21 lines
797 B
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>Csharp-Sqlite</id>
|
|
<version>3.7.7.1</version>
|
|
<title>C#-SqLite Unofficial Package</title>
|
|
<authors>noah.hart</authors>
|
|
<owners>noah.hart</owners>
|
|
<projectUrl>http://code.google.com/p/csharp-sqlite/</projectUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>C#-SQLite is an independent reimplementation of the SQLite software library version 3.7.7.1.</description>
|
|
<releaseNotes />
|
|
<copyright />
|
|
<language />
|
|
<tags>Sqlite</tags>
|
|
<references>
|
|
<reference file="Community.CsharpSqlite.dll" />
|
|
<reference file="Community.CsharpSqlite.SQLiteClient.dll" />
|
|
</references>
|
|
</metadata>
|
|
</package>
|