We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
functions-csharp
Supabase.Functions
1 parent f54aac9 commit 33056abCopy full SHA for 33056ab
Functions/Functions.csproj
@@ -2,7 +2,9 @@
2
<PropertyGroup>
3
<TargetFramework>netstandard2.0</TargetFramework>
4
<PackOnBuild>true</PackOnBuild>
5
- <PackageId>functions-csharp</PackageId>
+ <PackageId>Supabase.Functions</PackageId>
6
+ <RootNamespace>Supabase.Functions</RootNamespace>
7
+ <AssemblyName>Supabase.Functions</AssemblyName>
8
<Authors>Joseph Schultz <joseph@acupofjose.com></Authors>
9
<Copyright>MIT</Copyright>
10
<NeutralLanguage>en</NeutralLanguage>
0 commit comments