Skip to content

Commit 1d3ec72

Browse files
committed
Updated version prefix to 7.0
1 parent 455ada4 commit 1d3ec72

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 = "2022-12-28";
11-
public const string VersionPrefix = "6.0";
10+
public const string ReleaseDate = "2023-01-01";
11+
public const string VersionPrefix = "7.0";
1212

1313
internal static void EnsureCorrectVersion(DependencyContext dependencyContext)
1414
{

0 commit comments

Comments
 (0)