File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.1.1 - 2023-01-17
4+
5+ - Fix issue from supabase-community/supabase-csharp #48 where boolean model properties would not be evaluated in predicate expressions
6+
37## 3.1.0 - 2023-01-16
48
59- [ Minor] Breaking API Change: ` PrimaryKey ` attribute defaults to ` shouldInsert: false ` as most uses will have the Database generate the primary key.
Original file line number Diff line number Diff line change 1919 </Description >
2020 <PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
2121 <PackageTags >supabase,postgrest</PackageTags >
22- <ReleaseVersion >3.1.0 </ReleaseVersion >
23- <PackageVersion >3.1.0 </PackageVersion >
22+ <ReleaseVersion >3.1.1 </ReleaseVersion >
23+ <PackageVersion >3.1.1 </PackageVersion >
2424 </PropertyGroup >
2525 <PropertyGroup >
2626 <Nullable >enable</Nullable >
2727 <LangVersion >latest</LangVersion >
2828 <WarningsAsErrors >CS8600;CS8602;CS8603</WarningsAsErrors >
2929 </PropertyGroup >
3030 <PropertyGroup Condition =" '$(Version)' == '' " >
31- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >3.1.0 </VersionPrefix >
31+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >3.1.1 </VersionPrefix >
3232 <VersionSuffix Condition =" '$(VersionSuffix)' == '' " >
3333 </VersionSuffix >
3434 <Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
44 <TargetFramework >netcoreapp3.1</TargetFramework >
5- <ReleaseVersion >3.1.0 </ReleaseVersion >
5+ <ReleaseVersion >3.1.1 </ReleaseVersion >
66 </PropertyGroup >
77 <PropertyGroup >
88 <LangVersion >latest</LangVersion >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netcoreapp3.1</TargetFramework >
55 <IsPackable >false</IsPackable >
6- <ReleaseVersion >3.1.0 </ReleaseVersion >
6+ <ReleaseVersion >3.1.1 </ReleaseVersion >
77 </PropertyGroup >
88
99 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments