25 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>functions-csharp</id>
<version>1.3.2</version>
<title>Function</title>
<authors>Joseph Schultz &lt;joseph@acupofjose.com&gt;</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/functions-csharp</projectUrl>
<iconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</iconUrl>
<description>A C# client for Supabase Functions</description>
<copyright>MIT</copyright>
<tags>supabase, functions</tags>
<repository type="git" url="https://github.com/supabase-community/functions-csharp" commit="110a8abbe7c8357f787188b02b23a6a776c48c05" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" />
<dependency id="supabase-core" version="0.0.3" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>