Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rofr committed Jun 28, 2014
1 parent 6ad8cfe commit e2388bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/OrigoDB.Core.UnitTests/ByteCountingStreamTest.cs
Expand Up @@ -62,7 +62,5 @@ public void ByteCountingStream_count_tests()
var clone = (List<int>) formatter.Deserialize(memStream);
CollectionAssert.AreEqual(data, clone);
}


}
}
4 changes: 2 additions & 2 deletions src/SharedAssemblyInfo.cs
Expand Up @@ -14,8 +14,8 @@
[assembly: ComVisible(false)]


[assembly: AssemblyVersion("0.14.0")]
[assembly: AssemblyFileVersion("0.14.0")]
[assembly: AssemblyVersion("0.15.0")]
[assembly: AssemblyFileVersion("0.15.0")]

[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("OrigoDB.Enterprise")]
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("OrigoDB.Core.Test")]
Expand Down

0 comments on commit e2388bb

Please sign in to comment.