Click or drag to resize

InformationVersion Property

SOWI Web assembly version

Namespace:  SOWIWeb.Foundation.App
Assembly:  SOWIWeb.Foundation (in SOWIWeb.Foundation.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static string Version { get; }

Return Value

Type: String
Version of entry assembly example 17.7.14.2(879)
Remarks
Read the assembly version from entry assembly (has EntryAssembly attribute)

Actuel details see file AssemblyInfoVersion.cs

A example:
[assembly: AssemblyVersion("17.7.14.2")]
[assembly: AssemblyFileVersion("17.7.14.879")]
// Year          (Major)                        17
// Month         (Minor)                        7
// Day           (Build)                        14
// Revision      (day counter of compilation)   2
// File Revision (clear: total minutes)         879
See Also