PepperDashCore 2.9.0-unique-client-ids.1

This is a prerelease version of PepperDashCore.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package PepperDashCore --version 2.9.0-unique-client-ids.1
                    
NuGet\Install-Package PepperDashCore -Version 2.9.0-unique-client-ids.1
                    
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="PepperDashCore" Version="2.9.0-unique-client-ids.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PepperDashCore" Version="2.9.0-unique-client-ids.1" />
                    
Directory.Packages.props
<PackageReference Include="PepperDashCore" />
                    
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 PepperDashCore --version 2.9.0-unique-client-ids.1
                    
#r "nuget: PepperDashCore, 2.9.0-unique-client-ids.1"
                    
#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 PepperDashCore@2.9.0-unique-client-ids.1
                    
#: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=PepperDashCore&version=2.9.0-unique-client-ids.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PepperDashCore&version=2.9.0-unique-client-ids.1&prerelease
                    
Install as a Cake Tool

PepperDash Essentials Framework (c) 2020

Latest Release

License

Provided under MIT license

Overview

PepperDash Essentials is an open source Crestron framework that can be configured as a standalone program capable of running a wide variety of system designs and can also be utilized as a plug-in architecture to augment other Simpl# Pro and Simpl Windows programs.

Essentials Framework is a collection of C# / Simpl# Pro libraries that can be utilized in several different manners. It is currently operating as a 100% configuration-driven system, and can be extended to add different workflows and behaviors, either through the addition of further device "types" or via the plug-in mechanism. The framework is a collection of "things" that are all related and interconnected, but in general do not have dependencies on each other.

Minimum Requirements

  • Essentials Framework runs on any Crestron 3-series processor, 4-series processor or Crestron's VC-4 platform.
  • To edit and compile the source, Microsoft Visual Studio 2008 Professional with SP1 is required.
  • Crestron's Simpl# Plugin is also required (must be obtained from Crestron).

Dependencies

The PepperDash.Core SIMPL# library is required. It is referenced via nuget. You must have nuget.exe installed and in the PATH environment variable to use the following command. Nuget.exe is available at nuget.org.

Installing Dependencies

To install dependencies once nuget.exe is installed, run the following command: nuget install .\packages.config -OutputDirectory .\packages -excludeVersion. To verify that the packages installed correctly, open Essentials and make sure that all references are found, then try and build it.

Installing Different versions of PepperDash Core

If you need a different version of PepperDash Core, use the command nuget install .\packages.config -OutputDirectory .\packages -excludeVersion -Version {versionToGet}. Omitting the -Version option will pull the version indicated in the packages.config file.

Utilization

Essentials was originally conceptualized as a standalone application for running control system logic entirely in Simpl# Pro. It is primarily designed around accomplishing this goal, but during development, it became obvious that it could easily be leveraged to also serve as a partner application to one or more SIMPL Windows programs.

Utilization of Essentials Framework falls into the following categories:

  1. Standalone Control System Application for controlling one or more rooms. See Standalone Use

  2. Partner Application to a SIMPL Windows program. This allows for several useful advantages. See SIMPL Windows Bridging

  • Dynamic device instantiation. Devices can be defined in configuration and instantiated at runtime and then bridged to a SIMPL Windows program via EISC.

  • Advanced logic. Some logic operations that cannot be affectively accomplished in SIMPL Windows (ex. JSON/XML serialization/deserialization, database operations, etc.) can be done in the Simpl# Pro environment and the necessary input and output bridged to a SIMPL Windows program via EISC.

  1. Hybrid Application that may contain elements of both standalone control and SIMPL partner application integration.
  • There may be a use case where a device can only be defined in a single application, but that device may need to be interacted with from multiple applications. The device can be defined in an Essentials application, interacted with in that application and also bridged to one or more SIMPL Windows applications.

Documentation

For detailed documentation, see the Wiki.

Support

How-To (Getting Started)

See Getting Started

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on PepperDashCore:

Package Downloads
PepperDashEssentials

Package Description

PepperDash.Essentials.Core

Package Description

PepperDash.Essentials.Devices.Common

Package Description

PepperDash.Essentials.MobileControl.Messengers

Package Description

