Click or drag to resize

PackageInfoGetPackageFileName Method

Gets the name of the package file.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetPackageFileName(
	Version version
)

Parameters

version  Version
The version of the package.

Return Value

String
The package file name.
See Also