Official Content

Determines the version of the .NET Package ID that implements the External Object.

Scope

Objects: External Object
Generators: .NET

Description

It is a specific version number in the form Major.Minor.Patch[-Suffix]

If the version is not specified, the Generator Standard Classes Version is used.

The Generator Standard Classes Version that is being used is the value of the Standard classes specific version property.

Values must follow the package versioning specification

See sections Version ranges and Floating version resolutions for interval notations.

Samples

1.0 means the package with the smallest version >= 1.0 found at the repository (i.e. NuGet) will be referenced.
[1.0] means the package with the exact version 1.0 will be referenced.
1.* means that the package with the highest existing version with major 1 will be used.

See Also

.NET Package ID property

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant