Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
sshushliapin committed Sep 26, 2016
1 parent 9c4af27 commit 52d30c6
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 @@
1.2.1
1.2.2
* [FIX] #144: Fix DataEngine so that blob streams are set to position zero (thanks to [mikeedwards83](https://github.com/mikeedwards83))

1.2.1
* [FIX] #143: Blobs from FakeDB have different behaviour to SC

1.2.0
Expand Down
6 changes: 3 additions & 3 deletions src/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Reflection;

[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyInformationalVersion("1.2.1")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
[assembly: AssemblyInformationalVersion("1.2.2")]

0 comments on commit 52d30c6

Please sign in to comment.