0
I am working with a software in Visual Basic, that already exists for some time, but does not use standardized semantic versioning, I read some articles as semver.org and I had two doubts:
1 - What does the article really mean by "public API?" because the software is closed, and although I read about the Apis, I could not identify in the software that work this such "public API".
2 - I understood how MAJOR.MINOR.PATCH works, but how should I organize the software in Github to suit this, so that the work is organized?
I read a lot about it, but some doubts are still in the air, if you can help, thank you. Abrass!
I think this answers: https://answall.com/q/178464/101 and https://answall.com/q/51817/101
– Maniero
Depends, you intend to give support and maintenance in previous versions or only the current version?
– Woss
Maniero, I ended up falling on the same issues above... what would be my public API is the main question.
– Deivid Souza
I just want to keep the current version and keep making the necessary changes
– Deivid Souza