RhinoCommon Nuget Package inconsistent versioning

I received this error in Visual Studio when I was attempting to compile a plugin

Assembly ‘KangarooSolver’ with identity ‘KangarooSolver, Version=2.5.2.0, Culture=neutral, PublicKeyToken=794d913993c0f82d’ uses ‘RhinoCommon, Version=6.29.20238.11501, Culture=neutral, PublicKeyToken=552281e97c755530’ which has a higher version than referenced assembly ‘RhinoCommon’ with identity ‘RhinoCommon, Version=6.29.20238.11500, Culture=neutral, PublicKeyToken=552281e97c755530’

Upon checking my nuget packages library as well I could see that for the current loaded version (6.29.20238.11501), the Rhinocommon nuget assembly is actually 6.29.20238.11500.

I assume that this is accidental and there isn’t some reason behind this that I am missing?