Agenda
I came up with an idea for versioning, but there may be complications.
Can you help me with it?
The idea
The idea of versioning is described in the title:
To use the previous version of my NuGet as a dependency for the current version.
So I can access all old things without duplication and add new features.
My issue
- What bad will happen if I implement my idea?
- Will problems with namespaces appear?
- Can you find solutions to these problems?