Merge branch 'stage'

This commit is contained in:
Alex Bezdieniezhnykh
2025-06-15 21:32:09 +03:00
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
pyinstaller pyinstaller
Cython Cython
opencv-python==4.10.0.84 opencv-python==4.10.0.84
numpy numpy==2.3.0
onnxruntime-gpu onnxruntime-gpu
cryptography==44.0.2 cryptography==44.0.2
psutil psutil
+10
View File
@@ -9,6 +9,16 @@
<ApplicationIcon>..\logo.ico</ApplicationIcon> <ApplicationIcon>..\logo.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<VersionDate>$([System.DateTime]::UtcNow.ToString("yyyy.MM.dd"))</VersionDate>
<VersionSeconds>$([System.Convert]::ToInt32($([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes)))</VersionSeconds>
<AssemblyVersion>$(VersionDate).$(VersionSeconds)</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<InformationalVersion>$(AssemblyVersion)</InformationalVersion>
<Copyright>Copyright @ $([System.DateTime]::UtcNow.ToString("yyyy")) Azaion LLC. All rights reserved.</Copyright>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="MessagePack" Version="3.1.0" /> <PackageReference Include="MessagePack" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.5" /> <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.5" />