Skip to content

Commit 6151e2d

Browse files
Released version 2.1.0 to NuGet.
1 parent 6dcbac9 commit 6151e2d

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ 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+
9+
## [2.1.0] - 2022-11-18
810
### Added
911
- Added `FileSystemAccessOptions` class that can customize the helper script path. By [@datvm](https://github.com/datvm).
10-
- Added overloads for `FileSystemAccessService` and `FileSystemAccessServiceInProcess` methods that takes a `FileSystemAccessOptions`. By [@datvm](https://github.com/datvm).
11-
- Added overloads for creator methods on `FileSystemHandle`, `FileSystemFileHandle`, and `FileSystemDirectoryHandle` that takes a `FileSystemAccessOptions`. By [@datvm](https://github.com/datvm).
12+
- Added overloads for methods in `FileSystemAccessService` and `FileSystemAccessServiceInProcess` methods that takes a `FileSystemAccessOptions`. By [@datvm](https://github.com/datvm).
13+
- Added overloads for creator methods on `FileSystemHandle`, `FileSystemFileHandle`, and `FileSystemDirectoryHandle` and their inProcess counterparts that takes a `FileSystemAccessOptions`. By [@datvm](https://github.com/datvm).
1214
- Added `Create` method to `FileSystemWritableFileStream`.
15+
### Changed
16+
- Changed the version of `Blazor.FileAPI` to use the newest version which is `0.2.0`.
1317

1418
## [2.0.0] - 2022-11-10
1519
### Added

src/KristofferStrube.Blazor.FileSystemAccess/KristofferStrube.Blazor.FileSystemAccess.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RepositoryUrl>https://github.com/KristofferStrube/Blazor.FileSystemAccess</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14-
<PackageVersion>2.0.0</PackageVersion>
14+
<PackageVersion>2.1.0</PackageVersion>
1515
<Authors>Kristoffer Strube</Authors>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
1717
<PackageIcon>icon.png</PackageIcon>
@@ -33,7 +33,7 @@
3333
</ItemGroup>
3434

3535
<ItemGroup>
36-
<PackageReference Include="KristofferStrube.Blazor.FileAPI" Version="0.1.1" />
36+
<PackageReference Include="KristofferStrube.Blazor.FileAPI" Version="0.2.0" />
3737
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.*" />
3838
</ItemGroup>
3939

0 commit comments

Comments
 (0)