Skip to content

Commit 33056ab

Browse files
committed
Re: [#135](supabase-community/supabase-csharp#135) Update nuget package name functions-csharp to Supabase.Functions
1 parent f54aac9 commit 33056ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: Functions/Functions.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<PackOnBuild>true</PackOnBuild>
5-
<PackageId>functions-csharp</PackageId>
5+
<PackageId>Supabase.Functions</PackageId>
6+
<RootNamespace>Supabase.Functions</RootNamespace>
7+
<AssemblyName>Supabase.Functions</AssemblyName>
68
<Authors>Joseph Schultz &lt;[email protected]&gt;</Authors>
79
<Copyright>MIT</Copyright>
810
<NeutralLanguage>en</NeutralLanguage>

0 commit comments

Comments
 (0)