mapaction / mapaction-arcgispro-toolbar-installer

MapAction toolbar for ArcGIS Pro installer
GNU General Public License v3.0
0 stars 0 forks source link

[WIP] Changes to Toolbars project #18

Open felnne opened 2 weeks ago

felnne commented 2 weeks ago

Tracking issue for changes needed to the main toolbars repo (https://github.com/felnne/mapaction-arcgispro-toolbar) to enable the installer to work.

felnne commented 2 weeks ago

Re: reviewing versioning - it would be useful to agree with Steve a versioning scheme that allows both the Arc, toolbar and installer version to be captured (such that changes to any result in a new version).

The latter installer component would only be captured in installer versions, as the toolbar isn't aware of which version of the installer is being used.

At it's simplest this could be an additional version component - i.e.: {arc}.{toolbar}.{installer} (e.g.: 3.3.0.2.1 for ArcPro 3.3.0, toolbar version 2 and installer version 1).

We could also use date versioning to make it clearer, - e.g.: `3.3.0.2024.2.0 (ArcPro 3.3.0, second 2024 release, 1st installer version).