Skip to content

Commit

Permalink
Version bump to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Dec 30, 2021
1 parent c8909a0 commit c7f9564
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.6 - 2021-12-30

- Fix for [#38](https://github.com/supabase-community/postgrest-csharp/issues/38), Add support for `NullValueHandling` to be specified on a `Column` Attribute and for it to be honored on Inserts and Updates. Defaults to: `NullValueHandling.Include`.

## 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.
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.5</ReleaseVersion>
<PackageVersion>2.0.5</PackageVersion>
<ReleaseVersion>2.0.6</ReleaseVersion>
<PackageVersion>2.0.6</PackageVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.5</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.6</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.5</ReleaseVersion>
<ReleaseVersion>2.0.6</ReleaseVersion>
</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>2.0.5</ReleaseVersion>
<ReleaseVersion>2.0.6</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.5
version = 2.0.6
EndGlobalSection
EndGlobal

0 comments on commit c7f9564

Please sign in to comment.