Skip to content

Gendarme.Rules.Design.MarkAssemblyWithAssemblyVersionRule(2.10)

Sebastien Pouliot edited this page Feb 9, 2011 · 3 revisions

MarkAssemblyWithAssemblyVersionRule

Assembly: Gendarme.Rules.Design
Version: 2.10

Description

This rule fires if an assembly does not contain a AssemblyVersion attribute. Early and correct versioning of assemblies is easy and crucial for consumers of your assemblies. Note that the AssemblyVersion should match the AssemblyFileVersion attribute (if it exists).

Examples

Good example:

[assembly: AssemblyVersion ("1.0.0.0")]

Notes

  • This rule is available since Gendarme 2.2
Clone this wiki locally