Skip to content

Commit a14aac0

Browse files
committed
Version bump to 3.5.1
1 parent 9d88a08 commit a14aac0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 3.5.1 - 2024-03-15
4+
5+
- Re: [#147](https://github.com/supabase-community/supabase-csharp/issues/147) - Supports `Rpc` specifying a generic
6+
type for its return.
7+
38
## 3.5.0 - 2024-01-14
49

510
- Re: [#78](https://github.com/supabase-community/postgrest-csharp/issues/78), Generalize query filtering creation

Postgrest/Postgrest.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
</Description>
2121
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
2222
<PackageTags>supabase,postgrest</PackageTags>
23-
<ReleaseVersion>3.5.0</ReleaseVersion>
24-
<PackageVersion>3.5.0</PackageVersion>
23+
<ReleaseVersion>3.5.1</ReleaseVersion>
24+
<PackageVersion>3.5.1</PackageVersion>
2525
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2626
<PackageIcon>icon.png</PackageIcon>
2727
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535

3636
<PropertyGroup Condition=" '$(Version)' == '' ">
37-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">3.5.0</VersionPrefix>
37+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">3.5.1</VersionPrefix>
3838
<VersionSuffix Condition=" '$(VersionSuffix)' == '' "></VersionSuffix>
3939
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
4040
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>

0 commit comments

Comments
 (0)