Skip to content

Commit

Permalink
Version bump to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Mar 12, 2024
1 parent df1a783 commit 751ed4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.2 - 03-12-2024

- 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`

## 1.3.1 - 06-10-2023

- Updates usage of `Supabase.Core` assembly.
Expand Down
6 changes: 3 additions & 3 deletions Functions/Functions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
<PackageProjectUrl>https://github.com/supabase-community/functions-csharp</PackageProjectUrl>
<PackageTags>supabase, functions</PackageTags>
<PackageVersion>1.3.1</PackageVersion>
<ReleaseVersion>1.3.1</ReleaseVersion>
<PackageVersion>1.3.2</PackageVersion>
<ReleaseVersion>1.3.2</ReleaseVersion>
<AssemblyName>Supabase.Functions</AssemblyName>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>icon.png</PackageIcon>
Expand All @@ -31,7 +31,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.3.1</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.3.2</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' "></VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
Expand Down

0 comments on commit 751ed4f

Please sign in to comment.