Skip to content

Commit d7f3ccf

Browse files
committed
Bumped version to 0.3 and updated release notes.
1 parent cfe55b5 commit d7f3ccf

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

FluentAssertionsMvc.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1818
ProjectSection(SolutionItems) = preProject
1919
_todo_.txt = _todo_.txt
2020
Contributors.txt = Contributors.txt
21+
src\SolutionInfo.cs = src\SolutionInfo.cs
2122
EndProjectSection
2223
EndProject
2324
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAssertions.Mvc3", "src\FluentAssertions.Mvc3\FluentAssertions.Mvc3.csproj", "{53589F79-0908-409A-8366-3E18DC637600}"

src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
<projectUrl>https://github.com/CaseyBurns/FluentAssertions.MVC</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>Fixed NullReferenceException bug in partial view result assertions.</releaseNotes>
13+
<releaseNotes>
14+
- New: Updated to support FluentAssertions 2.2.0.
15+
- New: Added an MVC 5 package.
16+
- Fix: Added missing xml documentation to NuGet packages.
17+
</releaseNotes>
1418
<copyright>Copyright 2014</copyright>
1519
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
1620
<dependencies>

src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
<projectUrl>https://github.com/CaseyBurns/FluentAssertions.MVC</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>Fixed NullReferenceException bug in partial view result assertions.</releaseNotes>
13+
<releaseNotes>
14+
- New: Updated to support FluentAssertions 2.2.0.
15+
- New: Added an MVC 5 package.
16+
- Fix: Added missing xml documentation to NuGet packages.
17+
</releaseNotes>
1418
<copyright>Copyright 2014</copyright>
1519
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
1620
<dependencies>

src/FluentAssertions.Mvc5/FluentAssertions.Mvc5.nuspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
<projectUrl>https://github.com/CaseyBurns/FluentAssertions.MVC</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>Updated to support FluentAssertions 2.2.0, added .Net 4.5 support.</releaseNotes>
13+
<releaseNotes>
14+
- New: Updated to support FluentAssertions 2.2.0.
15+
- New: Added an MVC 5 package.
16+
- Fix: Added missing xml documentation to NuGet packages.
17+
</releaseNotes>
1418
<copyright>Copyright 2014</copyright>
1519
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
1620
<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.2")]
9+
[assembly: AssemblyVersion("0.3.0")]

0 commit comments

Comments
 (0)