Skip to content

Commit 5195716

Browse files
authored
Merge pull request #20 from faddiv/master
Bump ersion to 3.0
2 parents 6919219 + 0a3704c commit 5195716

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FluentAssertions.AspNetCore.Mvc/FluentAssertions.AspNetCore.Mvc.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Copyright>Copyright 2018</Copyright>
66
<AssemblyTitle>Fluent Assertions extensions for ASP.NET Core MVC</AssemblyTitle>
77
<Title>Fluent Assertions for ASP.NET Core MVC</Title>
8-
<VersionPrefix>2.5.0</VersionPrefix>
8+
<VersionPrefix>3.0.0</VersionPrefix>
99
<Authors>Casey Burns;Kevin Kuszyk</Authors>
1010
<TargetFrameworks>netstandard2.0;netcoreapp3.0</TargetFrameworks>
1111
<AssemblyName>FluentAssertions.AspNetCore.Mvc</AssemblyName>

src/FluentAssertions.AspNetCore.Mvc/LocalRedirectResultAssertions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class LocalRedirectResultAssertions : ObjectAssertions
1414
#region Public Constructors
1515

1616
/// <summary>
17-
/// Initializes a new instance of the <see cref="LocalRedirectObjectResultAssertions" /> class.
17+
/// Initializes a new instance of the <see cref="LocalRedirectResultAssertions" /> class.
1818
/// </summary>
1919
/// <param name="subject">The object to test assertion on</param>
2020
public LocalRedirectResultAssertions(LocalRedirectResult subject) : base(subject)

0 commit comments

Comments
 (0)