Skip to content

Commit 4bbd66f

Browse files
committed
Version bump to 2.1.1
1 parent f511806 commit 4bbd66f

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
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+
## 2.1.1 - 2022-10-19
4+
5+
- Re: [#50](https://github.com/supabase-community/postgrest-csharp/issues/50) & [#51](https://github.com/supabase-community/postgrest-csharp/pull/51) Adds `shouldFilterTopRows` as constructor parameter for `ReferenceAttribute` which defaults to `true` to match current API expectations.
6+
37
## 2.1.0 - 2022-10-11
48

59
- [Minor] Breaking API change: Remove `BaseModel.PrimaryKeyValue` and `BaseModel.PrimaryKeyColumn` in favor of a `PrimaryKey` dictionary with support for composite keys.

Postgrest/Postgrest.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
The bulk of this library is a translation and c-sharp-ification of the supabase/postgrest-js library.</Description>
1818
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
1919
<PackageTags>supabase,postgrest</PackageTags>
20-
<ReleaseVersion>2.1.0</ReleaseVersion>
21-
<PackageVersion>2.1.0</PackageVersion>
20+
<ReleaseVersion>2.1.1</ReleaseVersion>
21+
<PackageVersion>2.1.1</PackageVersion>
2222
</PropertyGroup>
2323
<PropertyGroup Condition=" '$(Version)' == '' ">
24-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.1.0</VersionPrefix>
24+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.1.1</VersionPrefix>
2525
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
2626
</VersionSuffix>
2727
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>

PostgrestExample/PostgrestExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
6-
<ReleaseVersion>2.1.0</ReleaseVersion>
6+
<ReleaseVersion>2.1.1</ReleaseVersion>
77
</PropertyGroup>
88

99
<ItemGroup>

PostgrestTests/PostgrestTests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
65
<IsPackable>false</IsPackable>
7-
<ReleaseVersion>2.1.0</ReleaseVersion>
6+
<ReleaseVersion>2.1.1</ReleaseVersion>
87
</PropertyGroup>
98

109
<ItemGroup>

0 commit comments

Comments
 (0)