Skip to content

Commit 307ef3f

Browse files
committed
chore(release): 4.0.0
1 parent 30a5991 commit 307ef3f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.
44

5+
<a name="4.0.0"></a>
6+
## [4.0.0](https://www.github.com/mu88/ThisIsYourLife/releases/tag/v4.0.0) (2024-12-06)
7+
8+
### Features
9+
10+
* **deps:** upgrade to .NET 9 ([30a5991](https://www.github.com/mu88/ThisIsYourLife/commit/30a59917e0d19261fe45de41c890d2894290c232))
11+
12+
### Breaking Changes
13+
14+
* **deps:** upgrade to .NET 9 ([30a5991](https://www.github.com/mu88/ThisIsYourLife/commit/30a59917e0d19261fe45de41c890d2894290c232))
15+
516
<a name="3.2.0"></a>
617
## [3.2.0](https://www.github.com/mu88/ThisIsYourLife/releases/tag/v3.2.0) (2024-08-03)
718

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<TargetFramework>net9.0</TargetFramework>
4-
<Version>3.2.0</Version>
4+
<Version>4.0.0</Version>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<ImplicitUsings>true</ImplicitUsings>
77
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)