// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
/ You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
在一些企业支持合同中,$$(或违约责任)与特定版本的指定方式有关。例如,一个合同可能允许客户在一段时间内获得一定数量的主要版本,或者承诺在一段时间内只有少于 x 的次要版本,或者支持将继续可用于如此多的版本。当然,无论合同中用了多少词来解释什么是主要版本,什么是次要版本,它总是主观的,总会有灰色地带——导致软件供应商可以利用系统来打破合同条款的可能性。