Click or drag to resize

AssemblyIdentityVersion Property

[This is preliminary documentation and is subject to change.]

Gets or sets the version of the assembly. May be .

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public Version Version { get; set; }
View Source

Property Value

Type: Version

[Missing <value> documentation for "P:NerdyDuck.CodedExceptions.Configuration.AssemblyIdentity.Version"]

Remarks
If the value is , the version is not respected when comparing to an Assembly.
See Also