ConfigNextVersionVersionStrategy Class

Summary

Version is from NextVersion (the configuration value), unless the current commit is tagged. BaseVersionSource is null. Does not increment.
Namespace
GitVersion.VersionCalculation
Interfaces
Base Types
graph BT Type-->Base0["VersionStrategyBase"] click Base0 "/api/GitVersion.VersionCalculation/VersionStrategyBase" Base0-->Base1["object"] Type-.->Interface0["IVersionStrategy"] click Interface0 "/api/GitVersion.VersionCalculation/IVersionStrategy" Type["ConfigNextVersionVersionStrategy"] class Type type-node

Syntax

public class ConfigNextVersionVersionStrategy : VersionStrategyBase, IVersionStrategy

Constructors

Properties

Name Value Summary
Context GitVersionContext
Inherited from VersionStrategyBase

Methods

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<ConfigNextVersionVersionStrategy>(string) T
GitHub