chore(release): 1.0.1
This commit is contained in:
parent
c89c3530eb
commit
81df07a6f2
@ -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="1.0.1"></a>
|
||||
## 1.0.1 (2024-06-15)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* +
|
||||
|
||||
<a name="1.0.0"></a>
|
||||
## 1.0.0 (2024-06-15)
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>1.0.0</Version>
|
||||
<Version>1.0.1</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user