Package |
The PackageInfo type exposes the following members.
Name | Description | |
---|---|---|
FileLength | Gets the file length of the package. | |
FileNameIdentifier | Gets the file name identifier that codes operating system, architecture, dotnet version and net framework version | |
FileNameOfPackageMsiFile | Gets the name of the package .msi file. If the property dictionary contain a property named 'FileName', then the value of this property is returned. Otherwise, the old behavior 'AltaxoBinaries-' and version is used. | |
FileNameOfPackageZipFile | ||
FileNameOfPackageZipFileOverride | The value is set after reading in a package from Json. It designates the file name of the package file. This value overrides the automatically created name of the package file in FileNameOfPackageZipFile. | |
FileNameOfPackageZipFileWithoutExtension | Gets the file name of the package file evaluated from the package properties, without extension (i.e. without .zip). | |
FileNameWithoutPretextAndWithoutExtension | Gets the file name of the package file evaluated from the package properties, without pretext (i.e. without 'AltaxoBinaries') and without extension (i.e. without .zip). | |
Hash | Gets the hash sum of the package file. | |
HashName | Gets the name of the hash algorithm. | |
IsOldStyleFile | If true, this package is an old style package. Old style packages are packages before 2024-11, which where read-in using a text file. Additionally, the hash of those packages was SHA1, and the name was in the style 'AltaxoBinaries-version.zip. | |
IsUnstableVersion | Gets a value indicating whether this package is the unstable or the stable build of the program. | |
RequiredArchitectures | If not empty, the array indicates the required architectures for which this package is suitable, e.g. X64, X86, ARM etc. | |
RequiredDotNetVersion | If not null, this value indicates that the dotnet version with at least the provided version number is required for this package. | |
RequiredNetFrameworkVersion | If not null, this value indicates that the net framework with at least the provided version number is required for this package. | |
RequiredOperatingSystems | If not empty, the array entries indicate the required operating system for which the package is suitable. Each entry consist of the operating system (e.g., WINDOWS) and the minimal suitable version number of the operating system. | |
UnstableOrStableName | Returns either 'Unstable' or 'Stable' | |
Version | Gets the version of the package. |