We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9525d7b commit 5e75a7eCopy full SHA for 5e75a7e
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.
4
5
+<a name="3.0.1"></a>
6
+## [3.0.1](https://www.github.com/mu88/ThisIsYourLife/releases/tag/v3.0.1) (2023-11-17)
7
+
8
<a name="3.0.0"></a>
9
## [3.0.0](https://www.github.com/mu88/ThisIsYourLife/releases/tag/v3.0.0) (2023-11-17)
10
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
- <Version>3.0.0</Version>
+ <Version>3.0.1</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<ImplicitUsings>true</ImplicitUsings>
<Nullable>enable</Nullable>
0 commit comments