Is it possible to set version for each class (.cs) file in C#

PERUMAKARASU Mohanapriya-EXT 20 Reputation points
2023-10-31T14:14:34.65+00:00

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

  1. Addition.cs
  2. Subtration.cs
  3. Multiplication.cs

In one release i am updating addition.cs alone and in another release i am updating Subtraction.cs - how do we differentiate?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
9,485 questions
{count} votes