-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename Supabase C# Packages to Conform to Nuget's Naming Conventions #135
Labels
Comments
acupofjose
added a commit
to supabase-community/core-csharp
that referenced
this issue
Apr 21, 2024
…ge name `supabase-core` to `Supabase.Core`
acupofjose
added a commit
to supabase-community/functions-csharp
that referenced
this issue
Apr 21, 2024
…ge name `functions-csharp` to `Supabase.Functions`
acupofjose
added a commit
to supabase-community/storage-csharp
that referenced
this issue
Apr 21, 2024
…ge name `storage-csharp` to `Supabase.Storage`
acupofjose
added a commit
to supabase-community/gotrue-csharp
that referenced
this issue
Apr 21, 2024
…ge name `gotrue-csharp` to `Supabase.Gotrue`
acupofjose
added a commit
to supabase-community/postgrest-csharp
that referenced
this issue
Apr 21, 2024
…ge name `postgrest-csharp` to `Supabase.Postgrest`
acupofjose
added a commit
to supabase-community/realtime-csharp
that referenced
this issue
Apr 21, 2024
…ge name `realtime-csharp` to `Supabase.Realtime`
Available in v1.0.0! Wooooooo! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As mentioned in the discussion here:
The currently released libraries on Nuget do not conform to the naming conventions expected in a nuget package. The Nuget packages for
supabase-csharp
and all its dependencies should be depreciated (as Nuget does not support renames) and new packages released according to their new names.Proposed names:
supabase-csharp
Supabase
postgrest-csharp
Supabase.Postgrest
gotrue-csharp
Supabase.Gotrue
realtime-csharp
Supabase.Realtime
storage-csharp
Supabase.Storage
functions-csharp
Supabase.Functions
core-csharp
Supabase.Core
As this would require users to install separate packages and includes namespace changes (specifically for
postgrest-csharp
andgotrue-csharp
) this will be held until the next Major Release.The text was updated successfully, but these errors were encountered: