diff --git a/Postgrest/Postgrest.csproj b/Postgrest/Postgrest.csproj index 98d2328..e269670 100644 --- a/Postgrest/Postgrest.csproj +++ b/Postgrest/Postgrest.csproj @@ -17,16 +17,22 @@ The bulk of this library is a translation and c-sharp-ification of the supabase/postgrest-js library. https://avatars.githubusercontent.com/u/54469796?s=200&v=4 supabase,postgrest - 1.0.8 - 1.0.8 + 2.0.0 + 2.0.0 - 1.0.8 + 2.0.0 $(VersionPrefix)-$(VersionSuffix) $(VersionPrefix) + + 8.0 + + + 8.0 + diff --git a/PostgrestTests/PostgrestTests.csproj b/PostgrestTests/PostgrestTests.csproj index 974edbd..d66fef2 100644 --- a/PostgrestTests/PostgrestTests.csproj +++ b/PostgrestTests/PostgrestTests.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 1.0.8 + 2.0.0 diff --git a/postgrest-csharp.sln b/postgrest-csharp.sln index a02fc42..c55f238 100644 --- a/postgrest-csharp.sln +++ b/postgrest-csharp.sln @@ -38,6 +38,6 @@ Global $1.DirectoryNamespaceAssociation = PrefixedHierarchical $0.StandardHeader = $2 $0.VersionControlPolicy = $3 - version = 1.0.8 + version = 2.0.0 EndGlobalSection EndGlobal