File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.2.5 - 2023-07-13
4+
5+ - Re: [ supabase-community/supabase-csharp #81 ] ( https://github.com/supabase-community/supabase-csharp/discussions/81 ) -
6+ Clarifies ` ReferenceAttribute ` by changing ` shouldFilterTopLevel ` to ` useInnerJoin ` and adds an additional
7+ constructor for ` ReferenceAttribute ` with a shortcut for specifying the ` JoinType `
8+
39## 3.2.4 - 2023-06-29
410
511- [ #70 ] ( https://github.com/supabase-community/postgrest-csharp/pull/70 ) Minor Unity related fixes
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.2.4 </ReleaseVersion >
25- <PackageVersion >3.2.4 </PackageVersion >
24+ <ReleaseVersion >3.2.5 </ReleaseVersion >
25+ <PackageVersion >3.2.5 </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.2.4 </VersionPrefix >
38+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >3.2.5 </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