Determines the version of the .NET Package ID that implements the External Object.
Objects: External Object
Generators: .NET
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.
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.
.NET Package ID property