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.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static string AssemblyVersionString { get; }

Property Value

String

Remarks

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