Skip to content

Commit 42e3818

Browse files
authored
Correct branding as Microsoft.Testing.Platform
1 parent b406dd1 commit 42e3818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Platform/Microsoft.Testing.Platform/Services/IPlatformInformation.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public PlatformInformation()
6464
}
6565
}
6666

67-
public string Name { get; } = ".NET Testing Platform";
67+
public string Name { get; } = "Microsoft.Testing.Platform";
6868

6969
public DateTimeOffset? BuildDate { get; }
7070

0 commit comments

Comments
 (0)