Understanding the version number
The version number is four digits:
-
Major number. Now it is 1.
In the near future the number change is not planned.
-
Minor number.
Is incremented when only minor features or significant fixes have been added.
While maintaining compatibility with previous versions.
-
.NET Framework version.
For example:- 35 - .NET Framework 3.5
- 4 - .NET Framework 4.0
- 45 - .NET Framework 4.5
-
Revision number in local revision control system.
Do not pay attention to it.
For example:
- 1.0.35.315 - version 1.0 for .NET Framework 3.5; revision 315.
- 1.0.4.315 - version 1.0 for .NET Framework 4.0; revision 315.
- 1.1.4.320 - version 1.1 compatibility with 1.0; for .NET Framework 4.0; revision 320.
- 2.5.45.672 - version 2.5 no compatibility with version 1.x; for .NET Framework 4.5; revision 672.