mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 01:36:30 +00:00
Merge branch 'stage'
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user