forked from supabase-community/postgrest-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbf878f
commit c783ede
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]></Authors> | ||
<Copyright>MIT</Copyright> | ||
<NeutralLanguage>en-US</NeutralLanguage> | ||
|
@@ -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&v=4</PackageIconUrl> | ||
<PackageTags>supabase,postgrest</PackageTags> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters