File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.1 - 11-12-2022
4+
5+ - Use ` supabase-core ` and implement ` IGettableHeaders ` on ` Client `
6+
37## 1.2.0 - 2022-11-10
48
59- [ MINOR] ` Client ` now initializes with a ` baseUrl ` and method calls arguments are only the ` functionName ` .
Original file line number Diff line number Diff line change 1616 <PackageLicenseUrl >https://github.com/supabase-community/functions-csharp/blob/master/LICENSE</PackageLicenseUrl >
1717 <PackageProjectUrl >https://github.com/supabase-community/functions-csharp</PackageProjectUrl >
1818 <PackageTags >supabase, functions</PackageTags >
19- <PackageVersion >1.2.0 </PackageVersion >
20- <ReleaseVersion >1.2.0 </ReleaseVersion >
19+ <PackageVersion >1.2.1 </PackageVersion >
20+ <ReleaseVersion >1.2.1 </ReleaseVersion >
2121 </PropertyGroup >
2222 <PropertyGroup >
2323 <Nullable >enable</Nullable >
2424 <LangVersion >8.0</LangVersion >
2525 <WarningsAsErrors >CS8600;CS8602;CS8603</WarningsAsErrors >
2626 </PropertyGroup >
2727 <PropertyGroup Condition =" '$(Version)' == '' " >
28- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.2.0 </VersionPrefix >
28+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.2.1 </VersionPrefix >
2929 <VersionSuffix Condition =" '$(VersionSuffix)' == '' " >
3030 </VersionSuffix >
3131 <Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
Original file line number Diff line number Diff line change 44 <TargetFramework >netcoreapp3.1</TargetFramework >
55
66 <IsPackable >false</IsPackable >
7- <ReleaseVersion >1.2.0 </ReleaseVersion >
7+ <ReleaseVersion >1.2.1 </ReleaseVersion >
88 </PropertyGroup >
99
1010 <ItemGroup >
You can’t perform that action at this time.
0 commit comments