Skip to content

Commit 1b97aa7

Browse files
committed
Version bump to 1.0.1
1 parent a95bf7f commit 1b97aa7

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

Functions/Functions.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
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&amp;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>

FunctionsTests/FunctionsTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)