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

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

Syntax

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

Return Value

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

See Also