Skip to content

Commit 879920a

Browse files
committed
Bump version to 4.1.0
1 parent 2113afd commit 879920a

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+
## 4.1.0 - 2025-02-03
4+
5+
- Added count to ModeledResponse [#103](https://github.com/supabase-community/postgrest-csharp/pull/103) by [DanielW093]https://github.com/DanielW093
6+
- Add support for long, DateTime, and DateTimeOffset criteria in filter expressions [#101](https://github.com/supabase-community/postgrest-csharp/pull/101) by [sbarnes-ellenbytech](https://github.com/sbarnes-ellenbytech)
7+
38
## 4.0.3 - 2024-05-23
49

510
- Re: [#97](https://github.com/supabase-community/postgrest-csharp/pull/97) Fix set null value on string property.

Postgrest/Postgrest.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
</Description>
2323
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
2424
<PackageTags>supabase,postgrest</PackageTags>
25-
<ReleaseVersion>4.0.3</ReleaseVersion>
26-
<PackageVersion>4.0.3</PackageVersion>
25+
<ReleaseVersion>4.1.0</ReleaseVersion>
26+
<PackageVersion>4.1.0</PackageVersion>
2727
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2828
<PackageIcon>icon.png</PackageIcon>
2929
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -35,7 +35,7 @@
3535
</PropertyGroup>
3636

3737
<PropertyGroup Condition=" '$(Version)' == '' ">
38-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">4.0.3</VersionPrefix>
38+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">4.1.0</VersionPrefix>
3939
<VersionSuffix Condition=" '$(VersionSuffix)' == '' "></VersionSuffix>
4040
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
4141
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>

0 commit comments

Comments
 (0)