Skip to content

Commit 610fc0a

Browse files
Released version 0.4.2 to NuGet.
1 parent be9f113 commit 610fc0a

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ 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+
## [0.4.2] - 2026-04-04
10+
### Changed
11+
- Changed the version of Blazor.Streams to use the newest version which is `0.6.1`.
12+
13+
## [0.4.1] - 2026-03-31
814
### Fixed
915
- Fixed that `CreateAsync` methods in `Blob`, `File`, and `FileReader` leaked `IJSObjectReference`s.
16+
### Changed
17+
- Changed the version of Blazor.Streams to use the newest version which is `0.6.0`.
1018

1119
## [0.4.0] - 2024-10-29
1220
### Deprecated

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

Lines changed: 2 additions & 2 deletions
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.4.0</PackageVersion>
15+
<PackageVersion>0.4.2</PackageVersion>
1616
<Authors>Kristoffer Strube</Authors>
1717
<PackageReadmeFile>README.md</PackageReadmeFile>
1818
<PackageIcon>icon.png</PackageIcon>
@@ -35,7 +35,7 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<PackageReference Include="KristofferStrube.Blazor.Streams" Version="0.6.0" />
38+
<PackageReference Include="KristofferStrube.Blazor.Streams" Version="0.6.1" />
3939
</ItemGroup>
4040

4141
</Project>

0 commit comments

Comments
 (0)