Skip to content

Commit 4ff9df5

Browse files
committed
Version bump to 2.0.1
1 parent dc57899 commit 4ff9df5

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog
22

3+
## 2.0.1 - 05-16-2024
4+
5+
- Re: [#15](https://github.com/supabase-community/storage-csharp/issues/15)
6+
and [#16](https://github.com/supabase-community/storage-csharp/pull/16)
7+
Fix CreateSignedUrl with TransformOptions. Thanks [@alustrement-bob](https://github.com/alustrement-bob)!
8+
39
## 2.0.0 - 04-21-2024
410

5-
- Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package name `storage-csharp` to `Supabase.Storage`
11+
- Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package
12+
name `storage-csharp` to `Supabase.Storage`
613

714
## 1.4.0 - 08-26-2023
815

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>2.0.0</ReleaseVersion>
20-
<PackageVersion>2.0.0</PackageVersion>
19+
<ReleaseVersion>2.0.1</ReleaseVersion>
20+
<PackageVersion>2.0.1</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)' == '' ">2.0.0</VersionPrefix>
36+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.1</VersionPrefix>
3737
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
3838
</PropertyGroup>
3939

0 commit comments

Comments
 (0)