Skip to content

Commit c87d008

Browse files
committed
Version bump to 1.1.1
1 parent 471863f commit c87d008

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.1 - 07-17-2022
4+
5+
- Fix missing API change on `Update` method of `StorageFileApi`
6+
37
## 1.1.0 - 07-17-2022
48

59
- 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.

Storage/Storage.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<Title>Supabase Storage</Title>
1616
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
1717
<PackageTags>supabase</PackageTags>
18-
<ReleaseVersion>1.1.0</ReleaseVersion>
19-
<PackageVersion>1.1.0</PackageVersion>
18+
<ReleaseVersion>1.1.1</ReleaseVersion>
19+
<PackageVersion>1.1.1</PackageVersion>
2020
</PropertyGroup>
2121
<PropertyGroup Condition=" '$(Version)' == '' ">
22-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.1.0</VersionPrefix>
22+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.1.1</VersionPrefix>
2323
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
2424
</PropertyGroup>
2525
<ItemGroup>

StorageTests/StorageTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55

66
<IsPackable>false</IsPackable>
7-
<ReleaseVersion>1.1.0</ReleaseVersion>
7+
<ReleaseVersion>1.1.1</ReleaseVersion>
88
</PropertyGroup>
99

1010
<ItemGroup>

0 commit comments

Comments
 (0)