Skip to content

Commit

Permalink
Version bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed May 16, 2024
1 parent dc57899 commit 4ff9df5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Changelog

## 2.0.1 - 05-16-2024

- Re: [#15](https://github.com/supabase-community/storage-csharp/issues/15)
and [#16](https://github.com/supabase-community/storage-csharp/pull/16)
Fix CreateSignedUrl with TransformOptions. Thanks [@alustrement-bob](https://github.com/alustrement-bob)!

## 2.0.0 - 04-21-2024

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

## 1.4.0 - 08-26-2023

Expand Down
6 changes: 3 additions & 3 deletions Storage/Storage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<Title>Supabase Storage</Title>
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
<PackageTags>supabase, storage</PackageTags>
<ReleaseVersion>2.0.0</ReleaseVersion>
<PackageVersion>2.0.0</PackageVersion>
<ReleaseVersion>2.0.1</ReleaseVersion>
<PackageVersion>2.0.1</PackageVersion>
<RepositoryUrl>https://github.com/supabase-community/storage-csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -33,7 +33,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.0</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.1</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
</PropertyGroup>

Expand Down

0 comments on commit 4ff9df5

Please sign in to comment.