Is it possible to set version for each class (.cs) file in C#
PERUMAKARASU Mohanapriya-EXT
20
Reputation points
Is there any possibility to set the versioning for cs files in a single project, if yes please share the suggestion how to do.
Scenario:
If MyFirstProject(.ccsproj) has 3 .cs files
- Addition.cs
- Subtration.cs
- Multiplication.cs
In one release i am updating addition.cs alone and in another release i am updating Subtraction.cs - how do we differentiate?