Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Nov 17, 2023
1 parent 29f8f4c commit ba36ddf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

<a name="3.0.0"></a>
## [3.0.0](https://www.github.com/mu88/RaspiFanController/releases/tag/v3.0.0) (2023-11-17)

### Features

* use .NET 8 ([a85230e](https://www.github.com/mu88/RaspiFanController/commit/a85230e5d5652801569659b75adf144837eed393))

### Breaking Changes

* use .NET 8 ([a85230e](https://www.github.com/mu88/RaspiFanController/commit/a85230e5d5652801569659b75adf144837eed393))

<a name="2.3.0"></a>
## [2.3.0](https://www.github.com/mu88/RaspiFanController/releases/tag/v2.3.0) (2023-11-17)

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>2.3.0</Version>
<Version>3.0.0</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<ImplicitUsings>true</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit ba36ddf

Please sign in to comment.