InedoSDK Reference
Version:

ProGetReleasePackageInfo Class

Contains information about a package in a project release in ProGet.

Inheritance Hierarchy

  • object
    • Inedo.ProGet.ProGetReleasePackageInfo

Syntax

public sealed class ProGetReleasePackageInfo : IEquatable<T>

Constructors

Name Description
ProGetReleasePackageInfo(PUrl PackageId, string BrowseUrl, string[] Licenses, int Vulnerabilites)

Contains information about a package in a project release in ProGet.

Properties

Name Description
BrowseUrl

Browse URL for the package.

Licenses

Licenses declared by the package.

PackageId

Unique identifier of the package.

Vulnerabilites

Number of known vulnerabilities affecting the package.