Skip to content

Commit 3a18963

Browse files
Released version 3.2.2 to NuGet.
1 parent 621ce6f commit 3a18963

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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. `""`.

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>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>
@@ -34,7 +34,7 @@
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

0 commit comments

Comments
 (0)