Hey there, everyone!
I am currently wondering a way to change the my custom addin version number.
In the `Config.daml` file, see the `AddInInfo` tag, ArcGIS Pro reads this and displays.
<AddInInfo id="{some-guid}" version="1.0.0" desktopVersion="3.0.36056"> ... </AddInInfo>In our case, we have a CI/CD pipe line that assigns a new build number. AFAIK `Config.daml` is a static markup, changes have to be done prior to getting build started. So my question is how you all did it? Script it? Is there any Esri api/documentation that I should take a look first? Please share..
Thank you again,
Trushar