chore(version): Bump version to 0.0.4
Some checks failed
Run Build / dotnet (push) Successful in 41s
Build and Generate Release Artifact / build (push) Failing after 17s

This commit is contained in:
Robert Morrison 2026-01-04 02:13:00 +00:00
parent ddfae61fdc
commit 7b41afd790
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -15,7 +15,7 @@
<OutputPath>bin\$(Configuration)\</OutputPath>
<Version Condition="'$(RELEASE_VERSION)' != ''">$(RELEASE_VERSION)</Version>
<VersionPrefix Condition="'$(RELEASE_VERSION)' == ''">0.0.3</VersionPrefix>
<VersionPrefix Condition="'$(RELEASE_VERSION)' == ''">0.0.4</VersionPrefix>
<VersionSuffix Condition="'$(RELEASE_VERSION)' == ''">$([System.DateTime]::UtcNow.ToString(`yyyyMMdd-HHmm`))</VersionSuffix>
</PropertyGroup>