Gets the version of the PostSharp.Core assembly.

Namespace:  PostSharp
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly Property Version As Version
C#
public static Version Version { get; }
Visual C++
public:
static property Version^ Version {
	Version^ get ();
}

See Also