Hi!
How can I update our RhinoCommon plugin to make use of the most recent Rhino 8 SDK version?
I originally created the plugin for Rhino 8 WIP on Windows and created the project files in Visual Studio 2022 with the Rhino Visual Studio Extension (VSIX) / RhinoCommon Plug-In for Rhino 3D C# project wizard. In the csproj file I see the following entry:
<PackageReference Include="RhinoCommon" Version="8.0.23164.14305-wip" IncludeAssets="compile;build" />
I would now like to update the plugin to make use of the newest API changes for Rhino 8.4. I’ve uninstalled all previous Rhino versions and only installed Rhino 8.4. If I use the plugin wizard again it still references Version="8.0.23164.14305-wip"
and I have no access to the latest API changes in the plugin.
What is the best way to update to the most recent SDK version, manually or automatically? Where do I find the correct SDK version if I want to edit the line in the csproj file manually?
Best regards
Timothy