Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
sshushliapin committed Jul 15, 2015
1 parent f016231 commit 7443397
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
0.27.2
0.28.0
* [NEW] #45: DbItem constructor with children params (thanks to @maxshell)
* [NEW] #75: FakeDb should try to 'guess' a field Id trying to parse an item name
* [FIX] #68: Register the `getFieldValue` pipeline
* [FIX] #69: Unclear exception message when creates an **item** using template id which is already in use
* [FIX] #72: Cannot get a child item by path if the item is added using the Children collection

0.27.2
* [FIX] #64: Cannot set and get the `__Final Renderings` field value (Sitecore 7.2)
* [FIX] #67: Exception when trying to retrieve BaseTemplates

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.27.2.0")]
[assembly: AssemblyFileVersion("0.27.2.0")]
[assembly: AssemblyInformationalVersion("0.27.2")]
[assembly: AssemblyVersion("0.28.0.0")]
[assembly: AssemblyFileVersion("0.28.0.0")]
[assembly: AssemblyInformationalVersion("0.28.0")]

0 comments on commit 7443397

Please sign in to comment.