Skip to content

Commit 278a561

Browse files
committed
0.18.0-beta version and nuspec
1 parent ad67b89 commit 278a561

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

OrigoDb.Core.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>OrigoDB.Core</id>
55
<title>OrigoDB Engine and Client</title>
6-
<version>0.10.1</version>
6+
<version>0.18.0-beta</version>
77
<authors>Robert Friberg, Kristoffer Schroeder and contributors</authors>
88
<copyright>Devrex Labs</copyright>
99
<summary>
10-
OrigoDB is an in-memory database engine for .NET.
10+
OrigoDB is an in-memory database engine for .NET.
1111
</summary>
1212
<description>
13-
OrigoDB is an in-memory database engine for .NET.
13+
OrigoDB is an in-memory database engine for .NET.
1414
</description>
1515
<projectUrl>https://github.com/devrexlabs/origodb</projectUrl>
1616
<iconUrl>http://devrexlabs.com/Content/icons/favicon.ico</iconUrl>

src/SharedAssemblyInfo.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
[assembly: ComVisible(false)]
1515

1616

17-
[assembly: AssemblyVersion("0.17.1")]
18-
[assembly: AssemblyFileVersion("0.17.1")]
17+
[assembly: AssemblyVersion("0.18.0")]
18+
[assembly: AssemblyFileVersion("0.18.0")]
1919

2020
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("OrigoDB.Enterprise")]
21-
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("OrigoDB.Test.MSTest")]
2221
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("OrigoDB.Test.NUnit")]

0 commit comments

Comments
 (0)