Skip to content

Commit 8b1c85e

Browse files
committed
Version bump to 0.16.1
1 parent 9a42011 commit 8b1c85e

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.16.1 - 2024-03-15
4+
5+
- Update dependency: `postgrest-csharp@3.5.1`
6+
- Re: [#147](https://github.com/supabase-community/supabase-csharp/issues/147) - Supports `Rpc` specifying a generic
7+
type for its return.
8+
39
## 0.16.0 - 2024-03-12
410

511
- Update dependency: `postgrest-csharp@3.5.0`
@@ -12,7 +18,8 @@
1218
- Adjust serialization of timestamps within a `QueryFilter` to support `DateTime` and `DateTimeOffset` using the
1319
ISO-8601 (https://stackoverflow.com/a/115002)
1420
- Update dependency: `functions-csharp@1.3.2`
15-
- 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`
21+
- Re: [#5](https://github.com/supabase-community/functions-csharp/issues/5) Add support for specifying Http Timeout
22+
on a function call by adding `HttpTimeout` to `InvokeFunctionOptions`
1623

1724
## 0.15.0 - 2024-01-08
1825

Supabase/Supabase.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<Summary>A C# implementation of the Supabase client</Summary>
1919
<Title>Supabase</Title>
2020
<PackageTags>supabase</PackageTags>
21-
<ReleaseVersion>0.16.0</ReleaseVersion>
22-
<PackageVersion>0.16.0</PackageVersion>
21+
<ReleaseVersion>0.16.1</ReleaseVersion>
22+
<PackageVersion>0.16.1</PackageVersion>
2323
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2424
<PackageIcon>icon.png</PackageIcon>
2525
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -29,7 +29,7 @@
2929
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3030
</PropertyGroup>
3131
<PropertyGroup Condition=" '$(Version)' == '' ">
32-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.16.0</VersionPrefix>
32+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.16.1</VersionPrefix>
3333
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
3434
</PropertyGroup>
3535
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

0 commit comments

Comments
 (0)