Skip to content

Commit

Permalink
chore(release): 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Aug 2, 2024
1 parent b352582 commit 789b707
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="2.7.0"></a>
## [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))

<a name="2.6.2"></a>
## [2.6.2](https://www.github.com/mu88/ScreenshotCreator/releases/tag/v2.6.2) (2024-08-02)

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.6.2</Version>
<Version>2.7.0</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<ImplicitUsings>true</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 789b707

Please sign in to comment.