Skip to content

Commit 751ed4f

Browse files
committed
Version bump to 1.3.2
1 parent df1a783 commit 751ed4f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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.3.2 - 03-12-2024
4+
5+
- Re: [#5](https://github.com/supabase-community/functions-csharp/issues/5) Add support for specifying Http Timeout on a function call by adding `HttpTimeout` to `InvokeFunctionOptions`
6+
37
## 1.3.1 - 06-10-2023
48

59
- Updates usage of `Supabase.Core` assembly.

Functions/Functions.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
1616
<PackageProjectUrl>https://github.com/supabase-community/functions-csharp</PackageProjectUrl>
1717
<PackageTags>supabase, functions</PackageTags>
18-
<PackageVersion>1.3.1</PackageVersion>
19-
<ReleaseVersion>1.3.1</ReleaseVersion>
18+
<PackageVersion>1.3.2</PackageVersion>
19+
<ReleaseVersion>1.3.2</ReleaseVersion>
2020
<AssemblyName>Supabase.Functions</AssemblyName>
2121
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2222
<PackageIcon>icon.png</PackageIcon>
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<PropertyGroup Condition=" '$(Version)' == '' ">
34-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.3.1</VersionPrefix>
34+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.3.2</VersionPrefix>
3535
<VersionSuffix Condition=" '$(VersionSuffix)' == '' "></VersionSuffix>
3636
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
3737
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>

0 commit comments

Comments
 (0)