Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
NServiceBus
FileVersionRetriever
C# Class NServiceBus.FileVersionRetriever
Helper class to retrieve File version.
Datei anzeigen
Open project: Particular/NServiceBus
Class Usage Examples
Public Methods
Method
Description
GetFileVersion
(
Type
type
) :
string
Retrieves a semver compliant version from a
Type
.
Method Details
GetFileVersion()
public
static
method
Retrieves a semver compliant version from a
Type
.
public
static
GetFileVersion
(
Type
type
) :
string
type
System.Type
to retrieve version from.
return
string