Skip to content

Commit

Permalink
Bump version to 0.4 and update nuget release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkuszyk committed Apr 28, 2014
1 parent 82a92e7 commit 29a0d29
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
5 changes: 2 additions & 3 deletions src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
<releaseNotes>
- New: Updated to support FluentAssertions 2.2.0.
- New: Added an MVC 5 package.
- Fix: Added missing xml documentation to NuGet packages.
- New: Updated to support FluentAssertions 3.0.90.
- New: Updated .net 4 projects to framework version 4.0.3.
</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
Expand Down
5 changes: 2 additions & 3 deletions src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
<releaseNotes>
- New: Updated to support FluentAssertions 2.2.0.
- New: Added an MVC 5 package.
- Fix: Added missing xml documentation to NuGet packages.
- New: Updated to support FluentAssertions 3.0.90.
- New: Updated .net 4 projects to framework version 4.0.3.
</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
Expand Down
5 changes: 2 additions & 3 deletions src/FluentAssertions.Mvc5/FluentAssertions.Mvc5.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
<releaseNotes>
- New: Updated to support FluentAssertions 2.2.0.
- New: Added an MVC 5 package.
- Fix: Added missing xml documentation to NuGet packages.
- New: Updated to support FluentAssertions 3.0.90.
- New: Updated .net 4 projects to framework version 4.0.3.
</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
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.3.0")]
[assembly: AssemblyVersion("0.4.0")]

0 comments on commit 29a0d29

Please sign in to comment.