File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 2121 </Description >
2222 <PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& 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 >
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 >
You can’t perform that action at this time.
0 commit comments