Skip to content

Commit ce6c1b5

Browse files
author
MPCoreDeveloper
committed
version runner update voor nuget deploy
1 parent 0ed11d9 commit ce6c1b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/SharpCoreDB.Tests/Documentation/DocumentationConsistencyTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public void DocumentationHubs_ShouldUseCurrentReleaseLabel()
3333
foreach (var file in files)
3434
{
3535
var content = File.ReadAllText(file);
36-
Assert.Contains("1.7.2", content, StringComparison.Ordinal);
36+
Assert.Contains("1.8.0", content, StringComparison.Ordinal);
3737
}
3838
}
3939

0 commit comments

Comments
 (0)