Skip to content

Commit c383e12

Browse files
committed
Version bump to 3.2.5
1 parent 10a8f79 commit c383e12

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

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.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>
@@ -35,7 +35,7 @@
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>

0 commit comments

Comments
 (0)