Skip to content

Commit

Permalink
Merge pull request #233 from adamralph/210
Browse files Browse the repository at this point in the history
#210 changed version to 1.16 and updated release notes
  • Loading branch information
blairconrad committed Jan 9, 2014
2 parents 9efcb91 + dc111c4 commit 40f8e83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Source/FakeItEasy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@
<authors>Patrik Hägne</authors>
<owners>Patrik Hägne</owners>
<description>It's faking amazing! The easy mocking framework for .NET that works great in C# and VB.NET alike. No need to know the difference between a stub, a mock or a spy, everything's a fake! The easy to use, refactoring friendly API makes faking a breeze.</description>
<releaseNotes>TBD</releaseNotes>
<releaseNotes>New: Support for Windows Store test projects - https://github.com/FakeItEasy/FakeItEasy/issues/214/
Fixed: Exception thrown by fake method returning a value type and configured with only Invokes() - https://github.com/FakeItEasy/FakeItEasy/issues/114/
Other: Switch from Silverlight 4 to Silverlight 5 - https://github.com/FakeItEasy/FakeItEasy/issues/218/

With special thanks for contributions to this release from:
Kai Eichinger - https://github.com/cH40z-Lord/
Julian Lettner - https://github.com/yln/</releaseNotes>
<language>en-US</language>
<tags>TDD unittesting mocks mocking fakes faking stubs stubbing spy spies doubles isolation substitutes substitution</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion Source/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[assembly: AssemblyVersion("1.16.0")]
[assembly: AssemblyFileVersion("1.16.0")]
[assembly: AssemblyInformationalVersion("1.16.0-beta01")]
[assembly: AssemblyInformationalVersion("1.16.0")]

[assembly: AssemblyCompany("Patrik Hägne")]
[assembly: AssemblyProduct("FakeItEasy")]
Expand Down

0 comments on commit 40f8e83

Please sign in to comment.