Skip to content

Commit 351c99d

Browse files
chore: release 2.0.1 (#95)
1 parent 139af8b commit 351c99d

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 2.0.1
2+
3+
- chore: fix test projects (#94) (2026-02-03)
4+
- chore: Bump Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.102 (#92) (2026-02-02)
5+
- chore: Bump Breakdance.Blazor from 7.0.0 to 8.0.2 (#88) (2026-02-02)
6+
- chore: Bump Microsoft.Extensions.DependencyInjection from 10.0.1 to 10.0.2 (#93) (2026-02-02)
7+
- chore: Bump Microsoft.AspNetCore.Components from 10.0.1 to 10.0.2 (#90) (2026-02-02)
8+
- chore: Bump bunit from 2.4.2 to 2.5.3 (#89) (2026-02-02)
9+
- chore: Bump Microsoft.AspNetCore.Components from 10.0.0 to 10.0.1 (#84) (2026-01-15)
10+
- chore: Bump bunit from 1.40.0 to 2.4.2 (#83) (2026-01-15)
11+
- chore: Bump Breakdance.Blazor and bunit (#82) (2026-01-15)
12+
- chore: Bump Microsoft.Extensions.DependencyInjection from 10.0.0 to 10.0.1 (#85) (2026-01-15)
13+
- chore: Bump Microsoft.NET.Test.Sdk and MSTest (#87) (2026-01-15)
14+
- ci: build nuget packages automatically (#81) (2025-12-10)
15+
116
## 2.0.0
217

318
- feat(sdk): .NET 10 support (#76) (2025-12-08)

src/Version.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.0.0</Version>
4-
<PackageVersion>2.0.0</PackageVersion>
3+
<Version>2.0.1</Version>
4+
<PackageVersion>2.0.1</PackageVersion>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)