Skip to content

Commit 1268da4

Browse files
Released version 0.4.4 to NuGet.
1 parent d4a2bbf commit 1268da4

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.4] - 2026-04-09
10+
### Changed
11+
- Changed the version of Blazor.Streams to use the newest version which is `0.6.3`.
12+
913
## [0.4.3] - 2026-04-09
10-
### Changed
14+
### Changed
1115
- Changed the version of Blazor.Streams to use the newest version which is `0.6.2`.
1216

1317
## [0.4.2] - 2026-04-04

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.3</PackageVersion>
15+
<PackageVersion>0.4.4</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.2" />
38+
<PackageReference Include="KristofferStrube.Blazor.Streams" Version="0.6.3" />
3939
</ItemGroup>
4040

4141
</Project>

0 commit comments

Comments
 (0)