mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 06:36:31 +00:00
Merge branch 'stage'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pyinstaller
|
||||
Cython
|
||||
opencv-python==4.10.0.84
|
||||
numpy
|
||||
numpy==2.3.0
|
||||
onnxruntime-gpu
|
||||
cryptography==44.0.2
|
||||
psutil
|
||||
|
||||
@@ -9,6 +9,16 @@
|
||||
<ApplicationIcon>..\logo.ico</ApplicationIcon>
|
||||
</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>
|
||||
<PackageReference Include="MessagePack" Version="3.1.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.5" />
|
||||
|
||||
Reference in New Issue
Block a user