diff --git a/src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec b/src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec index 529b3fd..8aca278 100644 --- a/src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec +++ b/src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec @@ -11,9 +11,8 @@ false FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library. -- 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. Copyright 2014 TDD, TDD, Fluent, Mvc, AspNetMvc diff --git a/src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec b/src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec index 6b35c12..277c8c5 100644 --- a/src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec +++ b/src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec @@ -11,9 +11,8 @@ false FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library. -- 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. Copyright 2014 TDD, TDD, Fluent, Mvc, AspNetMvc diff --git a/src/FluentAssertions.Mvc5/FluentAssertions.Mvc5.nuspec b/src/FluentAssertions.Mvc5/FluentAssertions.Mvc5.nuspec index a9b1dc8..6092d6b 100644 --- a/src/FluentAssertions.Mvc5/FluentAssertions.Mvc5.nuspec +++ b/src/FluentAssertions.Mvc5/FluentAssertions.Mvc5.nuspec @@ -11,9 +11,8 @@ false FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library. -- 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. Copyright 2014 TDD, TDD, Fluent, Mvc, AspNetMvc diff --git a/src/SolutionInfo.cs b/src/SolutionInfo.cs index 40fc10b..e842863 100644 --- a/src/SolutionInfo.cs +++ b/src/SolutionInfo.cs @@ -6,4 +6,4 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("0.3.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.4.0")] \ No newline at end of file