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 1
1
# Changelog
2
2
3
+ ## 1.2.1 - 11-12-2022
4
+
5
+ - Use ` supabase-core ` and implement ` IGettableHeaders ` on ` Client `
6
+
3
7
## 1.2.0 - 2022-11-10
4
8
5
9
- [ 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 16
16
<PackageLicenseUrl >https://github.com/supabase-community/functions-csharp/blob/master/LICENSE</PackageLicenseUrl >
17
17
<PackageProjectUrl >https://github.com/supabase-community/functions-csharp</PackageProjectUrl >
18
18
<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 >
21
21
</PropertyGroup >
22
22
<PropertyGroup >
23
23
<Nullable >enable</Nullable >
24
24
<LangVersion >8.0</LangVersion >
25
25
<WarningsAsErrors >CS8600;CS8602;CS8603</WarningsAsErrors >
26
26
</PropertyGroup >
27
27
<PropertyGroup Condition =" '$(Version)' == '' " >
28
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.2.0 </VersionPrefix >
28
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.2.1 </VersionPrefix >
29
29
<VersionSuffix Condition =" '$(VersionSuffix)' == '' " >
30
30
</VersionSuffix >
31
31
<Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
- <ReleaseVersion >1.2.0 </ReleaseVersion >
7
+ <ReleaseVersion >1.2.1 </ReleaseVersion >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
You can’t perform that action at this time.
0 commit comments