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 11# Changelog
22
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+
37## 1.0.0 - 2022-04-14
48
59- Initial Release
Original file line number Diff line number Diff line change 1111 <Summary >A C# client for Supabase functions</Summary >
1212 <Title >Function</Title >
1313 <Description >A C# client for Supabase functions</Description >
14- <RootNamespace >Supabase.Gotrue </RootNamespace >
14+ <RootNamespace >Supabase.Functions </RootNamespace >
1515 <PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
1616 <PackageLicenseUrl >https://github.com/supabase-community/functions-csharp/blob/master/LICENSE</PackageLicenseUrl >
1717 <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 >
2121 </PropertyGroup >
2222 <PropertyGroup Condition =" '$(Version)' == '' " >
23- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.0.0 </VersionPrefix >
23+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.0.1 </VersionPrefix >
2424 <VersionSuffix Condition =" '$(VersionSuffix)' == '' " >
2525 </VersionSuffix >
2626 <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.0.0 </ReleaseVersion >
7+ <ReleaseVersion >1.0.1 </ReleaseVersion >
88 </PropertyGroup >
99
1010 <ItemGroup >
You can’t perform that action at this time.
0 commit comments