Skip to content

Commit

Permalink
Bumped version to 0.3 and updated release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkuszyk committed Jan 5, 2014
1 parent cfe55b5 commit d7f3ccf
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions FluentAssertionsMvc.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
_todo_.txt = _todo_.txt
Contributors.txt = Contributors.txt
src\SolutionInfo.cs = src\SolutionInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAssertions.Mvc3", "src\FluentAssertions.Mvc3\FluentAssertions.Mvc3.csproj", "{53589F79-0908-409A-8366-3E18DC637600}"
Expand Down
6 changes: 5 additions & 1 deletion src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
<projectUrl>https://github.com/CaseyBurns/FluentAssertions.MVC</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
<releaseNotes>Fixed NullReferenceException bug in partial view result assertions.</releaseNotes>
<releaseNotes>
- New: Updated to support FluentAssertions 2.2.0.
- New: Added an MVC 5 package.
- Fix: Added missing xml documentation to NuGet packages.
</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
<dependencies>
Expand Down
6 changes: 5 additions & 1 deletion src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
<projectUrl>https://github.com/CaseyBurns/FluentAssertions.MVC</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
<releaseNotes>Fixed NullReferenceException bug in partial view result assertions.</releaseNotes>
<releaseNotes>
- New: Updated to support FluentAssertions 2.2.0.
- New: Added an MVC 5 package.
- Fix: Added missing xml documentation to NuGet packages.
</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
<dependencies>
Expand Down
6 changes: 5 additions & 1 deletion src/FluentAssertions.Mvc5/FluentAssertions.Mvc5.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
<projectUrl>https://github.com/CaseyBurns/FluentAssertions.MVC</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
<releaseNotes>Updated to support FluentAssertions 2.2.0, added .Net 4.5 support.</releaseNotes>
<releaseNotes>
- New: Updated to support FluentAssertions 2.2.0.
- New: Added an MVC 5 package.
- Fix: Added missing xml documentation to NuGet packages.
</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("0.2.2")]
[assembly: AssemblyVersion("0.3.0")]

0 comments on commit d7f3ccf

Please sign in to comment.