File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.1 - 2024-05-07
4
+
5
+ - Update dependency:
` [email protected] `
6
+ - Re: [ #92 ] ( https://github.com/supabase-community/postgrest-csharp/issues/92 ) Changes ` IPostgrestTable<> ` contract
7
+ to return the interface rather than a concrete type.
8
+
3
9
## 1.0.0 - 2024-04-21
4
10
5
11
- Assembly Name has been changed to ` Supabase.dll `
6
- - Update dependency: ` postgrest-csharp@5 .0.0 `
12
+ - Update dependency: ` postgrest-csharp@4 .0.0 `
7
13
- [ MAJOR] Moves namespaces from ` Postgrest ` to ` Supabase.Postgrest `
8
14
- Re: [ #135 ] ( https://github.com/supabase-community/supabase-csharp/issues/135 ) Update nuget package
9
15
name ` postgrest-csharp ` to ` Supabase.Postgrest `
Original file line number Diff line number Diff line change 19
19
<PackageProjectUrl >https://github.com/supabase-community/supabase-csharp</PackageProjectUrl >
20
20
<Summary >A C# implementation of the Supabase client</Summary >
21
21
<PackageTags >supabase</PackageTags >
22
- <ReleaseVersion >1.0.0 </ReleaseVersion >
23
- <PackageVersion >1.0.0 </PackageVersion >
22
+ <ReleaseVersion >1.0.1 </ReleaseVersion >
23
+ <PackageVersion >1.0.1 </PackageVersion >
24
24
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
25
25
<PackageIcon >icon.png</PackageIcon >
26
26
<PackageReadmeFile >README.md</PackageReadmeFile >
32
32
</PropertyGroup >
33
33
34
34
<PropertyGroup Condition =" '$(Version)' == '' " >
35
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.0.0 </VersionPrefix >
35
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.0.1 </VersionPrefix >
36
36
<Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
37
37
</PropertyGroup >
38
38
<PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
44
44
<PackageReference Include =" Supabase.Core" Version =" 1.0.0" />
45
45
<PackageReference Include =" Supabase.Functions" Version =" 2.0.0" />
46
46
<PackageReference Include =" Supabase.Gotrue" Version =" 5.0.0" />
47
- <PackageReference Include =" Supabase.Postgrest" Version =" 4.0.0 " />
47
+ <PackageReference Include =" Supabase.Postgrest" Version =" 4.0.1 " />
48
48
<PackageReference Include =" Supabase.Realtime" Version =" 7.0.0" />
49
49
<PackageReference Include =" Supabase.Storage" Version =" 2.0.0" />
50
50
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
You can’t perform that action at this time.
0 commit comments