Skip to content

Commit 900cc37

Browse files
committed
Version bump to v1.0.1 - Update dependency [email protected]
1 parent d0fc240 commit 900cc37

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Changelog
22

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+
39
## 1.0.0 - 2024-04-21
410

511
- Assembly Name has been changed to `Supabase.dll`
6-
- Update dependency: `postgrest-csharp@5.0.0`
12+
- Update dependency: `postgrest-csharp@4.0.0`
713
- [MAJOR] Moves namespaces from `Postgrest` to `Supabase.Postgrest`
814
- Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package
915
name `postgrest-csharp` to `Supabase.Postgrest`

Supabase/Supabase.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<PackageProjectUrl>https://github.com/supabase-community/supabase-csharp</PackageProjectUrl>
2020
<Summary>A C# implementation of the Supabase client</Summary>
2121
<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>
2424
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2525
<PackageIcon>icon.png</PackageIcon>
2626
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333

3434
<PropertyGroup Condition=" '$(Version)' == '' ">
35-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.0.0</VersionPrefix>
35+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.0.1</VersionPrefix>
3636
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
3737
</PropertyGroup>
3838
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
@@ -44,7 +44,7 @@
4444
<PackageReference Include="Supabase.Core" Version="1.0.0" />
4545
<PackageReference Include="Supabase.Functions" Version="2.0.0" />
4646
<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" />
4848
<PackageReference Include="Supabase.Realtime" Version="7.0.0" />
4949
<PackageReference Include="Supabase.Storage" Version="2.0.0" />
5050
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

0 commit comments

Comments
 (0)