Class LicensePackageInfo
Some information about the package license https://learn.microsoft.com/en-us/nuget/nuget-org/licenses.nuget.org
Inheritance
object
LicensePackageInfo
Namespace: BuildSystem.Package
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public class LicensePackageInfo : Object
Constructors
LicensePackageInfo()
Declaration
public LicensePackageInfo()
Properties
FileName
Name of the license file (with extension) that will be copied to the package
Declaration
public string? FileName { get; set; }
Property Value
Type | Description |
---|---|
string |
FilePath
Path to the license file that will be copied into the package
Declaration
public string? FilePath { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
License type (MIT or File)
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |