LogicMonitor.Api 3.203.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package LogicMonitor.Api --version 3.203.2
NuGet\Install-Package LogicMonitor.Api -Version 3.203.2
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.203.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LogicMonitor.Api --version 3.203.2
#r "nuget: LogicMonitor.Api, 3.203.2"
#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.
// Install LogicMonitor.Api as a Cake Addin
#addin nuget:?package=LogicMonitor.Api&version=3.203.2

// Install LogicMonitor.Api as a Cake Tool
#tool nuget:?package=LogicMonitor.Api&version=3.203.2

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. 
.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.204.3 161 5/21/2024
3.204.1 77 5/21/2024
3.203.2 136 5/8/2024
3.203.1 485 4/24/2024
3.201.19 193 4/22/2024
3.201.18 178 4/5/2024
3.201.17 170 3/26/2024
3.201.16 133 3/25/2024
3.201.14 630 3/18/2024
3.201.11 126 3/17/2024
3.201.8 141 3/14/2024
3.201.7 152 3/11/2024
3.201.4 154 3/10/2024
3.201.1 403 3/8/2024
3.198.10 274 3/1/2024
3.198.9 475 2/14/2024
3.198.7 283 1/30/2024
3.198.6 279 1/26/2024
3.198.3 253 1/24/2024
3.198.2 248 1/24/2024
3.198.1 250 1/23/2024
3.197.21 224 1/23/2024
3.197.20 248 1/22/2024
3.197.16 694 1/9/2024
3.197.13 286 1/8/2024
3.197.12 284 1/8/2024
3.197.11 297 1/4/2024
3.197.4 284 1/4/2024
3.197.1 293 1/2/2024
3.196.1 848 12/7/2023
3.191.28 553 10/27/2023
3.191.27 344 10/27/2023
3.191.26 392 10/23/2023
3.191.24 547 9/8/2023
3.191.23 426 9/6/2023
3.191.21 456 9/1/2023
3.191.20 434 9/1/2023
3.191.10 565 8/23/2023
3.191.1 439 8/23/2023
3.188.25 529 8/7/2023
3.188.22 524 8/3/2023
3.188.21 512 8/3/2023
3.188.18 526 8/2/2023
3.188.17 559 7/26/2023
3.188.12 623 7/17/2023
3.188.4 718 6/27/2023
3.188.2 531 6/27/2023
3.186.48 572 6/23/2023
3.186.45 525 6/28/2023
3.186.42 638 6/7/2023
3.186.27 726 5/9/2023
3.186.16 660 5/5/2023
3.186.1 718 4/26/2023
3.183.89 607 4/26/2023
3.183.71 771 4/13/2023
3.183.44 780 3/24/2023
3.183.38 770 3/20/2023
3.183.27 756 3/15/2023
3.183.13 739 3/5/2023
3.183.1 729 3/3/2023
3.182.17 726 3/2/2023
3.182.15 703 3/1/2023
3.182.11 669 3/1/2023
3.182.7 726 3/1/2023
3.182.6 751 2/27/2023
3.182.1 776 2/21/2023
3.181.52 741 2/21/2023
3.181.29 746 2/5/2023
3.181.26 748 2/5/2023
3.181.25 737 2/5/2023
3.181.24 756 2/5/2023
3.181.22 789 2/5/2023
3.181.19 732 2/5/2023
3.181.11 705 2/3/2023
3.181.7 1,200 1/29/2023
3.180.25-g8b9ef70431 630 1/9/2023
3.180.16-g8fa4a057ff 574 1/8/2023
2.179.12 358 11/15/2023
2.179.10 854 1/24/2023
2.179.7 803 12/19/2022
2.179.1 754 11/30/2022
2.178.8 836 11/24/2022
2.178.1 809 11/7/2022
2.177.2 1,005 11/1/2022
2.177.1 1,097 10/19/2022
2.170.1 937 10/11/2022
2.169.46 917 10/3/2022
2.169.44 1,044 9/29/2022
2.169.40 5,003 9/26/2022
2.169.34 343 11/15/2023
2.169.32 2,183 6/30/2022
2.169.22 1,523 6/10/2022
2.169.21 1,313 5/26/2022
2.169.20 891 5/25/2022
2.169.17 936 5/19/2022
2.169.14 938 5/19/2022
2.169.12 1,093 5/11/2022
2.169.3 963 4/25/2022
2.167.9 1,460 3/22/2022
2.167.3 993 3/17/2022
2.167.1 1,298 3/16/2022
2.165.19 1,130 3/5/2022
2.165.13 952 2/28/2022
2.165.12 943 2/24/2022
2.165.10 1,276 2/22/2022
2.165.9 936 2/17/2022
2.165.8 962 2/17/2022
2.165.7 999 2/17/2022
2.165.1 943 2/16/2022
2.165.0 988 2/16/2022
2.164.3 1,110 2/7/2022
2.164.2 1,333 1/31/2022
2.164.1 931 1/28/2022
2.164.0 1,093 1/13/2022
2.161.11 1,054 12/2/2021
2.161.10 811 12/1/2021
2.161.9 3,825 11/24/2021
2.161.5 7,192 11/23/2021
2.161.4 6,423 11/23/2021
2.161.2 6,176 11/23/2021
2.154.6 851 11/22/2021
2.154.5 2,149 10/17/2021
2.154.4 758 10/13/2021
2.154.3 825 10/7/2021
2.154.2 1,405 8/6/2021
2.154.1 849 8/6/2021
2.154.0 1,311 6/28/2021
2.151.7 2,832 6/14/2021
2.151.6 861 6/14/2021
2.151.5 1,130 4/24/2021
2.151.4 849 4/24/2021
2.151.3 877 4/24/2021
2.151.2 819 4/23/2021
2.151.1 882 4/23/2021
2.151.0 910 4/19/2021
2.150.1 1,872 3/25/2021
2.150.0 1,226 3/25/2021
2.147.5 881 3/23/2021
2.147.4 1,029 2/15/2021
2.147.3 1,525 2/12/2021
2.147.2 985 2/12/2021
2.147.1 904 2/12/2021
2.147.0 1,117 2/11/2021
2.145.1 2,327 12/1/2020
2.143.1 1,358 11/11/2020
2.142.2 1,309 10/20/2020
2.142.1 1,313 10/13/2020
2.139.4 1,128 9/16/2020
2.139.3 1,073 9/2/2020
2.139.2 1,045 8/18/2020
2.139.1 1,054 8/13/2020
2.139.0 1,010 8/4/2020
2.137.2 1,062 6/18/2020
2.137.1 1,342 6/17/2020
2.136.1 1,033 6/1/2020
2.136.0 1,322 5/29/2020
2.135.3 1,313 5/12/2020
2.135.2 1,375 5/8/2020
2.135.1 1,077 5/5/2020
2.135.0 1,090 5/3/2020
2.133.0 1,351 3/26/2020
2.132.0 1,462 3/18/2020
2.131.1 1,111 2/13/2020
2.131.0 1,191 2/12/2020
2.130.3 1,139 2/5/2020
2.130.2 1,131 2/3/2020
2.130.1 1,060 1/16/2020
2.130.0 1,097 1/11/2020
2.129.2 1,121 1/6/2020
2.129.1 1,096 1/6/2020
2.129.0 1,353 12/17/2019
2.127.4 1,151 11/12/2019
2.127.3 2,502 11/12/2019
2.127.2 2,604 11/5/2019
2.127.1 1,072 10/30/2019
2.127.0 1,462 10/28/2019
2.126.5 1,115 10/22/2019
2.126.4 1,136 10/15/2019
2.126.3 1,300 10/14/2019
2.126.2 1,032 10/11/2019
2.126.1 1,094 10/9/2019
2.126.0 1,054 10/2/2019
2.125.0 1,045 9/21/2019
2.124.0 2,709 8/24/2019
2.122.2 1,240 7/23/2019
2.122.1 1,114 7/16/2019
2.122.0 1,065 7/11/2019
2.121.4 1,152 7/5/2019
2.121.3 1,127 7/5/2019
2.121.2 1,150 7/3/2019
2.121.1 1,104 7/1/2019
2.121.0 1,109 6/18/2019
2.120.1 1,159 6/18/2019
2.120.0 1,170 6/12/2019
2.119.2 1,189 5/31/2019
2.119.1 1,203 5/31/2019
2.119.0 1,183 5/7/2019
2.118.2 1,328 4/30/2019
2.118.1 1,376 4/20/2019
2.118.0 1,238 4/19/2019
2.117.5 1,200 4/5/2019
2.117.4 1,140 4/4/2019
2.117.3 1,340 4/4/2019
2.117.2 1,329 4/1/2019
2.117.1 4,220 3/26/2019
2.117.0 1,181 3/25/2019
2.116.5 1,147 3/22/2019
2.116.4 1,641 3/19/2019
2.116.3 2,077 3/14/2019
2.116.2 1,150 3/11/2019
2.116.1 1,163 3/5/2019
2.116.0 1,227 3/5/2019
2.115.8 1,245 2/27/2019
2.115.7 1,201 2/26/2019
2.115.6 1,184 2/26/2019
2.115.5 1,189 2/25/2019
2.115.4 1,164 2/25/2019
2.115.3 1,862 2/4/2019
2.115.2 1,267 2/1/2019
2.115.1 1,271 1/31/2019
2.115.0 1,318 1/29/2019
2.114.2 1,277 1/24/2019
2.114.1 1,304 1/15/2019
2.114.0 1,247 1/10/2019
2.113.6 1,299 12/11/2018
2.113.5 1,345 12/1/2018
2.113.4 1,285 11/30/2018
2.113.3 1,321 11/26/2018
2.113.2 1,339 11/26/2018
2.113.1 1,336 11/26/2018
2.113.0 1,250 11/22/2018
2.112.5 1,315 11/20/2018
2.112.4 1,358 11/8/2018
2.112.3 1,288 11/7/2018
2.112.2 1,333 11/6/2018
2.112.1 1,342 11/5/2018
2.112.0 1,343 11/1/2018
2.111.11 1,321 10/25/2018
2.111.10 1,336 10/19/2018
2.111.9 1,400 10/19/2018
2.111.8 1,313 10/18/2018
2.111.7 1,336 10/18/2018
2.111.6 1,395 10/17/2018
2.111.5 1,316 10/16/2018
2.111.4 1,358 10/15/2018
2.111.3 1,368 10/15/2018
2.111.2 1,401 10/15/2018
2.111.1 1,389 10/12/2018
2.111.0 1,376 10/12/2018
2.110.14 1,436 10/10/2018
2.110.13 1,343 10/9/2018
2.110.12 1,400 10/8/2018
2.110.11 1,470 10/5/2018
2.110.10 1,399 9/28/2018
2.110.9 1,363 9/27/2018
2.110.8 1,374 9/26/2018
2.110.7 1,336 9/25/2018
2.110.6 1,348 9/24/2018
2.110.5 1,338 9/20/2018
2.110.4 1,382 9/19/2018
2.110.2 1,439 9/17/2018
2.110.1 1,469 9/17/2018
2.110.0 1,370 9/14/2018
2.109.12 1,405 9/12/2018
2.109.11 1,444 9/9/2018
2.109.10 1,353 9/8/2018
2.109.9 1,360 9/8/2018
2.109.8 1,456 9/5/2018
2.109.7 1,408 9/3/2018
2.109.6 1,421 9/1/2018
2.109.5 1,374 8/30/2018
2.109.4 1,349 8/29/2018
2.109.3 1,403 8/27/2018
2.109.2 1,426 8/27/2018
2.109.1 1,432 8/26/2018
2.109.0 1,385 8/24/2018
2.108.6 1,381 8/23/2018
2.108.5 1,481 8/22/2018
2.108.4 1,454 8/16/2018
2.108.3 1,429 8/16/2018
2.108.2 1,430 8/10/2018
2.108.1 1,382 8/6/2018
2.108.0 1,387 8/3/2018
2.107.3 1,364 7/26/2018
2.107.2 1,358 7/19/2018
2.107.1 1,517 7/10/2018
2.106.5 1,526 7/6/2018
2.106.4 1,390 6/26/2018
2.106.3 1,475 6/26/2018
2.106.2 1,615 6/22/2018
2.106.1 1,521 6/18/2018
2.106.0 1,497 6/15/2018
2.0.106 1,498 6/15/2018
2.0.3 1,447 6/15/2018
2.0.2 1,521 6/3/2018
2.0.1 1,499 6/3/2018
2.0.0 1,469 6/1/2018
1.12.4 1,529 5/10/2018
1.12.3 1,640 4/27/2018
1.12.2 1,518 4/19/2018
1.12.0 1,608 3/30/2018
1.11.7 1,498 3/28/2018
1.11.6 1,519 3/20/2018
1.11.5 1,537 3/12/2018
1.11.4 1,645 3/6/2018
1.11.3 1,538 3/6/2018
1.11.2 1,515 3/5/2018
1.11.1 1,512 3/5/2018
1.11.0 1,467 3/5/2018
1.10.2 1,552 3/4/2018
1.10.1 1,554 3/4/2018
1.10.0 1,510 3/1/2018
1.9.12 1,516 3/1/2018
1.9.11 1,471 2/26/2018
1.9.10 1,481 2/26/2018
1.9.9 1,476 2/26/2018
1.9.8 1,470 2/25/2018
1.9.7 1,542 2/25/2018
1.9.6 1,534 2/22/2018
1.9.5 1,566 2/20/2018
1.9.4 1,511 2/5/2018
1.9.3 1,594 2/3/2018
1.9.2 1,625 2/3/2018
1.9.1 1,548 1/27/2018
1.9.0 1,537 1/27/2018
1.8.11 1,462 10/18/2017
1.8.10 1,512 10/14/2017
1.8.9 1,461 10/13/2017
1.8.8 1,498 10/12/2017
1.8.7 1,448 10/3/2017
1.8.6 1,484 10/3/2017
1.8.5 1,494 8/27/2017
1.8.4 1,451 8/24/2017
1.8.3 1,459 8/23/2017
1.8.2 1,466 8/21/2017
1.8.1 1,434 8/21/2017
1.8.0 1,400 8/20/2017
1.8.0-beta8 1,133 8/20/2017
1.8.0-beta7 1,148 8/20/2017
1.8.0-beta5 1,149 8/20/2017
1.8.0-beta4 1,136 8/20/2017
1.8.0-beta3 1,120 8/20/2017
1.8.0-beta2 1,156 8/18/2017
1.8.0-beta 1,114 8/18/2017
1.7.6 1,447 8/9/2017
1.7.5 1,488 8/8/2017
1.7.4 1,451 8/8/2017
1.7.3 1,461 7/20/2017
1.7.2 1,497 7/20/2017
1.7.0 1,424 7/10/2017
1.6.10 1,452 7/5/2017
1.6.9 1,464 7/5/2017
1.6.8 1,495 7/4/2017
1.6.7 1,478 7/4/2017
1.6.6 1,484 7/4/2017
1.6.5 1,496 7/4/2017
1.6.4 1,469 7/3/2017
1.6.3 1,481 7/2/2017
1.6.2 1,489 7/2/2017
1.6.1 1,466 7/2/2017
1.6.0 1,499 7/1/2017
1.5.22 1,400 6/30/2017
1.5.21 1,476 6/26/2017
1.5.20 1,453 6/26/2017
1.5.19 1,487 6/22/2017
1.5.17 1,468 6/22/2017
1.5.16 1,480 6/20/2017
1.5.15 1,414 6/19/2017
1.5.14 1,460 6/19/2017
1.5.13 1,480 6/19/2017
1.5.12 1,509 6/18/2017
1.5.11 1,458 6/18/2017
1.5.10 1,523 6/18/2017
1.5.9 1,457 6/14/2017
1.5.8 1,461 6/14/2017
1.5.7 1,533 6/13/2017
1.5.6 1,412 6/13/2017
1.5.5 1,465 6/12/2017
1.5.4 1,500 6/12/2017
1.5.3 1,471 6/12/2017
1.5.2 1,425 6/12/2017
1.5.1 1,478 6/10/2017
1.5.0 1,455 6/9/2017
1.4.38 1,477 5/26/2017
1.4.37 1,488 5/22/2017
1.4.36 1,504 5/20/2017
1.4.35 1,472 5/18/2017
1.4.34 1,427 5/18/2017
1.4.33 1,482 5/18/2017
1.4.32 1,475 5/14/2017
1.4.31 1,488 5/8/2017
1.4.30 1,500 5/4/2017
1.4.29 1,494 5/4/2017
1.4.27 1,501 5/3/2017
1.4.26 1,634 5/2/2017
1.4.25 1,418 5/2/2017
1.4.24 1,495 5/1/2017
1.4.23 1,562 5/1/2017
1.4.22 1,524 5/1/2017
1.4.21 1,519 4/28/2017
1.4.20 1,476 4/27/2017
1.4.19 1,507 4/27/2017
1.4.18 1,485 4/27/2017
1.4.17 1,515 4/27/2017
1.4.16 1,486 4/27/2017
1.4.15 1,614 4/25/2017
1.4.14 1,510 4/24/2017
1.4.13 1,502 4/21/2017
1.4.12 1,490 4/21/2017
1.4.11 1,515 4/15/2017
1.4.10 1,623 4/4/2017
1.4.9 1,513 4/3/2017
1.4.8 1,493 4/2/2017
1.4.7 1,493 4/2/2017
1.4.6 1,502 3/29/2017
1.4.5-beta 1,166 3/29/2017
1.4.4-beta 1,158 3/29/2017
1.4.3-beta 1,179 3/28/2017
1.4.2-beta 1,152 3/28/2017
1.4.1-beta 1,153 3/28/2017
1.4.0-beta 1,150 3/27/2017
1.3.17 1,477 3/24/2017
1.3.16 1,607 3/24/2017
1.3.15 1,491 3/24/2017
1.3.14 1,483 3/24/2017
1.3.13 1,458 3/23/2017
1.3.12 1,497 3/22/2017
1.3.11 1,515 3/20/2017
1.3.9 1,569 3/16/2017
1.3.8 1,511 3/13/2017
1.3.7 1,472 3/13/2017
1.3.6 1,499 3/13/2017
1.3.5 1,466 3/10/2017
1.3.4 1,501 2/28/2017
1.3.3 1,449 2/27/2017
1.3.2 1,508 2/25/2017
1.3.1 1,563 2/25/2017
1.3.0 1,565 2/25/2017
1.2.47 1,556 2/24/2017
1.2.46 1,517 2/24/2017
1.2.45 1,509 2/24/2017
1.2.44 1,523 2/15/2017
1.2.43 1,513 2/15/2017
1.2.42 1,506 2/15/2017
1.2.41 1,518 2/14/2017
1.2.40 1,519 2/7/2017
1.2.39 1,534 2/7/2017
1.2.38 1,495 2/7/2017
1.2.37 1,531 2/7/2017
1.2.36 1,504 2/6/2017
1.2.35 1,481 2/6/2017
1.2.34 1,455 2/6/2017
1.2.33 1,453 2/6/2017
1.2.32 1,465 2/6/2017
1.2.31 1,488 2/4/2017
1.2.30 1,489 2/4/2017
1.2.29 1,489 2/4/2017
1.2.28 1,487 1/18/2017
1.2.27 1,483 1/18/2017
1.2.26 1,519 1/18/2017
1.2.25 1,533 1/18/2017
1.2.24 1,580 1/13/2017
1.2.23 1,498 1/13/2017
1.2.22 1,516 1/10/2017
1.2.21 1,545 1/4/2017
1.2.20 1,471 1/4/2017
1.2.19 1,563 1/4/2017
1.2.18 1,516 1/4/2017
1.2.17 1,534 12/14/2016
1.2.16 1,501 12/14/2016
1.2.15 1,573 12/9/2016
1.2.14 1,426 12/9/2016
1.2.13 1,522 12/8/2016
1.2.12 1,551 12/8/2016
1.2.11 1,532 11/24/2016
1.2.10 1,485 11/24/2016
1.2.9 1,504 11/19/2016
1.2.8 1,518 11/19/2016
1.2.7 1,511 11/16/2016
1.2.6 1,446 11/15/2016
1.2.5 1,482 11/14/2016
1.2.4 1,526 11/10/2016
1.2.3 1,467 11/10/2016
1.2.2 1,846 11/9/2016
1.2.1 1,622 11/2/2016
1.2.0 1,551 11/2/2016
1.1.54 1,819 11/2/2016
1.1.53 1,588 10/26/2016
1.1.52 1,508 10/26/2016
1.1.51 1,528 10/24/2016
1.1.50 1,499 10/24/2016
1.1.49 1,602 10/20/2016
1.1.48 1,569 10/20/2016
1.1.47 1,539 10/20/2016
1.1.46 1,497 10/20/2016
1.1.45 1,501 10/20/2016
1.1.44 1,532 10/19/2016
1.1.43 1,512 10/19/2016
1.1.42 1,549 10/19/2016
1.1.41 1,533 10/18/2016
1.1.40 1,491 10/18/2016
1.1.39 1,491 10/10/2016
1.1.38 1,569 9/28/2016
1.1.37 1,826 9/20/2016
1.1.36 1,793 9/17/2016
1.1.35 1,845 9/16/2016
1.1.34 1,547 9/8/2016
1.1.33 1,518 9/6/2016
1.1.32 1,517 9/5/2016
1.1.31 1,498 8/31/2016
1.1.30 1,575 8/26/2016
1.1.29 1,520 8/24/2016
1.1.28 1,602 8/22/2016
1.1.27 1,498 8/20/2016
1.1.26 1,548 8/20/2016
1.1.25 1,506 8/19/2016
1.1.24 1,508 8/19/2016
1.1.23 1,597 8/18/2016
1.1.22 1,511 8/18/2016
1.1.21 1,486 8/18/2016
1.1.20 1,432 8/17/2016
1.1.19 1,540 8/16/2016
1.1.18 1,459 8/16/2016
1.1.17 1,536 8/16/2016
1.1.16 1,492 8/15/2016
1.1.15 1,550 8/13/2016
1.1.14 1,488 8/12/2016
1.1.13 1,568 8/4/2016
1.1.12 1,495 8/3/2016
1.1.11 1,883 7/28/2016
1.1.10 1,535 7/25/2016
1.1.9 1,563 7/25/2016
1.1.8 1,538 7/23/2016
1.1.7 1,519 7/22/2016
1.1.6 1,516 7/22/2016
1.1.5 1,638 7/22/2016
1.1.4 1,600 7/22/2016
1.1.3 1,582 7/22/2016
1.1.2 1,483 7/21/2016
1.1.1 1,488 7/21/2016
1.1.0 1,585 7/20/2016
1.0.154 1,606 7/9/2016
1.0.153 1,555 7/7/2016
1.0.152 1,594 6/28/2016
1.0.151 1,583 6/28/2016
1.0.150 1,543 6/28/2016
1.0.149 1,586 6/24/2016
1.0.148 1,575 6/23/2016
1.0.147 1,895 6/16/2016
1.0.146 1,867 6/16/2016
1.0.145 1,597 6/15/2016
1.0.144 1,548 6/15/2016
1.0.143 1,744 6/13/2016
1.0.142 1,561 6/12/2016
1.0.141 1,690 6/12/2016
1.0.140 1,750 6/11/2016
1.0.139 1,780 6/11/2016
1.0.138 1,639 6/10/2016
1.0.137 1,660 6/10/2016
1.0.136 1,727 6/8/2016
1.0.135 1,736 6/8/2016
1.0.134 1,580 5/31/2016
1.0.133 1,580 5/20/2016
1.0.132 1,594 5/20/2016
1.0.131 1,489 5/20/2016
1.0.130 1,575 5/20/2016
1.0.129 1,566 4/21/2016
1.0.128 1,548 4/14/2016
1.0.127 1,573 4/4/2016
1.0.126 1,580 3/24/2016
1.0.125 1,540 3/24/2016
1.0.124 1,515 3/23/2016
1.0.123 1,532 3/23/2016
1.0.122 1,511 3/18/2016
1.0.121 1,521 3/15/2016
1.0.119 1,545 3/15/2016
1.0.118 1,580 3/14/2016
1.0.117 1,541 3/14/2016
1.0.116 1,494 3/12/2016
1.0.115 1,544 3/12/2016
1.0.114 1,791 2/26/2016
1.0.113 1,926 2/24/2016
1.0.112 1,745 2/23/2016
1.0.111 1,693 2/23/2016
1.0.110 1,837 2/23/2016
1.0.109 1,725 2/23/2016
1.0.108 1,712 2/23/2016
1.0.107 1,601 2/23/2016
1.0.106 1,686 2/23/2016
1.0.105 1,573 2/19/2016
1.0.104 1,555 2/18/2016
1.0.103 1,658 2/12/2016
1.0.102 1,585 2/10/2016
1.0.101 1,545 2/10/2016
1.0.100 1,600 2/8/2016
1.0.99 1,520 2/8/2016
1.0.98 1,586 2/6/2016
1.0.97 1,582 2/4/2016
1.0.96 1,548 2/4/2016
1.0.95 1,556 2/3/2016
1.0.94 1,549 2/2/2016
1.0.93 1,523 2/1/2016
1.0.92 1,605 1/28/2016
1.0.91 1,593 1/28/2016
1.0.90 1,535 1/28/2016
1.0.89 1,561 1/28/2016
1.0.88 1,564 1/28/2016
1.0.87 1,510 1/28/2016
1.0.86 1,579 1/16/2016
1.0.85 1,541 1/8/2016
1.0.84 1,509 1/2/2016
1.0.83 1,523 1/1/2016
1.0.82 1,574 1/1/2016
1.0.81 1,636 12/19/2015
1.0.80 1,675 12/19/2015
1.0.79 1,597 12/19/2015
1.0.78 1,548 12/19/2015
1.0.77 1,597 12/19/2015
1.0.76 1,568 12/19/2015
1.0.75 1,569 12/19/2015
1.0.74 1,551 12/10/2015
1.0.73 1,566 12/10/2015
1.0.72 1,489 12/10/2015
1.0.71 1,892 12/1/2015
1.0.70 1,683 11/30/2015
1.0.69 1,872 11/30/2015
1.0.68 1,728 11/30/2015
1.0.67 1,664 11/22/2015
1.0.66 1,642 11/21/2015
1.0.65 1,606 11/21/2015
1.0.64 1,582 11/21/2015
1.0.63 1,638 11/20/2015
1.0.62 1,623 11/17/2015
1.0.61 1,563 11/16/2015
1.0.60 1,575 11/15/2015
1.0.59 1,562 11/15/2015
1.0.58 1,618 11/14/2015
1.0.57 1,575 11/13/2015
1.0.56 1,608 11/6/2015
1.0.55 1,552 11/6/2015
1.0.54 1,565 11/5/2015
1.0.53 1,536 11/3/2015
1.0.52 1,607 11/2/2015
1.0.51 1,543 11/1/2015
1.0.50 1,545 11/1/2015
1.0.49 1,549 11/1/2015
1.0.48 1,542 10/31/2015
1.0.47 1,567 10/31/2015
1.0.46 1,601 10/31/2015
1.0.45 1,603 10/30/2015
1.0.44 1,646 10/29/2015
1.0.43 1,615 10/29/2015
1.0.42 1,617 10/28/2015
1.0.41 1,620 10/28/2015
1.0.40 1,545 10/28/2015
1.0.39 1,587 10/27/2015
1.0.38 1,538 10/27/2015
1.0.37 1,511 10/26/2015
1.0.36 1,585 10/26/2015
1.0.35 1,560 10/26/2015
1.0.34 1,590 10/26/2015
1.0.33 1,552 10/26/2015
1.0.32 1,573 10/25/2015
1.0.31 1,633 10/25/2015
1.0.30 1,520 10/25/2015
1.0.29 1,542 10/25/2015
1.0.28 1,579 10/25/2015
1.0.27 1,531 10/25/2015
1.0.26 1,573 10/25/2015
1.0.24 1,534 10/25/2015
1.0.23 1,549 10/25/2015
1.0.22 1,624 10/24/2015
1.0.21 1,535 10/24/2015
1.0.20 1,535 10/24/2015
1.0.19 1,574 10/20/2015
1.0.18 1,573 10/11/2015
1.0.17 1,603 10/11/2015
1.0.16 1,597 10/11/2015
1.0.15 1,541 10/11/2015
1.0.14 1,568 10/10/2015
1.0.13 1,674 6/22/2015
1.0.12 1,576 6/18/2015
1.0.11 1,558 6/18/2015
1.0.10 1,609 6/18/2015
1.0.9 1,567 6/16/2015
1.0.8 1,584 6/16/2015
1.0.7 1,583 6/9/2015
1.0.6 1,531 6/8/2015
1.0.5 1,612 6/8/2015
1.0.4 1,577 6/8/2015
1.0.3 1,525 6/8/2015
1.0.2 1,533 6/8/2015
1.0.1 1,574 6/8/2015
1.0.0 1,540 6/8/2015

Version 203 support added
Added "Commit" RolePrivilegeOperation.