Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shushlyapin committed Nov 20, 2015
1 parent 13317eb commit dc9b154
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
0.33.0
0.34.0
* [NEW] #113: Setting Database.Properties

0.33.0
* [NEW] #103: FakeDb should support multiple parallel databases and not be affected by mocked HttpContext (thanks to [@pveller](https://github.com/pveller))
* [NEW] #107: FakeDb should treat workflow fields as standard template fields and don't generate templates and field items for them (thanks to [@pveller](https://github.com/pveller))
* [NEW] #104: Mocking the Bucket Manager (thanks to [@michaelthyregod](https://github.com/michaelthyregod))
Expand Down
6 changes: 3 additions & 3 deletions src/Sitecore.FakeDb/Properties/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Reflection;

[assembly: AssemblyVersion("0.33.0.0")]
[assembly: AssemblyFileVersion("0.33.0.0")]
[assembly: AssemblyInformationalVersion("0.33.0")]
[assembly: AssemblyVersion("0.34.0.0")]
[assembly: AssemblyFileVersion("0.34.0.0")]
[assembly: AssemblyInformationalVersion("0.34.0")]

0 comments on commit dc9b154

Please sign in to comment.