PepperDashCore 2.15.3-mc-connect-logging.2

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.15.3-mc-connect-logging.2
                    
NuGet\Install-Package PepperDashCore -Version 2.15.3-mc-connect-logging.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="PepperDashCore" Version="2.15.3-mc-connect-logging.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PepperDashCore" Version="2.15.3-mc-connect-logging.2" />
                    
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.15.3-mc-connect-logging.2
                    
#r "nuget: PepperDashCore, 2.15.3-mc-connect-logging.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.
#:package PepperDashCore@2.15.3-mc-connect-logging.2
                    
#: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.15.3-mc-connect-logging.2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PepperDashCore&version=2.15.3-mc-connect-logging.2&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

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0-net8-updates-claude-t... 135 8/12/2025
3.0.0-net8-updates.4 131 9/4/2025
3.0.0-net8-updates.3 206 8/6/2025
3.0.0-net8-updates.2 153 7/4/2025
2.16.1-hotfix-check-for-cs-... 125 9/19/2025
2.16.1-hotfix-check-for-cs-... 128 9/18/2025
2.16.0 146 9/17/2025
2.16.0-feature-add-hide-pro... 130 9/17/2025
2.15.4-mc-connect-logging.3 24 9/19/2025
2.15.4-mc-connect-logging.2 129 9/17/2025
2.15.4-mc-connect-logging.1 126 9/17/2025
2.15.3 155 9/17/2025
2.15.3-mc-connect-logging.2 123 9/17/2025
2.15.3-mc-connect-logging.1 129 9/17/2025
2.15.3-dev-list-fix.1 133 9/17/2025
2.15.2 130 9/10/2025
2.15.2-devlist-fix.1 111 9/10/2025
2.15.1 81 9/5/2025
2.15.1-cs-lan-mc-panel.2 66 9/5/2025
2.15.1-cs-lan-mc-panel.1 119 9/2/2025
2.15.0 225 8/26/2025
2.14.0 136 8/21/2025
2.14.0-rc.1 187 8/26/2025
2.14.0-IBasicVideoMuteWithF... 108 8/19/2025
2.14.0-IBasicVideoMuteWithF... 109 8/19/2025
2.14.0-IBasicVideoMuteWithF... 117 8/19/2025
2.14.0-feature-html-assets.1 124 8/19/2025
2.14.0-feature-extract-html... 57 8/22/2025
2.14.0-feature-extract-html... 75 8/22/2025
2.14.0-feature-extract-html... 118 8/19/2025
2.14.0-beta.2 181 8/26/2025
2.14.0-beta.1 73 8/15/2025
2.13.1 103 8/15/2025
2.13.1-streaming-device-pro... 65 8/15/2025
2.13.0 85 8/15/2025
2.13.0-feature-assets-folder.2 118 8/12/2025
2.13.0-feature-assets-folder.1 128 8/11/2025
2.13.0-comm-bridge-add.1 74 8/15/2025
2.13.0-beta.1 119 8/13/2025
2.12.4 178 8/12/2025
2.12.4-current-sources.1 124 8/11/2025
2.12.3 208 8/4/2025
2.12.3-fix-remove-unsued-me... 117 8/11/2025
2.12.3-feature-update-crest... 143 8/8/2025
2.12.3-default-debug-levels.1 168 8/4/2025
2.12.3-current-sources.4 198 8/6/2025
2.12.3-current-sources.3 35 8/2/2025
2.12.3-current-sources.2 50 8/1/2025
2.12.3-current-sources.1 98 7/31/2025
2.12.3-beta.1 199 8/5/2025
2.12.2 110 7/31/2025
2.12.2-debug-fixes.1 91 7/31/2025
2.12.2-current-sources.3 93 7/30/2025
2.12.2-current-sources.2 93 7/30/2025
2.12.2-current-sources.1 93 7/30/2025
2.12.1 129 7/28/2025
2.12.1-mc-tp-ip-fix.1 92 7/28/2025
2.12.1-feature-unit-testing... 193 7/26/2025
2.12.1-beta.1 94 7/28/2025
2.12.0 347 7/25/2025
2.12.0-factory-updates.6 338 7/25/2025
2.12.0-factory-updates.5 337 7/25/2025
2.12.0-factory-updates.4 344 7/25/2025
2.12.0-factory-updates.2 347 7/25/2025
2.12.0-factory-updates.1 346 7/25/2025
2.11.0 452 7/24/2025
2.11.0-feature-add-IHasCame... 445 7/24/2025
2.11.0-feature-add-IHasCame... 441 7/24/2025
2.11.0-copilot-fix-1294.1 441 7/24/2025
2.10.1-beta.1 518 7/23/2025
2.10.0 551 7/22/2025
2.10.0-portkey-add.1 509 7/22/2025
2.9.0 497 7/21/2025
2.9.0-unique-client-ids.1 141 7/10/2025
2.9.0-meter-feedback-interf... 459 7/21/2025
2.9.0-meter-feedback-interf... 116 7/17/2025
2.9.0-meter-feedback-interf... 117 7/17/2025
2.8.2 147 7/17/2025
2.8.2-mc-touchpanel-cs.2 120 7/17/2025
2.8.1 149 7/17/2025
2.8.1-meter-feedback-interf... 119 7/16/2025
2.8.1-meter-feedback-interf... 80 7/11/2025
2.8.1-meter-feedback-interf... 131 7/9/2025
2.8.1-mc-touchpanel-cs.1 113 7/17/2025
2.8.0 156 7/8/2025
2.8.0-feature-add-isMic-sup... 146 6/26/2025
2.8.0-feature-add-IHasCamer... 121 7/17/2025
2.8.0-feature-add-IHasCamer... 119 7/16/2025
2.7.4 173 7/7/2025
2.7.4-beta.1 78 7/4/2025
2.7.3 130 6/27/2025
2.7.3-combiner-auto-mode-en... 80 6/27/2025
2.7.3-combiner-auto-mode-en... 77 6/27/2025
2.7.2 153 6/26/2025
2.7.2-device-info-messenger.1 118 6/26/2025
2.7.1 161 6/26/2025
2.7.1-device-status-console.3 114 6/26/2025
2.7.1-device-status-console.1 124 6/26/2025
2.7.0 287 6/18/2025
2.7.0-feature-add-interfaces.5 140 6/18/2025
2.7.0-feature-add-interfaces.4 126 6/18/2025
2.7.0-feature-add-interfaces.3 132 6/18/2025
2.7.0-feature-add-interfaces.2 135 6/18/2025
2.6.1-beta.1 119 6/26/2025
2.5.1 378 5/14/2025
2.5.1-dsp-base-fix.1 226 5/14/2025
2.5.0 118 5/9/2025
2.5.0-plugin-minimum-version.2 137 4/30/2025
2.5.0-plugin-minimum-version.1 168 4/30/2025
2.5.0-logging-improvements.1 74 7/4/2025
2.5.0-DGE-1000.1 76 5/9/2025
2.4.9-camera-preset-fix.1 218 5/14/2025
2.4.9-beta.1 230 5/14/2025
2.4.9-appdebug-case-insensi... 147 5/7/2025
2.4.8 132 5/2/2025
2.4.8-routing-clear-fix.2 84 5/2/2025
2.4.8-routing-clear-fix.1 91 5/2/2025
2.4.8-RegisterForExtendersM... 124 4/30/2025
2.4.8-RegisterForExtendersM... 124 4/30/2025
2.4.8-RegisterForExtendersM... 136 4/30/2025
2.4.7 273 4/24/2025
2.4.7-routing-updates.2 155 4/24/2025
2.4.7-routing-updates.1 144 4/24/2025
2.4.6 209 4/18/2025
2.4.6-selectable-items-inte... 195 4/17/2025
2.4.6-lighting-interface-fix.2 113 4/18/2025
2.4.6-lighting-interface-fix.1 130 4/18/2025
2.4.5 300 4/14/2025
2.4.5-lighting-scene-updates.1 175 4/14/2025
2.4.4 247 4/11/2025
2.4.4-generic-comm-monitor-... 104 4/11/2025
2.4.3-generic-comm-monitor-... 94 4/11/2025
2.4.2 203 4/9/2025
2.4.2-messenger-fixes.2 152 4/9/2025
2.4.2-messenger-fixes.1 152 4/9/2025
2.4.1 202 4/8/2025
2.4.0 173 4/4/2025
2.3.1-fix-add-client.1 140 4/8/2025
2.3.0 272 4/2/2025
2.3.0-webview-eventhandler.1 190 4/2/2025
2.3.0-routing-fixes.2 105 4/4/2025
2.3.0-routing-fixes.1 108 4/4/2025
2.3.0-rc.1 132 4/2/2025
2.3.0-codec-messenger-issues.1 153 4/2/2025
2.3.0-bring-mc-fixes-over.1 147 4/2/2025
2.3.0-beta.2 158 4/2/2025
2.3.0-beta.1 158 4/2/2025
2.2.3-routing-fixes.1 136 4/4/2025
2.2.2 202 4/2/2025
2.2.2-mc-fixes.1 140 4/2/2025
2.2.1 226 4/1/2025
2.2.1-fix-volume-add-again.1 147 4/1/2025
2.2.0 201 4/1/2025
2.2.0-rc.1 137 4/1/2025
2.2.0-beta.1 142 4/1/2025
2.1.2 191 3/31/2025
2.1.2-room-loading-protecti... 146 3/31/2025
2.1.1 166 3/28/2025
2.1.1-add-routes.3 117 3/28/2025
2.1.1-add-routes.1 120 3/28/2025
2.1.0 508 3/26/2025
2.1.0-rc.1 128 3/26/2025
2.1.0-feature-move-portal-c... 458 3/26/2025
2.1.0-feature-move-portal-c... 461 3/26/2025
2.1.0-beta.3 451 3/26/2025
2.0.1 471 3/6/2025
2.0.1-ssh-fix.1 183 3/6/2025
2.0.0 246 3/6/2025
2.0.0-release-2.1 189 3/4/2025
2.0.0-rc.5 206 3/5/2025
2.0.0-rc.4 186 3/5/2025
2.0.0-rc.3 201 3/5/2025
2.0.0-rc.2 190 3/5/2025
2.0.0-rc.1 189 3/5/2025
2.0.0-file-cleanup.1 194 3/5/2025
2.0.0-feature-2-device-ikey... 187 3/5/2025
2.0.0-feature-2-creslib-ver... 187 3/5/2025
2.0.0-feature-2-camera-list... 200 3/5/2025
2.0.0-beta-452 148 2/20/2025
2.0.0-beta-423 257 5/28/2024
2.0.0-beta-418 409 5/20/2024
2.0.0-beta-415 276 5/16/2024
2.0.0-beta-404 122 5/1/2024
2.0.0-beta-400 430 3/21/2024
2.0.0-beta-397 178 3/21/2024
2.0.0-beta-389 1,160 2/15/2024
2.0.0-beta-385 1,284 2/5/2024
2.0.0-beta-383 1,000 2/2/2024
2.0.0-beta-379 323 2/1/2024
2.0.0-beta-318 802 2/7/2023
2.0.0-beta-310 711 2/7/2023
2.0.0-beta.1 191 3/4/2025
2.0.0-alpha-462 163 2/26/2025
2.0.0-alpha-461 107 2/26/2025
2.0.0-alpha-460 109 2/26/2025
2.0.0-alpha-459 107 2/26/2025
2.0.0-alpha-458 109 2/26/2025
2.0.0-alpha-457 102 2/25/2025
2.0.0-alpha-456 115 2/25/2025
2.0.0-alpha-455 254 2/20/2025
2.0.0-alpha-451 344 2/19/2025
2.0.0-alpha-450 190 2/19/2025
2.0.0-alpha-442 130 12/11/2024
2.0.0-alpha-441 175 11/11/2024
2.0.0-alpha-439 191 11/5/2024
2.0.0-alpha-438 96 11/5/2024
2.0.0-alpha-437 112 11/5/2024
2.0.0-alpha-436 113 11/5/2024
2.0.0-alpha-435 122 11/4/2024
2.0.0-alpha-434 113 11/1/2024
2.0.0-alpha-433 109 11/1/2024
2.0.0-alpha-432 125 11/1/2024
2.0.0-alpha-430 109 10/31/2024
2.0.0-alpha-428 115 10/31/2024
2.0.0-alpha-427 116 10/30/2024
2.0.0-alpha-425 141 6/25/2024
2.0.0-alpha-424 4,130 5/28/2024
2.0.0-alpha-422 186 5/28/2024
2.0.0-alpha-421 172 5/28/2024
2.0.0-alpha-420 234 5/23/2024
2.0.0-alpha-419 441 5/21/2024
2.0.0-alpha-417 156 5/17/2024
2.0.0-alpha-416 213 5/17/2024
2.0.0-alpha-414 139 5/16/2024
2.0.0-alpha-413 131 5/16/2024
2.0.0-alpha-412 138 5/16/2024
2.0.0-alpha-411 137 5/16/2024
2.0.0-alpha-410 131 5/15/2024
2.0.0-alpha-409 140 5/15/2024
2.0.0-alpha-408 152 5/15/2024
2.0.0-alpha-407 464 5/14/2024
2.0.0-alpha-406 151 5/7/2024
2.0.0-alpha-405 154 5/7/2024
2.0.0-alpha-403 138 5/1/2024
2.0.0-alpha-402 2,243 3/27/2024
2.0.0-alpha-399 143 3/21/2024
2.0.0-alpha-398 150 3/21/2024
2.0.0-alpha-396 157 3/21/2024
2.0.0-alpha-395 164 3/21/2024
2.0.0-alpha-393 279 3/20/2024
2.0.0-alpha-392 635 3/13/2024
2.0.0-alpha-391 442 3/8/2024
2.0.0-alpha-388 254 2/15/2024
2.0.0-alpha-387 386 2/14/2024
2.0.0-alpha-384 310 2/5/2024
2.0.0-alpha-382 325 2/2/2024
2.0.0-alpha-381 294 2/2/2024
2.0.0-alpha-377 890 12/28/2023
2.0.0-alpha-376 404 12/28/2023
2.0.0-alpha-375 505 11/29/2023
2.0.0-alpha-374 475 11/24/2023
2.0.0-alpha-373 484 11/23/2023
2.0.0-alpha-372 478 11/23/2023
2.0.0-alpha-371 470 11/23/2023
2.0.0-alpha-370 474 11/23/2023
2.0.0-alpha-369 480 11/23/2023
2.0.0-alpha-368 493 11/22/2023
2.0.0-alpha-367 510 11/22/2023
2.0.0-alpha-366 479 11/20/2023
2.0.0-alpha-365 474 11/20/2023
2.0.0-alpha-364 485 11/20/2023
2.0.0-alpha-363 448 11/20/2023
2.0.0-alpha-362 457 11/20/2023
2.0.0-alpha-361 486 11/20/2023
2.0.0-alpha-360 490 11/20/2023
2.0.0-alpha-359 459 11/16/2023
2.0.0-alpha-358 469 11/16/2023
2.0.0-alpha-357 450 11/16/2023
2.0.0-alpha-356 475 11/15/2023
2.0.0-alpha-355 474 11/8/2023
2.0.0-alpha-354 473 11/8/2023
2.0.0-alpha-353 484 11/7/2023
2.0.0-alpha-352 482 11/7/2023
2.0.0-alpha-351 474 11/7/2023
2.0.0-alpha-350 493 11/7/2023
2.0.0-alpha-349 457 11/7/2023
2.0.0-alpha-348 476 11/7/2023
2.0.0-alpha-346 494 11/7/2023
2.0.0-alpha-344 483 11/1/2023
2.0.0-alpha-342 462 10/31/2023
2.0.0-alpha-341 470 10/31/2023
2.0.0-alpha-330 696 3/23/2023
2.0.0-alpha-315 671 2/7/2023
2.0.0-alpha-314 684 2/7/2023
2.0.0-alpha-309 717 2/6/2023
1.4.2 138 8/14/2025
1.4.2-comm-method-updates.1 119 8/14/2025
1.4.2-3series-caller-refere... 203 5/15/2025
1.4.1 308 5/13/2025
1.4.1-3series-workflow-upda... 216 5/13/2025
1.4.1-3series-workflow-upda... 218 5/13/2025
1.4.1-3series-workflow-upda... 217 5/13/2025
1.4.0 113 5/9/2025
1.3.3-hotfix-449 133 2/13/2025
1.3.3-hotfix-390 261 2/26/2024
1.3.2 486 1/25/2024
1.3.2-hotfix-378 295 1/25/2024
1.3.2-hotfix-340 591 8/24/2023
1.3.2-hotfix-339 572 8/24/2023
1.3.1 796 8/24/2023
1.3.1-hotfix-338 587 8/23/2023
1.3.1-hotfix-337 585 8/16/2023
1.3.0 673 8/15/2023
1.2.2-hotfix-335 638 8/15/2023
1.2.2-beta-336 589 8/15/2023
1.2.2-beta-333 662 4/7/2023
1.2.2-alpha-334 661 4/28/2023
1.2.1 883 4/7/2023
1.2.1-hotfix-332 654 4/7/2023
1.2.1-hotfix-331 661 4/7/2023
1.2.1-beta-329 672 3/1/2023
1.2.0 856 3/1/2023
1.2.0-rc-328 695 3/1/2023
1.2.0-rc-324 691 2/24/2023
1.2.0-rc-320 694 2/7/2023
1.1.5-hotfix-327 671 3/1/2023
1.1.5-hotfix-295 704 2/2/2023
1.1.5-hotfix-294 715 1/31/2023
1.1.5-hotfix-288 735 1/19/2023
1.1.5-beta-323 693 2/24/2023
1.1.5-beta-317 708 2/7/2023
1.1.5-beta-289 661 1/19/2023
1.1.5-alpha-322 686 2/20/2023
1.1.5-alpha-321 669 2/20/2023
1.1.5-alpha-316 705 2/7/2023
1.1.5-alpha-293 724 1/30/2023
1.1.5-alpha-292 697 1/26/2023
1.1.5-alpha-291 716 1/24/2023
1.1.5-alpha-290 658 1/24/2023
1.1.5-alpha-286 663 1/18/2023
1.1.5-alpha-285 677 1/18/2023
1.1.5-alpha-284 721 1/17/2023
1.1.4 903 12/12/2022
1.1.4-hotfix-283 673 12/12/2022
1.1.4-alpha-282 715 11/14/2022
1.1.3 891 11/14/2022
1.1.3-hotfix-280 712 11/14/2022
1.1.3-hotfix-279 663 11/14/2022
1.1.3-hotfix-278 711 11/8/2022
1.1.3-hotfix-277 676 11/4/2022
1.1.3-hotfix-276 715 11/4/2022
1.1.3-hotfix-268 699 9/8/2022
1.1.3-hotfix-267 702 9/8/2022
1.1.3-hotfix-266 671 9/8/2022
1.1.3-hotfix-265 733 7/7/2022
1.1.3-beta-281 698 11/14/2022
1.1.3-alpha-275 709 10/20/2022
1.1.3-alpha-274 692 10/20/2022
1.1.3-alpha-273 686 10/20/2022
1.1.3-alpha-272 677 10/17/2022
1.1.3-alpha-271 683 10/14/2022
1.1.3-alpha-270 705 10/7/2022
1.1.3-alpha-269 671 10/7/2022
1.1.2 1,091 6/15/2022
1.1.2-hotfix-263 735 6/15/2022
1.1.2-hotfix-262 647 6/15/2022
1.1.2-hotfix-261 692 6/15/2022
1.1.2-beta-264 720 6/15/2022
1.1.2-beta-260 735 6/8/2022
1.1.2-alpha-259 722 6/8/2022
1.1.2-alpha-258 714 6/7/2022
1.1.2-alpha-257 730 5/23/2022
1.1.2-alpha-256 694 5/23/2022
1.1.2-alpha-253 749 5/23/2022
1.1.2-alpha-252 690 5/22/2022
1.1.2-alpha-251 707 5/22/2022
1.1.2-alpha-250 678 5/21/2022
1.1.1 1,413 2/24/2022
1.1.1-rc-247 793 2/10/2022
1.1.1-rc-243 726 2/9/2022
1.1.1-hotfix-241 714 2/9/2022
1.1.1-hotfix-239 717 2/9/2022
1.1.1-hotfix-236 698 2/9/2022
1.1.1-hotfix-233 862 10/18/2021
1.1.1-hotfix-232 826 10/18/2021
1.1.1-hotfix-225 845 9/11/2021
1.1.1-hotfix-224 871 9/11/2021
1.1.1-beta-248 716 2/24/2022
1.1.1-beta-242 731 2/9/2022
1.1.1-beta-238 730 2/9/2022
1.1.1-beta-231 827 9/24/2021
1.1.1-beta-230 803 9/20/2021
1.1.1-alpha-246 722 2/10/2022
1.1.1-alpha-245 701 2/10/2022
1.1.1-alpha-244 729 2/10/2022
1.1.1-alpha-234 1,268 11/19/2021
1.1.1-alpha-229 807 9/20/2021
1.1.1-alpha-228 798 9/15/2021
1.1.1-alpha-227 780 9/14/2021
1.1.1-alpha-226 836 9/14/2021
1.1.0 1,193 8/24/2021
1.0.49-hotfix-222 819 8/24/2021
1.0.49-hotfix-220 799 7/30/2021
1.0.49-beta-223 821 8/24/2021
1.0.49-beta-221 824 8/1/2021
1.0.48 1,099 7/23/2021
1.0.48-rc-219 818 7/23/2021
1.0.48-rc-218 811 7/23/2021
1.0.48-rc-217 809 7/23/2021
1.0.48-hotfix-213 839 7/1/2021
1.0.48-hotfix-210 793 6/17/2021
1.0.48-beta-216 818 7/23/2021
1.0.48-beta-215 861 7/23/2021
1.0.48-beta-212 795 7/1/2021
1.0.48-alpha-214 850 7/23/2021
1.0.48-alpha-211 827 7/1/2021
1.0.47 1,124 6/10/2021
1.0.47-hotfix-208 810 6/10/2021
1.0.47-hotfix-207 835 6/9/2021
1.0.47-beta-209 811 6/10/2021
1.0.46 1,011 4/22/2021
1.0.46-hotfix-205 870 4/22/2021
1.0.46-hotfix-202 835 2/17/2021
1.0.46-beta-206 808 4/22/2021
1.0.46-beta-203 854 3/5/2021
1.0.46-beta-201 872 1/22/2021
1.0.46-alpha-204 840 4/10/2021
1.0.45 216,299 1/22/2021
1.0.45-hotfix-200 895 1/21/2021
1.0.45-beta-199 913 12/21/2020
1.0.44 15,869 12/21/2020
1.0.44-rc-196 914 12/21/2020
1.0.44-rc-195 919 12/21/2020
1.0.44-hotfix-198 913 12/21/2020
1.0.44-hotfix-197 923 12/21/2020
1.0.44-hotfix-192 910 12/21/2020
1.0.44-beta-194 927 12/21/2020
1.0.44-beta-193 825 12/21/2020
1.0.43 20,740 11/11/2020
1.0.43-rc-189 941 11/11/2020
1.0.43-rc-188 874 11/11/2020
1.0.43-hotfix-190 900 11/11/2020
1.0.43-beta-191 903 11/11/2020
1.0.43-beta-187 1,013 11/11/2020
1.0.43-beta-183 962 10/28/2020
1.0.43-beta-178 907 10/28/2020
1.0.43-beta-173 924 9/30/2020
1.0.43-alpha-186 908 11/10/2020
1.0.43-alpha-185 960 11/4/2020
1.0.43-alpha-184 939 11/4/2020
1.0.43-alpha-182 937 10/28/2020
1.0.43-alpha-181 900 10/28/2020
1.0.43-alpha-177 954 10/16/2020
1.0.43-alpha-176 939 10/15/2020
1.0.43-alpha-175 882 10/15/2020
1.0.43-alpha-172 920 9/28/2020
1.0.43-alpha-171 944 9/24/2020
1.0.43-alpha-170 941 9/21/2020
1.0.42 1,277 9/17/2020
1.0.42-rc-167 962 9/17/2020
1.0.42-rc-165 1,005 9/16/2020
1.0.42-rc-164 971 9/16/2020
1.0.42-beta-168 946 9/17/2020
1.0.42-beta-163 955 9/16/2020
1.0.42-alpha-166 948 9/17/2020
1.0.42-alpha-162 957 9/16/2020
1.0.42-alpha-161 960 9/16/2020
1.0.42-alpha-160 933 9/14/2020
1.0.42-alpha-159 962 9/14/2020
1.0.42-alpha-158 1,025 9/4/2020
1.0.42-alpha-157 1,026 9/3/2020
1.0.41 1,296 8/14/2020
1.0.41-hotfix-155 994 8/14/2020
1.0.41-hotfix-154 983 8/14/2020
1.0.41-beta-156 964 8/14/2020
1.0.40 56,503 7/25/2020
1.0.40-rc-153 1,013 7/24/2020
1.0.40-rc-152 999 7/24/2020
1.0.40-rc-150 1,003 7/24/2020
1.0.40-alpha-151 938 7/24/2020
1.0.40-alpha-149 953 7/24/2020