Skip to content

Commit

Permalink
Merge pull request #20 from faddiv/master
Browse files Browse the repository at this point in the history
Bump ersion to 3.0
  • Loading branch information
faddiv authored Jul 21, 2020
2 parents 6919219 + 0a3704c commit 5195716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Copyright>Copyright 2018</Copyright>
<AssemblyTitle>Fluent Assertions extensions for ASP.NET Core MVC</AssemblyTitle>
<Title>Fluent Assertions for ASP.NET Core MVC</Title>
<VersionPrefix>2.5.0</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<Authors>Casey Burns;Kevin Kuszyk</Authors>
<TargetFrameworks>netstandard2.0;netcoreapp3.0</TargetFrameworks>
<AssemblyName>FluentAssertions.AspNetCore.Mvc</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class LocalRedirectResultAssertions : ObjectAssertions
#region Public Constructors

/// <summary>
/// Initializes a new instance of the <see cref="LocalRedirectObjectResultAssertions" /> class.
/// Initializes a new instance of the <see cref="LocalRedirectResultAssertions" /> class.
/// </summary>
/// <param name="subject">The object to test assertion on</param>
public LocalRedirectResultAssertions(LocalRedirectResult subject) : base(subject)
Expand Down

0 comments on commit 5195716

Please sign in to comment.