WyBuild and subsequent versions

I have a folder for my WyBuild project with the items in it for a version. I build and upload the files. This is for a .dll plugin.

Now I have a new version to be added to WyBuild and uploaded. The question is, do I need to make a separate and distinct folder for each new version?

Yes. Your files need to be in separate folders (you can organize them however you like). The reason is the wyBuild only references files from disk. So if you simply overwrite the version 1.0 file with the version 2.0 file on your disk, the wyBuild will see only the 2.0 files (even if you added them at different times).

Does this make sense? See building your first update.

Kind of what I suspected.

Thanks, Sam.