Skip to content

Commit fe22ee5

Browse files
committed
chore(release): 3.2.0
1 parent f161e37 commit fe22ee5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.
44

5+
<a name="3.2.0"></a>
6+
## [3.2.0](https://www.github.com/mu88/ThisIsYourLife/releases/tag/v3.2.0) (2024-08-03)
7+
8+
### Features
9+
10+
* replace OpenTelemetry and multi-manifest Docker image logic with NuGet package mu88.Shared ([e355df5](https://www.github.com/mu88/ThisIsYourLife/commit/e355df5bbcf4e885cbd946113401bba47a2078a2))
11+
512
<a name="3.1.0"></a>
613
## [3.1.0](https://www.github.com/mu88/ThisIsYourLife/releases/tag/v3.1.0) (2024-07-05)
714

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project>
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
4-
<Version>3.1.0</Version>
4+
<Version>3.2.0</Version>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<ImplicitUsings>true</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99
<ItemGroup Condition="!$(MSBuildProjectName.Contains('Test'))">
10-
<PackageReference Include="AspNetCoreAnalyzers"/>
10+
<PackageReference Include="AspNetCoreAnalyzers" />
1111
<PackageReference Include="IDisposableAnalyzers">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)