Skip to content

Commit 7b09040

Browse files
committed
Updated version prefix to 6.0
1 parent 8c8ed95 commit 7b09040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MyTested.AspNetCore.Mvc.Abstractions/Internal/TestFramework.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
public static class TestFramework
88
{
99
public const string TestFrameworkName = "MyTested.AspNetCore.Mvc";
10-
public const string ReleaseDate = "2021-07-01";
11-
public const string VersionPrefix = "5.0";
10+
public const string ReleaseDate = "2022-03-11";
11+
public const string VersionPrefix = "6.0";
1212

1313
internal static void EnsureCorrectVersion(DependencyContext dependencyContext)
1414
{

0 commit comments

Comments
 (0)