Skip to content

Commit

Permalink
Version bump to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Dec 27, 2021
1 parent 44d4bf6 commit 4f524b0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 2.0.5 - 2021-12-26

- Fix for [#37](https://github.com/supabase-community/postgrest-csharp/issues/37) - Fixes #37 - Return Type `minimal` would fail to resolve because of incorrect `Accept` headers. Added header and test to verify for future.

## 2.0.4 - 2021-12-26

- Fix for [#36](https://github.com/supabase-community/postgrest-csharp/issues/35) - Inserting/Upserting bulk records would fail while doing an unnecessary generic coercion.
- Fix for [#36](https://github.com/supabase-community/postgrest-csharp/issues/36) - Inserting/Upserting bulk records would fail while doing an unnecessary generic coercion.

## 2.0.3 - 2021-11-26

Expand Down
6 changes: 3 additions & 3 deletions Postgrest/Postgrest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
The bulk of this library is a translation and c-sharp-ification of the supabase/postgrest-js library.</Description>
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
<PackageTags>supabase,postgrest</PackageTags>
<ReleaseVersion>2.0.4</ReleaseVersion>
<PackageVersion>2.0.4</PackageVersion>
<ReleaseVersion>2.0.5</ReleaseVersion>
<PackageVersion>2.0.5</PackageVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.4</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.5</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
</VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
Expand Down
2 changes: 1 addition & 1 deletion PostgrestExample/PostgrestExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ReleaseVersion>2.0.4</ReleaseVersion>
<ReleaseVersion>2.0.5</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 @@ -39,6 +39,6 @@ Global
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.StandardHeader = $2
$0.VersionControlPolicy = $3
version = 2.0.4
version = 2.0.5
EndGlobalSection
EndGlobal

0 comments on commit 4f524b0

Please sign in to comment.