Skip to content

Commit a5fa08a

Browse files
chore: Release 2.0.0 (#80)
1 parent 3d3a3e7 commit a5fa08a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.0.0
2+
3+
- feat(sdk): .NET 10 support (#76) (2025-12-08)
4+
- Merge pull request #74 from MindscapeHQ/dependabot/nuget/src/FluentAssertions-8.8.0 (2025-11-02)
5+
- chore: Bump FluentAssertions from 8.7.0 to 8.8.0 (2025-11-01)
6+
- chore: Bump FluentAssertions from 8.6.0 to 8.7.0 (#73) (2025-10-02)
7+
- chore: Bump FluentAssertions from 6.12.2 to 8.6.0 (#72) (2025-09-02)
8+
- Merge pull request #71 from MindscapeHQ/release/1.2.2 (2025-04-18)
9+
110
## 1.2.2
211

312
- fix: support UtcOffset as decimal (#70) (2025-04-17)

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>1.2.2</Version>
4-
<PackageVersion>1.2.2</PackageVersion>
3+
<Version>2.0.0</Version>
4+
<PackageVersion>2.0.0</PackageVersion>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)