Skip to content

Commit

Permalink
Released version 3.2.2 to NuGet.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Oct 19, 2023
1 parent 621ce6f commit 3a18963
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.2] - 2023-10-19
### Changed
- Changed the version of `Blazor.FileSystem` to use the newest version which is `0.3.1`.

## [3.2.1] - 2023-10-05
### Fixed
- Fixed to conform to change in spec where `FilePickerAcceptType.Description` now has the empty string as default value i.e. `""`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RepositoryUrl>https://github.com/KristofferStrube/Blazor.FileSystemAccess</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>3.2.1</PackageVersion>
<PackageVersion>3.2.2</PackageVersion>
<Authors>Kristoffer Strube</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
Expand All @@ -34,7 +34,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="KristofferStrube.Blazor.FileSystem" Version="0.3.0" />
<PackageReference Include="KristofferStrube.Blazor.FileSystem" Version="0.3.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.3" />
</ItemGroup>

Expand Down

0 comments on commit 3a18963

Please sign in to comment.