C# 클래스 NServiceBus.FileVersionRetriever

Helper class to retrieve File version.
파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
GetFileVersion ( Type type ) : string

Retrieves a semver compliant version from a Type.

메소드 상세

GetFileVersion() 공개 정적인 메소드

Retrieves a semver compliant version from a Type.
public static GetFileVersion ( Type type ) : string
type System.Type to retrieve version from.
리턴 string