Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
sshushliapin committed Jan 18, 2016
1 parent 56ae347 commit a947d64
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.36.0
0.36.1
* [FIX] #119: Adding Version/Cloning a language without a version creates 2 versions

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
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.36.0.0")]
[assembly: AssemblyFileVersion("0.36.0.0")]
[assembly: AssemblyInformationalVersion("0.36.0")]
[assembly: AssemblyVersion("0.36.1.0")]
[assembly: AssemblyFileVersion("0.36.1.0")]
[assembly: AssemblyInformationalVersion("0.36.1")]

0 comments on commit a947d64

Please sign in to comment.