Skip to content

Commit 1be2eb0

Browse files
committed
Fix typo
1 parent 83bceeb commit 1be2eb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0.6.2 - 2022-11-22
44

5-
- Update depedency: postgrest-csharp@3.0.3
5+
- Update depedency: postgrest-csharp@3.0.4
66
- `GetHeaders` is now passed to `ModeledResponse` and `BaseModel` so that the default `Update` and `Delete` methods use the latest credentials
77
- `GetHeaders` is used in `Rpc` calls (re: [#39](https://github.com/supabase-community/supabase-csharp/issues/39))
88

Supabase/Supabase.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<ItemGroup>
3232
<PackageReference Include="functions-csharp" Version="1.2.1" />
3333
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
34-
<PackageReference Include="postgrest-csharp" Version="3.0.3" />
34+
<PackageReference Include="postgrest-csharp" Version="3.0.4" />
3535
<PackageReference Include="realtime-csharp" Version="4.0.1" />
3636
<PackageReference Include="gotrue-csharp" Version="3.0.3" />
3737
<PackageReference Include="MimeMapping" Version="1.0.1.37" />

0 commit comments

Comments
 (0)