Now let's say I make a change. I would like to make the version 1.0.0.1. I tried to do that and generated a zip file with dll & cs X1.0.0.1.cs & X1.0.0.1.dll. When I import it I get an error about duplicate names. I see in the bin directory that it has the old one and the new one. I couldn't just delete the old one without removing the reference to it by opening up a random indicator. All that is a bit complicated for end users to do.
So I repackaged my indicator using X1.0 and then just renamed the zip file. this way it gets imported and ovewrites the original version. I did put 1.0.0.1 for the DLL version.
Is this the best way to do it?
Thanks

Comment