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.1 .0"
2
+ "." : " 2.2 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.2.0] ( https://github.com/supabase-community/storage-csharp/compare/v2.1.0...v2.2.0 ) (2025-06-06)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * update readme title ([ 83dcdfe] ( https://github.com/supabase-community/storage-csharp/commit/83dcdfe6c3f153b63b1c493cfaf1d53b3ae9f737 ) )
9
+
3
10
## [ 2.1.0] ( https://github.com/supabase-community/storage-csharp/compare/v2.0.2...v2.1.0 ) (2025-05-25)
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.1 .0</ReleaseVersion >
21
- <PackageVersion >2.1 .0</PackageVersion >
20
+ <ReleaseVersion >2.2 .0</ReleaseVersion >
21
+ <PackageVersion >2.2 .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.1 .0</VersionPrefix > <!-- x-release-please-version -->
38
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >2.2 .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