File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.1 - 2024-05-07
4+
5+ - Update dependency: ` postgrest-csharp@4.0.1 `
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 `
Original file line number Diff line number Diff line change 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 >
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'" >
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" />
You can’t perform that action at this time.
0 commit comments