Skip to content

Commit 6994865

Browse files
committed
Version bump to 3.4.0
1 parent 5563fee commit 6994865

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 3.4.0 - 2024-01-03
4+
5+
- Re: [#81](https://github.com/supabase-community/postgrest-csharp/issues/81)
6+
- [Minor] Removes `IgnoreOnInsert`and `IgnoreOnUpdate` from `ReferenceAttribute` as changing these properties
7+
to `false` does not currently provide the expected functionality.
8+
- Fixes `Insert` and `Update` not working on models that have `Reference` specified on a property with a non-null
9+
value.
10+
311
## 3.3.0 - 2023-11-28
412

513
- Re: [#78](https://github.com/supabase-community/postgrest-csharp/issues/78) Updates signatures for `Not` and `Filter`

Postgrest/Postgrest.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
</Description>
2222
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
2323
<PackageTags>supabase,postgrest</PackageTags>
24-
<ReleaseVersion>3.3.0</ReleaseVersion>
25-
<PackageVersion>3.3.0</PackageVersion>
24+
<ReleaseVersion>3.4.0</ReleaseVersion>
25+
<PackageVersion>3.4.0</PackageVersion>
2626
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2727
<PackageIcon>icon.png</PackageIcon>
2828
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -35,7 +35,7 @@
3535
</PropertyGroup>
3636

3737
<PropertyGroup Condition=" '$(Version)' == '' ">
38-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">3.3.0</VersionPrefix>
38+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">3.4.0</VersionPrefix>
3939
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
4040
</VersionSuffix>
4141
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>

0 commit comments

Comments
 (0)