From 278a5610b1f981c4499d13777f6f5aebdd1c377a Mon Sep 17 00:00:00 2001 From: rofr Date: Tue, 8 Sep 2015 07:36:21 +0200 Subject: [PATCH] 0.18.0-beta version and nuspec --- OrigoDb.Core.nuspec | 6 +++--- src/SharedAssemblyInfo.cs | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/OrigoDb.Core.nuspec b/OrigoDb.Core.nuspec index f688f14..a336269 100644 --- a/OrigoDb.Core.nuspec +++ b/OrigoDb.Core.nuspec @@ -3,14 +3,14 @@ OrigoDB.Core OrigoDB Engine and Client - 0.10.1 + 0.18.0-beta Robert Friberg, Kristoffer Schroeder and contributors Devrex Labs - OrigoDB is an in-memory database engine for .NET. + OrigoDB is an in-memory database engine for .NET. - OrigoDB is an in-memory database engine for .NET. + OrigoDB is an in-memory database engine for .NET. https://github.com/devrexlabs/origodb http://devrexlabs.com/Content/icons/favicon.ico diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index 681203f..26f4235 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -14,9 +14,8 @@ [assembly: ComVisible(false)] -[assembly: AssemblyVersion("0.17.1")] -[assembly: AssemblyFileVersion("0.17.1")] +[assembly: AssemblyVersion("0.18.0")] +[assembly: AssemblyFileVersion("0.18.0")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("OrigoDB.Enterprise")] -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("OrigoDB.Test.MSTest")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("OrigoDB.Test.NUnit")]