File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.0.1 - 2022-11-10
4+
5+ - Make ` SerializerSettings ` publicly accessible.
6+
37## 3.0.0 - 2022-11-08
48
59- Re: [ #54 ] ( https://github.com/supabase-community/postgrest-csharp/pull/54 ) Restructure Project to support DI and enable Nullity
Original file line number Diff line number Diff line change 1919 </Description >
2020 <PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
2121 <PackageTags >supabase,postgrest</PackageTags >
22- <ReleaseVersion >3.0.0 </ReleaseVersion >
23- <PackageVersion >3.0.0 </PackageVersion >
22+ <ReleaseVersion >3.0.1 </ReleaseVersion >
23+ <PackageVersion >3.0.1 </PackageVersion >
2424 </PropertyGroup >
2525 <PropertyGroup >
2626 <Nullable >enable</Nullable >
2727 <LangVersion >8.0</LangVersion >
2828 <WarningsAsErrors >CS8600;CS8602;CS8603</WarningsAsErrors >
2929 </PropertyGroup >
3030 <PropertyGroup Condition =" '$(Version)' == '' " >
31- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >3.0.0 </VersionPrefix >
31+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >3.0.1 </VersionPrefix >
3232 <VersionSuffix Condition =" '$(VersionSuffix)' == '' " >
3333 </VersionSuffix >
3434 <Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >netcoreapp3.1</TargetFramework >
6- <ReleaseVersion >3.0.0 </ReleaseVersion >
6+ <ReleaseVersion >3.0.1 </ReleaseVersion >
77 </PropertyGroup >
88
99 <ItemGroup >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netcoreapp3.1</TargetFramework >
55 <IsPackable >false</IsPackable >
6- <ReleaseVersion >3.0.0 </ReleaseVersion >
6+ <ReleaseVersion >3.0.1 </ReleaseVersion >
77 </PropertyGroup >
88
99 <ItemGroup >
You can’t perform that action at this time.
0 commit comments