PepperDash.Essentials.MobileControl

This software is a plugin designed to work as a part of PepperDash Essentials for Crestron control processors. This plugin allows for connection to a PepperDash Mobile Control server.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on PepperDashCore:

Repository Stars
PepperDash/Essentials
The Essentials Application Framework Libraries
Version Downloads Last Updated
3.0.0-net8-updates.2 56 7/4/2025
2.9.0-unique-client-ids.1 110 7/10/2025
2.8.1-meter-feedback-interf... 47 7/11/2025
2.8.1-meter-feedback-interf... 108 7/9/2025
2.8.0 121 7/8/2025
2.8.0-feature-add-isMic-sup... 123 6/26/2025
2.7.4 136 7/7/2025
2.7.4-beta.1 57 7/4/2025
2.7.3 98 6/27/2025
2.7.3-combiner-auto-mode-en... 66 6/27/2025
2.7.3-combiner-auto-mode-en... 65 6/27/2025
2.7.2 131 6/26/2025
2.7.2-device-info-messenger.1 106 6/26/2025
2.7.1 137 6/26/2025
2.7.1-device-status-console.3 100 6/26/2025
2.7.1-device-status-console.1 109 6/26/2025
2.7.0 198 6/18/2025
2.7.0-feature-add-interfaces.5 127 6/18/2025
2.7.0-feature-add-interfaces.4 111 6/18/2025
2.7.0-feature-add-interfaces.3 113 6/18/2025
2.7.0-feature-add-interfaces.2 115 6/18/2025
2.6.1-beta.1 107 6/26/2025
2.5.1 301 5/14/2025
2.5.1-dsp-base-fix.1 204 5/14/2025
2.5.0 95 5/9/2025
2.5.0-plugin-minimum-version.2 119 4/30/2025
2.5.0-plugin-minimum-version.1 155 4/30/2025
2.5.0-logging-improvements.1 60 7/4/2025
2.5.0-DGE-1000.1 57 5/9/2025
2.4.9-camera-preset-fix.1 203 5/14/2025
2.4.9-beta.1 211 5/14/2025
2.4.9-appdebug-case-insensi... 126 5/7/2025
2.4.8 108 5/2/2025
2.4.8-routing-clear-fix.2 67 5/2/2025
2.4.8-routing-clear-fix.1 74 5/2/2025
2.4.8-RegisterForExtendersM... 110 4/30/2025
2.4.8-RegisterForExtendersM... 112 4/30/2025
2.4.8-RegisterForExtendersM... 123 4/30/2025
2.4.7 236 4/24/2025
2.4.7-routing-updates.2 136 4/24/2025
2.4.7-routing-updates.1 129 4/24/2025
2.4.6 185 4/18/2025
2.4.6-selectable-items-inte... 177 4/17/2025
2.4.6-lighting-interface-fix.2 101 4/18/2025
2.4.6-lighting-interface-fix.1 112 4/18/2025
2.4.5 276 4/14/2025
2.4.5-lighting-scene-updates.1 161 4/14/2025
2.4.4 219 4/11/2025
2.4.4-generic-comm-monitor-... 84 4/11/2025
2.4.3-generic-comm-monitor-... 78 4/11/2025
2.4.2 179 4/9/2025
2.4.2-messenger-fixes.2 136 4/9/2025
2.4.2-messenger-fixes.1 137 4/9/2025
2.4.1 175 4/8/2025
2.4.0 146 4/4/2025
2.3.1-fix-add-client.1 129 4/8/2025
2.3.0 249 4/2/2025
2.3.0-webview-eventhandler.1 174 4/2/2025
2.3.0-routing-fixes.2 84 4/4/2025
2.3.0-routing-fixes.1 96 4/4/2025
2.3.0-rc.1 119 4/2/2025
2.3.0-codec-messenger-issues.1 133 4/2/2025
2.3.0-bring-mc-fixes-over.1 132 4/2/2025
2.3.0-beta.2 130 4/2/2025
2.3.0-beta.1 143 4/2/2025
2.2.3-routing-fixes.1 116 4/4/2025
2.2.2 176 4/2/2025
2.2.2-mc-fixes.1 127 4/2/2025
2.2.1 202 4/1/2025
2.2.1-fix-volume-add-again.1 124 4/1/2025
2.2.0 175 4/1/2025
2.2.0-rc.1 126 4/1/2025
2.2.0-beta.1 125 4/1/2025
2.1.2 171 3/31/2025
2.1.2-room-loading-protecti... 130 3/31/2025
2.1.1 142 3/28/2025
2.1.1-add-routes.3 100 3/28/2025
2.1.1-add-routes.1 102 3/28/2025
2.1.0 469 3/26/2025
2.1.0-rc.1 106 3/26/2025
2.1.0-feature-move-portal-c... 441 3/26/2025
2.1.0-feature-move-portal-c... 444 3/26/2025
2.1.0-beta.3 440 3/26/2025
2.0.1 447 3/6/2025
2.0.1-ssh-fix.1 173 3/6/2025
2.0.0 226 3/6/2025
2.0.0-release-2.1 174 3/4/2025
2.0.0-rc.5 190 3/5/2025
2.0.0-rc.4 171 3/5/2025
2.0.0-rc.3 183 3/5/2025
2.0.0-rc.2 173 3/5/2025
2.0.0-rc.1 177 3/5/2025
2.0.0-file-cleanup.1 174 3/5/2025
2.0.0-feature-2-device-ikey... 170 3/5/2025
2.0.0-feature-2-creslib-ver... 172 3/5/2025
2.0.0-feature-2-camera-list... 181 3/5/2025
2.0.0-beta-452 129 2/20/2025
2.0.0-beta-423 240 5/28/2024
2.0.0-beta-418 392 5/20/2024
2.0.0-beta-415 265 5/16/2024
2.0.0-beta-404 105 5/1/2024
2.0.0-beta-400 414 3/21/2024
2.0.0-beta-397 161 3/21/2024
2.0.0-beta-389 1,143 2/15/2024
2.0.0-beta-385 1,271 2/5/2024
2.0.0-beta-383 983 2/2/2024
2.0.0-beta-379 302 2/1/2024
2.0.0-beta-318 766 2/7/2023
2.0.0-beta-310 671 2/7/2023
2.0.0-beta.1 173 3/4/2025
2.0.0-alpha-462 144 2/26/2025
2.0.0-alpha-461 92 2/26/2025
2.0.0-alpha-460 96 2/26/2025
2.0.0-alpha-459 88 2/26/2025
2.0.0-alpha-458 93 2/26/2025
2.0.0-alpha-457 88 2/25/2025
2.0.0-alpha-456 100 2/25/2025
2.0.0-alpha-455 228 2/20/2025
2.0.0-alpha-451 324 2/19/2025
2.0.0-alpha-450 172 2/19/2025
2.0.0-alpha-442 109 12/11/2024
2.0.0-alpha-441 161 11/11/2024
2.0.0-alpha-439 173 11/5/2024
2.0.0-alpha-438 86 11/5/2024
2.0.0-alpha-437 98 11/5/2024
2.0.0-alpha-436 97 11/5/2024
2.0.0-alpha-435 102 11/4/2024
2.0.0-alpha-434 92 11/1/2024
2.0.0-alpha-433 98 11/1/2024
2.0.0-alpha-432 102 11/1/2024
2.0.0-alpha-430 90 10/31/2024
2.0.0-alpha-428 95 10/31/2024
2.0.0-alpha-427 93 10/30/2024
2.0.0-alpha-425 126 6/25/2024
2.0.0-alpha-424 4,108 5/28/2024
2.0.0-alpha-422 169 5/28/2024
2.0.0-alpha-421 161 5/28/2024
2.0.0-alpha-420 222 5/23/2024
2.0.0-alpha-419 424 5/21/2024
2.0.0-alpha-417 141 5/17/2024
2.0.0-alpha-416 195 5/17/2024
2.0.0-alpha-414 117 5/16/2024
2.0.0-alpha-413 117 5/16/2024
2.0.0-alpha-412 120 5/16/2024
2.0.0-alpha-411 117 5/16/2024
2.0.0-alpha-410 114 5/15/2024
2.0.0-alpha-409 124 5/15/2024
2.0.0-alpha-408 130 5/15/2024
2.0.0-alpha-407 444 5/14/2024
2.0.0-alpha-406 134 5/7/2024
2.0.0-alpha-405 136 5/7/2024
2.0.0-alpha-403 122 5/1/2024
2.0.0-alpha-402 2,223 3/27/2024
2.0.0-alpha-399 129 3/21/2024
2.0.0-alpha-398 135 3/21/2024
2.0.0-alpha-396 133 3/21/2024
2.0.0-alpha-395 143 3/21/2024
2.0.0-alpha-393 261 3/20/2024
2.0.0-alpha-392 620 3/13/2024
2.0.0-alpha-391 420 3/8/2024
2.0.0-alpha-388 236 2/15/2024
2.0.0-alpha-387 373 2/14/2024
2.0.0-alpha-384 291 2/5/2024
2.0.0-alpha-382 305 2/2/2024
2.0.0-alpha-381 279 2/2/2024
2.0.0-alpha-377 876 12/28/2023
2.0.0-alpha-376 385 12/28/2023
2.0.0-alpha-375 485 11/29/2023
2.0.0-alpha-374 465 11/24/2023
2.0.0-alpha-373 467 11/23/2023
2.0.0-alpha-372 466 11/23/2023
2.0.0-alpha-371 455 11/23/2023
2.0.0-alpha-370 456 11/23/2023
2.0.0-alpha-369 470 11/23/2023
2.0.0-alpha-368 474 11/22/2023
2.0.0-alpha-367 496 11/22/2023
2.0.0-alpha-366 463 11/20/2023
2.0.0-alpha-365 459 11/20/2023
2.0.0-alpha-364 473 11/20/2023
2.0.0-alpha-363 430 11/20/2023
2.0.0-alpha-362 442 11/20/2023
2.0.0-alpha-361 462 11/20/2023
2.0.0-alpha-360 473 11/20/2023
2.0.0-alpha-359 442 11/16/2023
2.0.0-alpha-358 451 11/16/2023
2.0.0-alpha-357 432 11/16/2023
2.0.0-alpha-356 456 11/15/2023
2.0.0-alpha-355 451 11/8/2023
2.0.0-alpha-354 458 11/8/2023
2.0.0-alpha-353 463 11/7/2023
2.0.0-alpha-352 466 11/7/2023
2.0.0-alpha-351 454 11/7/2023
2.0.0-alpha-350 473 11/7/2023
2.0.0-alpha-349 441 11/7/2023
2.0.0-alpha-348 455 11/7/2023
2.0.0-alpha-346 479 11/7/2023
2.0.0-alpha-344 466 11/1/2023
2.0.0-alpha-342 441 10/31/2023
2.0.0-alpha-341 457 10/31/2023
2.0.0-alpha-330 655 3/23/2023
2.0.0-alpha-315 640 2/7/2023
2.0.0-alpha-314 647 2/7/2023
2.0.0-alpha-309 680 2/6/2023
1.4.2-3series-caller-refere... 191 5/15/2025
1.4.1 249 5/13/2025
1.4.1-3series-workflow-upda... 200 5/13/2025
1.4.1-3series-workflow-upda... 199 5/13/2025
1.4.1-3series-workflow-upda... 200 5/13/2025
1.4.0 87 5/9/2025
1.3.3-hotfix-449 123 2/13/2025
1.3.3-hotfix-390 250 2/26/2024
1.3.2 463 1/25/2024
1.3.2-hotfix-378 277 1/25/2024
1.3.2-hotfix-340 562 8/24/2023
1.3.2-hotfix-339 542 8/24/2023
1.3.1 765 8/24/2023
1.3.1-hotfix-338 561 8/23/2023
1.3.1-hotfix-337 554 8/16/2023
1.3.0 649 8/15/2023
1.2.2-hotfix-335 609 8/15/2023
1.2.2-beta-336 563 8/15/2023
1.2.2-beta-333 626 4/7/2023
1.2.2-alpha-334 630 4/28/2023
1.2.1 853 4/7/2023
1.2.1-hotfix-332 627 4/7/2023
1.2.1-hotfix-331 634 4/7/2023
1.2.1-beta-329 640 3/1/2023
1.2.0 822 3/1/2023
1.2.0-rc-328 661 3/1/2023
1.2.0-rc-324 662 2/24/2023
1.2.0-rc-320 655 2/7/2023
1.1.5-hotfix-327 634 3/1/2023
1.1.5-hotfix-295 676 2/2/2023
1.1.5-hotfix-294 682 1/31/2023
1.1.5-hotfix-288 702 1/19/2023
1.1.5-beta-323 660 2/24/2023
1.1.5-beta-317 669 2/7/2023
1.1.5-beta-289 624 1/19/2023
1.1.5-alpha-322 651 2/20/2023
1.1.5-alpha-321 635 2/20/2023
1.1.5-alpha-316 663 2/7/2023
1.1.5-alpha-293 689 1/30/2023
1.1.5-alpha-292 659 1/26/2023
1.1.5-alpha-291 688 1/24/2023
1.1.5-alpha-290 624 1/24/2023
1.1.5-alpha-286 633 1/18/2023
1.1.5-alpha-285 641 1/18/2023
1.1.5-alpha-284 684 1/17/2023
1.1.4 864 12/12/2022
1.1.4-hotfix-283 638 12/12/2022
1.1.4-alpha-282 681 11/14/2022
1.1.3 861 11/14/2022
1.1.3-hotfix-280 675 11/14/2022
1.1.3-hotfix-279 631 11/14/2022
1.1.3-hotfix-278 677 11/8/2022
1.1.3-hotfix-277 640 11/4/2022
1.1.3-hotfix-276 674 11/4/2022
1.1.3-hotfix-268 660 9/8/2022
1.1.3-hotfix-267 664 9/8/2022
1.1.3-hotfix-266 642 9/8/2022
1.1.3-hotfix-265 702 7/7/2022
1.1.3-beta-281 665 11/14/2022
1.1.3-alpha-275 676 10/20/2022
1.1.3-alpha-274 663 10/20/2022
1.1.3-alpha-273 650 10/20/2022
1.1.3-alpha-272 643 10/17/2022
1.1.3-alpha-271 647 10/14/2022
1.1.3-alpha-270 667 10/7/2022
1.1.3-alpha-269 638 10/7/2022
1.1.2 1,055 6/15/2022
1.1.2-hotfix-263 700 6/15/2022
1.1.2-hotfix-262 614 6/15/2022
1.1.2-hotfix-261 653 6/15/2022
1.1.2-beta-264 681 6/15/2022
1.1.2-beta-260 700 6/8/2022
1.1.2-alpha-259 688 6/8/2022
1.1.2-alpha-258 676 6/7/2022
1.1.2-alpha-257 698 5/23/2022
1.1.2-alpha-256 655 5/23/2022
1.1.2-alpha-253 713 5/23/2022
1.1.2-alpha-252 650 5/22/2022
1.1.2-alpha-251 674 5/22/2022
1.1.2-alpha-250 642 5/21/2022
1.1.1 1,377 2/24/2022
1.1.1-rc-247 757 2/10/2022
1.1.1-rc-243 691 2/9/2022
1.1.1-hotfix-241 678 2/9/2022
1.1.1-hotfix-239 681 2/9/2022
1.1.1-hotfix-236 660 2/9/2022
1.1.1-hotfix-233 827 10/18/2021
1.1.1-hotfix-232 788 10/18/2021
1.1.1-hotfix-225 811 9/11/2021
1.1.1-hotfix-224 837 9/11/2021
1.1.1-beta-248 676 2/24/2022
1.1.1-beta-242 694 2/9/2022
1.1.1-beta-238 690 2/9/2022
1.1.1-beta-231 797 9/24/2021
1.1.1-beta-230 770 9/20/2021
1.1.1-alpha-246 686 2/10/2022
1.1.1-alpha-245 669 2/10/2022
1.1.1-alpha-244 687 2/10/2022
1.1.1-alpha-234 1,231 11/19/2021
1.1.1-alpha-229 768 9/20/2021
1.1.1-alpha-228 761 9/15/2021
1.1.1-alpha-227 740 9/14/2021
1.1.1-alpha-226 799 9/14/2021
1.1.0 1,158 8/24/2021
1.0.49-hotfix-222 779 8/24/2021
1.0.49-hotfix-220 762 7/30/2021
1.0.49-beta-223 784 8/24/2021
1.0.49-beta-221 785 8/1/2021
1.0.48 1,062 7/23/2021
1.0.48-rc-219 779 7/23/2021
1.0.48-rc-218 776 7/23/2021
1.0.48-rc-217 771 7/23/2021
1.0.48-hotfix-213 804 7/1/2021
1.0.48-hotfix-210 757 6/17/2021
1.0.48-beta-216 781 7/23/2021
1.0.48-beta-215 825 7/23/2021
1.0.48-beta-212 759 7/1/2021
1.0.48-alpha-214 818 7/23/2021
1.0.48-alpha-211 794 7/1/2021
1.0.47 1,088 6/10/2021
1.0.47-hotfix-208 772 6/10/2021
1.0.47-hotfix-207 795 6/9/2021
1.0.47-beta-209 779 6/10/2021
1.0.46 976 4/22/2021
1.0.46-hotfix-205 839 4/22/2021
1.0.46-hotfix-202 798 2/17/2021
1.0.46-beta-206 772 4/22/2021
1.0.46-beta-203 817 3/5/2021
1.0.46-beta-201 835 1/22/2021
1.0.46-alpha-204 804 4/10/2021
1.0.45 216,209 1/22/2021
1.0.45-hotfix-200 858 1/21/2021
1.0.45-beta-199 871 12/21/2020
1.0.44 15,820 12/21/2020
1.0.44-rc-196 872 12/21/2020
1.0.44-rc-195 874 12/21/2020
1.0.44-hotfix-198 875 12/21/2020
1.0.44-hotfix-197 889 12/21/2020
1.0.44-hotfix-192 872 12/21/2020
1.0.44-beta-194 887 12/21/2020
1.0.44-beta-193 780 12/21/2020
1.0.43 20,688 11/11/2020
1.0.43-rc-189 902 11/11/2020
1.0.43-rc-188 836 11/11/2020
1.0.43-hotfix-190 863 11/11/2020
1.0.43-beta-191 859 11/11/2020
1.0.43-beta-187 972 11/11/2020
1.0.43-beta-183 925 10/28/2020
1.0.43-beta-178 872 10/28/2020
1.0.43-beta-173 883 9/30/2020
1.0.43-alpha-186 870 11/10/2020
1.0.43-alpha-185 921 11/4/2020
1.0.43-alpha-184 902 11/4/2020
1.0.43-alpha-182 903 10/28/2020
1.0.43-alpha-181 860 10/28/2020
1.0.43-alpha-177 914 10/16/2020
1.0.43-alpha-176 900 10/15/2020
1.0.43-alpha-175 839 10/15/2020
1.0.43-alpha-172 881 9/28/2020
1.0.43-alpha-171 901 9/24/2020
1.0.43-alpha-170 898 9/21/2020
1.0.42 1,237 9/17/2020
1.0.42-rc-167 929 9/17/2020
1.0.42-rc-165 969 9/16/2020
1.0.42-rc-164 937 9/16/2020
1.0.42-beta-168 903 9/17/2020
1.0.42-beta-163 911 9/16/2020
1.0.42-alpha-166 907 9/17/2020
1.0.42-alpha-162 924 9/16/2020
1.0.42-alpha-161 922 9/16/2020
1.0.42-alpha-160 894 9/14/2020
1.0.42-alpha-159 916 9/14/2020
1.0.42-alpha-158 988 9/4/2020
1.0.42-alpha-157 983 9/3/2020
1.0.41 1,262 8/14/2020
1.0.41-hotfix-155 954 8/14/2020
1.0.41-hotfix-154 949 8/14/2020
1.0.41-beta-156 921 8/14/2020
1.0.40 56,441 7/25/2020
1.0.40-rc-153 974 7/24/2020
1.0.40-rc-152 960 7/24/2020
1.0.40-rc-150 969 7/24/2020
1.0.40-alpha-151 901 7/24/2020
1.0.40-alpha-149 913 7/24/2020