Skip to content

Commit 8760b31

Browse files
committed
Bump dependencies: gotrue-csharp@4.2.6 and postgrest-csharp@3.4.1
1 parent 1f6afe6 commit 8760b31

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
check-name: build-and-test
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}
2626
wait-interval: 10
27+
28+
- name: Restore dependencies
29+
run: dotnet restore
30+
31+
- name: Build
32+
run: dotnet build --configuration Release --no-restore
2733

2834
- name: Generate package
2935
run: dotnet pack ./Supabase/Supabase.csproj --configuration Release

Supabase/Supabase.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<ItemGroup>
4444
<PackageReference Include="functions-csharp" Version="1.3.1" />
4545
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
46-
<PackageReference Include="postgrest-csharp" Version="3.3.0" />
47-
<PackageReference Include="gotrue-csharp" Version="4.2.5" />
46+
<PackageReference Include="postgrest-csharp" Version="3.4.1" />
47+
<PackageReference Include="gotrue-csharp" Version="4.2.6" />
4848
<PackageReference Include="realtime-csharp" Version="6.0.4" />
4949
<PackageReference Include="supabase-core" Version="0.0.3" />
5050
<PackageReference Include="supabase-storage-csharp" Version="1.4.0" />

modules/postgrest-csharp

Submodule postgrest-csharp updated 57 files

supabase-csharp.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ EndProject
2121
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{5B805377-7615-441C-86B1-4BE203B0289B}"
2222
ProjectSection(SolutionItems) = preProject
2323
.github\workflows\build-documentation.yaml = .github\workflows\build-documentation.yaml
24-
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
2524
.github\workflows\release.yml = .github\workflows\release.yml
25+
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
2626
EndProjectSection
2727
EndProject
2828
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{E407C761-AA9C-423C-AD1C-7EE687D3CAB9}"

0 commit comments

Comments
 (0)