Skip to content

Commit

Permalink
chore(release): 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Aug 3, 2024
1 parent fc43f56 commit f6879bb
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="3.3.0"></a>
## [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))

<a name="3.2.1"></a>
## [3.2.1](https://www.github.com/mu88/RaspiFanController/releases/tag/v3.2.1) (2024-06-29)

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>3.2.1</Version>
<Version>3.3.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 f6879bb

Please sign in to comment.