Contains information about a project release in ProGet.
Name | Description | |
---|---|---|
ProGetReleaseInfo(string ProjectName, string ReleaseNumber, string ReleaseUrl, bool Active, string ViewReleaseUrl, string ViewIssuesUrl) |
Contains information about a project release in ProGet. |
Name | Description | |
---|---|---|
Active |
Value indicating whether the release is active. |
|
ProjectName |
Name of the project. |
|
ReleaseNumber |
Version/Release number. |
|
ReleaseUrl |
URL of the release. |
|
ViewIssuesUrl |
URL to view the issues in a release |
|
ViewReleaseUrl |
URL to view the release |