22 lines
940 B
XML
22 lines
940 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>supabase-core</id>
|
|
<version>0.0.3</version>
|
|
<title>Supabase Core</title>
|
|
<authors>Joseph Schultz <joseph@acupofjose.com></authors>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>icon.png</icon>
|
|
<readme>README.md</readme>
|
|
<projectUrl>https://github.com/supabase-community/core-csharp</projectUrl>
|
|
<iconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&v=4</iconUrl>
|
|
<description>Shared core for supabase-csharp</description>
|
|
<copyright>MIT</copyright>
|
|
<tags>supabase, core</tags>
|
|
<repository type="git" url="https://github.com/supabase-community/core-csharp" />
|
|
<dependencies>
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |