Skip to content

Commit

Permalink
Version bump to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Jan 3, 2024
1 parent 5563fee commit 6994865
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.4.0 - 2024-01-03

- Re: [#81](https://github.com/supabase-community/postgrest-csharp/issues/81)
- [Minor] Removes `IgnoreOnInsert`and `IgnoreOnUpdate` from `ReferenceAttribute` as changing these properties
to `false` does not currently provide the expected functionality.
- Fixes `Insert` and `Update` not working on models that have `Reference` specified on a property with a non-null
value.

## 3.3.0 - 2023-11-28

- Re: [#78](https://github.com/supabase-community/postgrest-csharp/issues/78) Updates signatures for `Not` and `Filter`
Expand Down
6 changes: 3 additions & 3 deletions Postgrest/Postgrest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</Description>
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
<PackageTags>supabase,postgrest</PackageTags>
<ReleaseVersion>3.3.0</ReleaseVersion>
<PackageVersion>3.3.0</PackageVersion>
<ReleaseVersion>3.4.0</ReleaseVersion>
<PackageVersion>3.4.0</PackageVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -35,7 +35,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">3.3.0</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">3.4.0</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
</VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
Expand Down

0 comments on commit 6994865

Please sign in to comment.