Skip to content

Commit

Permalink
chore(release): 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Aug 2, 2024
1 parent 4be013c commit 7b4a594
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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.6.0"></a>
## [2.6.0](https://www.github.com/mu88/ScreenshotCreator/releases/tag/v2.6.0) (2024-08-02)

### Features

* replace OpenTelemetry and multi-manifest Docker image logic with NuGet package mu88.Shared ([4be013c](https://www.github.com/mu88/ScreenshotCreator/commit/4be013cd041236e0c419de3f64e1acb476465325))

<a name="2.5.2"></a>
## [2.5.2](https://www.github.com/mu88/ScreenshotCreator/releases/tag/v2.5.2) (2024-07-17)

Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>2.5.2</Version>
<Version>2.6.0</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<ImplicitUsings>true</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup Condition="!$(MSBuildProjectName.Contains('Test'))">
<PackageReference Include="AspNetCoreAnalyzers"/>
<PackageReference Include="AspNetCoreAnalyzers" />
<PackageReference Include="IDisposableAnalyzers">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 7b4a594

Please sign in to comment.