Table of Contents

Class ApiChanges

Namespace
NoeticTools.Git2SemVer.Core.ConventionCommits
Assembly
NoeticTools.Git2SemVer.Core.dll
public sealed class ApiChanges
Inheritance
ApiChanges
Inherited Members

Properties

BreakingChangeCommits

public IList<Commit> BreakingChangeCommits { get; }

Property Value

IList<Commit>

FixCommits

public IList<Commit> FixCommits { get; }

Property Value

IList<Commit>

Flags

public ApiChangeFlags Flags { get; }

Property Value

ApiChangeFlags

FunctionalityChangeCommits

public IList<Commit> FunctionalityChangeCommits { get; }

Property Value

IList<Commit>

Methods

Aggregate(ApiChanges)

public void Aggregate(ApiChanges apiChanges)

Parameters

apiChanges ApiChanges

Aggregate(Commit)

public void Aggregate(Commit commit)

Parameters

commit Commit