Click or drag to resize

PackageInfoFileNameIdentifier Property

Gets the file name identifier that codes operating system, architecture, dotnet version and net framework version

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public string FileNameIdentifier { get; }

Property Value

String
The file name identifier. Normally the file name is then AltaxoBinaries-'FileNameIdentifier'-'Version'.zip
See Also