LogicMonitor.Api 3.181.24

There is a newer version of this package available.
See the version list below for details.
dotnet add package LogicMonitor.Api --version 3.181.24
                    
NuGet\Install-Package LogicMonitor.Api -Version 3.181.24
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LogicMonitor.Api" Version="3.181.24" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LogicMonitor.Api" Version="3.181.24" />
                    
Directory.Packages.props
<PackageReference Include="LogicMonitor.Api" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LogicMonitor.Api --version 3.181.24
                    
#r "nuget: LogicMonitor.Api, 3.181.24"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=LogicMonitor.Api&version=3.181.24
                    
Install LogicMonitor.Api as a Cake Addin
#tool nuget:?package=LogicMonitor.Api&version=3.181.24
                    
Install LogicMonitor.Api as a Cake Tool

LogicMonitor.Api

The LogicMonitor REST API nuget package, authored by Panoramic Data Limited.

Nuget Nuget License: MIT Codacy Badge

If you want some LogicMonitor software developed, come find us at: https://www.panoramicdata.com/ !

To get started, watch the videos here:

http://www.panoramicdata.com/products/logicmonitor-api-nuget-package/

A simple example:

using LogicMonitor.Api;

[...]

public static async Task GetAllDevices(ILogger logger, CancellationToken cancellationToken)
{
	using var logicMonitorClient = new LogicMonitorClient(
		new LogicMonitorClientOptions
		{
			Account = "acme",
			AccessId = "accessId",
			AccessKey = "accessKey",
			Logger = logger
		}
	);

	var devices = await logicMonitorClient
		.GetAllAsync<Device>(cancellationToken)
		.ConfigureAwait(false);

	Console.WriteLine($"Device Count: {devices.Count}");
}
Product 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on LogicMonitor.Api:

Package Downloads
LogicMonitor.Datamart

LogicMonitor Datamart

Serilog.Sinks.LogicMonitor

