diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..969d3db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c66e4..d83ea0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ -# Changelog - +# Changelog + +## [2.1.0](https://github.com/supabase-community/functions-csharp/compare/v2.0.0...v2.1.0) (2025-05-13) + + +### Miscellaneous Chores + +* release 2.1.0 ([6f2d78d](https://github.com/supabase-community/functions-csharp/commit/6f2d78df68e91d3457fa54e3ff28f179edb95ab1)) + ## 2.0.0 - 04-21-2024 - v2.0.0 renames this package from `functions-csharp` to `Supabase.Functions`. The depreciation notice has been set in NuGet. The API remains the same. @@ -39,4 +46,4 @@ ## 1.0.0 - 2022-04-14 -- Initial Release \ No newline at end of file +- Initial Release diff --git a/Functions/Functions.csproj b/Functions/Functions.csproj index 4108d70..889548d 100644 --- a/Functions/Functions.csproj +++ b/Functions/Functions.csproj @@ -1,51 +1,51 @@ - - - netstandard2.0 - true - Supabase.Functions - Supabase.Functions - Supabase.Functions - Joseph Schultz <joseph@acupofjose.com> - MIT - en - MIT - Joseph Schultz <joseph@acupofjose.com> - A C# client for Supabase Functions - Function - A C# client for Supabase Functions - https://avatars.githubusercontent.com/u/54469796?s=200&v=4 - https://github.com/supabase-community/functions-csharp - supabase, functions - - 2.0.0 - 2.0.0 - - true - icon.png - README.md - https://github.com/supabase-community/functions-csharp - true - snupkg - true - enable - 8.0 - CS8600;CS8602;CS8603 - - - - 2.0.0 - - $(VersionPrefix)-$(VersionSuffix) - $(VersionPrefix) - - - - - - - - - - - - + + + netstandard2.0 + true + Supabase.Functions + Supabase.Functions + Supabase.Functions + Joseph Schultz <joseph@acupofjose.com> + MIT + en + MIT + Joseph Schultz <joseph@acupofjose.com> + A C# client for Supabase Functions + Function + A C# client for Supabase Functions + https://avatars.githubusercontent.com/u/54469796?s=200&v=4 + https://github.com/supabase-community/functions-csharp + supabase, functions + + 2.1.0 + 2.1.0 + + true + icon.png + README.md + https://github.com/supabase-community/functions-csharp + true + snupkg + true + enable + 8.0 + CS8600;CS8602;CS8603 + + + + 2.1.0 + + $(VersionPrefix)-$(VersionSuffix) + $(VersionPrefix) + + + + + + + + + + + +