Skip to content

Commit d6dd49a

Browse files
committed
chore(release): 3.0.2
1 parent 8455402 commit d6dd49a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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.0.2"></a>
6+
## [3.0.2](https://www.github.com/mu88/ThisIsYourLife/releases/tag/v3.0.2) (2023-11-17)
7+
8+
### Bug Fixes
9+
10+
* don't rename assembly as it breaks the frontend ([8455402](https://www.github.com/mu88/ThisIsYourLife/commit/8455402e7511f1e621a1540fcf684ad9fe8412e4))
11+
512
<a name="3.0.1"></a>
613
## [3.0.1](https://www.github.com/mu88/ThisIsYourLife/releases/tag/v3.0.1) (2023-11-17)
714

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
4-
<Version>3.0.1</Version>
4+
<Version>3.0.2</Version>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<ImplicitUsings>true</ImplicitUsings>
77
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)