Skip to content

Commit

Permalink
0.18.0-beta version and nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rofr committed Sep 8, 2015
1 parent ad67b89 commit 278a561
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions OrigoDb.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>OrigoDB.Core</id>
<title>OrigoDB Engine and Client</title>
<version>0.10.1</version>
<version>0.18.0-beta</version>
<authors>Robert Friberg, Kristoffer Schroeder and contributors</authors>
<copyright>Devrex Labs</copyright>
<summary>
OrigoDB is an in-memory database engine for .NET.
OrigoDB is an in-memory database engine for .NET.
</summary>
<description>
OrigoDB is an in-memory database engine for .NET.
OrigoDB is an in-memory database engine for .NET.
</description>
<projectUrl>https://github.com/devrexlabs/origodb</projectUrl>
<iconUrl>http://devrexlabs.com/Content/icons/favicon.ico</iconUrl>
Expand Down
5 changes: 2 additions & 3 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 278a561

Please sign in to comment.