Skip to content
This repository was archived by the owner on Aug 7, 2026. It is now read-only.

Commit 77492b3

Browse files
chore(master): release 2.1.1 (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c3927da commit 77492b3

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0"
2+
".": "2.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.1](https://github.com/supabase-community/functions-csharp/compare/v2.1.0...v2.1.1) (2026-07-15)
4+
5+
6+
### Bug Fixes
7+
8+
* lower Newtonsoft.Json minimum version to 13.0.2 ([#11](https://github.com/supabase-community/functions-csharp/issues/11)) ([eb188f7](https://github.com/supabase-community/functions-csharp/commit/eb188f745caf4843640ad24955231de85b98f627))
9+
310
## [2.1.0](https://github.com/supabase-community/functions-csharp/compare/v2.0.0...v2.1.0) (2025-05-13)
411

512

Functions/Functions.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<PackageProjectUrl>https://github.com/supabase-community/functions-csharp</PackageProjectUrl>
1818
<PackageTags>supabase, functions</PackageTags>
1919
<!-- x-release-please-start-version -->
20-
<PackageVersion>2.1.0</PackageVersion>
21-
<ReleaseVersion>2.1.0</ReleaseVersion>
20+
<PackageVersion>2.1.1</PackageVersion>
21+
<ReleaseVersion>2.1.1</ReleaseVersion>
2222
<!-- x-release-please-end -->
2323
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2424
<PackageIcon>icon.png</PackageIcon>
@@ -33,7 +33,7 @@
3333
</PropertyGroup>
3434

3535
<PropertyGroup Condition=" '$(Version)' == '' ">
36-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.1.0</VersionPrefix> <!-- x-release-please-version -->
36+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.1.1</VersionPrefix> <!-- x-release-please-version -->
3737
<VersionSuffix Condition=" '$(VersionSuffix)' == '' "></VersionSuffix>
3838
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
3939
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>

0 commit comments

Comments
 (0)