Skip to content

Commit

Permalink
Bunp version. Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
faddiv committed Nov 1, 2020
1 parent 21a6c3b commit 3f7d785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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>3.1.0</VersionPrefix>
<VersionPrefix>3.2.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 @@ -241,6 +241,7 @@ public TObjectResultAssertion WithValueEquivalentTo<TExpectation>(TExpectation e
/// </summary>
/// <param name="predicate">
/// The predicate which must be satisfied by the <see cref="ObjectResult.Value"/>.
/// </param>
/// <param name="reason">
/// A formatted phrase as is supported by <see cref="string.Format(string,object[])" /> explaining why the assertion
/// is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
Expand Down

0 comments on commit 3f7d785

Please sign in to comment.