Skip to content

Commit

Permalink
Version bumped to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkuszyk committed Aug 28, 2013
1 parent 05bf93f commit 0b25f82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<projectUrl>http://fluentassertionsmvc.codeplex.com</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
<releaseNotes>Initial release.</releaseNotes>
<releaseNotes>Xml comments added and Fluent Assertions dependency upgraded to v2.1</releaseNotes>
<copyright>Copyright 2013</copyright>
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
<dependencies>
<dependency id="FluentAssertions" version="[2.0.0.1,2.1)" />
<dependency id="FluentAssertions" version="2.1" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<projectUrl>http://fluentassertionsmvc.codeplex.com</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
<releaseNotes>Initial release.</releaseNotes>
<releaseNotes>Xml comments added and Fluent Assertions dependency upgraded to v2.1</releaseNotes>
<copyright>Copyright 2013</copyright>
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
<dependencies>
<dependency id="FluentAssertions" version="[2.0.0.1,2.1)" />
<dependency id="FluentAssertions" version="2.1" />
</dependencies>
</metadata>
</package>
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.1.1")]
[assembly: AssemblyVersion("0.2.0")]

0 comments on commit 0b25f82

Please sign in to comment.