You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FriendlyCSharp.Databases/FriendlyCSharp.Databases.csproj
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@
13
13
14
14
The B-tree is a generalization of a binary search tree in that a node can have more than two children (Comer 1979, p. 123). Unlike self-balancing binary search trees, the B-tree is optimized for systems that read and write large blocks of data.
15
15
</Description>
16
-
<PackageReleaseNotes>Upgrades with news NETStandard.Library 2.0.0-preview</PackageReleaseNotes>
16
+
<PackageReleaseNotes>Upgrades with news NETStandard.Library 2.0.0-preview2</PackageReleaseNotes>
17
17
</PropertyGroup>
18
18
19
19
<PropertyGroup>
20
20
<TargetFramework>netstandard2.0</TargetFramework>
21
-
<Version>2.0.0-preview</Version>
21
+
<Version>2.0.0-preview2</Version>
22
22
<AssemblyVersion>2.0.0.0</AssemblyVersion>
23
23
<FileVersion>2.0.0.0</FileVersion>
24
24
</PropertyGroup>
@@ -32,7 +32,7 @@ The B-tree is a generalization of a binary search tree in that a node can have m
A [**B-tree**](https://en.wikipedia.org/wiki/B-tree) of order m is a tree which satisfies the following properties:
@@ -289,14 +289,14 @@ The benchmark was configured as follows:
289
289
290
290
## INSTALL
291
291
292
-
Instal Visual Studio 2017 version 15.3 preview
293
-
*[A fresh update to Visual Studio 2017 and the next preview](https://blogs.msdn.microsoft.com/visualstudio/2017/05/10/update-to-visual-studio-2017-and-next-preview/)
294
-
*[Visual Studio 2017 (version 15.3 - Preview) Release Notes](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-preview-relnotes)
0 commit comments