Skip to content

Commit fb1164a

Browse files
Released version 0.2.0 to NuGet.
1 parent ebe27dd commit fb1164a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [0.2.0] - 2022-11-18
9+
### Added
10+
- Added implicit converters for `BlobPart` from `Blob`, `byte[]`, and `string`.
11+
### Fixed
12+
- Fixed that the saturating creator for `FileReader` didn't register event handlers.
813

914
## [0.1.1] - 2022-11-10
1015
### Fixed

src/KristofferStrube.Blazor.FileAPI/KristofferStrube.Blazor.FileAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<RepositoryUrl>https://github.com/KristofferStrube/Blazor.FileAPI</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15-
<PackageVersion>0.1.1</PackageVersion>
15+
<PackageVersion>0.2.0</PackageVersion>
1616
<Authors>Kristoffer Strube</Authors>
1717
<PackageReadmeFile>README.md</PackageReadmeFile>
1818
<PackageIcon>icon.png</PackageIcon>

0 commit comments

Comments
 (0)