diff --git a/Azaion.Inference/requirements.txt b/Azaion.Inference/requirements.txt index 25458a4..6c9f1c9 100644 --- a/Azaion.Inference/requirements.txt +++ b/Azaion.Inference/requirements.txt @@ -1,7 +1,7 @@ pyinstaller Cython opencv-python==4.10.0.84 -numpy +numpy==2.3.0 onnxruntime-gpu cryptography==44.0.2 psutil 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. + +