Skip to content

Commit 4f0b9ac

Browse files
committed
Bumped version to 0.2.1 and updated NuGet release notes.
1 parent bd3b671 commit 4f0b9ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<projectUrl>http://fluentassertionsmvc.codeplex.com</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
13-
<releaseNotes>Xml comments added and Fluent Assertions dependency upgraded to v2.1</releaseNotes>
13+
<releaseNotes>Fixed NullReferenceException bug in partial view result assertions.</releaseNotes>
1414
<copyright>Copyright 2013</copyright>
1515
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
1616
<dependencies>

src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<projectUrl>http://fluentassertionsmvc.codeplex.com</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
13-
<releaseNotes>Xml comments added and Fluent Assertions dependency upgraded to v2.1</releaseNotes>
13+
<releaseNotes>Fixed NullReferenceException bug in partial view result assertions.</releaseNotes>
1414
<copyright>Copyright 2013</copyright>
1515
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
1616
<dependencies>

src/SolutionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
[assembly: AssemblyTrademark("")]
77
[assembly: AssemblyCulture("")]
88

9-
[assembly: AssemblyVersion("0.2.0")]
9+
[assembly: AssemblyVersion("0.2.1")]

0 commit comments

Comments
 (0)