PepperDashCore 2.20.3-mc-subscription-concurrency.1

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

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.

PepperDash.Essentials.MobileControl.Messengers

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0-net8-updates-claude-t... 146 8/12/2025
3.0.0-net8-updates.4 139 9/4/2025
3.0.0-net8-updates.3 211 8/6/2025
3.0.0-net8-updates.2 363 7/4/2025
2.20.4 0 11/4/2025
2.20.4-comport-controller-u... 0 11/4/2025
2.20.3 32 11/3/2025
2.20.3-mc-subscription-conc... 34 11/3/2025
2.20.2 39 11/3/2025
2.20.2-theme-saving.1 41 11/3/2025
2.20.2-mc-subscription-conc... 34 11/3/2025
2.20.1 41 11/3/2025
2.20.1-stream-debugging.3 37 11/3/2025
2.20.1-stream-debugging.2 40 11/3/2025
2.20.1-stream-debugging.1 41 11/3/2025
2.20.1-ssh-echo-off.2 63 10/31/2025
2.20.1-ssh-echo-off.1 87 10/31/2025
2.20.1-file-logging-config.1 64 10/31/2025
2.20.0 140 10/30/2025
2.20.0-mc-touchpanel-key.2 115 10/30/2025
2.20.0-mc-touchpanel-key.1 116 10/30/2025
2.20.0-feature-fusion-help-... 118 10/30/2025
2.20.0-feature-fusion-help-... 128 10/29/2025
2.20.0-feature-fusion-help-... 131 10/28/2025
2.20.0-feature-fusion-help-... 120 10/27/2025
2.20.0-com102-comspec.2 128 10/27/2025
2.20.0-com102-comspec.1 128 10/27/2025
2.19.4-mc-touchpanel-key.1 125 10/30/2025
2.19.3 167 10/29/2025
2.19.3-json-console.1 128 10/27/2025
2.19.2 158 10/23/2025
2.19.2-mc-touchpanel-key.3 122 10/23/2025
2.19.2-mc-touchpanel-key.2 114 10/23/2025
2.19.2-mc-touchpanel-key.1 124 10/23/2025
2.19.2-feature-add-infinetE... 110 10/23/2025
2.19.1 153 10/23/2025
2.19.0 154 10/23/2025
2.19.0-feature-allow-config... 121 10/22/2025
2.18.2-device-interface-sys... 117 10/21/2025
2.18.1 164 10/15/2025
2.18.1-wsdebug-persistence.3 115 10/15/2025
2.18.1-wsdebug-persistence.2 121 10/15/2025
2.18.1-wsdebug-persistence.1 123 10/15/2025
2.18.0 128 10/10/2025
2.18.0-feature-add-IKeyed-t... 109 10/9/2025
2.18.0-feature-add-IKeyed-t... 112 10/9/2025
2.18.0-feature-add-IKeyed-t... 109 10/8/2025
2.18.0-feature-add-IKeyed-t... 111 10/7/2025
2.18.0-feature-add-IKeyed-t... 113 10/7/2025
2.18.0-feature-add-IKeyed-t... 125 10/7/2025
2.18.0-display-bridging.1 120 10/9/2025
2.17.1-feature-add-IKeyed-t... 120 10/7/2025
2.17.1-display-bridging.2 117 10/9/2025
2.17.1-display-bridging.1 117 10/9/2025
2.17.0 234 9/30/2025
2.17.0-update-crestron-asse... 224 9/22/2025
2.17.0-mc-messenger-improve... 127 9/30/2025
2.17.0-mc-messenger-improve... 123 9/29/2025
2.17.0-mc-messenger-improve... 68 9/27/2025
2.17.0-mc-messenger-improve... 136 9/25/2025
2.17.0-mc-messenger-improve... 135 9/25/2025
2.17.0-mc-messenger-improve... 137 9/25/2025
2.17.0-mc-messenger-improve... 137 9/24/2025
2.17.0-mc-messenger-improve... 131 9/23/2025
2.17.0-mc-messenger-improve... 132 9/23/2025
2.17.0-mc-messenger-improve... 136 9/23/2025
2.17.0-mc-messenger-improve... 136 9/23/2025
2.17.0-feature-allow-config... 141 9/22/2025
2.17.0-feature-allow-config... 141 9/22/2025
2.17.0-feature-allow-config... 162 9/22/2025
2.16.4-mc-connect-logging.2 129 9/29/2025
2.16.3 146 9/26/2025
2.16.3-logging-updates.1 135 9/25/2025
2.16.2 184 9/25/2025
2.16.2-io-updates.1 134 9/25/2025
2.16.2-Ibasicvolumecontrols... 135 9/25/2025
2.16.2-Ibasicvolumecontrols... 128 9/23/2025
2.16.1 182 9/23/2025
2.16.1-hotfix-check-for-cs-... 253 9/19/2025
2.16.1-hotfix-check-for-cs-... 250 9/18/2025
2.16.0 299 9/17/2025
2.16.0-update-crestron-asse... 146 9/22/2025
2.16.0-feature-add-hide-pro... 252 9/17/2025
2.15.4-mc-connect-logging.3 180 9/19/2025
2.15.4-mc-connect-logging.2 253 9/17/2025
2.15.4-mc-connect-logging.1 249 9/17/2025
2.15.3 300 9/17/2025
2.15.3-mc-connect-logging.2 247 9/17/2025
2.15.3-mc-connect-logging.1 250 9/17/2025
2.15.3-dev-list-fix.1 254 9/17/2025
2.15.2 154 9/10/2025
2.15.2-devlist-fix.1 121 9/10/2025
2.15.1 105 9/5/2025
2.15.1-cs-lan-mc-panel.2 72 9/5/2025
2.15.1-cs-lan-mc-panel.1 124 9/2/2025
2.15.0 252 8/26/2025
2.14.0 154 8/21/2025
2.14.0-rc.1 192 8/26/2025
2.14.0-IBasicVideoMuteWithF... 111 8/19/2025
2.14.0-IBasicVideoMuteWithF... 113 8/19/2025
2.14.0-IBasicVideoMuteWithF... 122 8/19/2025
2.14.0-feature-html-assets.1 130 8/19/2025
2.14.0-feature-extract-html... 63 8/22/2025
2.14.0-feature-extract-html... 79 8/22/2025
2.14.0-feature-extract-html... 122 8/19/2025
2.14.0-beta.2 191 8/26/2025
2.14.0-beta.1 78 8/15/2025
2.13.1 148 8/15/2025
2.13.1-streaming-device-pro... 69 8/15/2025
2.13.0 103 8/15/2025
2.13.0-feature-assets-folder.2 123 8/12/2025
2.13.0-feature-assets-folder.1 131 8/11/2025
2.13.0-comm-bridge-add.1 79 8/15/2025
2.13.0-beta.1 127 8/13/2025
2.12.4 254 8/12/2025
2.12.4-current-sources.1 127 8/11/2025
2.12.3 239 8/4/2025
2.12.3-fix-remove-unsued-me... 120 8/11/2025
2.12.3-feature-update-crest... 147 8/8/2025
2.12.3-default-debug-levels.1 171 8/4/2025
2.12.3-current-sources.4 201 8/6/2025
2.12.3-current-sources.3 39 8/2/2025
2.12.3-current-sources.2 52 8/1/2025
2.12.3-current-sources.1 100 7/31/2025
2.12.3-beta.1 202 8/5/2025
2.12.2 140 7/31/2025
2.12.2-debug-fixes.1 94 7/31/2025
2.12.2-current-sources.3 96 7/30/2025
2.12.2-current-sources.2 95 7/30/2025
2.12.2-current-sources.1 98 7/30/2025
2.12.1 175 7/28/2025
2.12.1-mc-tp-ip-fix.1 110 7/28/2025
2.12.1-feature-unit-testing... 206 7/26/2025
2.12.1-beta.1 111 7/28/2025
2.12.0 383 7/25/2025
2.12.0-factory-updates.6 361 7/25/2025
2.12.0-factory-updates.5 363 7/25/2025
2.12.0-factory-updates.4 366 7/25/2025
2.12.0-factory-updates.2 372 7/25/2025
2.12.0-factory-updates.1 372 7/25/2025
2.11.0 495 7/24/2025
2.11.0-feature-add-IHasCame... 467 7/24/2025
2.11.0-feature-add-IHasCame... 465 7/24/2025
2.11.0-copilot-fix-1294.1 462 7/24/2025
2.10.1-beta.1 524 7/23/2025
2.10.0 593 7/22/2025
2.10.0-portkey-add.1 518 7/22/2025
2.9.0 534 7/21/2025
2.9.0-unique-client-ids.1 144 7/10/2025
2.9.0-meter-feedback-interf... 464 7/21/2025
2.9.0-meter-feedback-interf... 122 7/17/2025
2.9.0-meter-feedback-interf... 124 7/17/2025
2.8.2 170 7/17/2025
2.8.2-mc-touchpanel-cs.2 124 7/17/2025
2.8.1 167 7/17/2025
2.8.1-meter-feedback-interf... 124 7/16/2025
2.8.1-meter-feedback-interf... 100 7/11/2025
2.8.1-meter-feedback-interf... 138 7/9/2025
2.8.1-mc-touchpanel-cs.1 117 7/17/2025
2.8.0 182 7/8/2025
2.8.0-feature-add-isMic-sup... 150 6/26/2025
2.8.0-feature-add-IHasCamer... 123 7/17/2025
2.8.0-feature-add-IHasCamer... 133 7/16/2025
2.7.4 195 7/7/2025
2.7.4-beta.1 81 7/4/2025
2.7.3 162 6/27/2025
2.7.3-combiner-auto-mode-en... 83 6/27/2025
2.7.3-combiner-auto-mode-en... 83 6/27/2025
2.7.2 169 6/26/2025
2.7.2-device-info-messenger.1 121 6/26/2025
2.7.1 177 6/26/2025
2.7.1-device-status-console.3 121 6/26/2025
2.7.1-device-status-console.1 137 6/26/2025
2.7.0 396 6/18/2025
2.7.0-feature-add-interfaces.5 145 6/18/2025
2.7.0-feature-add-interfaces.4 128 6/18/2025
2.7.0-feature-add-interfaces.3 146 6/18/2025
2.7.0-feature-add-interfaces.2 146 6/18/2025
2.6.1-beta.1 125 6/26/2025
2.5.1 477 5/14/2025
2.5.1-dsp-base-fix.1 239 5/14/2025
2.5.0 147 5/9/2025
2.5.0-plugin-minimum-version.2 155 4/30/2025
2.5.0-plugin-minimum-version.1 174 4/30/2025
2.5.0-logging-improvements.1 76 7/4/2025
2.5.0-DGE-1000.1 92 5/9/2025
2.4.9-camera-preset-fix.1 229 5/14/2025
2.4.9-beta.1 246 5/14/2025
2.4.9-appdebug-case-insensi... 163 5/7/2025
2.4.8 159 5/2/2025
2.4.8-routing-clear-fix.2 100 5/2/2025
2.4.8-routing-clear-fix.1 110 5/2/2025
2.4.8-RegisterForExtendersM... 126 4/30/2025
2.4.8-RegisterForExtendersM... 126 4/30/2025
2.4.8-RegisterForExtendersM... 138 4/30/2025
2.4.7 368 4/24/2025
2.4.7-routing-updates.2 168 4/24/2025
2.4.7-routing-updates.1 159 4/24/2025
2.4.6 237 4/18/2025
2.4.6-selectable-items-inte... 211 4/17/2025
2.4.6-lighting-interface-fix.2 118 4/18/2025
2.4.6-lighting-interface-fix.1 144 4/18/2025
2.4.5 333 4/14/2025
2.4.5-lighting-scene-updates.1 197 4/14/2025
2.4.4 302 4/11/2025
2.4.4-generic-comm-monitor-... 120 4/11/2025
2.4.3-generic-comm-monitor-... 110 4/11/2025
2.4.2 240 4/9/2025
2.4.2-messenger-fixes.2 164 4/9/2025
2.4.2-messenger-fixes.1 168 4/9/2025
2.4.1 244 4/8/2025
2.4.0 217 4/4/2025
2.3.1-fix-add-client.1 144 4/8/2025
2.3.0 308 4/2/2025
2.3.0-webview-eventhandler.1 214 4/2/2025
2.3.0-routing-fixes.2 116 4/4/2025
2.3.0-routing-fixes.1 113 4/4/2025
2.3.0-rc.1 136 4/2/2025
2.3.0-codec-messenger-issues.1 161 4/2/2025
2.3.0-bring-mc-fixes-over.1 164 4/2/2025
2.3.0-beta.2 170 4/2/2025
2.3.0-beta.1 174 4/2/2025
2.2.3-routing-fixes.1 148 4/4/2025
2.2.2 238 4/2/2025
2.2.2-mc-fixes.1 155 4/2/2025
2.2.1 253 4/1/2025
2.2.1-fix-volume-add-again.1 161 4/1/2025
2.2.0 228 4/1/2025
2.2.0-rc.1 140 4/1/2025
2.2.0-beta.1 153 4/1/2025
2.1.2 210 3/31/2025
2.1.2-room-loading-protecti... 160 3/31/2025
2.1.1 195 3/28/2025
2.1.1-add-routes.3 125 3/28/2025
2.1.1-add-routes.1 137 3/28/2025
2.1.0 561 3/26/2025
2.1.0-rc.1 145 3/26/2025
2.1.0-feature-move-portal-c... 469 3/26/2025
2.1.0-feature-move-portal-c... 470 3/26/2025
2.1.0-beta.3 455 3/26/2025
2.0.1 501 3/6/2025
2.0.1-ssh-fix.1 187 3/6/2025
2.0.0 275 3/6/2025
2.0.0-release-2.1 199 3/4/2025
2.0.0-rc.5 227 3/5/2025
2.0.0-rc.4 198 3/5/2025
2.0.0-rc.3 218 3/5/2025
2.0.0-rc.2 204 3/5/2025
2.0.0-rc.1 200 3/5/2025
2.0.0-file-cleanup.1 206 3/5/2025
2.0.0-feature-2-device-ikey... 200 3/5/2025
2.0.0-feature-2-creslib-ver... 202 3/5/2025
2.0.0-feature-2-camera-list... 216 3/5/2025
2.0.0-beta-452 180 2/20/2025
2.0.0-beta-423 366 5/28/2024
2.0.0-beta-418 623 5/20/2024
2.0.0-beta-415 371 5/16/2024
2.0.0-beta-404 146 5/1/2024
2.0.0-beta-400 626 3/21/2024
2.0.0-beta-397 211 3/21/2024
2.0.0-beta-389 1,549 2/15/2024
2.0.0-beta-385 1,632 2/5/2024
2.0.0-beta-383 1,276 2/2/2024
2.0.0-beta-379 347 2/1/2024
2.0.0-beta-318 837 2/7/2023
2.0.0-beta-310 740 2/7/2023
2.0.0-beta.1 204 3/4/2025
2.0.0-alpha-462 214 2/26/2025
2.0.0-alpha-461 145 2/26/2025
2.0.0-alpha-460 132 2/26/2025
2.0.0-alpha-459 134 2/26/2025
2.0.0-alpha-458 133 2/26/2025
2.0.0-alpha-457 132 2/25/2025
2.0.0-alpha-456 132 2/25/2025
2.0.0-alpha-455 396 2/20/2025
2.0.0-alpha-451 526 2/19/2025
2.0.0-alpha-450 281 2/19/2025
2.0.0-alpha-442 154 12/11/2024
2.0.0-alpha-441 247 11/11/2024
2.0.0-alpha-439 280 11/5/2024
2.0.0-alpha-438 122 11/5/2024
2.0.0-alpha-437 139 11/5/2024
2.0.0-alpha-436 146 11/5/2024
2.0.0-alpha-435 149 11/4/2024
2.0.0-alpha-434 145 11/1/2024
2.0.0-alpha-433 126 11/1/2024
2.0.0-alpha-432 161 11/1/2024
2.0.0-alpha-430 139 10/31/2024
2.0.0-alpha-428 144 10/31/2024
2.0.0-alpha-427 150 10/30/2024
2.0.0-alpha-425 167 6/25/2024
2.0.0-alpha-424 6,802 5/28/2024
2.0.0-alpha-422 245 5/28/2024
2.0.0-alpha-421 221 5/28/2024
2.0.0-alpha-420 321 5/23/2024
2.0.0-alpha-419 677 5/21/2024
2.0.0-alpha-417 198 5/17/2024
2.0.0-alpha-416 251 5/17/2024
2.0.0-alpha-414 171 5/16/2024
2.0.0-alpha-413 170 5/16/2024
2.0.0-alpha-412 164 5/16/2024
2.0.0-alpha-411 176 5/16/2024
2.0.0-alpha-410 157 5/15/2024
2.0.0-alpha-409 166 5/15/2024
2.0.0-alpha-408 179 5/15/2024
2.0.0-alpha-407 744 5/14/2024
2.0.0-alpha-406 187 5/7/2024
2.0.0-alpha-405 181 5/7/2024
2.0.0-alpha-403 164 5/1/2024
2.0.0-alpha-402 3,702 3/27/2024
2.0.0-alpha-399 183 3/21/2024
2.0.0-alpha-398 177 3/21/2024
2.0.0-alpha-396 180 3/21/2024
2.0.0-alpha-395 174 3/21/2024
2.0.0-alpha-393 383 3/20/2024
2.0.0-alpha-392 925 3/13/2024
2.0.0-alpha-391 583 3/8/2024
2.0.0-alpha-388 292 2/15/2024
2.0.0-alpha-387 434 2/14/2024
2.0.0-alpha-384 348 2/5/2024
2.0.0-alpha-382 347 2/2/2024
2.0.0-alpha-381 322 2/2/2024
2.0.0-alpha-377 1,056 12/28/2023
2.0.0-alpha-376 445 12/28/2023
2.0.0-alpha-375 529 11/29/2023
2.0.0-alpha-374 489 11/24/2023
2.0.0-alpha-373 504 11/23/2023
2.0.0-alpha-372 508 11/23/2023
2.0.0-alpha-371 508 11/23/2023
2.0.0-alpha-370 500 11/23/2023
2.0.0-alpha-369 506 11/23/2023
2.0.0-alpha-368 517 11/22/2023
2.0.0-alpha-367 543 11/22/2023
2.0.0-alpha-366 512 11/20/2023
2.0.0-alpha-365 504 11/20/2023
2.0.0-alpha-364 514 11/20/2023
2.0.0-alpha-363 471 11/20/2023
2.0.0-alpha-362 487 11/20/2023
2.0.0-alpha-361 508 11/20/2023
2.0.0-alpha-360 527 11/20/2023
2.0.0-alpha-359 479 11/16/2023
2.0.0-alpha-358 506 11/16/2023
2.0.0-alpha-357 463 11/16/2023
2.0.0-alpha-356 499 11/15/2023
2.0.0-alpha-355 496 11/8/2023
2.0.0-alpha-354 508 11/8/2023
2.0.0-alpha-353 515 11/7/2023
2.0.0-alpha-352 505 11/7/2023
2.0.0-alpha-351 494 11/7/2023
2.0.0-alpha-350 516 11/7/2023
2.0.0-alpha-349 479 11/7/2023
2.0.0-alpha-348 514 11/7/2023
2.0.0-alpha-346 521 11/7/2023
2.0.0-alpha-344 518 11/1/2023
2.0.0-alpha-342 481 10/31/2023
2.0.0-alpha-341 496 10/31/2023
2.0.0-alpha-330 733 3/23/2023
2.0.0-alpha-315 693 2/7/2023
2.0.0-alpha-314 726 2/7/2023
2.0.0-alpha-309 747 2/6/2023
1.4.2 158 8/14/2025
1.4.2-comm-method-updates.1 127 8/14/2025
1.4.2-3series-caller-refere... 207 5/15/2025
1.4.1 428 5/13/2025
1.4.1-3series-workflow-upda... 230 5/13/2025
1.4.1-3series-workflow-upda... 236 5/13/2025
1.4.1-3series-workflow-upda... 233 5/13/2025
1.4.0 142 5/9/2025
1.3.3-hotfix-449 159 2/13/2025
1.3.3-hotfix-390 287 2/26/2024
1.3.2 520 1/25/2024
1.3.2-hotfix-378 330 1/25/2024
1.3.2-hotfix-340 615 8/24/2023
1.3.2-hotfix-339 597 8/24/2023
1.3.1 826 8/24/2023
1.3.1-hotfix-338 616 8/23/2023
1.3.1-hotfix-337 606 8/16/2023
1.3.0 697 8/15/2023
1.2.2-hotfix-335 647 8/15/2023
1.2.2-beta-336 611 8/15/2023
1.2.2-beta-333 691 4/7/2023
1.2.2-alpha-334 690 4/28/2023
1.2.1 925 4/7/2023
1.2.1-hotfix-332 673 4/7/2023
1.2.1-hotfix-331 688 4/7/2023
1.2.1-beta-329 715 3/1/2023
1.2.0 900 3/1/2023
1.2.0-rc-328 731 3/1/2023
1.2.0-rc-324 711 2/24/2023
1.2.0-rc-320 720 2/7/2023
1.1.5-hotfix-327 712 3/1/2023
1.1.5-hotfix-295 733 2/2/2023
1.1.5-hotfix-294 742 1/31/2023
1.1.5-hotfix-288 770 1/19/2023
1.1.5-beta-323 728 2/24/2023
1.1.5-beta-317 745 2/7/2023
1.1.5-beta-289 707 1/19/2023
1.1.5-alpha-322 719 2/20/2023
1.1.5-alpha-321 704 2/20/2023
1.1.5-alpha-316 738 2/7/2023
1.1.5-alpha-293 759 1/30/2023
1.1.5-alpha-292 732 1/26/2023
1.1.5-alpha-291 747 1/24/2023
1.1.5-alpha-290 691 1/24/2023
1.1.5-alpha-286 699 1/18/2023
1.1.5-alpha-285 712 1/18/2023
1.1.5-alpha-284 750 1/17/2023
1.1.4 932 12/12/2022
1.1.4-hotfix-283 716 12/12/2022
1.1.4-alpha-282 764 11/14/2022
1.1.3 921 11/14/2022
1.1.3-hotfix-280 740 11/14/2022
1.1.3-hotfix-279 690 11/14/2022
1.1.3-hotfix-278 742 11/8/2022
1.1.3-hotfix-277 712 11/4/2022
1.1.3-hotfix-276 749 11/4/2022
1.1.3-hotfix-268 730 9/8/2022
1.1.3-hotfix-267 737 9/8/2022
1.1.3-hotfix-266 703 9/8/2022
1.1.3-hotfix-265 746 7/7/2022
1.1.3-beta-281 743 11/14/2022
1.1.3-alpha-275 730 10/20/2022
1.1.3-alpha-274 723 10/20/2022
1.1.3-alpha-273 723 10/20/2022
1.1.3-alpha-272 716 10/17/2022
1.1.3-alpha-271 726 10/14/2022
1.1.3-alpha-270 728 10/7/2022
1.1.3-alpha-269 707 10/7/2022
1.1.2 1,121 6/15/2022
1.1.2-hotfix-263 772 6/15/2022
1.1.2-hotfix-262 669 6/15/2022
1.1.2-hotfix-261 728 6/15/2022
1.1.2-beta-264 762 6/15/2022
1.1.2-beta-260 772 6/8/2022
1.1.2-alpha-259 757 6/8/2022
1.1.2-alpha-258 746 6/7/2022
1.1.2-alpha-257 769 5/23/2022
1.1.2-alpha-256 727 5/23/2022
1.1.2-alpha-253 781 5/23/2022
1.1.2-alpha-252 743 5/22/2022
1.1.2-alpha-251 745 5/22/2022
1.1.2-alpha-250 711 5/21/2022
1.1.1 1,443 2/24/2022
1.1.1-rc-247 848 2/10/2022
1.1.1-rc-243 749 2/9/2022
1.1.1-hotfix-241 749 2/9/2022
1.1.1-hotfix-239 753 2/9/2022
1.1.1-hotfix-236 739 2/9/2022
1.1.1-hotfix-233 900 10/18/2021
1.1.1-hotfix-232 846 10/18/2021
1.1.1-hotfix-225 869 9/11/2021
1.1.1-hotfix-224 911 9/11/2021
1.1.1-beta-248 749 2/24/2022
1.1.1-beta-242 770 2/9/2022
1.1.1-beta-238 768 2/9/2022
1.1.1-beta-231 856 9/24/2021
1.1.1-beta-230 845 9/20/2021
1.1.1-alpha-246 750 2/10/2022
1.1.1-alpha-245 751 2/10/2022
1.1.1-alpha-244 776 2/10/2022
1.1.1-alpha-234 1,300 11/19/2021
1.1.1-alpha-229 844 9/20/2021
1.1.1-alpha-228 846 9/15/2021
1.1.1-alpha-227 818 9/14/2021
1.1.1-alpha-226 871 9/14/2021
1.1.0 1,236 8/24/2021
1.0.49-hotfix-222 860 8/24/2021
1.0.49-hotfix-220 834 7/30/2021
1.0.49-beta-223 851 8/24/2021
1.0.49-beta-221 861 8/1/2021
1.0.48 1,129 7/23/2021
1.0.48-rc-219 841 7/23/2021
1.0.48-rc-218 847 7/23/2021
1.0.48-rc-217 848 7/23/2021
1.0.48-hotfix-213 870 7/1/2021
1.0.48-hotfix-210 830 6/17/2021
1.0.48-beta-216 867 7/23/2021
1.0.48-beta-215 902 7/23/2021
1.0.48-beta-212 844 7/1/2021
1.0.48-alpha-214 888 7/23/2021
1.0.48-alpha-211 865 7/1/2021
1.0.47 1,156 6/10/2021
1.0.47-hotfix-208 862 6/10/2021
1.0.47-hotfix-207 873 6/9/2021
1.0.47-beta-209 842 6/10/2021
1.0.46 1,055 4/22/2021
1.0.46-hotfix-205 908 4/22/2021
1.0.46-hotfix-202 861 2/17/2021
1.0.46-beta-206 840 4/22/2021
1.0.46-beta-203 893 3/5/2021
1.0.46-beta-201 914 1/22/2021
1.0.46-alpha-204 876 4/10/2021
1.0.45 231,550 1/22/2021
1.0.45-hotfix-200 947 1/21/2021
1.0.45-beta-199 952 12/21/2020
1.0.44 16,933 12/21/2020
1.0.44-rc-196 950 12/21/2020
1.0.44-rc-195 944 12/21/2020
1.0.44-hotfix-198 948 12/21/2020
1.0.44-hotfix-197 938 12/21/2020
1.0.44-hotfix-192 948 12/21/2020
1.0.44-beta-194 970 12/21/2020
1.0.44-beta-193 869 12/21/2020
1.0.43 22,298 11/11/2020
1.0.43-rc-189 978 11/11/2020
1.0.43-rc-188 915 11/11/2020
1.0.43-hotfix-190 948 11/11/2020
1.0.43-beta-191 942 11/11/2020
1.0.43-beta-187 1,056 11/11/2020
1.0.43-beta-183 1,000 10/28/2020
1.0.43-beta-178 945 10/28/2020
1.0.43-beta-173 958 9/30/2020
1.0.43-alpha-186 946 11/10/2020
1.0.43-alpha-185 1,002 11/4/2020
1.0.43-alpha-184 978 11/4/2020
1.0.43-alpha-182 980 10/28/2020
1.0.43-alpha-181 947 10/28/2020
1.0.43-alpha-177 1,004 10/16/2020
1.0.43-alpha-176 966 10/15/2020
1.0.43-alpha-175 926 10/15/2020
1.0.43-alpha-172 955 9/28/2020
1.0.43-alpha-171 985 9/24/2020
1.0.43-alpha-170 993 9/21/2020
1.0.42 1,314 9/17/2020
1.0.42-rc-167 989 9/17/2020
1.0.42-rc-165 1,029 9/16/2020
1.0.42-rc-164 1,019 9/16/2020
1.0.42-beta-168 985 9/17/2020
1.0.42-beta-163 992 9/16/2020
1.0.42-alpha-166 999 9/17/2020
1.0.42-alpha-162 989 9/16/2020
1.0.42-alpha-161 996 9/16/2020
1.0.42-alpha-160 982 9/14/2020
1.0.42-alpha-159 1,008 9/14/2020
1.0.42-alpha-158 1,065 9/4/2020
1.0.42-alpha-157 1,070 9/3/2020
1.0.41 1,322 8/14/2020
1.0.41-hotfix-155 1,029 8/14/2020
1.0.41-hotfix-154 1,010 8/14/2020
1.0.41-beta-156 1,001 8/14/2020
1.0.40 60,032 7/25/2020
1.0.40-rc-153 1,042 7/24/2020
1.0.40-rc-152 1,034 7/24/2020
1.0.40-rc-150 1,035 7/24/2020
1.0.40-alpha-151 989 7/24/2020
1.0.40-alpha-149 1,002 7/24/2020