You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[JsonPropertyDescription($"The scheme to use when setting AssemblyVersion attribute. Can be 'MajorMinorPatchTag', 'MajorMinorPatch', 'MajorMinor', 'Major', 'None'. Defaults to '{NameOfDefaultAssemblyVersioningScheme}'.")]
[JsonPropertyDescription($"The scheme to use when setting AssemblyFileVersion attribute. Can be 'MajorMinorPatchTag', 'MajorMinorPatch', 'MajorMinor', 'Major', 'None'. Defaults to {NameOfDefaultAssemblyFileVersioningScheme}")]
[JsonPropertyDescription($"The regular expression to match commit messages with to perform a major version increment. Default set to '{IncrementStrategyFinder.DefaultMajorPattern}'")]
[JsonPropertyDescription($"The regular expression to match commit messages with to perform a minor version increment. Default set to '{IncrementStrategyFinder.DefaultMinorPattern}'")]
[JsonPropertyDescription($"The regular expression to match commit messages with to perform a patch version increment. Default set to '{IncrementStrategyFinder.DefaultPatchPattern}'")]
[JsonPropertyDescription($"Used to tell GitVersion not to increment when in Mainline development mode. Default set to '{IncrementStrategyFinder.DefaultNoBumpPattern}'")]
[JsonPropertyDescription($"The format to use when calculating the commit date. Defaults to '{DefaultCommitDateFormat}'. See [Standard Date and Time Format Strings](https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings) and [Custom Date and Time Format Strings](https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings).")]
[System.Diagnostics.CodeAnalysis.StringSyntax("DateTimeFormat")]// See https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.codeanalysis.stringsyntaxattribute, https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.codeanalysis.stringsyntaxattribute.datetimeformat?view=net-7.0#system-diagnostics-codeanalysis-stringsyntaxattribute-datetimeformat
[JsonPropertyDescription($"Specifies the semantic version format that is used when parsing the string. Can be 'Strict' or 'Loose'. Defaults to '{StringDefaultSemanticVersionFormat}'.")]
0 commit comments