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
Syntaxpublic Version Version { get; set; }
Public Property Version As Version
Get
Set
View SourceProperty Value
Type:
Version[Missing <value> documentation for "P:NerdyDuck.CodedExceptions.Configuration.AssemblyIdentity.Version"]
RemarksIf the value is
, the version is not respected when comparing to an
Assembly.
See Also