Multiple choice technology web technology

The format of assembly version is

  1. <major version>.<minor version>.<build number>.<revision>

  2. <assembly version>.<version number>.<build number>.<revision>

  3. <major version>.<minor version>.<revision >.<build number >

  4. <major version>.<minor version>.<assembly number>.<revision>

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Assembly version follows the format ..., allowing precise versioning and compatibility tracking. This four-part format enables developers to specify backward compatibility requirements and assembly differentiation.