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 1
1
# Changelog
2
2
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
+
3
9
## 3.2.4 - 2023-06-29
4
10
5
11
- [ #70 ] ( https://github.com/supabase-community/postgrest-csharp/pull/70 ) Minor Unity related fixes
Original file line number Diff line number Diff line change 21
21
</Description >
22
22
<PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
23
23
<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 >
26
26
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
27
27
<PackageIcon >icon.png</PackageIcon >
28
28
<PackageReadmeFile >README.md</PackageReadmeFile >
35
35
</PropertyGroup >
36
36
37
37
<PropertyGroup Condition =" '$(Version)' == '' " >
38
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >3.2.4 </VersionPrefix >
38
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >3.2.5 </VersionPrefix >
39
39
<VersionSuffix Condition =" '$(VersionSuffix)' == '' " >
40
40
</VersionSuffix >
41
41
<Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
You can’t perform that action at this time.
0 commit comments