@ryein I created this PR to increase the version number of the Grasshopper plugin to 1.0.0.0 (as is mentioned on food4rhino), and also to keep the version information reported by the plugin to Grasshopper in sync with the AssemblyVersion attribute of the plugin DLL. I did this in order to support rolling out the updated plugin on ShapeDiver. This page explains why the versioning information of the plugin is important: https://help.shapediver.com/doc/guidelines-for-plugin-developers
Please accept and merge the PR. Once this is merged, one only needs to update the version number in AssemblyInfo.cs for future updates.
@ryein I created this PR to increase the version number of the Grasshopper plugin to
1.0.0.0
(as is mentioned on food4rhino), and also to keep the version information reported by the plugin to Grasshopper in sync with theAssemblyVersion
attribute of the plugin DLL. I did this in order to support rolling out the updated plugin on ShapeDiver. This page explains why the versioning information of the plugin is important: https://help.shapediver.com/doc/guidelines-for-plugin-developers Please accept and merge the PR. Once this is merged, one only needs to update the version number inAssemblyInfo.cs
for future updates.