Table of Contents

Interface IConfiguration

Namespace
NoeticTools.Git2SemVer.Framework.Framework.Config
Assembly
NoeticTools.Git2SemVer.Framework.dll
public interface IConfiguration

Properties

BuildNumber

The next local build number. Default is 1.

int BuildNumber { get; set; }

Property Value

int

Remarks

Not recommended for use on build system (controlled) build hosts.

Used by UncontrolledHost.BuildNumber/

Rev

This configuration's schema revision count. To facilitate future migration.

int Rev { get; set; }

Property Value

int

Methods

Save()

Save configuration to file.

void Save()

Remarks

Saves the user's Git2SemVer configuration file.