Skip to content

Commit e695506

Browse files
chore(master): release 2.1.0 (#25)
1 parent d037a54 commit e695506

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
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.0.2"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# Changelog
1+
# Changelog
2+
3+
## [2.1.0](https://github.com/supabase-community/storage-csharp/compare/v2.0.2...v2.1.0) (2025-05-25)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 2.1.0 ([d037a54](https://github.com/supabase-community/storage-csharp/commit/d037a54a55dae8f4d7f13d57bcfb0d6c166472a9))
29

310
## 2.0.2 - 06-29-2024
411

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.0.2</ReleaseVersion>
21-
<PackageVersion>2.0.2</PackageVersion>
20+
<ReleaseVersion>2.1.0</ReleaseVersion>
21+
<PackageVersion>2.1.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.0.2</VersionPrefix> <!-- x-release-please-version -->
38+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.1.0</VersionPrefix> <!-- x-release-please-version -->
3939
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
4040
</PropertyGroup>
4141

0 commit comments

Comments
 (0)