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. + +