File tree Expand file tree Collapse file tree
src/KristofferStrube.Blazor.FileSystemAccess Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 3.2.2] - 2023-10-19
10+ ### Changed
11+ - Changed the version of ` Blazor.FileSystem ` to use the newest version which is ` 0.3.1 ` .
12+
913## [ 3.2.1] - 2023-10-05
1014### Fixed
1115- Fixed to conform to change in spec where ` FilePickerAcceptType.Description ` now has the empty string as default value i.e. ` "" ` .
Original file line number Diff line number Diff line change 1111 <RepositoryUrl >https://github.com/KristofferStrube/Blazor.FileSystemAccess</RepositoryUrl >
1212 <RepositoryType >git</RepositoryType >
1313 <PackageLicenseExpression >MIT</PackageLicenseExpression >
14- <PackageVersion >3.2.1 </PackageVersion >
14+ <PackageVersion >3.2.2 </PackageVersion >
1515 <Authors >Kristoffer Strube</Authors >
1616 <PackageReadmeFile >README.md</PackageReadmeFile >
1717 <PackageIcon >icon.png</PackageIcon >
3434 </ItemGroup >
3535
3636 <ItemGroup >
37- <PackageReference Include =" KristofferStrube.Blazor.FileSystem" Version =" 0.3.0 " />
37+ <PackageReference Include =" KristofferStrube.Blazor.FileSystem" Version =" 0.3.1 " />
3838 <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 7.0.3" />
3939 </ItemGroup >
4040
You can’t perform that action at this time.
0 commit comments