Class NuGetRepository
A definition for a third-party NuGet repository
Inherited Members
Namespace: LemonEdge.NuGetManager.Config
Assembly: LemonEdge.NuGetManager.dll
Syntax
public class NuGetRepository
Constructors
NuGetRepository()
Declaration
public NuGetRepository()
Properties
Password
The password if the repository requires authorization
Declaration
public string? Password { get; set; }
Property Value
Type | Description |
---|---|
string |
Source
The repository URI or path to a local drive / share
Declaration
public string? Source { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
The username if the repository requires authorization
Declaration
public string? Username { get; set; }
Property Value
Type | Description |
---|---|
string |