From c783ede0b28cd1b3e3f27832823f16d1d2c69b14 Mon Sep 17 00:00:00 2001 From: Joseph Schultz Date: Mon, 1 Feb 2021 06:49:58 -0600 Subject: [PATCH] Bump to version 1.0.3 --- Postgrest/Postgrest.csproj | 6 ++++-- PostgrestTests/PostgrestTests.csproj | 2 +- postgrest-csharp.sln | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Postgrest/Postgrest.csproj b/Postgrest/Postgrest.csproj index e686452..850a0e2 100644 --- a/Postgrest/Postgrest.csproj +++ b/Postgrest/Postgrest.csproj @@ -4,7 +4,7 @@ netstandard2.1 true postgrest-csharp - 1.0.2 + 1.0.3 Joseph Schultz <joseph@acupofjose.com> MIT en-US @@ -16,7 +16,9 @@ Postgrest-csharp is written primarily as a helper library for supabase/supabase-csharp, however, it should be easy enough to use outside of the supabase ecosystem. The bulk of this library is a translation and c-sharp-ification of the supabase/postgrest-js library. - 1.0.2 + 1.0.3 + https://avatars.githubusercontent.com/u/54469796?s=200&v=4 + supabase,postgrest diff --git a/PostgrestTests/PostgrestTests.csproj b/PostgrestTests/PostgrestTests.csproj index 859300c..d499ebd 100644 --- a/PostgrestTests/PostgrestTests.csproj +++ b/PostgrestTests/PostgrestTests.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 1.0.2 + 1.0.3 diff --git a/postgrest-csharp.sln b/postgrest-csharp.sln index 98a8d0a..5413449 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.2 + version = 1.0.3 EndGlobalSection EndGlobal