Neo4jClient 2.0.0.7
See the version list below for details.
dotnet add package Neo4jClient --version 2.0.0.7
NuGet\Install-Package Neo4jClient -Version 2.0.0.7
<PackageReference Include="Neo4jClient" Version="2.0.0.7" />
paket add Neo4jClient --version 2.0.0.7
#r "nuget: Neo4jClient, 2.0.0.7"
// Install Neo4jClient as a Cake Addin #addin nuget:?package=Neo4jClient&version=2.0.0.7 // Install Neo4jClient as a Cake Tool #tool nuget:?package=Neo4jClient&version=2.0.0.7
A .NET client for neo4j: an open source, transactional graph database. It's pretty awesome.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.0 is compatible. netstandard1.1 was computed. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
.NETPlatform | dotnet is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 was computed. wp81 was computed. wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- Newtonsoft.Json (>= 9.0.1)
-
.NETPlatform 5.0
- Microsoft.CSharp (>= 4.0.1)
- Microsoft.VisualBasic (>= 10.0.1)
- Newtonsoft.Json (>= 9.0.1)
- System.Collections (>= 4.0.11)
- System.Collections.NonGeneric (>= 4.0.1)
- System.ComponentModel (>= 4.0.1)
- System.ComponentModel.Annotations (>= 4.1.0)
- System.ComponentModel.TypeConverter (>= 4.1.0)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Dynamic.Runtime (>= 4.0.11)
- System.Globalization (>= 4.0.11)
- System.IO (>= 4.1.0)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.Net.Http (>= 4.1.0)
- System.Net.Primitives (>= 4.0.11)
- System.Reflection (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.Serialization.Primitives (>= 4.1.1)
- System.Text.Encoding (>= 4.0.11)
- System.Text.RegularExpressions (>= 4.1.0)
- System.Threading (>= 4.0.11)
- System.Threading.Tasks (>= 4.0.11)
-
.NETStandard 1.0
- Microsoft.CSharp (>= 4.0.1)
- Microsoft.VisualBasic (>= 10.0.1)
- Newtonsoft.Json (>= 9.0.1)
- System.Collections (>= 4.0.11)
- System.Collections.NonGeneric (>= 4.0.1)
- System.ComponentModel (>= 4.0.1)
- System.ComponentModel.Annotations (>= 4.1.0)
- System.ComponentModel.TypeConverter (>= 4.1.0)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Dynamic.Runtime (>= 4.0.11)
- System.Globalization (>= 4.0.11)
- System.IO (>= 4.1.0)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.Net.Http (>= 4.1.0)
- System.Net.Primitives (>= 4.0.11)
- System.Reflection (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.Serialization.Primitives (>= 4.1.1)
- System.Text.Encoding (>= 4.0.11)
- System.Text.RegularExpressions (>= 4.1.0)
- System.Threading (>= 4.0.11)
- System.Threading.Tasks (>= 4.0.11)
NuGet packages (34)
Showing the top 5 NuGet packages that depend on Neo4jClient:
Package | Downloads |
---|---|
Neo4jClient.DataAnnotations
Use POCO classes in the Neo4jClient library, ORM style. Annotate with System.ComponentModel.DataAnnotations.Schema attributes. Supports Complex Types too. |
|
Neo4jRepository
Repository Abstraction for the Neo4jClient Library |
|
Neo4jClient.Extension
Extending the awesome Neo4jClient, provides just the attributes required by Neo4jClient.Extension to allow class libraries to remove dependency on Neo4jClient |
|
Neo4jClientApprovalTests
A ApprovalTests.Net reporter and approver to be used to unit test Neo4j with the Neo4jClient .net client |
|
Neo4jClient.Extension.Attributes
Extending the awesome Neo4jClient, provides just the attributes required by Neo4jClient.Extension to allow class libraries to remove dependency on Neo4jClient |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Neo4jClient:
Repository | Stars |
---|---|
mastoj/CQRSShop
Simple CQRS and eventsourcing with eventstore and elasticsearch
|
Version | Downloads | Last updated |
---|---|---|
5.1.17 | 1,771 | 10/17/2024 |
5.1.16 | 6,166 | 9/17/2024 |
5.1.15 | 39,694 | 3/19/2024 |
5.1.14 | 27,685 | 12/29/2023 |
5.1.13 | 4,729 | 12/3/2023 |
5.1.11 | 56,812 | 4/13/2023 |
5.1.6 | 26,789 | 2/14/2023 |
5.1.5 | 5,410 | 2/7/2023 |
5.1.4 | 1,846 | 2/3/2023 |
5.1.3 | 23,857 | 11/29/2022 |
5.1.2 | 8,785 | 10/25/2022 |
5.1.1 | 2,083 | 10/25/2022 |
5.0.3-pre | 1,317 | 10/25/2022 |
5.0.2-pre | 1,280 | 10/21/2022 |
4.1.26 | 160,463 | 5/6/2022 |
4.1.25 | 2,287 | 5/6/2022 |
4.1.24 | 7,913 | 4/19/2022 |
4.1.23 | 13,469 | 4/4/2022 |
4.1.21 | 2,328 | 3/30/2022 |
4.1.20 | 65,528 | 1/12/2022 |
4.1.19 | 1,772 | 1/12/2022 |
4.1.18 | 20,832 | 9/30/2021 |
4.1.17 | 2,760 | 9/22/2021 |
4.1.15 | 18,978 | 8/16/2021 |
4.1.14 | 37,942 | 6/21/2021 |
4.1.13 | 53,167 | 6/18/2021 |
4.1.6 | 74,726 | 3/4/2021 |
4.1.5 | 4,468 | 2/8/2021 |
4.1.5-experimental-7 | 1,607 | 1/27/2021 |
4.1.5-experimental-6 | 1,440 | 1/27/2021 |
4.1.5-experimental-5 | 1,576 | 1/26/2021 |
4.1.4 | 5,536 | 1/26/2021 |
4.1.3 | 2,594 | 1/25/2021 |
4.1.2 | 3,586 | 1/21/2021 |
4.1.1 | 2,428 | 1/14/2021 |
4.1.0 | 2,839 | 1/13/2021 |
4.0.4 | 1,993 | 1/13/2021 |
4.0.3 | 23,054 | 11/9/2020 |
4.0.2 | 3,988 | 11/2/2020 |
4.0.1 | 2,451 | 10/26/2020 |
4.0.0 | 5,735 | 9/18/2020 |
3.2.0.2 | 62,776 | 9/5/2020 |
3.2.0.1 | 120,136 | 6/17/2020 |
3.1.0.9 | 5,684 | 6/17/2020 |
3.1.0.6 | 167,310 | 3/19/2019 |
3.1.0.5 | 9,332 | 2/20/2019 |
3.1.0.2 | 73,303 | 1/29/2019 |
3.1.0.1 | 9,787 | 1/18/2019 |
3.0.1.28 | 7,057 | 1/17/2019 |
3.0.1.26 | 24,548 | 11/23/2018 |
3.0.1.25 | 5,793 | 11/20/2018 |
3.0.1.24 | 7,833 | 11/14/2018 |
3.0.1.23 | 6,914 | 11/6/2018 |
3.0.1.22 | 5,337 | 11/5/2018 |
3.0.1.21 | 13,031 | 10/9/2018 |
3.0.1.19 | 19,242 | 9/18/2018 |
3.0.1.18 | 8,458 | 8/28/2018 |
3.0.1.15 | 23,628 | 5/23/2018 |
3.0.1.14 | 12,915 | 4/25/2018 |
3.0.1.13 | 17,052 | 4/11/2018 |
3.0.1.11 | 6,111 | 4/6/2018 |
3.0.1.10 | 6,039 | 4/5/2018 |
3.0.1.9 | 5,878 | 4/2/2018 |
3.0.1.8 | 5,905 | 4/2/2018 |
3.0.1.7 | 6,098 | 4/2/2018 |
3.0.1.6 | 7,426 | 3/16/2018 |
3.0.1.4 | 6,114 | 3/14/2018 |
3.0.1.2 | 6,584 | 3/1/2018 |
3.0.1.1 | 6,285 | 2/13/2018 |
3.0.1 | 7,001 | 2/8/2018 |
3.0.0 | 51,228 | 1/22/2018 |
3.0.0-RC18 | 2,631 | 1/22/2018 |
3.0.0-RC15 | 2,532 | 1/22/2018 |
3.0.0-RC14 | 2,696 | 1/17/2018 |
2.0.0.10 | 17,103 | 10/16/2017 |
2.0.0.9 | 25,288 | 7/19/2017 |
2.0.0.8 | 17,356 | 5/31/2017 |
2.0.0.7 | 92,246 | 1/20/2017 |
2.0.0.6 | 11,510 | 9/19/2016 |
2.0.0.5 | 7,473 | 9/5/2016 |
2.0.0.2 | 5,523 | 8/29/2016 |
2.0.0 | 20,658 | 8/2/2016 |
2.0.0-core3 | 5,100 | 7/4/2016 |
1.1.0.39 | 77,558 | 6/22/2016 |
1.1.0.37 | 14,167 | 4/22/2016 |
1.1.0.36 | 5,521 | 4/21/2016 |
1.1.0.34 | 6,219 | 4/5/2016 |
1.1.0.33 | 10,335 | 3/24/2016 |
1.1.0.32 | 10,629 | 3/16/2016 |
1.1.0.29 | 16,291 | 3/9/2016 |
1.1.0.28 | 14,475 | 2/12/2016 |
1.1.0.26 | 6,819 | 1/29/2016 |
1.1.0.24 | 5,402 | 1/27/2016 |
1.1.0.23 | 5,309 | 1/26/2016 |
1.1.0.22 | 5,728 | 1/25/2016 |
1.1.0.21 | 5,621 | 1/22/2016 |
1.1.0.20 | 5,748 | 1/21/2016 |
1.1.0.19 | 5,782 | 1/20/2016 |
1.1.0.18 | 5,485 | 1/17/2016 |
1.1.0.16 | 6,522 | 12/28/2015 |
1.1.0.15 | 9,526 | 11/30/2015 |
1.1.0.14 | 7,011 | 11/20/2015 |
1.1.0.13 | 5,754 | 11/12/2015 |
1.1.0.12 | 7,035 | 11/3/2015 |
1.1.0.11 | 6,137 | 10/26/2015 |
1.1.0.10 | 5,685 | 10/20/2015 |
1.1.0.9 | 49,265 | 9/17/2015 |
1.1.0.8 | 31,076 | 9/2/2015 |
1.1.0.7 | 6,109 | 9/1/2015 |
1.1.0.5 | 5,460 | 8/30/2015 |
1.1.0.4 | 6,588 | 8/20/2015 |
1.1.0.3 | 5,840 | 8/14/2015 |
1.1.0.2 | 6,029 | 8/14/2015 |
1.1.0.1 | 11,455 | 8/7/2015 |
1.0.0.664 | 5,992 | 8/3/2015 |
1.0.0.663 | 5,653 | 7/28/2015 |
1.0.0.662 | 13,035 | 12/10/2014 |
1.0.0.661 | 6,549 | 11/16/2014 |
1.0.0.660 | 6,024 | 11/16/2014 |
1.0.0.659 | 5,920 | 11/16/2014 |
1.0.0.658 | 12,726 | 9/22/2014 |
1.0.0.657 | 6,752 | 8/20/2014 |
1.0.0.656 | 7,996 | 5/21/2014 |
1.0.0.655 | 5,431 | 5/21/2014 |
1.0.0.654 | 5,503 | 5/21/2014 |
1.0.0.653 | 5,794 | 5/5/2014 |
1.0.0.652 | 6,108 | 4/16/2014 |
1.0.0.651 | 6,411 | 3/24/2014 |
1.0.0.650 | 5,471 | 3/24/2014 |
1.0.0.649 | 5,618 | 3/21/2014 |
1.0.0.648 | 5,673 | 3/15/2014 |
1.0.0.647 | 5,747 | 3/14/2014 |
1.0.0.646 | 5,689 | 3/6/2014 |
1.0.0.645 | 6,687 | 2/12/2014 |
1.0.0.644 | 6,098 | 1/17/2014 |
1.0.0.643 | 5,425 | 1/16/2014 |
1.0.0.642 | 8,472 | 12/4/2013 |
1.0.0.641 | 5,546 | 12/4/2013 |
1.0.0.640 | 5,643 | 12/4/2013 |
1.0.0.639 | 5,598 | 12/2/2013 |
1.0.0.638 | 5,682 | 11/21/2013 |
1.0.0.637 | 5,684 | 11/21/2013 |
1.0.0.636 | 5,577 | 11/21/2013 |
1.0.0.635 | 5,538 | 11/19/2013 |
1.0.0.634 | 5,542 | 11/19/2013 |
1.0.0.633 | 5,614 | 11/18/2013 |
1.0.0.632 | 5,555 | 11/14/2013 |
1.0.0.631 | 5,646 | 11/1/2013 |
1.0.0.630 | 5,507 | 11/1/2013 |
1.0.0.629 | 5,558 | 10/29/2013 |
1.0.0.628 | 5,523 | 10/29/2013 |
1.0.0.627 | 5,546 | 10/28/2013 |
1.0.0.626 | 5,499 | 10/28/2013 |
1.0.0.625 | 5,752 | 10/25/2013 |
1.0.0.624 | 5,569 | 10/23/2013 |
1.0.0.623 | 5,569 | 10/23/2013 |
1.0.0.622 | 5,458 | 10/23/2013 |
1.0.0.621 | 5,572 | 10/23/2013 |
1.0.0.620 | 5,612 | 10/23/2013 |
1.0.0.619 | 5,551 | 10/23/2013 |
1.0.0.618 | 5,516 | 10/23/2013 |
1.0.0.617 | 5,672 | 10/22/2013 |
1.0.0.616 | 5,600 | 10/22/2013 |
1.0.0.615 | 5,580 | 10/18/2013 |
1.0.0.614 | 5,619 | 10/18/2013 |
1.0.0.613 | 5,590 | 10/16/2013 |
1.0.0.612 | 5,507 | 10/16/2013 |
1.0.0.611 | 5,551 | 10/16/2013 |
1.0.0.610 | 5,471 | 10/16/2013 |
1.0.0.609 | 5,530 | 10/15/2013 |
1.0.0.608 | 5,507 | 10/15/2013 |
1.0.0.607 | 5,510 | 10/15/2013 |
1.0.0.606 | 5,446 | 10/15/2013 |
1.0.0.605 | 5,571 | 10/15/2013 |
1.0.0.604 | 5,558 | 10/14/2013 |
1.0.0.603 | 5,671 | 10/9/2013 |
1.0.0.602 | 5,605 | 10/9/2013 |
1.0.0.600 | 5,593 | 10/8/2013 |
1.0.0.599 | 5,528 | 10/3/2013 |
1.0.0.598 | 5,517 | 10/3/2013 |
1.0.0.597 | 5,461 | 10/2/2013 |
1.0.0.596 | 5,506 | 10/2/2013 |
1.0.0.595 | 5,623 | 9/28/2013 |
1.0.0.594 | 6,030 | 9/5/2013 |
1.0.0.593 | 5,532 | 9/4/2013 |
1.0.0.592 | 5,615 | 8/20/2013 |
1.0.0.591 | 5,609 | 8/18/2013 |
1.0.0.590 | 6,275 | 7/11/2013 |
1.0.0.589 | 5,920 | 6/26/2013 |
1.0.0.588 | 5,711 | 6/20/2013 |
1.0.0.587 | 5,599 | 6/20/2013 |
1.0.0.586 | 5,837 | 6/19/2013 |
1.0.0.585 | 5,659 | 6/19/2013 |
1.0.0.584 | 5,674 | 6/19/2013 |
1.0.0.583 | 5,641 | 6/19/2013 |
1.0.0.582 | 5,608 | 6/19/2013 |
1.0.0.581 | 5,584 | 6/18/2013 |
1.0.0.580 | 5,682 | 6/17/2013 |
1.0.0.579 | 8,035 | 6/2/2013 |
1.0.0.578 | 5,865 | 5/23/2013 |
1.0.0.576 | 5,669 | 5/23/2013 |
1.0.0.575 | 5,568 | 5/23/2013 |
1.0.0.574 | 5,576 | 5/23/2013 |
1.0.0.573 | 5,717 | 5/23/2013 |
1.0.0.572 | 6,136 | 5/9/2013 |
1.0.0.571 | 5,581 | 5/9/2013 |
1.0.0.570 | 5,597 | 5/9/2013 |
1.0.0.569 | 5,581 | 5/7/2013 |
1.0.0.568 | 5,505 | 5/4/2013 |
1.0.0.567 | 5,585 | 5/4/2013 |
1.0.0.566 | 5,673 | 4/30/2013 |
1.0.0.565 | 5,551 | 4/30/2013 |
1.0.0.564 | 5,558 | 4/26/2013 |
1.0.0.563 | 5,632 | 4/26/2013 |
1.0.0.562 | 5,560 | 4/26/2013 |
1.0.0.561 | 5,538 | 4/26/2013 |
1.0.0.560 | 5,585 | 4/26/2013 |
1.0.0.559 | 5,616 | 4/25/2013 |
1.0.0.558 | 5,686 | 4/25/2013 |
1.0.0.557 | 5,585 | 4/25/2013 |
1.0.0.556 | 5,505 | 4/25/2013 |
1.0.0.555 | 5,554 | 4/25/2013 |
1.0.0.554 | 5,594 | 4/25/2013 |
1.0.0.553 | 5,539 | 4/25/2013 |
1.0.0.552 | 5,468 | 4/25/2013 |
1.0.0.551 | 7,368 | 4/23/2013 |
1.0.0.550 | 5,549 | 4/17/2013 |
1.0.0.549 | 5,617 | 4/17/2013 |
1.0.0.548 | 5,661 | 4/17/2013 |
1.0.0.547 | 6,109 | 4/8/2013 |
1.0.0.546 | 5,552 | 4/4/2013 |
1.0.0.545 | 5,802 | 4/4/2013 |
1.0.0.544 | 5,505 | 4/4/2013 |
1.0.0.543 | 5,560 | 4/4/2013 |
1.0.0.542 | 5,550 | 4/4/2013 |
1.0.0.541 | 5,572 | 4/4/2013 |
1.0.0.540 | 5,508 | 4/4/2013 |
1.0.0.539 | 5,478 | 4/4/2013 |
1.0.0.538 | 5,462 | 4/4/2013 |
1.0.0.537 | 5,552 | 4/4/2013 |
1.0.0.536 | 5,529 | 4/4/2013 |
1.0.0.535 | 5,536 | 4/4/2013 |
1.0.0.534 | 5,641 | 4/4/2013 |
1.0.0.533 | 5,607 | 4/2/2013 |
1.0.0.532 | 5,573 | 4/2/2013 |
1.0.0.531 | 5,590 | 4/2/2013 |
1.0.0.530 | 5,618 | 4/2/2013 |
1.0.0.529 | 5,644 | 4/2/2013 |
1.0.0.528 | 5,643 | 4/2/2013 |
1.0.0.527 | 5,465 | 4/2/2013 |
1.0.0.526 | 5,528 | 4/2/2013 |
1.0.0.525 | 5,485 | 4/2/2013 |
1.0.0.524 | 5,595 | 4/2/2013 |
1.0.0.523 | 5,587 | 4/2/2013 |
1.0.0.522 | 5,595 | 4/2/2013 |
1.0.0.521 | 5,641 | 4/2/2013 |
1.0.0.520 | 5,527 | 4/2/2013 |
1.0.0.519 | 5,593 | 3/27/2013 |
1.0.0.518 | 5,518 | 3/26/2013 |
1.0.0.516 | 5,705 | 3/25/2013 |
1.0.0.515 | 5,524 | 3/25/2013 |
1.0.0.514 | 5,468 | 3/25/2013 |
1.0.0.513 | 5,529 | 3/25/2013 |
1.0.0.512 | 5,499 | 3/25/2013 |
1.0.0.511 | 5,553 | 3/25/2013 |
1.0.0.510 | 5,530 | 3/25/2013 |
1.0.0.509 | 5,475 | 3/24/2013 |
1.0.0.508 | 5,586 | 3/19/2013 |
1.0.0.507 | 5,724 | 3/8/2013 |
1.0.0.506 | 5,800 | 2/25/2013 |
1.0.0.505 | 5,609 | 2/20/2013 |
1.0.0.504 | 5,548 | 2/20/2013 |
1.0.0.503 | 5,608 | 2/20/2013 |
1.0.0.502 | 5,548 | 2/20/2013 |
1.0.0.501 | 5,631 | 2/20/2013 |
1.0.0.500 | 5,681 | 2/12/2013 |
1.0.0.499 | 5,853 | 1/14/2013 |
1.0.0.498 | 5,787 | 12/21/2012 |
1.0.0.497 | 5,924 | 11/19/2012 |
1.0.0.496 | 5,820 | 11/8/2012 |
1.0.0.495 | 5,808 | 11/8/2012 |
1.0.0.494 | 5,725 | 11/8/2012 |
1.0.0.493 | 5,783 | 10/25/2012 |
1.0.0.492 | 5,692 | 10/25/2012 |
1.0.0.491 | 5,580 | 10/25/2012 |
1.0.0.490 | 5,619 | 10/24/2012 |
1.0.0.489 | 5,701 | 10/23/2012 |
1.0.0.488 | 5,685 | 10/23/2012 |
1.0.0.487 | 5,756 | 10/22/2012 |
1.0.0.486 | 5,643 | 10/22/2012 |
1.0.0.485 | 5,621 | 10/22/2012 |
1.0.0.484 | 5,727 | 10/22/2012 |
1.0.0.483 | 5,749 | 10/22/2012 |
1.0.0.482 | 5,734 | 10/22/2012 |
1.0.0.481 | 5,679 | 10/16/2012 |
1.0.0.480 | 5,639 | 10/15/2012 |
1.0.0.479 | 5,683 | 10/10/2012 |
1.0.0.478 | 5,698 | 10/10/2012 |
1.0.0.477 | 5,583 | 10/9/2012 |
1.0.0.476 | 5,719 | 10/9/2012 |
1.0.0.475 | 5,624 | 10/9/2012 |
1.0.0.474 | 5,822 | 9/20/2012 |
1.0.0.473 | 5,728 | 9/18/2012 |
1.0.0.472 | 5,609 | 9/18/2012 |
1.0.0.471 | 5,618 | 9/18/2012 |
1.0.0.470 | 5,669 | 9/18/2012 |
1.0.0.469 | 5,661 | 9/18/2012 |
1.0.0.468 | 5,614 | 9/18/2012 |
1.0.0.467 | 5,573 | 9/18/2012 |
1.0.0.466 | 5,757 | 9/14/2012 |
1.0.0.465 | 5,676 | 9/14/2012 |
1.0.0.464 | 5,631 | 9/14/2012 |
1.0.0.462 | 5,693 | 9/11/2012 |
1.0.0.461 | 5,663 | 9/10/2012 |
1.0.0.460 | 5,715 | 9/6/2012 |
1.0.0.459 | 5,670 | 9/6/2012 |
1.0.0.458 | 5,632 | 9/5/2012 |
1.0.0.457 | 5,554 | 9/5/2012 |
1.0.0.456 | 5,676 | 9/5/2012 |
1.0.0.455 | 5,654 | 9/3/2012 |
1.0.0.454 | 5,574 | 9/3/2012 |
1.0.0.453 | 5,549 | 9/3/2012 |
1.0.0.452 | 5,607 | 9/3/2012 |
1.0.0.451 | 5,552 | 9/3/2012 |
1.0.0.450 | 5,590 | 9/3/2012 |
1.0.0.449 | 5,684 | 9/2/2012 |
1.0.0.448 | 5,613 | 9/2/2012 |
1.0.0.447 | 5,562 | 8/31/2012 |
1.0.0.446 | 5,666 | 8/30/2012 |
1.0.0.445 | 5,607 | 8/30/2012 |
1.0.0.444 | 5,573 | 8/30/2012 |
1.0.0.443 | 5,523 | 8/30/2012 |
1.0.0.442 | 5,653 | 8/30/2012 |
1.0.0.441 | 5,676 | 8/30/2012 |
1.0.0.440 | 5,628 | 8/30/2012 |
1.0.0.439 | 5,486 | 8/30/2012 |
1.0.0.438 | 5,594 | 8/30/2012 |
1.0.0.437 | 5,523 | 8/28/2012 |
1.0.0.436 | 5,559 | 8/28/2012 |
1.0.0.435 | 5,549 | 8/28/2012 |
1.0.0.434 | 5,613 | 8/28/2012 |
1.0.0.433 | 5,628 | 8/28/2012 |
1.0.0.432 | 5,541 | 8/27/2012 |
1.0.0.431 | 5,656 | 8/27/2012 |
1.0.0.430 | 5,548 | 8/27/2012 |
1.0.0.429 | 5,597 | 8/27/2012 |
1.0.0.428 | 5,597 | 8/27/2012 |
1.0.0.427 | 5,559 | 8/27/2012 |
1.0.0.426 | 5,644 | 8/15/2012 |
1.0.0.424 | 5,489 | 8/15/2012 |
1.0.0.423 | 5,628 | 8/15/2012 |
1.0.0.420 | 5,565 | 8/13/2012 |
1.0.0.419 | 5,527 | 8/13/2012 |
1.0.0.418 | 5,497 | 8/13/2012 |
1.0.0.417 | 5,657 | 8/13/2012 |
1.0.0.416 | 5,548 | 8/13/2012 |
1.0.0.415 | 5,506 | 8/13/2012 |
1.0.0.414 | 5,513 | 8/13/2012 |
1.0.0.413 | 5,484 | 8/13/2012 |
1.0.0.412 | 5,588 | 8/6/2012 |
1.0.0.411 | 5,422 | 8/6/2012 |
1.0.0.410 | 5,534 | 8/6/2012 |
1.0.0.409 | 5,576 | 8/6/2012 |
1.0.0.408 | 5,554 | 8/6/2012 |
1.0.0.407 | 5,685 | 8/6/2012 |
1.0.0.406 | 5,519 | 8/6/2012 |
1.0.0.405 | 5,574 | 8/6/2012 |
1.0.0.404 | 5,687 | 7/30/2012 |
1.0.0.403 | 5,557 | 7/30/2012 |
1.0.0.402 | 5,583 | 7/28/2012 |
1.0.0.401 | 5,594 | 7/28/2012 |
1.0.0.400 | 5,660 | 7/27/2012 |
1.0.0.399 | 5,601 | 7/26/2012 |
1.0.0.398 | 5,528 | 7/26/2012 |
1.0.0.397 | 5,637 | 7/16/2012 |
1.0.0.396 | 5,596 | 7/16/2012 |
1.0.0.395 | 5,589 | 7/12/2012 |
1.0.0.394 | 5,574 | 7/11/2012 |
1.0.0.393 | 5,650 | 7/11/2012 |
1.0.0.392 | 5,558 | 7/11/2012 |
1.0.0.391 | 5,507 | 7/9/2012 |
1.0.0.390 | 5,614 | 7/5/2012 |
1.0.0.389 | 5,572 | 7/5/2012 |
1.0.0.388 | 5,603 | 7/2/2012 |
1.0.0.387 | 5,606 | 6/29/2012 |
1.0.0.386 | 5,609 | 6/29/2012 |
1.0.0.385 | 5,511 | 6/28/2012 |
1.0.0.384 | 5,613 | 6/27/2012 |
1.0.0.383 | 5,699 | 6/27/2012 |
1.0.0.382 | 5,602 | 6/27/2012 |
1.0.0.381 | 5,668 | 6/27/2012 |
1.0.0.380 | 5,614 | 6/27/2012 |
1.0.0.379 | 5,638 | 6/27/2012 |
1.0.0.378 | 5,654 | 6/27/2012 |
1.0.0.377 | 5,656 | 6/26/2012 |
1.0.0.376 | 5,580 | 6/26/2012 |
1.0.0.375 | 5,610 | 6/25/2012 |
1.0.0.374 | 5,659 | 6/22/2012 |
1.0.0.373 | 5,671 | 6/22/2012 |
1.0.0.372 | 5,685 | 6/22/2012 |
1.0.0.371 | 5,708 | 6/21/2012 |
1.0.0.370 | 5,563 | 6/21/2012 |
1.0.0.369 | 5,523 | 6/19/2012 |
1.0.0.368 | 5,599 | 6/18/2012 |
1.0.0.367 | 5,665 | 6/7/2012 |
1.0.0.366 | 5,664 | 6/7/2012 |
1.0.0.365 | 5,594 | 6/4/2012 |
1.0.0.364 | 5,607 | 6/4/2012 |
1.0.0.363 | 5,551 | 6/4/2012 |
1.0.0.362 | 5,623 | 6/4/2012 |
1.0.0.361 | 5,609 | 6/4/2012 |
1.0.0.360 | 5,566 | 6/4/2012 |
1.0.0.359 | 5,596 | 6/2/2012 |
1.0.0.358 | 5,609 | 6/2/2012 |
1.0.0.357 | 5,656 | 5/30/2012 |
1.0.0.356 | 5,655 | 5/30/2012 |
1.0.0.355 | 5,667 | 5/29/2012 |
1.0.0.352 | 5,566 | 5/28/2012 |
1.0.0.351 | 5,661 | 5/28/2012 |
1.0.0.350 | 5,681 | 5/10/2012 |
1.0.0.349 | 5,524 | 5/8/2012 |
1.0.0.348 | 5,538 | 5/8/2012 |
1.0.0.347 | 5,551 | 5/5/2012 |
1.0.0.346 | 5,578 | 5/5/2012 |
1.0.0.345 | 5,566 | 5/2/2012 |
1.0.0.344 | 5,535 | 5/2/2012 |
1.0.0.343 | 5,616 | 5/2/2012 |
1.0.0.342 | 5,625 | 5/2/2012 |
1.0.0.340 | 5,588 | 5/2/2012 |
1.0.0.339 | 5,649 | 5/2/2012 |
1.0.0.338 | 5,527 | 5/2/2012 |
1.0.0.337 | 5,759 | 4/30/2012 |
1.0.0.336 | 5,513 | 4/30/2012 |
1.0.0.335 | 5,621 | 4/30/2012 |
1.0.0.334 | 5,729 | 4/24/2012 |
1.0.0.333 | 5,702 | 4/24/2012 |
1.0.0.332 | 5,615 | 4/24/2012 |
1.0.0.331 | 5,669 | 4/24/2012 |
1.0.0.330 | 5,664 | 4/24/2012 |
1.0.0.329 | 5,769 | 4/17/2012 |
1.0.0.328 | 5,696 | 4/14/2012 |
1.0.0.327 | 5,795 | 4/3/2012 |
1.0.0.326 | 5,681 | 3/30/2012 |
1.0.0.325 | 5,765 | 3/13/2012 |
1.0.0.324 | 5,739 | 3/12/2012 |
1.0.0.323 | 5,760 | 3/12/2012 |
1.0.0.322 | 5,683 | 3/12/2012 |
1.0.0.321 | 5,730 | 3/7/2012 |
1.0.0.320 | 5,673 | 2/29/2012 |
1.0.0.319 | 5,650 | 2/28/2012 |
1.0.0.318 | 5,634 | 2/23/2012 |
1.0.0.317 | 5,706 | 2/21/2012 |
1.0.0.316 | 5,656 | 2/21/2012 |
1.0.0.315 | 5,671 | 2/21/2012 |
1.0.0.314 | 5,663 | 2/21/2012 |
1.0.0.313 | 5,666 | 2/21/2012 |
1.0.0.312 | 5,829 | 2/21/2012 |
1.0.0.311 | 5,684 | 2/19/2012 |
1.0.0.310 | 5,613 | 2/17/2012 |
1.0.0.309 | 5,748 | 2/17/2012 |
1.0.0.308 | 5,681 | 2/17/2012 |
1.0.0.307 | 5,773 | 2/17/2012 |
1.0.0.306 | 5,657 | 2/17/2012 |
1.0.0.305 | 5,655 | 2/17/2012 |
1.0.0.304 | 5,613 | 2/16/2012 |
1.0.0.303 | 5,577 | 2/16/2012 |
1.0.0.302 | 5,629 | 2/16/2012 |
1.0.0.301 | 5,720 | 2/16/2012 |
1.0.0.300 | 5,598 | 2/16/2012 |
1.0.0.299 | 5,633 | 2/16/2012 |
1.0.0.298 | 5,650 | 2/16/2012 |
1.0.0.297 | 5,575 | 2/16/2012 |
1.0.0.296 | 5,643 | 2/15/2012 |
1.0.0.295 | 5,657 | 2/15/2012 |
1.0.0.294 | 5,715 | 2/15/2012 |
1.0.0.293 | 5,776 | 2/15/2012 |
1.0.0.292 | 5,664 | 2/15/2012 |
1.0.0.291 | 5,690 | 2/15/2012 |
1.0.0.290 | 5,588 | 2/15/2012 |
1.0.0.289 | 5,683 | 2/15/2012 |
1.0.0.288 | 5,644 | 2/14/2012 |
1.0.0.287 | 5,685 | 2/12/2012 |
1.0.0.286 | 5,696 | 2/12/2012 |
1.0.0.285 | 5,698 | 2/12/2012 |
1.0.0.284 | 5,737 | 2/12/2012 |
1.0.0.283 | 5,754 | 2/12/2012 |
1.0.0.282 | 5,756 | 2/12/2012 |
1.0.0.281 | 5,721 | 2/12/2012 |
1.0.0.280 | 5,698 | 2/12/2012 |
1.0.0.279 | 5,729 | 2/12/2012 |
1.0.0.278 | 5,708 | 2/12/2012 |
1.0.0.277 | 5,701 | 2/12/2012 |
1.0.0.276 | 5,701 | 2/9/2012 |
1.0.0.275 | 5,816 | 2/6/2012 |
1.0.0.274 | 5,654 | 2/6/2012 |
1.0.0.273 | 5,692 | 2/5/2012 |
1.0.0.272 | 5,719 | 1/22/2012 |
1.0.0.271 | 5,675 | 1/22/2012 |
1.0.0.270 | 5,716 | 1/22/2012 |
1.0.0.269 | 5,653 | 1/19/2012 |
1.0.0.268 | 5,684 | 1/19/2012 |
1.0.0.267 | 5,725 | 1/19/2012 |
1.0.0.266 | 5,757 | 1/19/2012 |
1.0.0.265 | 5,784 | 1/18/2012 |
1.0.0.264 | 5,823 | 1/18/2012 |
1.0.0.263 | 5,678 | 1/18/2012 |
1.0.0.262 | 5,656 | 1/18/2012 |
1.0.0.261 | 5,713 | 1/18/2012 |
1.0.0.260 | 5,779 | 1/18/2012 |
1.0.0.258 | 5,700 | 1/17/2012 |
1.0.0.257 | 5,690 | 1/17/2012 |
1.0.0.256 | 5,770 | 1/16/2012 |
1.0.0.255 | 5,785 | 1/16/2012 |
1.0.0.254 | 5,783 | 1/16/2012 |
1.0.0.253 | 5,712 | 1/11/2012 |
1.0.0.252 | 5,644 | 1/11/2012 |
1.0.0.251 | 5,637 | 1/11/2012 |
1.0.0.250 | 5,625 | 1/11/2012 |
1.0.0.249 | 5,695 | 1/11/2012 |
1.0.0.248 | 5,817 | 12/8/2011 |
1.0.0.247 | 5,744 | 12/8/2011 |
1.0.0.246 | 5,682 | 12/7/2011 |
1.0.0.245 | 5,783 | 12/7/2011 |
1.0.0.244 | 5,769 | 12/7/2011 |
1.0.0.243 | 5,739 | 12/7/2011 |
1.0.0.242 | 5,746 | 12/6/2011 |
1.0.0.241 | 5,626 | 12/6/2011 |
1.0.0.237 | 5,791 | 12/5/2011 |
1.0.0.236 | 5,650 | 12/5/2011 |
1.0.0.235 | 5,736 | 12/5/2011 |
1.0.0.234 | 5,711 | 12/4/2011 |
1.0.0.233 | 5,780 | 12/4/2011 |
1.0.0.232 | 5,653 | 12/3/2011 |
1.0.0.231 | 5,737 | 12/2/2011 |
1.0.0.230 | 5,770 | 12/2/2011 |
1.0.0.229 | 5,787 | 12/2/2011 |
1.0.0.228 | 5,640 | 12/2/2011 |
1.0.0.227 | 5,726 | 12/2/2011 |
1.0.0.226 | 5,770 | 12/2/2011 |
1.0.0.225 | 5,720 | 12/2/2011 |
1.0.0.224 | 5,806 | 12/2/2011 |
1.0.0.223 | 5,783 | 12/1/2011 |
1.0.0.222 | 5,726 | 12/1/2011 |
1.0.0.221 | 5,782 | 12/1/2011 |
1.0.0.220 | 5,768 | 12/1/2011 |
1.0.0.219 | 5,706 | 11/30/2011 |
1.0.0.218 | 5,759 | 11/30/2011 |
1.0.0.217 | 5,726 | 11/30/2011 |
1.0.0.216 | 5,723 | 11/30/2011 |
1.0.0.215 | 5,678 | 11/30/2011 |
1.0.0.214 | 5,683 | 11/29/2011 |
1.0.0.213 | 5,745 | 11/29/2011 |
1.0.0.212 | 5,726 | 11/28/2011 |
1.0.0.211 | 5,638 | 11/28/2011 |
1.0.0.210 | 5,766 | 11/28/2011 |
1.0.0.209 | 5,811 | 11/13/2011 |
1.0.0.208 | 5,675 | 11/13/2011 |
1.0.0.207 | 5,750 | 11/13/2011 |
1.0.0.206 | 5,643 | 11/13/2011 |
1.0.0.205 | 5,808 | 11/8/2011 |
1.0.0.204 | 5,846 | 11/7/2011 |
1.0.0.203 | 5,770 | 11/2/2011 |
1.0.0.202 | 5,756 | 11/2/2011 |
1.0.0.201 | 5,913 | 11/2/2011 |
1.0.0.200 | 5,726 | 10/24/2011 |
1.0.0.199 | 5,682 | 10/24/2011 |
1.0.0.198 | 5,668 | 10/24/2011 |
1.0.0.197 | 5,755 | 10/24/2011 |
1.0.0.196 | 5,692 | 10/20/2011 |
1.0.0.195 | 5,756 | 10/18/2011 |
1.0.0.194 | 5,728 | 10/18/2011 |
1.0.0.193 | 5,666 | 10/18/2011 |
1.0.0.192 | 5,800 | 10/18/2011 |
1.0.0.191 | 5,773 | 10/5/2011 |
1.0.0.190 | 6,636 | 10/4/2011 |
0.0.1.189 | 5,745 | 10/3/2011 |
0.0.1.188 | 5,749 | 10/3/2011 |
0.0.1.187 | 5,808 | 10/3/2011 |
0.0.1.186 | 5,696 | 10/3/2011 |
0.0.1.185 | 5,747 | 10/3/2011 |
0.0.1.183 | 5,737 | 10/3/2011 |
0.0.1.182 | 5,714 | 9/29/2011 |
0.0.1.181 | 5,790 | 9/29/2011 |
0.0.1.180 | 5,736 | 9/29/2011 |
0.0.1.179 | 5,762 | 9/27/2011 |
0.0.1.178 | 5,798 | 9/27/2011 |
0.0.1.177 | 5,713 | 9/27/2011 |
0.0.1.176 | 5,785 | 9/27/2011 |
0.0.1.175 | 5,690 | 9/27/2011 |
0.0.1.173 | 5,659 | 9/27/2011 |
0.0.1.172 | 5,696 | 9/27/2011 |
0.0.1.171 | 5,787 | 9/26/2011 |
0.0.1.170 | 5,980 | 9/26/2011 |
0.0.1.169 | 5,719 | 9/26/2011 |
0.0.1.168 | 5,815 | 9/26/2011 |
0.0.1.167 | 5,770 | 9/26/2011 |
0.0.1.166 | 5,712 | 9/26/2011 |
0.0.1.165 | 5,720 | 9/26/2011 |
0.0.1.164 | 5,832 | 9/26/2011 |
0.0.1.163 | 5,753 | 9/25/2011 |
0.0.1.162 | 5,674 | 9/25/2011 |
0.0.1.161 | 5,839 | 9/23/2011 |
0.0.1.160 | 5,728 | 9/23/2011 |
0.0.1.159 | 5,717 | 9/23/2011 |
0.0.1.158 | 5,776 | 9/23/2011 |
0.0.1.157 | 5,798 | 9/22/2011 |
0.0.1.156 | 5,788 | 9/22/2011 |
0.0.1.155 | 5,785 | 9/22/2011 |
0.0.1.154 | 5,735 | 9/22/2011 |
0.0.1.153 | 5,617 | 9/22/2011 |
0.0.1.152 | 5,686 | 9/19/2011 |
0.0.1.151 | 5,677 | 9/19/2011 |
0.0.1.150 | 5,659 | 9/19/2011 |
0.0.1.149 | 5,676 | 9/19/2011 |
0.0.1.148 | 5,766 | 9/16/2011 |
0.0.1.147 | 5,622 | 9/16/2011 |
0.0.1.146 | 5,708 | 9/16/2011 |
0.0.1.145 | 5,915 | 9/16/2011 |
0.0.1.144 | 5,688 | 9/16/2011 |
0.0.1.143 | 5,665 | 9/16/2011 |
0.0.1.142 | 5,748 | 9/16/2011 |
0.0.1.141 | 5,723 | 9/16/2011 |
0.0.1.140 | 5,702 | 9/16/2011 |
0.0.1.139 | 5,720 | 9/9/2011 |
0.0.1.138 | 5,716 | 9/8/2011 |
0.0.1.137 | 5,738 | 9/8/2011 |
0.0.1.136 | 5,676 | 9/8/2011 |
0.0.1.135 | 5,716 | 9/8/2011 |
0.0.1.132 | 5,832 | 9/6/2011 |
0.0.1.131 | 5,713 | 9/6/2011 |
0.0.1.130 | 5,830 | 9/6/2011 |
0.0.1.129 | 5,703 | 8/29/2011 |
0.0.1.128 | 5,787 | 8/29/2011 |
0.0.1.127 | 5,678 | 8/29/2011 |
0.0.1.126 | 5,725 | 8/29/2011 |
0.0.1.125 | 5,708 | 8/29/2011 |
0.0.1.124 | 5,861 | 8/29/2011 |
0.0.1.123 | 6,148 | 8/29/2011 |
Adds `Periodic commit`