ClientId Versus AddInId

Looking at many other developers' add-in manifest files here at the AEC DevLab in Waltham, I just noticed that the ClientId tag that I have been using in my manifest files has actually been renamed to AddInId to be more consistent. Most other developers are using the AddInId tag instead of the ClientId one. The ClientId tag still works, but maybe I should start using AddInId myself as well in future.

I updated my guidize utility to populate and update the contents of both the AddInId and ClientId tags. Here is version 2 which does that, both the complete source code and Visual Studio solution file and also the ready-built executable for non-programmers.