Class PackageManifestDatabase.PackageManifestInfo
Package info at a given version.
Inherited Members
Namespace: Unity.ProjectAuditor.Editor.Modules
Assembly: Unity.ProjectAuditor.Editor.dll
Syntax
public class PackageManifestDatabase.PackageManifestInfo
Properties
DeprecatedMessage
The deprecation message, if the package is deprecated. Null otherwise.
Declaration
public string DeprecatedMessage { get; }
Property Value
| Type | Description |
|---|---|
| string |
MinimumVersion
Package minimum version.
Declaration
public string MinimumVersion { get; }
Property Value
| Type | Description |
|---|---|
| string |
RemovedOnProjectUpgrade
True if the package will be removed from the project automatically when the project is upgraded to this editor version.
Declaration
public bool RemovedOnProjectUpgrade { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Status
Package status.
Declaration
public PackageManifestDatabase.PackageManifestStatus Status { get; }
Property Value
| Type | Description |
|---|---|
| PackageManifestDatabase.PackageManifestStatus |
Version
Package version.
Declaration
public string Version { get; }
Property Value
| Type | Description |
|---|---|
| string |