Skip to content

Commit 29a0d29

Browse files
committed
Bump version to 0.4 and update nuget release notes
1 parent 82a92e7 commit 29a0d29

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
1313
<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.
14+
- New: Updated to support FluentAssertions 3.0.90.
15+
- New: Updated .net 4 projects to framework version 4.0.3.
1716
</releaseNotes>
1817
<copyright>Copyright 2014</copyright>
1918
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>

src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
1313
<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.
14+
- New: Updated to support FluentAssertions 3.0.90.
15+
- New: Updated .net 4 projects to framework version 4.0.3.
1716
</releaseNotes>
1817
<copyright>Copyright 2014</copyright>
1918
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>

src/FluentAssertions.Mvc5/FluentAssertions.Mvc5.nuspec

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
1313
<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.
14+
- New: Updated to support FluentAssertions 3.0.90.
15+
- New: Updated .net 4 projects to framework version 4.0.3.
1716
</releaseNotes>
1817
<copyright>Copyright 2014</copyright>
1918
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>

src/SolutionInfo.cs

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

9-
[assembly: AssemblyVersion("0.3.0")]
9+
[assembly: AssemblyVersion("0.4.0")]

0 commit comments

Comments
 (0)