C# Class LibGit2Sharp.Version

Gets the current LibGit2Sharp version.
Exibir arquivo Open project: nulltoken/libgit2sharp

Public Methods

Method Description
ToString ( ) : string

Returns a string representing the LibGit2Sharp version.

Protected Methods

Method Description
Version ( ) : System.Globalization

Needed for mocking purposes.

Private Methods

Method Description
Build ( ) : Version
ReadContentFromResource ( Assembly assembly, string partialResourceName ) : string
RetrieveVersion ( ) : string

Method Details

ToString() public method

Returns a string representing the LibGit2Sharp version.
public ToString ( ) : string
return string

Version() protected method

Needed for mocking purposes.
protected Version ( ) : System.Globalization
return System.Globalization