So that I would be able to trigger a re-stage of my plugin RUI file when I increment the plugin version.
But I don’t know how to actually increment the plugin version. Should I modify the Properties\AssemblyInfo.cs file? If so, which statements need to be added to that file?
As a new .NET developer I struggled with this question as well. In Visual Studio, go to "Project" -> "[plugin] Properties", and you’ll find a number of parameters that can be changed. Under Package > General, there is a “Package Version” that may have something to do with updates, and an “Assembly version” whose value shows up in Rhino as the “Version” in the Properties page for your plugin.