File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. See [ versionize] ( https://github.com/versionize/versionize ) for commit guidelines.
4
4
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
+
5
12
<a name =" 3.1.0 " ></a >
6
13
## [ 3.1.0] ( https://www.github.com/mu88/ThisIsYourLife/releases/tag/v3.1.0 ) (2024-07-05)
7
14
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<TargetFramework >net8.0</TargetFramework >
4
- <Version >3.1 .0</Version >
4
+ <Version >3.2 .0</Version >
5
5
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
6
6
<ImplicitUsings >true</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
</PropertyGroup >
9
9
<ItemGroup Condition =" !$(MSBuildProjectName.Contains('Test'))" >
10
- <PackageReference Include =" AspNetCoreAnalyzers" />
10
+ <PackageReference Include =" AspNetCoreAnalyzers" />
11
11
<PackageReference Include =" IDisposableAnalyzers" >
12
12
<PrivateAssets >all</PrivateAssets >
13
13
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments