Gets the version of the PostSharp.Core assembly.
Namespace:
PostSharpAssembly: 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 (); } |