Hi everyone,
I noticed that RhinoCommon’s latest NuGet package v. 7.15.22039.13001 contains the RhinoCommon.dll
and the Rhino.UI
dll with a previous file version: 7.15.22039.13000
In the latest Rhino, the file versions of both RhinoCommon.dll
and Rhino.UI
which got installed in my system are v. 7.15.22039.13001
There is a discrepancy between the NuGet package and Rhino’s latest update. Is there a particular reason for this? I feel that this should be fixed because if the NuGet package says the version is 7.15.22039.13001, I as a developer would expect that both RhinoCommon.dll
and Rhino.UI
file versions are 7.15.22039.13001 and not 7.15.22039.13000
I was aware of this problem, because in my project I am referencing RhinoWindows
dll from my local machine, which depends on RhinoCommon.dll
7.15.22039.13001, causing me a build error.
I could simply reference these locally instead, but I really want to avoid this, as other projects in the solution are using NuGet.
@dale @stevebaer any input on this would be very helpful.
Thank you,
Nicholas