Skip to content

Commit

Permalink
Bump to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Feb 1, 2021
1 parent cbf878f commit c783ede
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Postgrest/Postgrest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<PackOnBuild>true</PackOnBuild>
<PackageId>postgrest-csharp</PackageId>
<PackageVersion>1.0.2</PackageVersion>
<PackageVersion>1.0.3</PackageVersion>
<Authors>Joseph Schultz &lt;[email protected]&gt;</Authors>
<Copyright>MIT</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
Expand All @@ -16,7 +16,9 @@
<Description>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.</Description>
<ReleaseVersion>1.0.2</ReleaseVersion>
<ReleaseVersion>1.0.3</ReleaseVersion>
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
<PackageTags>supabase,postgrest</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion PostgrestTests/PostgrestTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>1.0.2</ReleaseVersion>
<ReleaseVersion>1.0.3</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion postgrest-csharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ Global
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.StandardHeader = $2
$0.VersionControlPolicy = $3
version = 1.0.2
version = 1.0.3
EndGlobalSection
EndGlobal

0 comments on commit c783ede

Please sign in to comment.