File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.1 - 2022-04-15
4
+
5
+ - Default ` token ` to be ` null ` in ` Invoke ` calls to allow ` Authorization ` to be passed solely via Headers.
6
+
3
7
## 1.0.0 - 2022-04-14
4
8
5
9
- Initial Release
Original file line number Diff line number Diff line change 11
11
<Summary >A C# client for Supabase functions</Summary >
12
12
<Title >Function</Title >
13
13
<Description >A C# client for Supabase functions</Description >
14
- <RootNamespace >Supabase.Gotrue </RootNamespace >
14
+ <RootNamespace >Supabase.Functions </RootNamespace >
15
15
<PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
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
- <PackageTags >supabase, gotrue </PackageTags >
19
- <PackageVersion >1.0.0 </PackageVersion >
20
- <ReleaseVersion >1.0.0 </ReleaseVersion >
18
+ <PackageTags >supabase, functions </PackageTags >
19
+ <PackageVersion >1.0.1 </PackageVersion >
20
+ <ReleaseVersion >1.0.1 </ReleaseVersion >
21
21
</PropertyGroup >
22
22
<PropertyGroup Condition =" '$(Version)' == '' " >
23
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.0.0 </VersionPrefix >
23
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.0.1 </VersionPrefix >
24
24
<VersionSuffix Condition =" '$(VersionSuffix)' == '' " >
25
25
</VersionSuffix >
26
26
<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.0 </ReleaseVersion >
7
+ <ReleaseVersion >1.0.1 </ReleaseVersion >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
You can’t perform that action at this time.
0 commit comments