Serilog sink for LogicMonitor's LM Logs

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.222.1 186 5/21/2025
3.220.3 239 4/26/2025
3.216.6 616 3/5/2025
3.216.4 178 2/18/2025
3.216.3 121 2/18/2025
3.216.2 116 2/18/2025
3.216.1 191 1/26/2025
3.213.7 94 1/26/2025
3.213.4 336 11/30/2024
3.212.7 196 11/13/2024
3.212.5 239 11/11/2024
3.212.4 111 11/11/2024
3.211.20 304 10/22/2024
3.211.19 109 10/22/2024
3.211.17 129 10/21/2024
3.211.14 218 10/9/2024
3.211.12 125 10/9/2024
3.211.9 130 10/4/2024
3.211.8 148 10/1/2024
3.211.7 129 9/30/2024
3.211.6 123 9/30/2024
3.211.3 108 9/29/2024
3.211.2 138 9/29/2024
3.209.2 127 9/26/2024
3.209.1 656 8/31/2024
3.204.8 269 8/16/2024
3.204.6 963 8/5/2024
3.204.4 100 7/25/2024
3.204.3 474 5/21/2024
3.204.1 132 5/21/2024
3.203.2 211 5/8/2024
3.203.1 873 4/24/2024
3.201.19 243 4/22/2024
3.201.18 243 4/5/2024
3.201.17 231 3/26/2024
3.201.16 194 3/25/2024
3.201.14 682 3/18/2024
3.201.11 177 3/17/2024
3.201.8 195 3/14/2024
3.201.7 195 3/11/2024
3.201.4 202 3/10/2024
3.201.1 1,318 3/8/2024
3.198.10 376 3/1/2024
3.198.9 522 2/14/2024
3.198.7 331 1/30/2024
3.198.6 350 1/26/2024
3.198.3 292 1/24/2024
3.198.2 295 1/24/2024
3.198.1 297 1/23/2024
3.197.21 288 1/23/2024
3.197.20 291 1/22/2024
3.197.16 755 1/9/2024
3.197.13 328 1/8/2024
3.197.12 322 1/8/2024
3.197.11 348 1/4/2024
3.197.4 334 1/4/2024
3.197.1 338 1/2/2024
3.196.1 907 12/7/2023
3.191.28 615 10/27/2023
3.191.27 377 10/27/2023
3.191.26 440 10/23/2023
3.191.24 580 9/8/2023
3.191.23 467 9/6/2023
3.191.21 493 9/1/2023
3.191.20 471 9/1/2023
3.191.10 616 8/23/2023
3.191.1 470 8/23/2023
3.188.25 576 8/7/2023
3.188.22 567 8/3/2023
3.188.21 556 8/3/2023
3.188.18 565 8/2/2023
3.188.17 598 7/26/2023
3.188.12 679 7/17/2023
3.188.4 802 6/27/2023
3.188.2 567 6/27/2023
3.186.48 611 6/23/2023
3.186.45 561 6/28/2023
3.186.42 702 6/7/2023
3.186.27 791 5/9/2023
3.186.16 707 5/5/2023
3.186.1 777 4/26/2023
3.183.89 650 4/26/2023
3.183.71 832 4/13/2023
3.183.44 835 3/24/2023
3.183.38 849 3/20/2023
3.183.27 802 3/15/2023
3.183.13 792 3/5/2023
3.183.1 776 3/3/2023
3.182.17 774 3/2/2023
3.182.15 759 3/1/2023
3.182.11 715 3/1/2023
3.182.7 775 3/1/2023
3.182.6 823 2/27/2023
3.182.1 831 2/21/2023
3.181.52 789 2/21/2023
3.181.29 818 2/5/2023
3.181.26 808 2/5/2023
3.181.25 807 2/5/2023
3.181.24 814 2/5/2023
3.181.22 842 2/5/2023
3.181.19 818 2/5/2023
3.181.11 757 2/3/2023
3.181.7 1,817 1/29/2023
3.180.25-g8b9ef70431 687 1/9/2023
3.180.16-g8fa4a057ff 616 1/8/2023
2.179.12 394 11/15/2023
2.179.10 902 1/24/2023
2.179.7 847 12/19/2022
2.179.1 805 11/30/2022
2.178.8 889 11/24/2022
2.178.1 863 11/7/2022
2.177.2 1,053 11/1/2022
2.177.1 1,162 10/19/2022
2.170.1 983 10/11/2022
2.169.46 973 10/3/2022
2.169.44 1,101 9/29/2022
2.169.40 5,056 9/26/2022
2.169.34 380 11/15/2023
2.169.32 2,255 6/30/2022
2.169.22 1,580 6/10/2022
2.169.21 1,367 5/26/2022
2.169.20 947 5/25/2022
2.169.17 989 5/19/2022
2.169.14 996 5/19/2022
2.169.12 1,149 5/11/2022
2.169.3 1,017 4/25/2022
2.167.9 1,525 3/22/2022
2.167.3 1,065 3/17/2022
2.167.1 1,358 3/16/2022
2.165.19 1,206 3/5/2022
2.165.13 1,012 2/28/2022
2.165.12 1,008 2/24/2022
2.165.10 1,339 2/22/2022
2.165.9 997 2/17/2022
2.165.8 1,026 2/17/2022
2.165.7 1,078 2/17/2022
2.165.1 1,005 2/16/2022
2.165.0 1,050 2/16/2022
2.164.3 1,181 2/7/2022
2.164.2 1,452 1/31/2022
2.164.1 991 1/28/2022
2.164.0 1,160 1/13/2022
2.161.11 1,138 12/2/2021
2.161.10 871 12/1/2021
2.161.9 3,885 11/24/2021
2.161.5 7,269 11/23/2021
2.161.4 6,498 11/23/2021
2.161.2 6,262 11/23/2021
2.154.6 921 11/22/2021
2.154.5 2,218 10/17/2021
2.154.4 818 10/13/2021
2.154.3 888 10/7/2021
2.154.2 1,465 8/6/2021
2.154.1 912 8/6/2021
2.154.0 1,379 6/28/2021
2.151.7 2,993 6/14/2021
2.151.6 922 6/14/2021
2.151.5 1,193 4/24/2021
2.151.4 921 4/24/2021
2.151.3 948 4/24/2021
2.151.2 884 4/23/2021
2.151.1 956 4/23/2021
2.151.0 974 4/19/2021
2.150.1 1,983 3/25/2021
2.150.0 1,312 3/25/2021
2.147.5 951 3/23/2021
2.147.4 1,096 2/15/2021
2.147.3 1,658 2/12/2021
2.147.2 1,055 2/12/2021
2.147.1 1,005 2/12/2021
2.147.0 1,200 2/11/2021
2.145.1 2,429 12/1/2020
2.143.1 1,450 11/11/2020
2.142.2 1,387 10/20/2020
2.142.1 1,407 10/13/2020
2.139.4 1,202 9/16/2020
2.139.3 1,149 9/2/2020
2.139.2 1,120 8/18/2020
2.139.1 1,125 8/13/2020
2.139.0 1,085 8/4/2020
2.137.2 1,136 6/18/2020
2.137.1 1,430 6/17/2020
2.136.1 1,104 6/1/2020
2.136.0 1,390 5/29/2020
2.135.3 1,400 5/12/2020
2.135.2 1,478 5/8/2020
2.135.1 1,151 5/5/2020
2.135.0 1,159 5/3/2020
2.133.0 1,447 3/26/2020
2.132.0 1,545 3/18/2020
2.131.1 1,188 2/13/2020
2.131.0 1,266 2/12/2020
2.130.3 1,209 2/5/2020
2.130.2 1,201 2/3/2020
2.130.1 1,126 1/16/2020
2.130.0 1,166 1/11/2020
2.129.2 1,189 1/6/2020
2.129.1 1,171 1/6/2020
2.129.0 1,446 12/17/2019
2.127.4 1,226 11/12/2019
2.127.3 2,648 11/12/2019
2.127.2 2,798 11/5/2019
2.127.1 1,146 10/30/2019
2.127.0 1,599 10/28/2019
2.126.5 1,187 10/22/2019
2.126.4 1,214 10/15/2019
2.126.3 1,399 10/14/2019
2.126.2 1,105 10/11/2019
2.126.1 1,194 10/9/2019
2.126.0 1,131 10/2/2019
2.125.0 1,120 9/21/2019
2.124.0 2,801 8/24/2019
2.122.2 1,314 7/23/2019
2.122.1 1,196 7/16/2019
2.122.0 1,146 7/11/2019
2.121.4 1,230 7/5/2019
2.121.3 1,202 7/5/2019
2.121.2 1,238 7/3/2019
2.121.1 1,177 7/1/2019
2.121.0 1,188 6/18/2019
2.120.1 1,241 6/18/2019
2.120.0 1,247 6/12/2019
2.119.2 1,272 5/31/2019
2.119.1 1,285 5/31/2019
2.119.0 1,258 5/7/2019
2.118.2 1,411 4/30/2019
2.118.1 1,472 4/20/2019
2.118.0 1,318 4/19/2019
2.117.5 1,281 4/5/2019
2.117.4 1,217 4/4/2019
2.117.3 1,445 4/4/2019
2.117.2 1,411 4/1/2019
2.117.1 4,467 3/26/2019
2.117.0 1,266 3/25/2019
2.116.5 1,226 3/22/2019
2.116.4 1,756 3/19/2019
2.116.3 2,221 3/14/2019
2.116.2 1,231 3/11/2019
2.116.1 1,248 3/5/2019
2.116.0 1,307 3/5/2019
2.115.8 1,334 2/27/2019
2.115.7 1,284 2/26/2019
2.115.6 1,264 2/26/2019
2.115.5 1,272 2/25/2019
2.115.4 1,246 2/25/2019
2.115.3 2,317 2/4/2019
2.115.2 1,347 2/1/2019
2.115.1 1,357 1/31/2019
2.115.0 1,401 1/29/2019
2.114.2 1,366 1/24/2019
2.114.1 1,391 1/15/2019
2.114.0 1,345 1/10/2019
2.113.6 1,380 12/11/2018
2.113.5 1,432 12/1/2018
2.113.4 1,381 11/30/2018
2.113.3 1,403 11/26/2018
2.113.2 1,424 11/26/2018
2.113.1 1,420 11/26/2018
2.113.0 1,334 11/22/2018
2.112.5 1,416 11/20/2018
2.112.4 1,452 11/8/2018
2.112.3 1,377 11/7/2018
2.112.2 1,423 11/6/2018
2.112.1 1,432 11/5/2018
2.112.0 1,436 11/1/2018
2.111.11 1,449 10/25/2018
2.111.10 1,433 10/19/2018
2.111.9 1,493 10/19/2018
2.111.8 1,406 10/18/2018
2.111.7 1,430 10/18/2018
2.111.6 1,490 10/17/2018
2.111.5 1,414 10/16/2018
2.111.4 1,449 10/15/2018
2.111.3 1,457 10/15/2018
2.111.2 1,491 10/15/2018
2.111.1 1,489 10/12/2018
2.111.0 1,470 10/12/2018
2.110.14 1,529 10/10/2018
2.110.13 1,437 10/9/2018
2.110.12 1,490 10/8/2018
2.110.11 1,569 10/5/2018
2.110.10 1,496 9/28/2018
2.110.9 1,459 9/27/2018
2.110.8 1,473 9/26/2018
2.110.7 1,433 9/25/2018
2.110.6 1,451 9/24/2018
2.110.5 1,438 9/20/2018
2.110.4 1,479 9/19/2018
2.110.2 1,535 9/17/2018
2.110.1 1,569 9/17/2018
2.110.0 1,471 9/14/2018
2.109.12 1,511 9/12/2018
2.109.11 1,542 9/9/2018
2.109.10 1,454 9/8/2018
2.109.9 1,458 9/8/2018
2.109.8 1,558 9/5/2018
2.109.7 1,513 9/3/2018
2.109.6 1,518 9/1/2018
2.109.5 1,468 8/30/2018
2.109.4 1,448 8/29/2018
2.109.3 1,500 8/27/2018
2.109.2 1,522 8/27/2018
2.109.1 1,530 8/26/2018
2.109.0 1,484 8/24/2018
2.108.6 1,483 8/23/2018
2.108.5 1,587 8/22/2018
2.108.4 1,556 8/16/2018
2.108.3 1,531 8/16/2018
2.108.2 1,530 8/10/2018
2.108.1 1,517 8/6/2018
2.108.0 1,520 8/3/2018
2.107.3 1,515 7/26/2018
2.107.2 1,516 7/19/2018
2.107.1 1,707 7/10/2018
2.106.5 1,727 7/6/2018
2.106.4 1,546 6/26/2018
2.106.3 1,624 6/26/2018
2.106.2 1,822 6/22/2018
2.106.1 1,709 6/18/2018
2.106.0 1,687 6/15/2018
2.0.106 1,688 6/15/2018
2.0.3 1,640 6/15/2018
2.0.2 1,709 6/3/2018
2.0.1 1,693 6/3/2018
2.0.0 1,662 6/1/2018
1.12.4 1,728 5/10/2018
1.12.3 1,839 4/27/2018
1.12.2 1,721 4/19/2018
1.12.0 1,808 3/30/2018
1.11.7 1,694 3/28/2018
1.11.6 1,722 3/20/2018
1.11.5 1,734 3/12/2018
1.11.4 1,846 3/6/2018
1.11.3 1,752 3/6/2018
1.11.2 1,733 3/5/2018
1.11.1 1,733 3/5/2018
1.11.0 1,667 3/5/2018
1.10.2 1,764 3/4/2018
1.10.1 1,751 3/4/2018
1.10.0 1,709 3/1/2018
1.9.12 1,740 3/1/2018
1.9.11 1,617 2/26/2018
1.9.10 1,677 2/26/2018
1.9.9 1,673 2/26/2018
1.9.8 1,685 2/25/2018
1.9.7 1,739 2/25/2018
1.9.6 1,769 2/22/2018
1.9.5 1,763 2/20/2018
1.9.4 1,711 2/5/2018
1.9.3 1,796 2/3/2018
1.9.2 1,822 2/3/2018
1.9.1 1,755 1/27/2018
1.9.0 1,739 1/27/2018
1.8.11 1,606 10/18/2017
1.8.10 1,658 10/14/2017
1.8.9 1,625 10/13/2017
1.8.8 1,663 10/12/2017
1.8.7 1,601 10/3/2017
1.8.6 1,636 10/3/2017
1.8.5 1,634 8/27/2017
1.8.4 1,594 8/24/2017
1.8.3 1,609 8/23/2017
1.8.2 1,615 8/21/2017
1.8.1 1,590 8/21/2017
1.8.0 1,548 8/20/2017
1.8.0-beta8 1,289 8/20/2017
1.8.0-beta7 1,279 8/20/2017
1.8.0-beta5 1,282 8/20/2017
1.8.0-beta4 1,273 8/20/2017
1.8.0-beta3 1,253 8/20/2017
1.8.0-beta2 1,292 8/18/2017
1.8.0-beta 1,247 8/18/2017
1.7.6 1,590 8/9/2017
1.7.5 1,642 8/8/2017
1.7.4 1,595 8/8/2017
1.7.3 1,602 7/20/2017
1.7.2 1,642 7/20/2017
1.7.0 1,572 7/10/2017
1.6.10 1,600 7/5/2017
1.6.9 1,608 7/5/2017
1.6.8 1,647 7/4/2017
1.6.7 1,620 7/4/2017
1.6.6 1,630 7/4/2017
1.6.5 1,638 7/4/2017
1.6.4 1,624 7/3/2017
1.6.3 1,633 7/2/2017
1.6.2 1,638 7/2/2017
1.6.1 1,616 7/2/2017
1.6.0 1,644 7/1/2017
1.5.22 1,546 6/30/2017
1.5.21 1,639 6/26/2017
1.5.20 1,595 6/26/2017
1.5.19 1,639 6/22/2017
1.5.17 1,611 6/22/2017
1.5.16 1,630 6/20/2017
1.5.15 1,563 6/19/2017
1.5.14 1,607 6/19/2017
1.5.13 1,628 6/19/2017
1.5.12 1,656 6/18/2017
1.5.11 1,620 6/18/2017
1.5.10 1,671 6/18/2017
1.5.9 1,602 6/14/2017
1.5.8 1,607 6/14/2017
1.5.7 1,682 6/13/2017
1.5.6 1,561 6/13/2017
1.5.5 1,612 6/12/2017
1.5.4 1,653 6/12/2017
1.5.3 1,612 6/12/2017
1.5.2 1,575 6/12/2017
1.5.1 1,626 6/10/2017
1.5.0 1,604 6/9/2017
1.4.38 1,618 5/26/2017
1.4.37 1,638 5/22/2017
1.4.36 1,658 5/20/2017
1.4.35 1,616 5/18/2017
1.4.34 1,576 5/18/2017
1.4.33 1,623 5/18/2017
1.4.32 1,626 5/14/2017
1.4.31 1,631 5/8/2017
1.4.30 1,642 5/4/2017
1.4.29 1,644 5/4/2017
1.4.27 1,659 5/3/2017
1.4.26 1,796 5/2/2017
1.4.25 1,567 5/2/2017
1.4.24 1,644 5/1/2017
1.4.23 1,705 5/1/2017
1.4.22 1,678 5/1/2017
1.4.21 1,661 4/28/2017
1.4.20 1,619 4/27/2017
1.4.19 1,648 4/27/2017
1.4.18 1,635 4/27/2017
1.4.17 1,658 4/27/2017
1.4.16 1,637 4/27/2017
1.4.15 1,759 4/25/2017
1.4.14 1,659 4/24/2017
1.4.13 1,648 4/21/2017
1.4.12 1,631 4/21/2017
1.4.11 1,656 4/15/2017
1.4.10 1,773 4/4/2017
1.4.9 1,664 4/3/2017
1.4.8 1,637 4/2/2017
1.4.7 1,641 4/2/2017
1.4.6 1,661 3/29/2017
1.4.5-beta 1,303 3/29/2017
1.4.4-beta 1,301 3/29/2017
1.4.3-beta 1,316 3/28/2017
1.4.2-beta 1,283 3/28/2017
1.4.1-beta 1,290 3/28/2017
1.4.0-beta 1,281 3/27/2017
1.3.17 1,627 3/24/2017
1.3.16 1,748 3/24/2017
1.3.15 1,642 3/24/2017
1.3.14 1,630 3/24/2017
1.3.13 1,625 3/23/2017
1.3.12 1,640 3/22/2017
1.3.11 1,665 3/20/2017
1.3.9 1,716 3/16/2017
1.3.8 1,652 3/13/2017
1.3.7 1,613 3/13/2017
1.3.6 1,647 3/13/2017
1.3.5 1,617 3/10/2017
1.3.4 1,648 2/28/2017
1.3.3 1,599 2/27/2017
1.3.2 1,651 2/25/2017
1.3.1 1,712 2/25/2017
1.3.0 1,718 2/25/2017
1.2.47 1,699 2/24/2017
1.2.46 1,664 2/24/2017
1.2.45 1,658 2/24/2017
1.2.44 1,667 2/15/2017
1.2.43 1,658 2/15/2017
1.2.42 1,649 2/15/2017
1.2.41 1,667 2/14/2017
1.2.40 1,671 2/7/2017
1.2.39 1,680 2/7/2017
1.2.38 1,644 2/7/2017
1.2.37 1,675 2/7/2017
1.2.36 1,648 2/6/2017
1.2.35 1,628 2/6/2017
1.2.34 1,602 2/6/2017
1.2.33 1,597 2/6/2017
1.2.32 1,613 2/6/2017
1.2.31 1,648 2/4/2017
1.2.30 1,628 2/4/2017
1.2.29 1,629 2/4/2017
1.2.28 1,637 1/18/2017
1.2.27 1,646 1/18/2017
1.2.26 1,663 1/18/2017
1.2.25 1,677 1/18/2017
1.2.24 1,725 1/13/2017
1.2.23 1,651 1/13/2017
1.2.22 1,666 1/10/2017
1.2.21 1,693 1/4/2017
1.2.20 1,635 1/4/2017
1.2.19 1,705 1/4/2017
1.2.18 1,664 1/4/2017
1.2.17 1,678 12/14/2016
1.2.16 1,654 12/14/2016
1.2.15 1,717 12/9/2016
1.2.14 1,572 12/9/2016
1.2.13 1,672 12/8/2016
1.2.12 1,695 12/8/2016
1.2.11 1,680 11/24/2016
1.2.10 1,628 11/24/2016
1.2.9 1,673 11/19/2016
1.2.8 1,662 11/19/2016
1.2.7 1,658 11/16/2016
1.2.6 1,595 11/15/2016
1.2.5 1,629 11/14/2016
1.2.4 1,673 11/10/2016
1.2.3 1,612 11/10/2016
1.2.2 1,992 11/9/2016
1.2.1 1,772 11/2/2016
1.2.0 1,692 11/2/2016
1.1.54 1,965 11/2/2016
1.1.53 1,731 10/26/2016
1.1.52 1,655 10/26/2016
1.1.51 1,679 10/24/2016
1.1.50 1,641 10/24/2016
1.1.49 1,747 10/20/2016
1.1.48 1,718 10/20/2016
1.1.47 1,685 10/20/2016
1.1.46 1,657 10/20/2016
1.1.45 1,648 10/20/2016
1.1.44 1,681 10/19/2016
1.1.43 1,662 10/19/2016
1.1.42 1,704 10/19/2016
1.1.41 1,681 10/18/2016
1.1.40 1,634 10/18/2016
1.1.39 1,632 10/10/2016
1.1.38 1,718 9/28/2016
1.1.37 1,974 9/20/2016
1.1.36 1,944 9/17/2016
1.1.35 1,991 9/16/2016
1.1.34 1,710 9/8/2016
1.1.33 1,670 9/6/2016
1.1.32 1,664 9/5/2016
1.1.31 1,656 8/31/2016
1.1.30 1,721 8/26/2016
1.1.29 1,674 8/24/2016
1.1.28 1,747 8/22/2016
1.1.27 1,648 8/20/2016
1.1.26 1,701 8/20/2016
1.1.25 1,660 8/19/2016
1.1.24 1,659 8/19/2016
1.1.23 1,744 8/18/2016
1.1.22 1,656 8/18/2016
1.1.21 1,636 8/18/2016
1.1.20 1,583 8/17/2016
1.1.19 1,693 8/16/2016
1.1.18 1,603 8/16/2016
1.1.17 1,683 8/16/2016
1.1.16 1,642 8/15/2016
1.1.15 1,699 8/13/2016
1.1.14 1,639 8/12/2016
1.1.13 1,721 8/4/2016
1.1.12 1,647 8/3/2016
1.1.11 2,034 7/28/2016
1.1.10 1,683 7/25/2016
1.1.9 1,707 7/25/2016
1.1.8 1,694 7/23/2016
1.1.7 1,664 7/22/2016
1.1.6 1,662 7/22/2016
1.1.5 1,795 7/22/2016
1.1.4 1,756 7/22/2016
1.1.3 1,733 7/22/2016
1.1.2 1,636 7/21/2016
1.1.1 1,636 7/21/2016
1.1.0 1,734 7/20/2016
1.0.154 1,749 7/9/2016
1.0.153 1,708 7/7/2016
1.0.152 1,745 6/28/2016
1.0.151 1,728 6/28/2016
1.0.150 1,689 6/28/2016
1.0.149 1,740 6/24/2016
1.0.148 1,722 6/23/2016
1.0.147 2,045 6/16/2016
1.0.146 2,020 6/16/2016
1.0.145 1,746 6/15/2016
1.0.144 1,700 6/15/2016
1.0.143 1,897 6/13/2016
1.0.142 1,703 6/12/2016
1.0.141 1,839 6/12/2016
1.0.140 1,905 6/11/2016
1.0.139 1,931 6/11/2016
1.0.138 1,782 6/10/2016
1.0.137 1,807 6/10/2016
1.0.136 1,874 6/8/2016
1.0.135 1,892 6/8/2016
1.0.134 1,732 5/31/2016
1.0.133 1,727 5/20/2016
1.0.132 1,740 5/20/2016
1.0.131 1,638 5/20/2016
1.0.130 1,722 5/20/2016
1.0.129 1,714 4/21/2016
1.0.128 1,696 4/14/2016
1.0.127 1,721 4/4/2016
1.0.126 1,736 3/24/2016
1.0.125 1,687 3/24/2016
1.0.124 1,661 3/23/2016
1.0.123 1,684 3/23/2016
1.0.122 1,665 3/18/2016
1.0.121 1,670 3/15/2016
1.0.119 1,698 3/15/2016
1.0.118 1,727 3/14/2016
1.0.117 1,689 3/14/2016
1.0.116 1,643 3/12/2016
1.0.115 1,693 3/12/2016
1.0.114 1,938 2/26/2016
1.0.113 2,077 2/24/2016
1.0.112 1,900 2/23/2016
1.0.111 1,849 2/23/2016
1.0.110 1,991 2/23/2016
1.0.109 1,878 2/23/2016
1.0.108 1,871 2/23/2016
1.0.107 1,748 2/23/2016
1.0.106 1,840 2/23/2016
1.0.105 1,719 2/19/2016
1.0.104 1,699 2/18/2016
1.0.103 1,872 2/12/2016
1.0.102 1,742 2/10/2016
1.0.101 1,689 2/10/2016
1.0.100 1,751 2/8/2016
1.0.99 1,675 2/8/2016
1.0.98 1,736 2/6/2016
1.0.97 1,741 2/4/2016
1.0.96 1,700 2/4/2016
1.0.95 1,714 2/3/2016
1.0.94 1,706 2/2/2016
1.0.93 1,692 2/1/2016
1.0.92 1,768 1/28/2016
1.0.91 1,754 1/28/2016
1.0.90 1,695 1/28/2016
1.0.89 1,719 1/28/2016
1.0.88 1,712 1/28/2016
1.0.87 1,663 1/28/2016
1.0.86 1,806 1/16/2016
1.0.85 1,690 1/8/2016
1.0.84 1,657 1/2/2016
1.0.83 1,667 1/1/2016
1.0.82 1,729 1/1/2016
1.0.81 1,790 12/19/2015
1.0.80 1,822 12/19/2015
1.0.79 1,743 12/19/2015
1.0.78 1,703 12/19/2015
1.0.77 1,747 12/19/2015
1.0.76 1,719 12/19/2015
1.0.75 1,727 12/19/2015
1.0.74 1,706 12/10/2015
1.0.73 1,718 12/10/2015
1.0.72 1,646 12/10/2015
1.0.71 2,041 12/1/2015
1.0.70 1,838 11/30/2015
1.0.69 2,028 11/30/2015
1.0.68 1,875 11/30/2015
1.0.67 1,811 11/22/2015
1.0.66 1,793 11/21/2015
1.0.65 1,762 11/21/2015
1.0.64 1,733 11/21/2015
1.0.63 1,792 11/20/2015
1.0.62 1,773 11/17/2015
1.0.61 1,709 11/16/2015
1.0.60 1,724 11/15/2015
1.0.59 1,711 11/15/2015
1.0.58 1,770 11/14/2015
1.0.57 1,734 11/13/2015
1.0.56 1,761 11/6/2015
1.0.55 1,717 11/6/2015
1.0.54 1,723 11/5/2015
1.0.53 1,684 11/3/2015
1.0.52 1,755 11/2/2015
1.0.51 1,690 11/1/2015
1.0.50 1,692 11/1/2015
1.0.49 1,695 11/1/2015
1.0.48 1,693 10/31/2015
1.0.47 1,712 10/31/2015
1.0.46 1,750 10/31/2015
1.0.45 1,754 10/30/2015
1.0.44 1,802 10/29/2015
1.0.43 1,767 10/29/2015
1.0.42 1,767 10/28/2015
1.0.41 1,777 10/28/2015
1.0.40 1,698 10/28/2015
1.0.39 1,743 10/27/2015
1.0.38 1,692 10/27/2015
1.0.37 1,678 10/26/2015
1.0.36 1,759 10/26/2015
1.0.35 1,738 10/26/2015
1.0.34 1,745 10/26/2015
1.0.33 1,705 10/26/2015
1.0.32 1,721 10/25/2015
1.0.31 1,782 10/25/2015
1.0.30 1,678 10/25/2015
1.0.29 1,691 10/25/2015
1.0.28 1,735 10/25/2015
1.0.27 1,679 10/25/2015
1.0.26 1,728 10/25/2015
1.0.24 1,690 10/25/2015
1.0.23 1,701 10/25/2015
1.0.22 1,806 10/24/2015
1.0.21 1,684 10/24/2015
1.0.20 1,684 10/24/2015
1.0.19 1,730 10/20/2015
1.0.18 1,723 10/11/2015
1.0.17 1,752 10/11/2015
1.0.16 1,761 10/11/2015
1.0.15 1,695 10/11/2015
1.0.14 1,714 10/10/2015
1.0.13 1,830 6/22/2015
1.0.12 1,732 6/18/2015
1.0.11 1,716 6/18/2015
1.0.10 1,759 6/18/2015
1.0.9 1,726 6/16/2015
1.0.8 1,743 6/16/2015
1.0.7 1,736 6/9/2015
1.0.6 1,683 6/8/2015
1.0.5 1,787 6/8/2015
1.0.4 1,731 6/8/2015
1.0.3 1,682 6/8/2015
1.0.2 1,691 6/8/2015
1.0.1 1,732 6/8/2015
1.0.0 1,693 6/8/2015

v181. Added more class members.