File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.2.0 - 2022-11-10
4
+
5
+ - [ MINOR] ` Client ` now initializes with a ` baseUrl ` and method calls arguments are only the ` functionName ` .
6
+ - Included ` GetHeaders ` property.
7
+
3
8
## 1.1.0 - 2022-11-04
4
9
5
10
- ` Client ` is no longer a Singleton class, it should be initialized using a default constructor.
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.1 .0</PackageVersion >
20
- <ReleaseVersion >1.1 .0</ReleaseVersion >
19
+ <PackageVersion >1.2 .0</PackageVersion >
20
+ <ReleaseVersion >1.2 .0</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.0.1 </VersionPrefix >
28
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.2.0 </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.0.1 </ReleaseVersion >
7
+ <ReleaseVersion >1.2.0 </ReleaseVersion >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
You can’t perform that action at this time.
0 commit comments