Skip to content

Commit baab26d

Browse files
chore(master): release 2.4.0 (#32)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3befec0 commit baab26d

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.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.3.0"
2+
".": "2.4.0"
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.4.0](https://github.com/supabase-community/storage-csharp/compare/v2.3.0...v2.4.0) (2025-09-09)
4+
5+
6+
### Features
7+
8+
* implement cancelation token on some of upload method ([#30](https://github.com/supabase-community/storage-csharp/issues/30)) ([3befec0](https://github.com/supabase-community/storage-csharp/commit/3befec0181de15459fa427e32bebc4b92d82c161))
9+
310
## [2.3.0](https://github.com/supabase-community/storage-csharp/compare/v2.2.0...v2.3.0) (2025-09-09)
411

512

Storage/Storage.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
1818
<PackageTags>supabase, storage</PackageTags>
1919
<!-- x-release-please-start-version -->
20-
<ReleaseVersion>2.3.0</ReleaseVersion>
21-
<PackageVersion>2.3.0</PackageVersion>
20+
<ReleaseVersion>2.4.0</ReleaseVersion>
21+
<PackageVersion>2.4.0</PackageVersion>
2222
<!-- x-release-please-end -->
2323
<RepositoryUrl>https://github.com/supabase-community/storage-csharp</RepositoryUrl>
2424
<RepositoryType>git</RepositoryType>
@@ -35,7 +35,7 @@
3535
</PropertyGroup>
3636

3737
<PropertyGroup Condition=" '$(Version)' == '' ">
38-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.3.0</VersionPrefix> <!-- x-release-please-version -->
38+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.4.0</VersionPrefix> <!-- x-release-please-version -->
3939
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
4040
</PropertyGroup>
4141

0 commit comments

Comments
 (0)