Skip to content

Commit ed21fa3

Browse files
committed
Version bump to 2.0.0
1 parent 05d0c03 commit ed21fa3

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.0.0 - 04-21-2024
4+
5+
- Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package name `storage-csharp` to `Supabase.Storage`
6+
37
## 1.4.0 - 08-26-2023
48

59
- Fixes [#11](https://github.com/supabase-community/storage-csharp/issues/11) - Which implements

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111
Integrate your [Supabase](https://supabase.io) projects with C#.
1212

13-
**NOTICE, As of v1.1.0**
14-
**API Change [Breaking/Minor] Library no longer uses `WebClient` and instead leverages `HttpClient`. Progress events on `Upload` and `Download` are now handled with `EventHandler<float>` instead of `WebClient` EventHandlers.**
13+
## [Notice]: v2.0.0 renames this package from `storage-csharp` to `Supabase.Storage`. The depreciation notice has been set in NuGet. The API remains the same.
1514

1615
## Examples (using supabase-csharp)
1716

Storage/Storage.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<Title>Supabase Storage</Title>
1717
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
1818
<PackageTags>supabase, storage</PackageTags>
19-
<ReleaseVersion>1.4.0</ReleaseVersion>
20-
<PackageVersion>1.4.0</PackageVersion>
19+
<ReleaseVersion>2.0.0</ReleaseVersion>
20+
<PackageVersion>2.0.0</PackageVersion>
2121
<RepositoryUrl>https://github.com/supabase-community/storage-csharp</RepositoryUrl>
2222
<RepositoryType>git</RepositoryType>
2323
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -33,7 +33,7 @@
3333
</PropertyGroup>
3434

3535
<PropertyGroup Condition=" '$(Version)' == '' ">
36-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.4.0</VersionPrefix>
36+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.0</VersionPrefix>
3737
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
3838
</PropertyGroup>
3939

0 commit comments

Comments
 (0)