Returns the current version information in the following format: 5.2 (Major.Minor)

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static string GetVersionNumber()
Visual Basic
Public Shared Function GetVersionNumber As String

Return Value

Type: String
Returns the current version information in the following format: 5.2 (Major.Minor)

See Also