Revisioning and installing an installed feature, C
Comments
-
I want to add another ‘step’ to my C# Module, but when I ‘publish’ it DMS does not recognize to updated or new revision of the dll.
I made the new method. I made sure my build was incrementing the revision. I tried both overwriting the zip and renaming it. I tried updating the module.xml. Is there a unique value to use for revision?
-
The process for updating custom modules is now available in our SDK documentation: [url=https://documentation.decisions.com/docs/building-module-advanced]https://documentation.decisions.com/docs/building-module-advanced[/url]
Look for the section titled Updating A Module for step by step instructions on how to update it.