Skip to content

Commit cc0c6d0

Browse files
chore(master): release 2.4.1 (#36)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7a78ea7 commit cc0c6d0

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.4.0"
2+
".": "2.4.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.4.1](https://github.com/supabase-community/storage-csharp/compare/v2.4.0...v2.4.1) (2025-10-18)
4+
5+
6+
### Bug Fixes
7+
8+
* implement in-memory caching for resumable uploads, optimize erro… ([#35](https://github.com/supabase-community/storage-csharp/issues/35)) ([7a78ea7](https://github.com/supabase-community/storage-csharp/commit/7a78ea759024832e28a538e0d8eb195b5eee7226))
9+
310
## [2.4.0](https://github.com/supabase-community/storage-csharp/compare/v2.3.0...v2.4.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.4.0</ReleaseVersion>
21-
<PackageVersion>2.4.0</PackageVersion>
20+
<ReleaseVersion>2.4.1</ReleaseVersion>
21+
<PackageVersion>2.4.1</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.4.0</VersionPrefix> <!-- x-release-please-version -->
38+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.4.1</VersionPrefix> <!-- x-release-please-version -->
3939
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
4040
</PropertyGroup>
4141

0 commit comments

Comments
 (0)