LogicMonitor.Api 3.222.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package LogicMonitor.Api --version 3.222.7
                    
NuGet\Install-Package LogicMonitor.Api -Version 3.222.7
                    
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.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LogicMonitor.Api" Version="3.222.7" />
                    
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.7
                    
#r "nuget: LogicMonitor.Api, 3.222.7"
                    
#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.7
                    
#: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.7
                    
Install as a Cake Addin
#tool nuget:?package=LogicMonitor.Api&version=3.222.7
                    
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 85 9/13/2025
3.222.10 234 9/12/2025
3.222.8 150 9/12/2025
3.222.7 297 8/12/2025
3.222.6 168 8/12/2025
3.222.5 258 7/5/2025
3.222.3 379 6/24/2025
3.222.1 404 5/21/2025
3.220.3 304 4/26/2025
3.216.6 702 3/5/2025
3.216.4 228 2/18/2025
3.216.3 171 2/18/2025
3.216.2 166 2/18/2025
3.216.1 232 1/26/2025
3.213.7 132 1/26/2025
3.213.4 376 11/30/2024
3.212.7 242 11/13/2024
3.212.5 280 11/11/2024
3.212.4 151 11/11/2024
3.211.20 348 10/22/2024
3.211.19 169 10/22/2024
3.211.17 183 10/21/2024
3.211.14 285 10/9/2024
3.211.12 185 10/9/2024
3.211.9 181 10/4/2024
3.211.8 191 10/1/2024
3.211.7 171 9/30/2024
3.211.6 162 9/30/2024
3.211.3 160 9/29/2024
3.211.2 179 9/29/2024
3.209.2 171 9/26/2024
3.209.1 781 8/31/2024
3.204.8 321 8/16/2024
3.204.6 1,263 8/5/2024
3.204.4 150 7/25/2024
3.204.3 528 5/21/2024
3.204.1 189 5/21/2024
3.203.2 265 5/8/2024
3.203.1 916 4/24/2024
3.201.19 281 4/22/2024
3.201.18 285 4/5/2024
3.201.17 285 3/26/2024
3.201.16 242 3/25/2024
3.201.14 723 3/18/2024
3.201.11 217 3/17/2024
3.201.8 232 3/14/2024
3.201.7 247 3/11/2024
3.201.4 244 3/10/2024
3.201.1 1,574 3/8/2024
3.198.10 415 3/1/2024
3.198.9 564 2/14/2024
3.198.7 370 1/30/2024
3.198.6 403 1/26/2024
3.198.3 347 1/24/2024
3.198.2 342 1/24/2024
3.198.1 343 1/23/2024
3.197.21 329 1/23/2024
3.197.20 350 1/22/2024
3.197.16 800 1/9/2024
3.197.13 369 1/8/2024
3.197.12 381 1/8/2024
3.197.11 384 1/4/2024
3.197.4 374 1/4/2024
3.197.1 372 1/2/2024
3.196.1 945 12/7/2023
3.191.28 644 10/27/2023
3.191.27 397 10/27/2023
3.191.26 484 10/23/2023
3.191.24 622 9/8/2023
3.191.23 505 9/6/2023
3.191.21 533 9/1/2023
3.191.20 535 9/1/2023
3.191.10 662 8/23/2023
3.191.1 512 8/23/2023
3.188.25 650 8/7/2023
3.188.22 629 8/3/2023
3.188.21 605 8/3/2023
3.188.18 611 8/2/2023
3.188.17 661 7/26/2023
3.188.12 726 7/17/2023
3.188.4 847 6/27/2023
3.188.2 631 6/27/2023
3.186.48 652 6/23/2023
3.186.45 613 6/28/2023
3.186.42 753 6/7/2023
3.186.27 840 5/9/2023
3.186.16 768 5/5/2023
3.186.1 827 4/26/2023
3.183.89 709 4/26/2023
3.183.71 880 4/13/2023
3.183.44 884 3/24/2023
3.183.38 904 3/20/2023
3.183.27 850 3/15/2023
3.183.13 843 3/5/2023
3.183.1 828 3/3/2023
3.182.17 838 3/2/2023
3.182.15 810 3/1/2023
3.182.11 772 3/1/2023
3.182.7 835 3/1/2023
3.182.6 871 2/27/2023
3.182.1 886 2/21/2023
3.181.52 857 2/21/2023
3.181.29 879 2/5/2023
3.181.26 857 2/5/2023
3.181.25 858 2/5/2023
3.181.24 881 2/5/2023
3.181.22 916 2/5/2023
3.181.19 866 2/5/2023
3.181.11 823 2/3/2023
3.181.7 2,037 1/29/2023
3.180.25-g8b9ef70431 735 1/9/2023
3.180.16-g8fa4a057ff 668 1/8/2023
2.179.12 420 11/15/2023
2.179.10 973 1/24/2023
2.179.7 909 12/19/2022
2.179.1 852 11/30/2022
2.178.8 938 11/24/2022
2.178.1 916 11/7/2022
2.177.2 1,108 11/1/2022
2.177.1 1,227 10/19/2022
2.170.1 1,034 10/11/2022
2.169.46 1,040 10/3/2022
2.169.44 1,151 9/29/2022
2.169.40 5,108 9/26/2022
2.169.34 407 11/15/2023
2.169.32 2,331 6/30/2022
2.169.22 1,647 6/10/2022
2.169.21 1,424 5/26/2022
2.169.20 1,018 5/25/2022
2.169.17 1,046 5/19/2022
2.169.14 1,062 5/19/2022
2.169.12 1,220 5/11/2022
2.169.3 1,075 4/25/2022
2.167.9 1,588 3/22/2022
2.167.3 1,121 3/17/2022
2.167.1 1,417 3/16/2022
2.165.19 1,266 3/5/2022
2.165.13 1,079 2/28/2022
2.165.12 1,066 2/24/2022
2.165.10 1,411 2/22/2022
2.165.9 1,056 2/17/2022
2.165.8 1,100 2/17/2022
2.165.7 1,136 2/17/2022
2.165.1 1,071 2/16/2022
2.165.0 1,111 2/16/2022
2.164.3 1,237 2/7/2022
2.164.2 1,534 1/31/2022
2.164.1 1,038 1/28/2022
2.164.0 1,230 1/13/2022
2.161.11 1,210 12/2/2021
2.161.10 929 12/1/2021
2.161.9 3,947 11/24/2021
2.161.5 7,329 11/23/2021
2.161.4 6,555 11/23/2021
2.161.2 6,340 11/23/2021
2.154.6 978 11/22/2021
2.154.5 2,299 10/17/2021
2.154.4 876 10/13/2021
2.154.3 963 10/7/2021
2.154.2 1,535 8/6/2021
2.154.1 990 8/6/2021
2.154.0 1,447 6/28/2021
2.151.7 3,054 6/14/2021
2.151.6 980 6/14/2021
2.151.5 1,264 4/24/2021
2.151.4 989 4/24/2021
2.151.3 1,008 4/24/2021
2.151.2 959 4/23/2021
2.151.1 1,015 4/23/2021
2.151.0 1,034 4/19/2021
2.150.1 2,052 3/25/2021
2.150.0 1,369 3/25/2021
2.147.5 1,026 3/23/2021
2.147.4 1,159 2/15/2021
2.147.3 1,731 2/12/2021
2.147.2 1,133 2/12/2021
2.147.1 1,069 2/12/2021
2.147.0 1,280 2/11/2021
2.145.1 2,498 12/1/2020
2.143.1 1,513 11/11/2020
2.142.2 1,449 10/20/2020
2.142.1 1,469 10/13/2020
2.139.4 1,275 9/16/2020
2.139.3 1,211 9/2/2020
2.139.2 1,184 8/18/2020
2.139.1 1,188 8/13/2020
2.139.0 1,148 8/4/2020
2.137.2 1,199 6/18/2020
2.137.1 1,495 6/17/2020
2.136.1 1,169 6/1/2020
2.136.0 1,476 5/29/2020
2.135.3 1,466 5/12/2020
2.135.2 1,556 5/8/2020
2.135.1 1,217 5/5/2020
2.135.0 1,229 5/3/2020
2.133.0 1,518 3/26/2020
2.132.0 1,613 3/18/2020
2.131.1 1,261 2/13/2020
2.131.0 1,337 2/12/2020
2.130.3 1,276 2/5/2020
2.130.2 1,270 2/3/2020
2.130.1 1,206 1/16/2020
2.130.0 1,237 1/11/2020
2.129.2 1,259 1/6/2020
2.129.1 1,256 1/6/2020
2.129.0 1,517 12/17/2019
2.127.4 1,298 11/12/2019
2.127.3 2,732 11/12/2019
2.127.2 2,871 11/5/2019
2.127.1 1,214 10/30/2019
2.127.0 1,670 10/28/2019
2.126.5 1,269 10/22/2019
2.126.4 1,285 10/15/2019
2.126.3 1,475 10/14/2019
2.126.2 1,174 10/11/2019
2.126.1 1,263 10/9/2019
2.126.0 1,200 10/2/2019
2.125.0 1,190 9/21/2019
2.124.0 2,888 8/24/2019
2.122.2 1,385 7/23/2019
2.122.1 1,278 7/16/2019
2.122.0 1,218 7/11/2019
2.121.4 1,304 7/5/2019
2.121.3 1,289 7/5/2019
2.121.2 1,310 7/3/2019
2.121.1 1,255 7/1/2019
2.121.0 1,256 6/18/2019
2.120.1 1,315 6/18/2019
2.120.0 1,334 6/12/2019
2.119.2 1,340 5/31/2019
2.119.1 1,354 5/31/2019
2.119.0 1,338 5/7/2019
2.118.2 1,480 4/30/2019
2.118.1 1,559 4/20/2019
2.118.0 1,387 4/19/2019
2.117.5 1,353 4/5/2019
2.117.4 1,288 4/4/2019
2.117.3 1,517 4/4/2019
2.117.2 1,500 4/1/2019
2.117.1 4,536 3/26/2019
2.117.0 1,343 3/25/2019
2.116.5 1,307 3/22/2019
2.116.4 1,845 3/19/2019
2.116.3 2,292 3/14/2019
2.116.2 1,300 3/11/2019
2.116.1 1,335 3/5/2019
2.116.0 1,380 3/5/2019
2.115.8 1,408 2/27/2019
2.115.7 1,365 2/26/2019
2.115.6 1,335 2/26/2019
2.115.5 1,352 2/25/2019
2.115.4 1,320 2/25/2019
2.115.3 2,404 2/4/2019
2.115.2 1,416 2/1/2019
2.115.1 1,429 1/31/2019
2.115.0 1,484 1/29/2019
2.114.2 1,435 1/24/2019
2.114.1 1,474 1/15/2019
2.114.0 1,414 1/10/2019
2.113.6 1,454 12/11/2018
2.113.5 1,507 12/1/2018
2.113.4 1,453 11/30/2018
2.113.3 1,473 11/26/2018
2.113.2 1,496 11/26/2018
2.113.1 1,490 11/26/2018
2.113.0 1,395 11/22/2018
2.112.5 1,495 11/20/2018
2.112.4 1,527 11/8/2018
2.112.3 1,455 11/7/2018
2.112.2 1,502 11/6/2018
2.112.1 1,509 11/5/2018
2.112.0 1,514 11/1/2018
2.111.11 1,555 10/25/2018
2.111.10 1,510 10/19/2018
2.111.9 1,570 10/19/2018
2.111.8 1,484 10/18/2018
2.111.7 1,510 10/18/2018
2.111.6 1,587 10/17/2018
2.111.5 1,509 10/16/2018
2.111.4 1,537 10/15/2018
2.111.3 1,536 10/15/2018
2.111.2 1,565 10/15/2018
2.111.1 1,566 10/12/2018
2.111.0 1,549 10/12/2018
2.110.14 1,606 10/10/2018
2.110.13 1,537 10/9/2018
2.110.12 1,571 10/8/2018
2.110.11 1,665 10/5/2018
2.110.10 1,586 9/28/2018
2.110.9 1,559 9/27/2018
2.110.8 1,551 9/26/2018
2.110.7 1,513 9/25/2018
2.110.6 1,530 9/24/2018
2.110.5 1,521 9/20/2018
2.110.4 1,569 9/19/2018
2.110.2 1,613 9/17/2018
2.110.1 1,651 9/17/2018
2.110.0 1,560 9/14/2018
2.109.12 1,588 9/12/2018
2.109.11 1,621 9/9/2018
2.109.10 1,533 9/8/2018
2.109.9 1,552 9/8/2018
2.109.8 1,648 9/5/2018
2.109.7 1,594 9/3/2018
2.109.6 1,612 9/1/2018
2.109.5 1,546 8/30/2018
2.109.4 1,529 8/29/2018
2.109.3 1,594 8/27/2018
2.109.2 1,614 8/27/2018
2.109.1 1,627 8/26/2018
2.109.0 1,577 8/24/2018
2.108.6 1,552 8/23/2018
2.108.5 1,666 8/22/2018
2.108.4 1,649 8/16/2018
2.108.3 1,623 8/16/2018
2.108.2 1,612 8/10/2018
2.108.1 1,650 8/6/2018
2.108.0 1,644 8/3/2018
2.107.3 1,649 7/26/2018
2.107.2 1,646 7/19/2018
2.107.1 1,890 7/10/2018
2.106.5 1,909 7/6/2018
2.106.4 1,677 6/26/2018
2.106.3 1,749 6/26/2018
2.106.2 2,006 6/22/2018
2.106.1 1,906 6/18/2018
2.106.0 1,886 6/15/2018
2.0.106 1,872 6/15/2018
2.0.3 1,825 6/15/2018
2.0.2 1,895 6/3/2018
2.0.1 1,878 6/3/2018
2.0.0 1,841 6/1/2018
1.12.4 1,916 5/10/2018
1.12.3 2,027 4/27/2018
1.12.2 1,907 4/19/2018
1.12.0 2,006 3/30/2018
1.11.7 1,896 3/28/2018
1.11.6 1,910 3/20/2018
1.11.5 1,922 3/12/2018
1.11.4 2,030 3/6/2018
1.11.3 1,938 3/6/2018
1.11.2 1,934 3/5/2018
1.11.1 1,943 3/5/2018
1.11.0 1,863 3/5/2018
1.10.2 1,984 3/4/2018
1.10.1 1,956 3/4/2018
1.10.0 1,909 3/1/2018
1.9.12 1,938 3/1/2018
1.9.11 1,758 2/26/2018
1.9.10 1,885 2/26/2018
1.9.9 1,861 2/26/2018
1.9.8 1,880 2/25/2018
1.9.7 1,937 2/25/2018
1.9.6 1,969 2/22/2018
1.9.5 1,951 2/20/2018
1.9.4 1,902 2/5/2018
1.9.3 2,005 2/3/2018
1.9.2 2,011 2/3/2018
1.9.1 1,944 1/27/2018
1.9.0 1,929 1/27/2018
1.8.11 1,746 10/18/2017
1.8.10 1,821 10/14/2017
1.8.9 1,753 10/13/2017
1.8.8 1,804 10/12/2017
1.8.7 1,739 10/3/2017
1.8.6 1,764 10/3/2017
1.8.5 1,770 8/27/2017
1.8.4 1,720 8/24/2017
1.8.3 1,760 8/23/2017
1.8.2 1,752 8/21/2017
1.8.1 1,728 8/21/2017
1.8.0 1,675 8/20/2017
1.8.0-beta8 1,417 8/20/2017
1.8.0-beta7 1,417 8/20/2017
1.8.0-beta5 1,443 8/20/2017
1.8.0-beta4 1,400 8/20/2017
1.8.0-beta3 1,394 8/20/2017
1.8.0-beta2 1,445 8/18/2017
1.8.0-beta 1,382 8/18/2017
1.7.6 1,719 8/9/2017
1.7.5 1,781 8/8/2017
1.7.4 1,735 8/8/2017
1.7.3 1,744 7/20/2017
1.7.2 1,773 7/20/2017
1.7.0 1,699 7/10/2017
1.6.10 1,727 7/5/2017
1.6.9 1,747 7/5/2017
1.6.8 1,777 7/4/2017
1.6.7 1,747 7/4/2017
1.6.6 1,758 7/4/2017
1.6.5 1,782 7/4/2017
1.6.4 1,770 7/3/2017
1.6.3 1,758 7/2/2017
1.6.2 1,781 7/2/2017
1.6.1 1,742 7/2/2017
1.6.0 1,772 7/1/2017
1.5.22 1,674 6/30/2017
1.5.21 1,768 6/26/2017
1.5.20 1,722 6/26/2017
1.5.19 1,768 6/22/2017
1.5.17 1,738 6/22/2017
1.5.16 1,758 6/20/2017
1.5.15 1,692 6/19/2017
1.5.14 1,749 6/19/2017
1.5.13 1,773 6/19/2017
1.5.12 1,795 6/18/2017
1.5.11 1,735 6/18/2017
1.5.10 1,798 6/18/2017
1.5.9 1,739 6/14/2017
1.5.8 1,735 6/14/2017
1.5.7 1,812 6/13/2017
1.5.6 1,702 6/13/2017
1.5.5 1,747 6/12/2017
1.5.4 1,792 6/12/2017
1.5.3 1,741 6/12/2017
1.5.2 1,705 6/12/2017
1.5.1 1,756 6/10/2017
1.5.0 1,732 6/9/2017
1.4.38 1,746 5/26/2017
1.4.37 1,783 5/22/2017
1.4.36 1,786 5/20/2017
1.4.35 1,754 5/18/2017
1.4.34 1,705 5/18/2017
1.4.33 1,770 5/18/2017
1.4.32 1,754 5/14/2017
1.4.31 1,762 5/8/2017
1.4.30 1,776 5/4/2017
1.4.29 1,777 5/4/2017
1.4.27 1,785 5/3/2017
1.4.26 1,923 5/2/2017
1.4.25 1,703 5/2/2017
1.4.24 1,772 5/1/2017
1.4.23 1,829 5/1/2017
1.4.22 1,817 5/1/2017
1.4.21 1,788 4/28/2017
1.4.20 1,737 4/27/2017
1.4.19 1,766 4/27/2017
1.4.18 1,751 4/27/2017
1.4.17 1,785 4/27/2017
1.4.16 1,772 4/27/2017
1.4.15 1,886 4/25/2017
1.4.14 1,790 4/24/2017
1.4.13 1,776 4/21/2017
1.4.12 1,757 4/21/2017
1.4.11 1,804 4/15/2017
1.4.10 1,905 4/4/2017
1.4.9 1,794 4/3/2017
1.4.8 1,765 4/2/2017
1.4.7 1,770 4/2/2017
1.4.6 1,793 3/29/2017
1.4.5-beta 1,450 3/29/2017
1.4.4-beta 1,430 3/29/2017
1.4.3-beta 1,443 3/28/2017
1.4.2-beta 1,412 3/28/2017
1.4.1-beta 1,437 3/28/2017
1.4.0-beta 1,424 3/27/2017
1.3.17 1,768 3/24/2017
1.3.16 1,878 3/24/2017
1.3.15 1,772 3/24/2017
1.3.14 1,758 3/24/2017
1.3.13 1,755 3/23/2017
1.3.12 1,770 3/22/2017
1.3.11 1,794 3/20/2017
1.3.9 1,854 3/16/2017
1.3.8 1,785 3/13/2017
1.3.7 1,737 3/13/2017
1.3.6 1,800 3/13/2017
1.3.5 1,750 3/10/2017
1.3.4 1,777 2/28/2017
1.3.3 1,728 2/27/2017
1.3.2 1,788 2/25/2017
1.3.1 1,841 2/25/2017
1.3.0 1,859 2/25/2017
1.2.47 1,835 2/24/2017
1.2.46 1,794 2/24/2017
1.2.45 1,809 2/24/2017
1.2.44 1,798 2/15/2017
1.2.43 1,797 2/15/2017
1.2.42 1,793 2/15/2017
1.2.41 1,816 2/14/2017
1.2.40 1,808 2/7/2017
1.2.39 1,814 2/7/2017
1.2.38 1,798 2/7/2017
1.2.37 1,814 2/7/2017
1.2.36 1,777 2/6/2017
1.2.35 1,756 2/6/2017
1.2.34 1,732 2/6/2017
1.2.33 1,725 2/6/2017
1.2.32 1,752 2/6/2017
1.2.31 1,782 2/4/2017
1.2.30 1,757 2/4/2017
1.2.29 1,758 2/4/2017
1.2.28 1,766 1/18/2017
1.2.27 1,775 1/18/2017
1.2.26 1,809 1/18/2017
1.2.25 1,806 1/18/2017
1.2.24 1,855 1/13/2017
1.2.23 1,768 1/13/2017
1.2.22 1,805 1/10/2017
1.2.21 1,823 1/4/2017
1.2.20 1,768 1/4/2017
1.2.19 1,835 1/4/2017
1.2.18 1,792 1/4/2017
1.2.17 1,812 12/14/2016
1.2.16 1,802 12/14/2016
1.2.15 1,861 12/9/2016
1.2.14 1,724 12/9/2016
1.2.13 1,801 12/8/2016
1.2.12 1,814 12/8/2016
1.2.11 1,823 11/24/2016
1.2.10 1,758 11/24/2016
1.2.9 1,803 11/19/2016
1.2.8 1,790 11/19/2016
1.2.7 1,788 11/16/2016
1.2.6 1,737 11/15/2016
1.2.5 1,748 11/14/2016
1.2.4 1,802 11/10/2016
1.2.3 1,758 11/10/2016
1.2.2 2,121 11/9/2016
1.2.1 1,902 11/2/2016
1.2.0 1,813 11/2/2016
1.1.54 2,094 11/2/2016
1.1.53 1,869 10/26/2016
1.1.52 1,796 10/26/2016
1.1.51 1,808 10/24/2016
1.1.50 1,775 10/24/2016
1.1.49 1,892 10/20/2016
1.1.48 1,860 10/20/2016
1.1.47 1,815 10/20/2016
1.1.46 1,786 10/20/2016
1.1.45 1,779 10/20/2016
1.1.44 1,822 10/19/2016
1.1.43 1,808 10/19/2016
1.1.42 1,834 10/19/2016
1.1.41 1,820 10/18/2016
1.1.40 1,763 10/18/2016
1.1.39 1,762 10/10/2016
1.1.38 1,848 9/28/2016
1.1.37 2,104 9/20/2016
1.1.36 2,079 9/17/2016
1.1.35 2,123 9/16/2016
1.1.34 1,830 9/8/2016
1.1.33 1,810 9/6/2016
1.1.32 1,794 9/5/2016
1.1.31 1,787 8/31/2016
1.1.30 1,852 8/26/2016
1.1.29 1,808 8/24/2016
1.1.28 1,880 8/22/2016
1.1.27 1,788 8/20/2016
1.1.26 1,832 8/20/2016
1.1.25 1,789 8/19/2016
1.1.24 1,799 8/19/2016
1.1.23 1,891 8/18/2016
1.1.22 1,793 8/18/2016
1.1.21 1,764 8/18/2016
1.1.20 1,724 8/17/2016
1.1.19 1,822 8/16/2016
1.1.18 1,733 8/16/2016
1.1.17 1,813 8/16/2016
1.1.16 1,771 8/15/2016
1.1.15 1,822 8/13/2016
1.1.14 1,768 8/12/2016
1.1.13 1,840 8/4/2016
1.1.12 1,777 8/3/2016
1.1.11 2,176 7/28/2016
1.1.10 1,821 7/25/2016
1.1.9 1,854 7/25/2016
1.1.8 1,849 7/23/2016
1.1.7 1,803 7/22/2016
1.1.6 1,791 7/22/2016
1.1.5 1,926 7/22/2016
1.1.4 1,875 7/22/2016
1.1.3 1,864 7/22/2016
1.1.2 1,769 7/21/2016
1.1.1 1,766 7/21/2016
1.1.0 1,881 7/20/2016
1.0.154 1,895 7/9/2016
1.0.153 1,851 7/7/2016
1.0.152 1,880 6/28/2016
1.0.151 1,851 6/28/2016
1.0.150 1,809 6/28/2016
1.0.149 1,878 6/24/2016
1.0.148 1,844 6/23/2016
1.0.147 2,188 6/16/2016
1.0.146 2,162 6/16/2016
1.0.145 1,886 6/15/2016
1.0.144 1,821 6/15/2016
1.0.143 2,028 6/13/2016
1.0.142 1,844 6/12/2016
1.0.141 1,969 6/12/2016
1.0.140 2,025 6/11/2016
1.0.139 2,081 6/11/2016
1.0.138 1,920 6/10/2016
1.0.137 1,944 6/10/2016
1.0.136 2,029 6/8/2016
1.0.135 2,035 6/8/2016
1.0.134 1,879 5/31/2016
1.0.133 1,862 5/20/2016
1.0.132 1,882 5/20/2016
1.0.131 1,761 5/20/2016
1.0.130 1,866 5/20/2016
1.0.129 1,845 4/21/2016
1.0.128 1,828 4/14/2016
1.0.127 1,856 4/4/2016
1.0.126 1,887 3/24/2016
1.0.125 1,823 3/24/2016
1.0.124 1,786 3/23/2016
1.0.123 1,825 3/23/2016
1.0.122 1,803 3/18/2016
1.0.121 1,810 3/15/2016
1.0.119 1,831 3/15/2016
1.0.118 1,879 3/14/2016
1.0.117 1,827 3/14/2016
1.0.116 1,766 3/12/2016
1.0.115 1,832 3/12/2016
1.0.114 2,086 2/26/2016
1.0.113 2,212 2/24/2016
1.0.112 2,035 2/23/2016
1.0.111 1,987 2/23/2016
1.0.110 2,115 2/23/2016
1.0.109 2,030 2/23/2016
1.0.108 2,019 2/23/2016
1.0.107 1,900 2/23/2016
1.0.106 1,975 2/23/2016
1.0.105 1,866 2/19/2016
1.0.104 1,827 2/18/2016
1.0.103 2,081 2/12/2016
1.0.102 1,876 2/10/2016
1.0.101 1,830 2/10/2016
1.0.100 1,899 2/8/2016
1.0.99 1,809 2/8/2016
1.0.98 1,883 2/6/2016
1.0.97 1,876 2/4/2016
1.0.96 1,828 2/4/2016
1.0.95 1,866 2/3/2016
1.0.94 1,839 2/2/2016
1.0.93 1,830 2/1/2016
1.0.92 1,911 1/28/2016
1.0.91 1,887 1/28/2016
1.0.90 1,830 1/28/2016
1.0.89 1,843 1/28/2016
1.0.88 1,859 1/28/2016
1.0.87 1,787 1/28/2016
1.0.86 2,016 1/16/2016
1.0.85 1,813 1/8/2016
1.0.84 1,795 1/2/2016
1.0.83 1,805 1/1/2016
1.0.82 1,879 1/1/2016
1.0.81 1,928 12/19/2015
1.0.80 1,968 12/19/2015
1.0.79 1,892 12/19/2015
1.0.78 1,848 12/19/2015
1.0.77 1,882 12/19/2015
1.0.76 1,854 12/19/2015
1.0.75 1,855 12/19/2015
1.0.74 1,852 12/10/2015
1.0.73 1,854 12/10/2015
1.0.72 1,790 12/10/2015
1.0.71 2,173 12/1/2015
1.0.70 1,969 11/30/2015
1.0.69 2,159 11/30/2015
1.0.68 2,005 11/30/2015
1.0.67 1,946 11/22/2015
1.0.66 1,928 11/21/2015
1.0.65 1,897 11/21/2015
1.0.64 1,868 11/21/2015
1.0.63 1,926 11/20/2015
1.0.62 1,908 11/17/2015
1.0.61 1,862 11/16/2015
1.0.60 1,873 11/15/2015
1.0.59 1,846 11/15/2015
1.0.58 1,906 11/14/2015
1.0.57 1,859 11/13/2015
1.0.56 1,880 11/6/2015
1.0.55 1,860 11/6/2015
1.0.54 1,854 11/5/2015
1.0.53 1,822 11/3/2015
1.0.52 1,903 11/2/2015
1.0.51 1,810 11/1/2015
1.0.50 1,822 11/1/2015
1.0.49 1,826 11/1/2015
1.0.48 1,845 10/31/2015
1.0.47 1,857 10/31/2015
1.0.46 1,896 10/31/2015
1.0.45 1,900 10/30/2015
1.0.44 1,933 10/29/2015
1.0.43 1,898 10/29/2015
1.0.42 1,897 10/28/2015
1.0.41 1,908 10/28/2015
1.0.40 1,830 10/28/2015
1.0.39 1,873 10/27/2015
1.0.38 1,822 10/27/2015
1.0.37 1,808 10/26/2015
1.0.36 1,889 10/26/2015
1.0.35 1,869 10/26/2015
1.0.34 1,880 10/26/2015
1.0.33 1,834 10/26/2015
1.0.32 1,850 10/25/2015
1.0.31 1,912 10/25/2015
1.0.30 1,808 10/25/2015
1.0.29 1,821 10/25/2015
1.0.28 1,865 10/25/2015
1.0.27 1,824 10/25/2015
1.0.26 1,858 10/25/2015
1.0.24 1,820 10/25/2015
1.0.23 1,830 10/25/2015
1.0.22 1,951 10/24/2015
1.0.21 1,813 10/24/2015
1.0.20 1,813 10/24/2015
1.0.19 1,861 10/20/2015
1.0.18 1,860 10/11/2015
1.0.17 1,897 10/11/2015
1.0.16 1,915 10/11/2015
1.0.15 1,845 10/11/2015
1.0.14 1,849 10/10/2015
1.0.13 1,961 6/22/2015
1.0.12 1,875 6/18/2015
1.0.11 1,848 6/18/2015
1.0.10 1,890 6/18/2015
1.0.9 1,863 6/16/2015
1.0.8 1,894 6/16/2015
1.0.7 1,868 6/9/2015
1.0.6 1,814 6/8/2015
1.0.5 1,918 6/8/2015
1.0.4 1,862 6/8/2015
1.0.3 1,828 6/8/2015
1.0.2 1,823 6/8/2015
1.0.1 1,865 6/8/2015
1.0.0 1,824 6/8/2015

Nuget package updates.