Skip to content

Commit

Permalink
Updated version prefix to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalintsenkov committed Jul 9, 2023
1 parent 455ada4 commit 1d3ec72
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
public static class TestFramework
{
public const string TestFrameworkName = "MyTested.AspNetCore.Mvc";
public const string ReleaseDate = "2022-12-28";
public const string VersionPrefix = "6.0";
public const string ReleaseDate = "2023-01-01";
public const string VersionPrefix = "7.0";

internal static void EnsureCorrectVersion(DependencyContext dependencyContext)
{
Expand Down

0 comments on commit 1d3ec72

Please sign in to comment.