Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
sshushliapin committed Dec 25, 2015
1 parent fd3ae36 commit 3fc5320
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
0.35.0
0.36.0
* [NEW] #71: Configure ContentSearchManager in unit tests (Sitecore 8.1 or later)
* [NEW] #117: Unversioned fields
* [NEW] #47: Wish: Add support of versioned/unversioned fields with a type

0.35.0
* [NEW] #65: Add all the Sitecore Standard fields to the FakeDb Standard Template
* [FIX] #115: Cloning support

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.35.0.0")]
[assembly: AssemblyFileVersion("0.35.0.0")]
[assembly: AssemblyInformationalVersion("0.35.0")]
[assembly: AssemblyVersion("0.36.0.0")]
[assembly: AssemblyFileVersion("0.36.0.0")]
[assembly: AssemblyInformationalVersion("0.36.0")]

0 comments on commit 3fc5320

Please sign in to comment.