From 789b707f050c6d32b1fdfe14dae7c3dfc0cb14ae Mon Sep 17 00:00:00 2001 From: mu88 <4560672+mu88@users.noreply.github.com> Date: Fri, 2 Aug 2024 19:35:30 +0200 Subject: [PATCH] chore(release): 2.7.0 --- CHANGELOG.md | 7 +++++++ Directory.Build.props | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 495548a..bf51142 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. + +## [2.7.0](https://www.github.com/mu88/ScreenshotCreator/releases/tag/v2.7.0) (2024-08-02) + +### Features + +* use MSBuild targets for building multi-arch Docker images from NuGet package mu88.Shared ([b352582](https://www.github.com/mu88/ScreenshotCreator/commit/b352582d698bb11f1a668a53391311b133866aa1)) + ## [2.6.2](https://www.github.com/mu88/ScreenshotCreator/releases/tag/v2.6.2) (2024-08-02) diff --git a/Directory.Build.props b/Directory.Build.props index 3d53c97..cf620d2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ net8.0 - 2.6.2 + 2.7.0 true true enable