Skip to content

Commit 5b34ae0

Browse files
committed
Update _many_ dependencies
1 parent 6f61876 commit 5b34ae0

24 files changed

+134
-128
lines changed

Examples/SupabaseExample/Models/Channel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
2-
using Postgrest.Attributes;
3-
using Postgrest.Models;
2+
using Supabase.Postgrest.Attributes;
3+
using Supabase.Postgrest.Models;
44

55
namespace SupabaseExample.Models
66
{

Examples/SupabaseExample/Models/Movie.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using Postgrest.Attributes;
2-
using Postgrest.Models;
3-
using System;
1+
using System;
42
using System.Collections.Generic;
3+
using Supabase.Postgrest.Attributes;
4+
using Supabase.Postgrest.Models;
55

66
namespace SupabaseExample.Models
77
{
Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
1-
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio Version 17
3-
VisualStudioVersion = 17.2.32519.379
4-
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F94175FC-DE2B-4DBC-9C79-2A97B8489412}"
6-
ProjectSection(SolutionItems) = preProject
7-
.env = .env
8-
.env.sample = .env.sample
9-
.gitignore = .gitignore
10-
CHANGELOG.md = CHANGELOG.md
11-
docker-compose.yml = docker-compose.yml
12-
README.md = README.md
13-
EndProjectSection
14-
EndProject
15-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Supabase", "Supabase\Supabase.csproj", "{FAE80407-C121-47A3-9304-D39FA828E9F1}"
16-
EndProject
17-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SupabaseTests", "SupabaseTests\SupabaseTests.csproj", "{28EE4F80-74AA-46F6-B15E-27C30310401A}"
18-
EndProject
19-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{43FFFE0C-91D2-43AB-913F-B3824702AE49}"
20-
EndProject
21-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{5B805377-7615-441C-86B1-4BE203B0289B}"
22-
ProjectSection(SolutionItems) = preProject
23-
.github\workflows\build-documentation.yaml = .github\workflows\build-documentation.yaml
24-
.github\workflows\release.yml = .github\workflows\release.yml
25-
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
26-
EndProjectSection
27-
EndProject
28-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{E407C761-AA9C-423C-AD1C-7EE687D3CAB9}"
29-
EndProject
30-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SupabaseExample", "Examples\SupabaseExample\SupabaseExample.csproj", "{F73BCB1B-1EEE-41FA-B7A7-C655F391A26D}"
31-
EndProject
32-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{F7E6F0F9-19B4-403B-A5C8-36D43CDC6B5F}"
33-
EndProject
34-
Global
35-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
36-
Debug|Any CPU = Debug|Any CPU
37-
Release|Any CPU = Release|Any CPU
38-
EndGlobalSection
39-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
40-
{FAE80407-C121-47A3-9304-D39FA828E9F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41-
{FAE80407-C121-47A3-9304-D39FA828E9F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
42-
{FAE80407-C121-47A3-9304-D39FA828E9F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
43-
{FAE80407-C121-47A3-9304-D39FA828E9F1}.Release|Any CPU.Build.0 = Release|Any CPU
44-
{28EE4F80-74AA-46F6-B15E-27C30310401A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45-
{28EE4F80-74AA-46F6-B15E-27C30310401A}.Debug|Any CPU.Build.0 = Debug|Any CPU
46-
{28EE4F80-74AA-46F6-B15E-27C30310401A}.Release|Any CPU.ActiveCfg = Release|Any CPU
47-
{28EE4F80-74AA-46F6-B15E-27C30310401A}.Release|Any CPU.Build.0 = Release|Any CPU
48-
{F73BCB1B-1EEE-41FA-B7A7-C655F391A26D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
49-
{F73BCB1B-1EEE-41FA-B7A7-C655F391A26D}.Debug|Any CPU.Build.0 = Debug|Any CPU
50-
{F73BCB1B-1EEE-41FA-B7A7-C655F391A26D}.Release|Any CPU.ActiveCfg = Release|Any CPU
51-
{F73BCB1B-1EEE-41FA-B7A7-C655F391A26D}.Release|Any CPU.Build.0 = Release|Any CPU
52-
EndGlobalSection
53-
GlobalSection(SolutionProperties) = preSolution
54-
HideSolutionNode = FALSE
55-
EndGlobalSection
56-
GlobalSection(NestedProjects) = preSolution
57-
{43FFFE0C-91D2-43AB-913F-B3824702AE49} = {F94175FC-DE2B-4DBC-9C79-2A97B8489412}
58-
{5B805377-7615-441C-86B1-4BE203B0289B} = {43FFFE0C-91D2-43AB-913F-B3824702AE49}
59-
{F73BCB1B-1EEE-41FA-B7A7-C655F391A26D} = {F7E6F0F9-19B4-403B-A5C8-36D43CDC6B5F}
60-
EndGlobalSection
61-
GlobalSection(ExtensibilityGlobals) = postSolution
62-
SolutionGuid = {832DE89D-7252-4B03-9301-BB8D36B40992}
63-
EndGlobalSection
64-
GlobalSection(MonoDevelopProperties) = preSolution
65-
version = 0.3.4
66-
EndGlobalSection
67-
EndGlobal
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.2.32519.379
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F94175FC-DE2B-4DBC-9C79-2A97B8489412}"
6+
ProjectSection(SolutionItems) = preProject
7+
.env = .env
8+
.env.sample = .env.sample
9+
.gitignore = .gitignore
10+
CHANGELOG.md = CHANGELOG.md
11+
docker-compose.yml = docker-compose.yml
12+
README.md = README.md
13+
EndProjectSection
14+
EndProject
15+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Supabase", "Supabase\Supabase.csproj", "{FAE80407-C121-47A3-9304-D39FA828E9F1}"
16+
EndProject
17+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SupabaseTests", "SupabaseTests\SupabaseTests.csproj", "{28EE4F80-74AA-46F6-B15E-27C30310401A}"
18+
EndProject
19+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{43FFFE0C-91D2-43AB-913F-B3824702AE49}"
20+
EndProject
21+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{5B805377-7615-441C-86B1-4BE203B0289B}"
22+
ProjectSection(SolutionItems) = preProject
23+
.github\workflows\build-documentation.yaml = .github\workflows\build-documentation.yaml
24+
.github\workflows\release.yml = .github\workflows\release.yml
25+
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
26+
EndProjectSection
27+
EndProject
28+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{E407C761-AA9C-423C-AD1C-7EE687D3CAB9}"
29+
EndProject
30+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SupabaseExample", "Examples\SupabaseExample\SupabaseExample.csproj", "{F73BCB1B-1EEE-41FA-B7A7-C655F391A26D}"
31+
EndProject
32+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{F7E6F0F9-19B4-403B-A5C8-36D43CDC6B5F}"
33+
EndProject
34+
Global
35+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
36+
Debug|Any CPU = Debug|Any CPU
37+
Release|Any CPU = Release|Any CPU
38+
EndGlobalSection
39+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
40+
{FAE80407-C121-47A3-9304-D39FA828E9F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41+
{FAE80407-C121-47A3-9304-D39FA828E9F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
42+
{FAE80407-C121-47A3-9304-D39FA828E9F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
43+
{FAE80407-C121-47A3-9304-D39FA828E9F1}.Release|Any CPU.Build.0 = Release|Any CPU
44+
{28EE4F80-74AA-46F6-B15E-27C30310401A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45+
{28EE4F80-74AA-46F6-B15E-27C30310401A}.Debug|Any CPU.Build.0 = Debug|Any CPU
46+
{28EE4F80-74AA-46F6-B15E-27C30310401A}.Release|Any CPU.ActiveCfg = Release|Any CPU
47+
{28EE4F80-74AA-46F6-B15E-27C30310401A}.Release|Any CPU.Build.0 = Release|Any CPU
48+
{F73BCB1B-1EEE-41FA-B7A7-C655F391A26D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
49+
{F73BCB1B-1EEE-41FA-B7A7-C655F391A26D}.Debug|Any CPU.Build.0 = Debug|Any CPU
50+
{F73BCB1B-1EEE-41FA-B7A7-C655F391A26D}.Release|Any CPU.ActiveCfg = Release|Any CPU
51+
{F73BCB1B-1EEE-41FA-B7A7-C655F391A26D}.Release|Any CPU.Build.0 = Release|Any CPU
52+
EndGlobalSection
53+
GlobalSection(SolutionProperties) = preSolution
54+
HideSolutionNode = FALSE
55+
EndGlobalSection
56+
GlobalSection(NestedProjects) = preSolution
57+
{43FFFE0C-91D2-43AB-913F-B3824702AE49} = {F94175FC-DE2B-4DBC-9C79-2A97B8489412}
58+
{5B805377-7615-441C-86B1-4BE203B0289B} = {43FFFE0C-91D2-43AB-913F-B3824702AE49}
59+
{F73BCB1B-1EEE-41FA-B7A7-C655F391A26D} = {F7E6F0F9-19B4-403B-A5C8-36D43CDC6B5F}
60+
EndGlobalSection
61+
GlobalSection(ExtensibilityGlobals) = postSolution
62+
SolutionGuid = {832DE89D-7252-4B03-9301-BB8D36B40992}
63+
EndGlobalSection
64+
GlobalSection(MonoDevelopProperties) = preSolution
65+
version = 0.3.4
66+
EndGlobalSection
67+
EndGlobal

Supabase/Client.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
using System.Collections.Generic;
33
using System.Text.RegularExpressions;
44
using System.Threading.Tasks;
5-
using Postgrest.Interfaces;
6-
using Postgrest.Models;
7-
using Postgrest.Responses;
5+
using Supabase.Postgrest.Interfaces;
6+
using Supabase.Postgrest.Models;
7+
using Supabase.Postgrest.Responses;
88
using Supabase.Core;
99
using Supabase.Functions.Interfaces;
1010
using Supabase.Gotrue;

Supabase/Interfaces/ISupabaseClient.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
using Postgrest.Interfaces;
2-
using Postgrest.Models;
3-
using Postgrest.Responses;
1+
using Supabase.Postgrest.Interfaces;
2+
using Supabase.Postgrest.Models;
3+
using Supabase.Postgrest.Responses;
44
using Supabase.Functions.Interfaces;
55
using Supabase.Gotrue;
66
using Supabase.Gotrue.Interfaces;
77
using Supabase.Realtime.Interfaces;
88
using Supabase.Storage;
99
using Supabase.Storage.Interfaces;
10-
using System.Collections.Generic;
1110
using System.Threading.Tasks;
1211

1312
namespace Supabase.Interfaces

Supabase/Interfaces/ISupabaseTable.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
using Postgrest.Interfaces;
2-
using Postgrest.Models;
1+
using System.Threading.Tasks;
32
using Supabase.Realtime.Interfaces;
4-
using System.Threading.Tasks;
3+
using Supabase.Postgrest.Interfaces;
4+
using Supabase.Postgrest.Models;
55
using static Supabase.Realtime.PostgresChanges.PostgresChangesOptions;
66

77
namespace Supabase.Interfaces
88
{
99
/// <summary>
10-
/// Contract representing a supabase wrapped postgrest <see cref="IPostgrestTable{T}"/>
10+
/// Contract representing a supabase wrapped postgrest <see cref="IPostgrestTable{TModel}"/>
1111
/// </summary>
1212
/// <typeparam name="TModel">Model that inherits from <see cref="BaseModel"/> that represents this Table</typeparam>
1313
/// <typeparam name="TChannel">Class that implements <see cref="IRealtimeChannel"/></typeparam>

Supabase/StatelessClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using System.Collections.Generic;
22
using System.Text.RegularExpressions;
33
using System.Threading.Tasks;
4-
using Postgrest.Models;
5-
using Postgrest.Responses;
4+
using Supabase.Postgrest.Models;
5+
using Supabase.Postgrest.Responses;
66
using Supabase.Core;
77
using Supabase.Extensions;
88
using Supabase.Functions.Interfaces;

Supabase/Supabase.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838

3939
<ItemGroup>
4040
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
41+
<PackageReference Include="Supabase.Core" Version="1.0.0" />
42+
<PackageReference Include="Supabase.Functions" Version="2.0.0" />
43+
<PackageReference Include="Supabase.Gotrue" Version="5.0.0" />
44+
<PackageReference Include="Supabase.Postgrest" Version="4.0.0" />
45+
<PackageReference Include="Supabase.Realtime" Version="7.0.0" />
46+
<PackageReference Include="Supabase.Storage" Version="2.0.0" />
4147
</ItemGroup>
4248

4349
<ItemGroup>
44-
<PackageReference Include="functions-csharp" Version="1.3.2" />
4550
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
46-
<PackageReference Include="postgrest-csharp" Version="3.5.1" />
47-
<PackageReference Include="gotrue-csharp" Version="4.2.7" />
48-
<PackageReference Include="realtime-csharp" Version="6.0.4" />
49-
<PackageReference Include="supabase-core" Version="0.0.3" />
50-
<PackageReference Include="supabase-storage-csharp" Version="1.4.0" />
5151
</ItemGroup>
5252
<ItemGroup>
5353
<Folder Include="Extensions\" />

Supabase/SupabaseModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using Postgrest.Models;
2-
using System;
1+
using System;
2+
using Supabase.Postgrest.Models;
33

44
namespace Supabase
55
{

Supabase/SupabaseTable.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
using System.Collections.Generic;
22
using System.Threading.Tasks;
3-
using Postgrest;
4-
using Postgrest.Interfaces;
5-
using Postgrest.Models;
3+
using Supabase.Postgrest;
4+
using Supabase.Postgrest.Interfaces;
5+
using Supabase.Postgrest.Models;
66
using Supabase.Interfaces;
77
using Supabase.Realtime;
88
using Supabase.Realtime.Interfaces;
9-
using static Supabase.Client;
109
using static Supabase.Realtime.PostgresChanges.PostgresChangesOptions;
1110

1211
namespace Supabase

0 commit comments

Comments
 (0)