From f6879bbb3e96b28528da33902d0cdd74a1383d79 Mon Sep 17 00:00:00 2001 From: mu88 <4560672+mu88@users.noreply.github.com> Date: Sat, 3 Aug 2024 11:38:43 +0200 Subject: [PATCH] chore(release): 3.3.0 --- CHANGELOG.md | 7 +++++++ Directory.Build.props | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bde4ace..c442c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. + +## [3.3.0](https://www.github.com/mu88/RaspiFanController/releases/tag/v3.3.0) (2024-08-03) + +### Features + +* replace OpenTelemetry and multi-manifest Docker image logic with NuGet package mu88.Shared ([283aac9](https://www.github.com/mu88/RaspiFanController/commit/283aac9c434a196fa6c795d2242aedcfe26943db)) + ## [3.2.1](https://www.github.com/mu88/RaspiFanController/releases/tag/v3.2.1) (2024-06-29) diff --git a/Directory.Build.props b/Directory.Build.props index 894e6cb..3654f44 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,13 +1,13 @@ net8.0 - 3.2.1 + 3.3.0 true true enable - + all runtime; build; native; contentfiles; analyzers; buildtransitive