Skip to content

Commit 8c25346

Browse files
committed
Version bump to 0.6.2
1 parent 2232234 commit 8c25346

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
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+
## 0.6.2 - 2022-11-22
4+
5+
- Update depedency: postgrest-csharp@3.0.3
6+
- `GetHeaders` is now passed to `ModeledResponse` and `BaseModel` so that the default `Update` and `Delete` methods use the latest credentials
7+
- `GetHeaders` is used in `Rpc` calls (re: [#39](https://github.com/supabase-community/supabase-csharp/issues/39))
8+
39
## 0.6.1 - 2022-11-12
410

511
- [Hotfix] `GetHeaders` was not passing properly to `SupabaseTable` and `Gotrue.Api`

Examples/SupabaseExample/SupabaseExample.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>0.6.1</ReleaseVersion>
6+
<ReleaseVersion>0.6.2</ReleaseVersion>
77
</PropertyGroup>
88

99
<ItemGroup>

Supabase/Supabase.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<Title>Supabase</Title>
1616
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
1717
<PackageTags>supabase</PackageTags>
18-
<ReleaseVersion>0.6.1</ReleaseVersion>
19-
<PackageVersion>0.6.1</PackageVersion>
18+
<ReleaseVersion>0.6.2</ReleaseVersion>
19+
<PackageVersion>0.6.2</PackageVersion>
2020
<PackageReleaseNotes></PackageReleaseNotes>
2121
</PropertyGroup>
2222
<PropertyGroup>
@@ -25,7 +25,7 @@
2525
<WarningsAsErrors>CS8600;CS8602;CS8603</WarningsAsErrors>
2626
</PropertyGroup>
2727
<PropertyGroup Condition=" '$(Version)' == '' ">
28-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.6.1</VersionPrefix>
28+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.6.2</VersionPrefix>
2929
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
3030
</PropertyGroup>
3131
<ItemGroup>

SupabaseTests/SupabaseTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55

66
<IsPackable>false</IsPackable>
7-
<ReleaseVersion>0.6.1</ReleaseVersion>
7+
<ReleaseVersion>0.6.2</ReleaseVersion>
88
</PropertyGroup>
99

1010
<ItemGroup>

0 commit comments

Comments
 (0)