Class GetNextVersion
Enum - how to calc project version before building it
Inheritance
object
GetNextVersion
Namespace: BuildSystem.Package
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public sealed class GetNextVersion : Enum
Fields
FromLocalPackages
Ask package manager using local cache of it. This works faster, but can be not actual
Declaration
public const GetNextVersion FromLocalPackages = 1
Field Value
Type | Description |
---|---|
GetNextVersion |
FromRemotePackages
Ask package manager using remote repository. This works slower, but always actual
Declaration
public const GetNextVersion FromRemotePackages = 2
Field Value
Type | Description |
---|---|
GetNextVersion |
UseProjectSettings
Get from project settings
Declaration
public const GetNextVersion UseProjectSettings = 0
Field Value
Type | Description |
---|---|
GetNextVersion |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |