ryein / dendro

volumetric modeling for grasshopper built on top of openvdb
Mozilla Public License 2.0
67 stars 20 forks source link

Update of AssemblyVersion to 1.0.0.0, use AssemblyVersion for GH plugin #11

Closed snabela closed 1 year ago

snabela commented 2 years ago

@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.

snabela commented 1 year ago

@ryein sorry for bugging you, any chance you could accept this PR?

snabela commented 1 year ago

@ryein thank you!