AssemblyResolverAssemblyVersionString Property |
Build a DHI assembly version string, on the form
"Version=10.0.0.0, Culture=neutral, PublicKeyToken=c513450b5d0bf0bf"
The string will automatically be updated with new version
numbers whenever the MIKE version number is incremented.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static string AssemblyVersionString { get; }
Public Shared ReadOnly Property AssemblyVersionString As String
Get
public:
static property String^ AssemblyVersionString {
String^ get ();
}
Property Value
Type:
StringRemarks
The version number is extracted from the DHI.Mike1D.Generic assembly itself,
i.e. it will match the version written in AssemblyInfo.cs of
the DHI.Mike1D.Generic project.
See Also