Skip to main content

GetVersionSuggestionResponse Properties

An object defining properties for the GetVersionSuggestionResponse class.

Major

Gets or sets the suggested major version number.

Type: long

This property represents the suggested major version number for a new version. It forms the first part of the semantic versioning pattern (Major.Minor) and typically indicates significant changes or incompatible API modifications.


Version

Gets or sets the formatted version string representation.

Type: string

This property provides a string representation of the suggested version number, combining the Major and Minor values in a standardized format (e.g., "1.0"). It offers a convenient way to display or work with the version number as a single string value.


Minor

Gets or sets the suggested minor version number.

Type: long

This property represents the suggested minor version number for a new version. It forms the second part of the semantic versioning pattern (Major.Minor) and typically indicates backward-compatible additions or improvements.