From ec2f33b283437bf4899d29b4a33880392a178690 Mon Sep 17 00:00:00 2001 From: Alex Bezdieniezhnykh Date: Sun, 15 Jun 2025 17:13:47 +0300 Subject: [PATCH] add loaderui versioning --- Azaion.LoaderUI/Azaion.LoaderUI.csproj | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Azaion.LoaderUI/Azaion.LoaderUI.csproj b/Azaion.LoaderUI/Azaion.LoaderUI.csproj index e3716d2..7d83672 100644 --- a/Azaion.LoaderUI/Azaion.LoaderUI.csproj +++ b/Azaion.LoaderUI/Azaion.LoaderUI.csproj @@ -9,6 +9,16 @@ ..\logo.ico + + $([System.DateTime]::UtcNow.ToString("yyyy.MM.dd")) + $([System.Convert]::ToInt32($([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes))) + + $(VersionDate).$(VersionSeconds) + $(AssemblyVersion) + $(AssemblyVersion) + Copyright @ $([System.DateTime]::UtcNow.ToString("yyyy")) Azaion LLC. All rights reserved. + +