File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.0.1 - 2024-05-07
4+
5+ - Re: [ #92 ] ( https://github.com/supabase-community/postgrest-csharp/issues/92 ) Changes ` IPostgrestTable<> ` contract to
6+ return the interface rather than a concrete type.
7+
38## 4.0.0 - 2024-04-21
49
510- [ MAJOR] Moves namespaces from ` Postgrest ` to ` Supabase.Postgrest `
Original file line number Diff line number Diff line change 2222 </Description >
2323 <PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
2424 <PackageTags >supabase,postgrest</PackageTags >
25- <ReleaseVersion >4.0.0 </ReleaseVersion >
26- <PackageVersion >4.0.0 </PackageVersion >
25+ <ReleaseVersion >4.0.1 </ReleaseVersion >
26+ <PackageVersion >4.0.1 </PackageVersion >
2727 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2828 <PackageIcon >icon.png</PackageIcon >
2929 <PackageReadmeFile >README.md</PackageReadmeFile >
3535 </PropertyGroup >
3636
3737 <PropertyGroup Condition =" '$(Version)' == '' " >
38- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >4.0.0 </VersionPrefix >
38+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >4.0.1 </VersionPrefix >
3939 <VersionSuffix Condition =" '$(VersionSuffix)' == '' " ></VersionSuffix >
4040 <Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
4141 <Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
You can’t perform that action at this time.
0 commit comments