Skip to content

Commit cffc36b

Browse files
committed
chore(release): 3.0.0
1 parent a55ea54 commit cffc36b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
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="3.0.0"></a>
6+
## [3.0.0](https://www.github.com/mu88/ThisIsYourLife/releases/tag/v3.0.0) (2023-11-17)
7+
8+
### Features
9+
10+
* use .NET 8 ([2fe0c2f](https://www.github.com/mu88/ThisIsYourLife/commit/2fe0c2fe18be39a569e027ca40c7b398ec82792d))
11+
12+
### Breaking Changes
13+
14+
* use .NET 8 ([2fe0c2f](https://www.github.com/mu88/ThisIsYourLife/commit/2fe0c2fe18be39a569e027ca40c7b398ec82792d))
15+
516
<a name="2.2.0"></a>
617
## [2.2.0](https://www.github.com/mu88/ThisIsYourLife/releases/tag/v2.2.0) (2023-11-17)
718

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<Project>
1+
<Project>
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
4-
<Version>2.2.0</Version>
4+
<Version>3.0.0</Version>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<ImplicitUsings>true</ImplicitUsings>
77
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)