Skip to content

Commit b568fe7

Browse files
CopilotMalcolmnixon
andcommitted
Fix spelling issue in Version.cs documentation
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent b2c6b32 commit b568fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DemaConsulting.BuildMark/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public partial record Version(string Tag, string FullVersion, string SemanticVer
3535
{
3636
/// <summary>
3737
/// Regex pattern for parsing version tags with optional prefix, pre-release, and build metadata.
38-
/// Format: [prefix]major.minor.patch[.|-)prerelease][+buildmetadata]
38+
/// Format: [prefix]major.minor.patch[.|-)prerelease][+build-metadata]
3939
/// Accepts both dot and hyphen as pre-release separators.
4040
/// Examples:
4141
/// - Rel_1.2.3.rc.4+build.5 -> version: 1.2.3, prerelease: rc.4, metadata: build.5

0 commit comments

Comments
 (0)