Skip to content

Commit 8d06da5

Browse files
committed
Version bump to 1.2.1
1 parent a936d35 commit 8d06da5

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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.2.1 - 11-12-2022
4+
5+
- Use `supabase-core` and implement `IGettableHeaders` on `Client`
6+
37
## 1.2.0 - 2022-11-10
48

59
- [MINOR] `Client` now initializes with a `baseUrl` and method calls arguments are only the `functionName`.

Functions/Functions.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
<PackageLicenseUrl>https://github.com/supabase-community/functions-csharp/blob/master/LICENSE</PackageLicenseUrl>
1717
<PackageProjectUrl>https://github.com/supabase-community/functions-csharp</PackageProjectUrl>
1818
<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>
2121
</PropertyGroup>
2222
<PropertyGroup>
2323
<Nullable>enable</Nullable>
2424
<LangVersion>8.0</LangVersion>
2525
<WarningsAsErrors>CS8600;CS8602;CS8603</WarningsAsErrors>
2626
</PropertyGroup>
2727
<PropertyGroup Condition=" '$(Version)' == '' ">
28-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.2.0</VersionPrefix>
28+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.2.1</VersionPrefix>
2929
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
3030
</VersionSuffix>
3131
<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.2.0</ReleaseVersion>
7+
<ReleaseVersion>1.2.1</ReleaseVersion>
88
</PropertyGroup>
99

1010
<ItemGroup>

0 commit comments

Comments
 (0)