ProGet SDK Reference
Version:

IPackageIdentifier Interface

Represents a generic package identifier suitable to uniquely identify most types of ProGet packages.

Inheritance Hierarchy

  • Inedo.ProGet.Feeds.IPackageIdentifier

Syntax

public interface IPackageIdentifier

Properties

Name Description
Group

Gets the group or namespace of the package.

Name

Gets the name or ID of the package.

Version

Gets the version of the package.