Gets the latest released version number of CodeSmith that has been released.

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

Syntax

C#
public static VersionInfo GetLatestVersionInfo()
Visual Basic
Public Shared Function GetLatestVersionInfo As VersionInfo

Return Value

Type: VersionInfo
If an internet connection was detected it will return the version information of the latest released version of CodeSmith. If an internet connection could not be found then it returns null.

See Also