File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2.2 .0"
2
+ "." : " 2.3 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.3.0] ( https://github.com/supabase-community/storage-csharp/compare/v2.2.0...v2.3.0 ) (2025-09-09)
4
+
5
+
6
+ ### Features
7
+
8
+ * resumable upload ([ #29 ] ( https://github.com/supabase-community/storage-csharp/issues/29 ) ) ([ e9a94f9] ( https://github.com/supabase-community/storage-csharp/commit/e9a94f98e9d18b9c9448e77537f974e4c56e3134 ) )
9
+
3
10
## [ 2.2.0] ( https://github.com/supabase-community/storage-csharp/compare/v2.1.0...v2.2.0 ) (2025-06-06)
4
11
5
12
Original file line number Diff line number Diff line change 17
17
<PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
18
18
<PackageTags >supabase, storage</PackageTags >
19
19
<!-- x-release-please-start-version -->
20
- <ReleaseVersion >2.2 .0</ReleaseVersion >
21
- <PackageVersion >2.2 .0</PackageVersion >
20
+ <ReleaseVersion >2.3 .0</ReleaseVersion >
21
+ <PackageVersion >2.3 .0</PackageVersion >
22
22
<!-- x-release-please-end -->
23
23
<RepositoryUrl >https://github.com/supabase-community/storage-csharp</RepositoryUrl >
24
24
<RepositoryType >git</RepositoryType >
35
35
</PropertyGroup >
36
36
37
37
<PropertyGroup Condition =" '$(Version)' == '' " >
38
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >2.2 .0</VersionPrefix > <!-- x-release-please-version -->
38
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >2.3 .0</VersionPrefix > <!-- x-release-please-version -->
39
39
<Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
40
40
</PropertyGroup >
41
41
You can’t perform that action at this time.
0 commit comments