-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dll version of Microsoft.ML.OnnxRuntime.dll is 0.0.0.0 #21475
Comments
There is a PackageVersion property that can be set but the packaging pipeline isn't passing through the ORT version currently. We'll look at updating it so that the version is set for official release builds. |
Many thanks for your quick response. Please let us know when this is fixed so I can update also our solution |
### Description <!-- Describe your changes. --> Set version and other info in the Microsoft.ML.OnnxRuntime C# dll by setting GenerateAssemblyInfo to true and passing in ORT version in the CI. Minor re-org of the order of properties so related things are grouped a little better. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> #21475
Change will be in the 1.19 release |
The nightly packages have the update if you want to verify: https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/ORT-Nightly |
Thank you very much for the update. |
Describe the issue
System Information (please complete the following information):
OS & Version: either Windows 10 or 11
ML.NET Version: versions 1.7 and 3.0
Microsoft.ML.OnnxRuntime.Gpu version 1.15.1 and 1.18.1
.NET Version: .netframework 4.7
Describe the bug
After building the solution the version of the Microsoft.ML.OnnxRuntime.dll is 0.0.0.0
This is not causing any issues if you are running the application through the Visual Studio.
But we create an installer with Wix for installation in production PC
When you install the software in Windows, the OS and wix due to the version of the dll being zero, they think the dll is corrupted and the installation cannot continue as the installer tries to recover the corrupted dll.
We have a work around by changing the version of the above dll but from my understanding dlls should not have 0 as a version
Urgency
No response
Target platform
Windows 10
Build script
The Dll version has an issue
Error / output
Visual Studio Version
2019 and 2022
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: