Skip to content
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

Closed
acupofjose opened this issue Jan 4, 2024 · 1 comment
Closed

Comments

@acupofjose
Copy link
Collaborator

acupofjose commented Jan 4, 2024

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:

Existing Package New Package
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 and gotrue-csharp) this will be held until the next Major Release.

acupofjose added a commit to supabase-community/core-csharp that referenced this issue Apr 21, 2024
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`
@acupofjose
Copy link
Collaborator Author

Available in v1.0.0! Wooooooo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant