File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## 0.6.1 - 2022-11-12
4
10
5
11
- [ Hotfix] ` GetHeaders ` was not passing properly to ` SupabaseTable ` and ` Gotrue.Api `
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
- <ReleaseVersion >0.6.1 </ReleaseVersion >
6
+ <ReleaseVersion >0.6.2 </ReleaseVersion >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
Original file line number Diff line number Diff line change 15
15
<Title >Supabase</Title >
16
16
<PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
17
17
<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 >
20
20
<PackageReleaseNotes ></PackageReleaseNotes >
21
21
</PropertyGroup >
22
22
<PropertyGroup >
25
25
<WarningsAsErrors >CS8600;CS8602;CS8603</WarningsAsErrors >
26
26
</PropertyGroup >
27
27
<PropertyGroup Condition =" '$(Version)' == '' " >
28
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >0.6.1 </VersionPrefix >
28
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >0.6.2 </VersionPrefix >
29
29
<Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
30
30
</PropertyGroup >
31
31
<ItemGroup >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
- <ReleaseVersion >0.6.1 </ReleaseVersion >
7
+ <ReleaseVersion >0.6.2 </ReleaseVersion >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
You can’t perform that action at this time.
0 commit comments