Skip to content

Commit 0d502de

Browse files
committed
Version bump to 3.2.10
1 parent b299b28 commit 0d502de

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 3.2.10 - 2023-11-13
4+
5+
- Re: [#76](https://github.com/supabase-community/postgrest-csharp/issues/76) Removes the incorrect `ToUniversalTime` conversion in the LINQ `Where` parser.
6+
37
## 3.2.9 - 2023-10-09
48

59
- Re: [supabase-csharp#115](https://github.com/supabase-community/supabase-csharp/discussions/115) Additional support for a model referencing another model with multiple foreign keys.

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.9</ReleaseVersion>
25-
<PackageVersion>3.2.9</PackageVersion>
24+
<ReleaseVersion>3.2.10</ReleaseVersion>
25+
<PackageVersion>3.2.10</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.9</VersionPrefix>
38+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">3.2.10</VersionPrefix>
3939
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
4040
</VersionSuffix>
4141
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>

0 commit comments

Comments
 (0)