Summary
Gets the version of the framework.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- FrameworkInfo
Syntax
public Version Version { get; }
Remarks
When
NAnt.Core.FrameworkInfo.Version
is not configured, the framework is not
considered valid.
Value
Type | Description |
---|---|
Version | The version of the framework. |