LogicMonitor.Api 3.222.11

dotnet add package LogicMonitor.Api --version 3.222.11
                    
NuGet\Install-Package LogicMonitor.Api -Version 3.222.11
                    
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.222.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LogicMonitor.Api" Version="3.222.11" />
                    
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.222.11
                    
#r "nuget: LogicMonitor.Api, 3.222.11"
                    
#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.
#:package LogicMonitor.Api@3.222.11
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LogicMonitor.Api&version=3.222.11
                    
Install as a Cake Addin
#tool nuget:?package=LogicMonitor.Api&version=3.222.11
                    
Install 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 GetAllResources(ILogger logger, CancellationToken cancellationToken)
{
	using var logicMonitorClient = new LogicMonitorClient(
		new LogicMonitorClientOptions
		{
			Account = "acme",
			AccessId = "accessId",
			AccessKey = "accessKey",
			Logger = logger
		}
	);

	var resources = await logicMonitorClient
		.GetAllAsync<Resource>(cancellationToken)
		.ConfigureAwait(false);

	Console.WriteLine($"Resource Count: {resources.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.11 221 9/13/2025
3.222.10 430 9/12/2025
3.222.8 170 9/12/2025
3.222.7 309 8/12/2025
3.222.6 180 8/12/2025
3.222.5 291 7/5/2025
3.222.3 403 6/24/2025
3.222.1 425 5/21/2025
3.220.3 343 4/26/2025
3.216.6 770 3/5/2025
3.216.4 248 2/18/2025
3.216.3 198 2/18/2025
3.216.2 203 2/18/2025
3.216.1 253 1/26/2025
3.213.7 145 1/26/2025
3.213.4 421 11/30/2024
3.212.7 259 11/13/2024
3.212.5 308 11/11/2024
3.212.4 162 11/11/2024
3.211.20 371 10/22/2024
3.211.19 189 10/22/2024
3.211.17 209 10/21/2024
3.211.14 307 10/9/2024
3.211.12 208 10/9/2024
3.211.9 197 10/4/2024
3.211.8 209 10/1/2024
3.211.7 196 9/30/2024
3.211.6 173 9/30/2024
3.211.3 177 9/29/2024
3.211.2 199 9/29/2024
3.209.2 185 9/26/2024
3.209.1 847 8/31/2024
3.204.8 354 8/16/2024
3.204.6 1,320 8/5/2024
3.204.4 179 7/25/2024
3.204.3 636 5/21/2024
3.204.1 207 5/21/2024
3.203.2 334 5/8/2024
3.203.1 935 4/24/2024
3.201.19 304 4/22/2024
3.201.18 324 4/5/2024
3.201.17 318 3/26/2024
3.201.16 261 3/25/2024
3.201.14 742 3/18/2024
3.201.11 236 3/17/2024
3.201.8 253 3/14/2024
3.201.7 272 3/11/2024
3.201.4 255 3/10/2024
3.201.1 1,682 3/8/2024
3.198.10 493 3/1/2024
3.198.9 575 2/14/2024
3.198.7 381 1/30/2024
3.198.6 428 1/26/2024
3.198.3 365 1/24/2024
3.198.2 366 1/24/2024
3.198.1 357 1/23/2024
3.197.21 341 1/23/2024
3.197.20 369 1/22/2024
3.197.16 812 1/9/2024
3.197.13 383 1/8/2024
3.197.12 400 1/8/2024
3.197.11 396 1/4/2024
3.197.4 386 1/4/2024
3.197.1 398 1/2/2024
3.196.1 957 12/7/2023
3.191.28 661 10/27/2023
3.191.27 418 10/27/2023
3.191.26 520 10/23/2023
3.191.24 635 9/8/2023
3.191.23 516 9/6/2023
3.191.21 545 9/1/2023
3.191.20 553 9/1/2023
3.191.10 714 8/23/2023
3.191.1 523 8/23/2023
3.188.25 677 8/7/2023
3.188.22 664 8/3/2023
3.188.21 629 8/3/2023
3.188.18 634 8/2/2023
3.188.17 676 7/26/2023
3.188.12 766 7/17/2023
3.188.4 896 6/27/2023
3.188.2 646 6/27/2023
3.186.48 677 6/23/2023
3.186.45 628 6/28/2023
3.186.42 793 6/7/2023
3.186.27 908 5/9/2023
3.186.16 796 5/5/2023
3.186.1 868 4/26/2023
3.183.89 734 4/26/2023
3.183.71 943 4/13/2023
3.183.44 923 3/24/2023
3.183.38 951 3/20/2023
3.183.27 873 3/15/2023
3.183.13 881 3/5/2023
3.183.1 856 3/3/2023
3.182.17 866 3/2/2023
3.182.15 839 3/1/2023
3.182.11 811 3/1/2023
3.182.7 856 3/1/2023
3.182.6 890 2/27/2023
3.182.1 908 2/21/2023
3.181.52 882 2/21/2023
3.181.29 916 2/5/2023
3.181.26 879 2/5/2023
3.181.25 886 2/5/2023
3.181.24 912 2/5/2023
3.181.22 943 2/5/2023
3.181.19 893 2/5/2023
3.181.11 845 2/3/2023
3.181.7 2,078 1/29/2023
3.180.25-g8b9ef70431 774 1/9/2023
3.180.16-g8fa4a057ff 686 1/8/2023
2.179.12 446 11/15/2023
2.179.10 998 1/24/2023
2.179.7 932 12/19/2022
2.179.1 870 11/30/2022
2.178.8 955 11/24/2022
2.178.1 933 11/7/2022
2.177.2 1,129 11/1/2022
2.177.1 1,262 10/19/2022
2.170.1 1,051 10/11/2022
2.169.46 1,068 10/3/2022
2.169.44 1,182 9/29/2022
2.169.40 5,126 9/26/2022
2.169.34 419 11/15/2023
2.169.32 2,365 6/30/2022
2.169.22 1,671 6/10/2022
2.169.21 1,442 5/26/2022
2.169.20 1,046 5/25/2022
2.169.17 1,064 5/19/2022
2.169.14 1,082 5/19/2022
2.169.12 1,241 5/11/2022
2.169.3 1,095 4/25/2022
2.167.9 1,609 3/22/2022
2.167.3 1,139 3/17/2022
2.167.1 1,435 3/16/2022
2.165.19 1,298 3/5/2022
2.165.13 1,105 2/28/2022
2.165.12 1,084 2/24/2022
2.165.10 1,435 2/22/2022
2.165.9 1,075 2/17/2022
2.165.8 1,126 2/17/2022
2.165.7 1,154 2/17/2022
2.165.1 1,095 2/16/2022
2.165.0 1,128 2/16/2022
2.164.3 1,268 2/7/2022
2.164.2 1,569 1/31/2022
2.164.1 1,067 1/28/2022
2.164.0 1,260 1/13/2022
2.161.11 1,271 12/2/2021
2.161.10 947 12/1/2021
2.161.9 3,965 11/24/2021
2.161.5 7,367 11/23/2021
2.161.4 6,609 11/23/2021
2.161.2 6,389 11/23/2021
2.154.6 996 11/22/2021
2.154.5 2,326 10/17/2021
2.154.4 894 10/13/2021
2.154.3 988 10/7/2021
2.154.2 1,560 8/6/2021
2.154.1 1,015 8/6/2021
2.154.0 1,474 6/28/2021
2.151.7 3,232 6/14/2021
2.151.6 998 6/14/2021
2.151.5 1,290 4/24/2021
2.151.4 1,013 4/24/2021
2.151.3 1,026 4/24/2021
2.151.2 987 4/23/2021
2.151.1 1,034 4/23/2021
2.151.0 1,052 4/19/2021
2.150.1 2,092 3/25/2021
2.150.0 1,415 3/25/2021
2.147.5 1,049 3/23/2021
2.147.4 1,177 2/15/2021
2.147.3 1,797 2/12/2021
2.147.2 1,158 2/12/2021
2.147.1 1,087 2/12/2021
2.147.0 1,323 2/11/2021
2.145.1 2,545 12/1/2020
2.143.1 1,552 11/11/2020
2.142.2 1,467 10/20/2020
2.142.1 1,509 10/13/2020
2.139.4 1,296 9/16/2020
2.139.3 1,228 9/2/2020
2.139.2 1,201 8/18/2020
2.139.1 1,205 8/13/2020
2.139.0 1,166 8/4/2020
2.137.2 1,216 6/18/2020
2.137.1 1,523 6/17/2020
2.136.1 1,186 6/1/2020
2.136.0 1,517 5/29/2020
2.135.3 1,520 5/12/2020
2.135.2 1,608 5/8/2020
2.135.1 1,234 5/5/2020
2.135.0 1,247 5/3/2020
2.133.0 1,584 3/26/2020
2.132.0 1,672 3/18/2020
2.131.1 1,279 2/13/2020
2.131.0 1,355 2/12/2020
2.130.3 1,293 2/5/2020
2.130.2 1,287 2/3/2020
2.130.1 1,226 1/16/2020
2.130.0 1,254 1/11/2020
2.129.2 1,277 1/6/2020
2.129.1 1,282 1/6/2020
2.129.0 1,554 12/17/2019
2.127.4 1,317 11/12/2019
2.127.3 2,900 11/12/2019
2.127.2 3,149 11/5/2019
2.127.1 1,231 10/30/2019
2.127.0 1,787 10/28/2019
2.126.5 1,288 10/22/2019
2.126.4 1,303 10/15/2019
2.126.3 1,512 10/14/2019
2.126.2 1,191 10/11/2019
2.126.1 1,281 10/9/2019
2.126.0 1,217 10/2/2019
2.125.0 1,208 9/21/2019
2.124.0 2,948 8/24/2019
2.122.2 1,403 7/23/2019
2.122.1 1,303 7/16/2019
2.122.0 1,237 7/11/2019
2.121.4 1,322 7/5/2019
2.121.3 1,314 7/5/2019
2.121.2 1,327 7/3/2019
2.121.1 1,278 7/1/2019
2.121.0 1,273 6/18/2019
2.120.1 1,332 6/18/2019
2.120.0 1,354 6/12/2019
2.119.2 1,357 5/31/2019
2.119.1 1,373 5/31/2019
2.119.0 1,357 5/7/2019
2.118.2 1,498 4/30/2019
2.118.1 1,598 4/20/2019
2.118.0 1,404 4/19/2019
2.117.5 1,371 4/5/2019
2.117.4 1,306 4/4/2019
2.117.3 1,554 4/4/2019
2.117.2 1,523 4/1/2019
2.117.1 4,936 3/26/2019
2.117.0 1,360 3/25/2019
2.116.5 1,325 3/22/2019
2.116.4 1,914 3/19/2019
2.116.3 2,441 3/14/2019
2.116.2 1,318 3/11/2019
2.116.1 1,358 3/5/2019
2.116.0 1,398 3/5/2019
2.115.8 1,427 2/27/2019
2.115.7 1,385 2/26/2019
2.115.6 1,352 2/26/2019
2.115.5 1,374 2/25/2019
2.115.4 1,338 2/25/2019
2.115.3 2,427 2/4/2019
2.115.2 1,433 2/1/2019
2.115.1 1,447 1/31/2019
2.115.0 1,505 1/29/2019
2.114.2 1,453 1/24/2019
2.114.1 1,494 1/15/2019
2.114.0 1,431 1/10/2019
2.113.6 1,471 12/11/2018
2.113.5 1,526 12/1/2018
2.113.4 1,471 11/30/2018
2.113.3 1,490 11/26/2018
2.113.2 1,515 11/26/2018
2.113.1 1,507 11/26/2018
2.113.0 1,425 11/22/2018
2.112.5 1,512 11/20/2018
2.112.4 1,546 11/8/2018
2.112.3 1,475 11/7/2018
2.112.2 1,521 11/6/2018
2.112.1 1,528 11/5/2018
2.112.0 1,534 11/1/2018
2.111.11 1,578 10/25/2018
2.111.10 1,528 10/19/2018
2.111.9 1,588 10/19/2018
2.111.8 1,502 10/18/2018
2.111.7 1,530 10/18/2018
2.111.6 1,609 10/17/2018
2.111.5 1,531 10/16/2018
2.111.4 1,563 10/15/2018
2.111.3 1,554 10/15/2018
2.111.2 1,586 10/15/2018
2.111.1 1,584 10/12/2018
2.111.0 1,570 10/12/2018
2.110.14 1,624 10/10/2018
2.110.13 1,561 10/9/2018
2.110.12 1,591 10/8/2018
2.110.11 1,688 10/5/2018
2.110.10 1,610 9/28/2018
2.110.9 1,583 9/27/2018
2.110.8 1,569 9/26/2018
2.110.7 1,531 9/25/2018
2.110.6 1,548 9/24/2018
2.110.5 1,539 9/20/2018
2.110.4 1,592 9/19/2018
2.110.2 1,630 9/17/2018
2.110.1 1,669 9/17/2018
2.110.0 1,588 9/14/2018
2.109.12 1,611 9/12/2018
2.109.11 1,640 9/9/2018
2.109.10 1,553 9/8/2018
2.109.9 1,575 9/8/2018
2.109.8 1,669 9/5/2018
2.109.7 1,612 9/3/2018
2.109.6 1,637 9/1/2018
2.109.5 1,564 8/30/2018
2.109.4 1,548 8/29/2018
2.109.3 1,617 8/27/2018
2.109.2 1,636 8/27/2018
2.109.1 1,650 8/26/2018
2.109.0 1,605 8/24/2018
2.108.6 1,581 8/23/2018
2.108.5 1,685 8/22/2018
2.108.4 1,674 8/16/2018
2.108.3 1,651 8/16/2018
2.108.2 1,631 8/10/2018
2.108.1 1,681 8/6/2018
2.108.0 1,668 8/3/2018
2.107.3 1,683 7/26/2018
2.107.2 1,670 7/19/2018
2.107.1 1,919 7/10/2018
2.106.5 1,940 7/6/2018
2.106.4 1,705 6/26/2018
2.106.3 1,772 6/26/2018
2.106.2 2,037 6/22/2018
2.106.1 1,943 6/18/2018
2.106.0 1,921 6/15/2018
2.0.106 1,904 6/15/2018
2.0.3 1,856 6/15/2018
2.0.2 1,927 6/3/2018
2.0.1 1,907 6/3/2018
2.0.0 1,869 6/1/2018
1.12.4 1,945 5/10/2018
1.12.3 2,059 4/27/2018
1.12.2 1,939 4/19/2018
1.12.0 2,038 3/30/2018
1.11.7 1,932 3/28/2018
1.11.6 1,940 3/20/2018
1.11.5 1,957 3/12/2018
1.11.4 2,060 3/6/2018
1.11.3 1,967 3/6/2018
1.11.2 1,973 3/5/2018
1.11.1 2,007 3/5/2018
1.11.0 1,894 3/5/2018
1.10.2 2,034 3/4/2018
1.10.1 2,012 3/4/2018
1.10.0 1,977 3/1/2018
1.9.12 2,001 3/1/2018
1.9.11 1,783 2/26/2018
1.9.10 1,933 2/26/2018
1.9.9 1,908 2/26/2018
1.9.8 1,912 2/25/2018
1.9.7 1,971 2/25/2018
1.9.6 2,023 2/22/2018
1.9.5 1,993 2/20/2018
1.9.4 1,934 2/5/2018
1.9.3 2,038 2/3/2018
1.9.2 2,045 2/3/2018
1.9.1 1,975 1/27/2018
1.9.0 1,959 1/27/2018
1.8.11 1,778 10/18/2017
1.8.10 1,871 10/14/2017
1.8.9 1,785 10/13/2017
1.8.8 1,848 10/12/2017
1.8.7 1,778 10/3/2017
1.8.6 1,790 10/3/2017
1.8.5 1,797 8/27/2017
1.8.4 1,744 8/24/2017
1.8.3 1,789 8/23/2017
1.8.2 1,791 8/21/2017
1.8.1 1,761 8/21/2017
1.8.0 1,699 8/20/2017
1.8.0-beta8 1,470 8/20/2017
1.8.0-beta7 1,439 8/20/2017
1.8.0-beta5 1,476 8/20/2017
1.8.0-beta4 1,424 8/20/2017
1.8.0-beta3 1,423 8/20/2017
1.8.0-beta2 1,476 8/18/2017
1.8.0-beta 1,406 8/18/2017
1.7.6 1,746 8/9/2017
1.7.5 1,813 8/8/2017
1.7.4 1,762 8/8/2017
1.7.3 1,773 7/20/2017
1.7.2 1,800 7/20/2017
1.7.0 1,724 7/10/2017
1.6.10 1,751 7/5/2017
1.6.9 1,776 7/5/2017
1.6.8 1,805 7/4/2017
1.6.7 1,772 7/4/2017
1.6.6 1,782 7/4/2017
1.6.5 1,814 7/4/2017
1.6.4 1,798 7/3/2017
1.6.3 1,784 7/2/2017
1.6.2 1,811 7/2/2017
1.6.1 1,766 7/2/2017
1.6.0 1,796 7/1/2017
1.5.22 1,698 6/30/2017
1.5.21 1,791 6/26/2017
1.5.20 1,747 6/26/2017
1.5.19 1,793 6/22/2017
1.5.17 1,761 6/22/2017
1.5.16 1,782 6/20/2017
1.5.15 1,717 6/19/2017
1.5.14 1,777 6/19/2017
1.5.13 1,802 6/19/2017
1.5.12 1,832 6/18/2017
1.5.11 1,770 6/18/2017
1.5.10 1,822 6/18/2017
1.5.9 1,764 6/14/2017
1.5.8 1,760 6/14/2017
1.5.7 1,835 6/13/2017
1.5.6 1,726 6/13/2017
1.5.5 1,770 6/12/2017
1.5.4 1,820 6/12/2017
1.5.3 1,767 6/12/2017
1.5.2 1,730 6/12/2017
1.5.1 1,781 6/10/2017
1.5.0 1,756 6/9/2017
1.4.38 1,770 5/26/2017
1.4.37 1,811 5/22/2017
1.4.36 1,810 5/20/2017
1.4.35 1,787 5/18/2017
1.4.34 1,729 5/18/2017
1.4.33 1,799 5/18/2017
1.4.32 1,779 5/14/2017
1.4.31 1,786 5/8/2017
1.4.30 1,820 5/4/2017
1.4.29 1,805 5/4/2017
1.4.27 1,811 5/3/2017
1.4.26 1,945 5/2/2017
1.4.25 1,733 5/2/2017
1.4.24 1,795 5/1/2017
1.4.23 1,869 5/1/2017
1.4.22 1,842 5/1/2017
1.4.21 1,814 4/28/2017
1.4.20 1,771 4/27/2017
1.4.19 1,801 4/27/2017
1.4.18 1,786 4/27/2017
1.4.17 1,810 4/27/2017
1.4.16 1,801 4/27/2017
1.4.15 1,910 4/25/2017
1.4.14 1,815 4/24/2017
1.4.13 1,801 4/21/2017
1.4.12 1,782 4/21/2017
1.4.11 1,835 4/15/2017
1.4.10 1,929 4/4/2017
1.4.9 1,818 4/3/2017
1.4.8 1,788 4/2/2017
1.4.7 1,793 4/2/2017
1.4.6 1,843 3/29/2017
1.4.5-beta 1,483 3/29/2017
1.4.4-beta 1,455 3/29/2017
1.4.3-beta 1,467 3/28/2017
1.4.2-beta 1,437 3/28/2017
1.4.1-beta 1,467 3/28/2017
1.4.0-beta 1,451 3/27/2017
1.3.17 1,797 3/24/2017
1.3.16 1,903 3/24/2017
1.3.15 1,799 3/24/2017
1.3.14 1,783 3/24/2017
1.3.13 1,779 3/23/2017
1.3.12 1,793 3/22/2017
1.3.11 1,817 3/20/2017
1.3.9 1,887 3/16/2017
1.3.8 1,812 3/13/2017
1.3.7 1,773 3/13/2017
1.3.6 1,827 3/13/2017
1.3.5 1,774 3/10/2017
1.3.4 1,804 2/28/2017
1.3.3 1,755 2/27/2017
1.3.2 1,816 2/25/2017
1.3.1 1,866 2/25/2017
1.3.0 1,889 2/25/2017
1.2.47 1,872 2/24/2017
1.2.46 1,818 2/24/2017
1.2.45 1,842 2/24/2017
1.2.44 1,822 2/15/2017
1.2.43 1,821 2/15/2017
1.2.42 1,824 2/15/2017
1.2.41 1,847 2/14/2017
1.2.40 1,835 2/7/2017
1.2.39 1,839 2/7/2017
1.2.38 1,828 2/7/2017
1.2.37 1,847 2/7/2017
1.2.36 1,802 2/6/2017
1.2.35 1,780 2/6/2017
1.2.34 1,762 2/6/2017
1.2.33 1,750 2/6/2017
1.2.32 1,787 2/6/2017
1.2.31 1,805 2/4/2017
1.2.30 1,784 2/4/2017
1.2.29 1,783 2/4/2017
1.2.28 1,789 1/18/2017
1.2.27 1,801 1/18/2017
1.2.26 1,835 1/18/2017
1.2.25 1,831 1/18/2017
1.2.24 1,879 1/13/2017
1.2.23 1,803 1/13/2017
1.2.22 1,838 1/10/2017
1.2.21 1,848 1/4/2017
1.2.20 1,793 1/4/2017
1.2.19 1,859 1/4/2017
1.2.18 1,817 1/4/2017
1.2.17 1,836 12/14/2016
1.2.16 1,834 12/14/2016
1.2.15 1,889 12/9/2016
1.2.14 1,751 12/9/2016
1.2.13 1,825 12/8/2016
1.2.12 1,851 12/8/2016
1.2.11 1,854 11/24/2016
1.2.10 1,782 11/24/2016
1.2.9 1,826 11/19/2016
1.2.8 1,815 11/19/2016
1.2.7 1,825 11/16/2016
1.2.6 1,769 11/15/2016
1.2.5 1,785 11/14/2016
1.2.4 1,828 11/10/2016
1.2.3 1,789 11/10/2016
1.2.2 2,144 11/9/2016
1.2.1 1,928 11/2/2016
1.2.0 1,848 11/2/2016
1.1.54 2,120 11/2/2016
1.1.53 1,898 10/26/2016
1.1.52 1,826 10/26/2016
1.1.51 1,833 10/24/2016
1.1.50 1,815 10/24/2016
1.1.49 1,923 10/20/2016
1.1.48 1,889 10/20/2016
1.1.47 1,840 10/20/2016
1.1.46 1,810 10/20/2016
1.1.45 1,806 10/20/2016
1.1.44 1,850 10/19/2016
1.1.43 1,845 10/19/2016
1.1.42 1,861 10/19/2016
1.1.41 1,843 10/18/2016
1.1.40 1,787 10/18/2016
1.1.39 1,786 10/10/2016
1.1.38 1,873 9/28/2016
1.1.37 2,129 9/20/2016
1.1.36 2,105 9/17/2016
1.1.35 2,147 9/16/2016
1.1.34 1,866 9/8/2016
1.1.33 1,839 9/6/2016
1.1.32 1,821 9/5/2016
1.1.31 1,811 8/31/2016
1.1.30 1,876 8/26/2016
1.1.29 1,833 8/24/2016
1.1.28 1,905 8/22/2016
1.1.27 1,817 8/20/2016
1.1.26 1,860 8/20/2016
1.1.25 1,813 8/19/2016
1.1.24 1,823 8/19/2016
1.1.23 1,922 8/18/2016
1.1.22 1,821 8/18/2016
1.1.21 1,789 8/18/2016
1.1.20 1,751 8/17/2016
1.1.19 1,846 8/16/2016
1.1.18 1,757 8/16/2016
1.1.17 1,838 8/16/2016
1.1.16 1,795 8/15/2016
1.1.15 1,862 8/13/2016
1.1.14 1,806 8/12/2016
1.1.13 1,876 8/4/2016
1.1.12 1,802 8/3/2016
1.1.11 2,203 7/28/2016
1.1.10 1,847 7/25/2016
1.1.9 1,887 7/25/2016
1.1.8 1,883 7/23/2016
1.1.7 1,828 7/22/2016
1.1.6 1,818 7/22/2016
1.1.5 1,948 7/22/2016
1.1.4 1,912 7/22/2016
1.1.3 1,905 7/22/2016
1.1.2 1,793 7/21/2016
1.1.1 1,790 7/21/2016
1.1.0 1,913 7/20/2016
1.0.154 1,931 7/9/2016
1.0.153 1,880 7/7/2016
1.0.152 1,904 6/28/2016
1.0.151 1,888 6/28/2016
1.0.150 1,845 6/28/2016
1.0.149 1,901 6/24/2016
1.0.148 1,880 6/23/2016
1.0.147 2,218 6/16/2016
1.0.146 2,200 6/16/2016
1.0.145 1,911 6/15/2016
1.0.144 1,857 6/15/2016
1.0.143 2,052 6/13/2016
1.0.142 1,874 6/12/2016
1.0.141 1,997 6/12/2016
1.0.140 2,062 6/11/2016
1.0.139 2,111 6/11/2016
1.0.138 1,949 6/10/2016
1.0.137 1,967 6/10/2016
1.0.136 2,061 6/8/2016
1.0.135 2,066 6/8/2016
1.0.134 1,907 5/31/2016
1.0.133 1,886 5/20/2016
1.0.132 1,908 5/20/2016
1.0.131 1,798 5/20/2016
1.0.130 1,898 5/20/2016
1.0.129 1,868 4/21/2016
1.0.128 1,853 4/14/2016
1.0.127 1,879 4/4/2016
1.0.126 1,916 3/24/2016
1.0.125 1,849 3/24/2016
1.0.124 1,821 3/23/2016
1.0.123 1,849 3/23/2016
1.0.122 1,828 3/18/2016
1.0.121 1,835 3/15/2016
1.0.119 1,872 3/15/2016
1.0.118 1,910 3/14/2016
1.0.117 1,854 3/14/2016
1.0.116 1,804 3/12/2016
1.0.115 1,857 3/12/2016
1.0.114 2,115 2/26/2016
1.0.113 2,236 2/24/2016
1.0.112 2,063 2/23/2016
1.0.111 2,012 2/23/2016
1.0.110 2,152 2/23/2016
1.0.109 2,057 2/23/2016
1.0.108 2,042 2/23/2016
1.0.107 1,926 2/23/2016
1.0.106 2,000 2/23/2016
1.0.105 1,894 2/19/2016
1.0.104 1,864 2/18/2016
1.0.103 2,120 2/12/2016
1.0.102 1,901 2/10/2016
1.0.101 1,855 2/10/2016
1.0.100 1,930 2/8/2016
1.0.99 1,833 2/8/2016
1.0.98 1,916 2/6/2016
1.0.97 1,900 2/4/2016
1.0.96 1,863 2/4/2016
1.0.95 1,900 2/3/2016
1.0.94 1,864 2/2/2016
1.0.93 1,856 2/1/2016
1.0.92 1,952 1/28/2016
1.0.91 1,912 1/28/2016
1.0.90 1,855 1/28/2016
1.0.89 1,879 1/28/2016
1.0.88 1,888 1/28/2016
1.0.87 1,822 1/28/2016
1.0.86 2,057 1/16/2016
1.0.85 1,850 1/8/2016
1.0.84 1,821 1/2/2016
1.0.83 1,831 1/1/2016
1.0.82 1,909 1/1/2016
1.0.81 1,953 12/19/2015
1.0.80 1,992 12/19/2015
1.0.79 1,924 12/19/2015
1.0.78 1,877 12/19/2015
1.0.77 1,910 12/19/2015
1.0.76 1,878 12/19/2015
1.0.75 1,891 12/19/2015
1.0.74 1,885 12/10/2015
1.0.73 1,878 12/10/2015
1.0.72 1,823 12/10/2015
1.0.71 2,198 12/1/2015
1.0.70 1,993 11/30/2015
1.0.69 2,186 11/30/2015
1.0.68 2,030 11/30/2015
1.0.67 1,970 11/22/2015
1.0.66 1,951 11/21/2015
1.0.65 1,922 11/21/2015
1.0.64 1,892 11/21/2015
1.0.63 1,950 11/20/2015
1.0.62 1,934 11/17/2015
1.0.61 1,891 11/16/2015
1.0.60 1,903 11/15/2015
1.0.59 1,871 11/15/2015
1.0.58 1,930 11/14/2015
1.0.57 1,895 11/13/2015
1.0.56 1,917 11/6/2015
1.0.55 1,887 11/6/2015
1.0.54 1,879 11/5/2015
1.0.53 1,847 11/3/2015
1.0.52 1,932 11/2/2015
1.0.51 1,845 11/1/2015
1.0.50 1,847 11/1/2015
1.0.49 1,850 11/1/2015
1.0.48 1,878 10/31/2015
1.0.47 1,887 10/31/2015
1.0.46 1,930 10/31/2015
1.0.45 1,932 10/30/2015
1.0.44 1,957 10/29/2015
1.0.43 1,923 10/29/2015
1.0.42 1,922 10/28/2015
1.0.41 1,936 10/28/2015
1.0.40 1,855 10/28/2015
1.0.39 1,899 10/27/2015
1.0.38 1,849 10/27/2015
1.0.37 1,833 10/26/2015
1.0.36 1,915 10/26/2015
1.0.35 1,895 10/26/2015
1.0.34 1,914 10/26/2015
1.0.33 1,859 10/26/2015
1.0.32 1,876 10/25/2015
1.0.31 1,939 10/25/2015
1.0.30 1,836 10/25/2015
1.0.29 1,845 10/25/2015
1.0.28 1,895 10/25/2015
1.0.27 1,855 10/25/2015
1.0.26 1,883 10/25/2015
1.0.24 1,845 10/25/2015
1.0.23 1,855 10/25/2015
1.0.22 1,984 10/24/2015
1.0.21 1,838 10/24/2015
1.0.20 1,838 10/24/2015
1.0.19 1,885 10/20/2015
1.0.18 1,884 10/11/2015
1.0.17 1,921 10/11/2015
1.0.16 1,943 10/11/2015
1.0.15 1,876 10/11/2015
1.0.14 1,874 10/10/2015
1.0.13 1,987 6/22/2015
1.0.12 1,904 6/18/2015
1.0.11 1,876 6/18/2015
1.0.10 1,914 6/18/2015
1.0.9 1,903 6/16/2015
1.0.8 1,924 6/16/2015
1.0.7 1,895 6/9/2015
1.0.6 1,841 6/8/2015
1.0.5 1,944 6/8/2015
1.0.4 1,887 6/8/2015
1.0.3 1,858 6/8/2015
1.0.2 1,852 6/8/2015
1.0.1 1,890 6/8/2015
1.0.0 1,850 6/8/2015

Updated Microsoft .NET packages to 9.0.9