Skip to content

Commit 2cf22a4

Browse files
committed
dotnet-format ./src/ --exclude **/AddFormats/
1 parent 3b38899 commit 2cf22a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersion.Core/VersionCalculation/SemanticVersioning/SemanticVersionWithTag.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace GitVersion;
1+
namespace GitVersion;
22

33
public sealed record SemanticVersionWithTag(SemanticVersion Value, ITag Tag)
44
{

0 commit comments

Comments
 (0)