PepperDashCore 3.0.0-net8-updates.4

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 3.0.0-net8-updates.4
                    
NuGet\Install-Package PepperDashCore -Version 3.0.0-net8-updates.4
                    
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="3.0.0-net8-updates.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PepperDashCore" Version="3.0.0-net8-updates.4" />
                    
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 3.0.0-net8-updates.4
                    
#r "nuget: PepperDashCore, 3.0.0-net8-updates.4"
                    
#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@3.0.0-net8-updates.4
                    
#: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=3.0.0-net8-updates.4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PepperDashCore&version=3.0.0-net8-updates.4&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 net8.0 is compatible.  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. 
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 (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-claude-t... 128 8/12/2025
3.0.0-net8-updates.4 6 9/4/2025
3.0.0-net8-updates.3 201 8/6/2025
3.0.0-net8-updates.2 106 7/4/2025
2.15.1-cs-lan-mc-panel.1 36 9/2/2025
2.15.0 210 8/26/2025
2.14.0 131 8/21/2025
2.14.0-rc.1 184 8/26/2025
2.14.0-IBasicVideoMuteWithF... 107 8/19/2025
2.14.0-IBasicVideoMuteWithF... 108 8/19/2025
2.14.0-IBasicVideoMuteWithF... 116 8/19/2025
2.14.0-feature-html-assets.1 122 8/19/2025
2.14.0-feature-extract-html... 54 8/22/2025
2.14.0-feature-extract-html... 72 8/22/2025
2.14.0-feature-extract-html... 116 8/19/2025
2.14.0-beta.2 178 8/26/2025
2.14.0-beta.1 71 8/15/2025
2.13.1 86 8/15/2025
2.13.1-streaming-device-pro... 63 8/15/2025
2.13.0 81 8/15/2025
2.13.0-feature-assets-folder.2 116 8/12/2025
2.13.0-feature-assets-folder.1 126 8/11/2025
2.13.0-comm-bridge-add.1 72 8/15/2025
2.13.0-beta.1 117 8/13/2025
2.12.4 165 8/12/2025
2.12.4-current-sources.1 119 8/11/2025
2.12.3 205 8/4/2025
2.12.3-fix-remove-unsued-me... 114 8/11/2025
2.12.3-feature-update-crest... 141 8/8/2025
2.12.3-default-debug-levels.1 167 8/4/2025
2.12.3-current-sources.4 197 8/6/2025
2.12.3-current-sources.3 34 8/2/2025
2.12.3-current-sources.2 49 8/1/2025
2.12.3-current-sources.1 97 7/31/2025
2.12.3-beta.1 198 8/5/2025
2.12.2 107 7/31/2025
2.12.2-debug-fixes.1 90 7/31/2025
2.12.2-current-sources.3 91 7/30/2025
2.12.2-current-sources.2 92 7/30/2025
2.12.2-current-sources.1 92 7/30/2025
2.12.1 115 7/28/2025
2.12.1-mc-tp-ip-fix.1 91 7/28/2025
2.12.1-feature-unit-testing... 192 7/26/2025
2.12.1-beta.1 93 7/28/2025
2.12.0 344 7/25/2025
2.12.0-factory-updates.6 337 7/25/2025
2.12.0-factory-updates.5 336 7/25/2025
2.12.0-factory-updates.4 343 7/25/2025
2.12.0-factory-updates.2 346 7/25/2025
2.12.0-factory-updates.1 345 7/25/2025
2.11.0 449 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 440 7/24/2025
2.10.1-beta.1 490 7/23/2025
2.10.0 499 7/22/2025
2.10.0-portkey-add.1 488 7/22/2025
2.9.0 444 7/21/2025
2.9.0-unique-client-ids.1 135 7/10/2025
2.9.0-meter-feedback-interf... 436 7/21/2025
2.9.0-meter-feedback-interf... 115 7/17/2025
2.9.0-meter-feedback-interf... 116 7/17/2025
2.8.2 124 7/17/2025
2.8.2-mc-touchpanel-cs.2 119 7/17/2025
2.8.1 126 7/17/2025
2.8.1-meter-feedback-interf... 118 7/16/2025
2.8.1-meter-feedback-interf... 71 7/11/2025
2.8.1-meter-feedback-interf... 130 7/9/2025
2.8.1-mc-touchpanel-cs.1 112 7/17/2025
2.8.0 150 7/8/2025
2.8.0-feature-add-isMic-sup... 145 6/26/2025
2.8.0-feature-add-IHasCamer... 118 7/17/2025
2.8.0-feature-add-IHasCamer... 115 7/16/2025
2.7.4 163 7/7/2025
2.7.4-beta.1 72 7/4/2025
2.7.3 119 6/27/2025
2.7.3-combiner-auto-mode-en... 79 6/27/2025
2.7.3-combiner-auto-mode-en... 76 6/27/2025
2.7.2 147 6/26/2025
2.7.2-device-info-messenger.1 117 6/26/2025
2.7.1 156 6/26/2025
2.7.1-device-status-console.3 113 6/26/2025
2.7.1-device-status-console.1 122 6/26/2025
2.7.0 250 6/18/2025
2.7.0-feature-add-interfaces.5 139 6/18/2025
2.7.0-feature-add-interfaces.4 125 6/18/2025
2.7.0-feature-add-interfaces.3 126 6/18/2025
2.7.0-feature-add-interfaces.2 130 6/18/2025
2.6.1-beta.1 118 6/26/2025
2.5.1 344 5/14/2025
2.5.1-dsp-base-fix.1 221 5/14/2025
2.5.0 109 5/9/2025
2.5.0-plugin-minimum-version.2 132 4/30/2025
2.5.0-plugin-minimum-version.1 166 4/30/2025
2.5.0-logging-improvements.1 73 7/4/2025
2.5.0-DGE-1000.1 74 5/9/2025
2.4.9-camera-preset-fix.1 215 5/14/2025
2.4.9-beta.1 224 5/14/2025
2.4.9-appdebug-case-insensi... 141 5/7/2025
2.4.8 126 5/2/2025
2.4.8-routing-clear-fix.2 81 5/2/2025
2.4.8-routing-clear-fix.1 88 5/2/2025
2.4.8-RegisterForExtendersM... 123 4/30/2025
2.4.8-RegisterForExtendersM... 123 4/30/2025
2.4.8-RegisterForExtendersM... 136 4/30/2025
2.4.7 258 4/24/2025
2.4.7-routing-updates.2 148 4/24/2025
2.4.7-routing-updates.1 139 4/24/2025
2.4.6 202 4/18/2025
2.4.6-selectable-items-inte... 188 4/17/2025
2.4.6-lighting-interface-fix.2 111 4/18/2025
2.4.6-lighting-interface-fix.1 125 4/18/2025
2.4.5 293 4/14/2025
2.4.5-lighting-scene-updates.1 172 4/14/2025
2.4.4 235 4/11/2025
2.4.4-generic-comm-monitor-... 98 4/11/2025
2.4.3-generic-comm-monitor-... 91 4/11/2025
2.4.2 196 4/9/2025
2.4.2-messenger-fixes.2 147 4/9/2025
2.4.2-messenger-fixes.1 149 4/9/2025
2.4.1 194 4/8/2025
2.4.0 166 4/4/2025
2.3.1-fix-add-client.1 139 4/8/2025
2.3.0 264 4/2/2025
2.3.0-webview-eventhandler.1 184 4/2/2025
2.3.0-routing-fixes.2 97 4/4/2025
2.3.0-routing-fixes.1 106 4/4/2025
2.3.0-rc.1 130 4/2/2025
2.3.0-codec-messenger-issues.1 146 4/2/2025
2.3.0-bring-mc-fixes-over.1 144 4/2/2025
2.3.0-beta.2 151 4/2/2025
2.3.0-beta.1 155 4/2/2025
2.2.3-routing-fixes.1 130 4/4/2025
2.2.2 192 4/2/2025
2.2.2-mc-fixes.1 137 4/2/2025
2.2.1 216 4/1/2025
2.2.1-fix-volume-add-again.1 139 4/1/2025
2.2.0 193 4/1/2025
2.2.0-rc.1 135 4/1/2025
2.2.0-beta.1 139 4/1/2025
2.1.2 185 3/31/2025
2.1.2-room-loading-protecti... 142 3/31/2025
2.1.1 158 3/28/2025
2.1.1-add-routes.3 112 3/28/2025
2.1.1-add-routes.1 116 3/28/2025
2.1.0 499 3/26/2025
2.1.0-rc.1 121 3/26/2025
2.1.0-feature-move-portal-c... 453 3/26/2025
2.1.0-feature-move-portal-c... 456 3/26/2025
2.1.0-beta.3 449 3/26/2025
2.0.1 465 3/6/2025
2.0.1-ssh-fix.1 182 3/6/2025
2.0.0 241 3/6/2025
2.0.0-release-2.1 184 3/4/2025
2.0.0-rc.5 205 3/5/2025
2.0.0-rc.4 184 3/5/2025
2.0.0-rc.3 196 3/5/2025
2.0.0-rc.2 187 3/5/2025
2.0.0-rc.1 187 3/5/2025
2.0.0-file-cleanup.1 189 3/5/2025
2.0.0-feature-2-device-ikey... 181 3/5/2025
2.0.0-feature-2-creslib-ver... 184 3/5/2025
2.0.0-feature-2-camera-list... 198 3/5/2025
2.0.0-beta-452 146 2/20/2025
2.0.0-beta-423 252 5/28/2024
2.0.0-beta-418 403 5/20/2024
2.0.0-beta-415 274 5/16/2024
2.0.0-beta-404 118 5/1/2024
2.0.0-beta-400 426 3/21/2024
2.0.0-beta-397 174 3/21/2024
2.0.0-beta-389 1,154 2/15/2024
2.0.0-beta-385 1,280 2/5/2024
2.0.0-beta-383 996 2/2/2024
2.0.0-beta-379 314 2/1/2024
2.0.0-beta-318 788 2/7/2023
2.0.0-beta-310 695 2/7/2023
2.0.0-beta.1 186 3/4/2025
2.0.0-alpha-462 159 2/26/2025
2.0.0-alpha-461 105 2/26/2025
2.0.0-alpha-460 107 2/26/2025
2.0.0-alpha-459 100 2/26/2025
2.0.0-alpha-458 105 2/26/2025
2.0.0-alpha-457 98 2/25/2025
2.0.0-alpha-456 111 2/25/2025
2.0.0-alpha-455 250 2/20/2025
2.0.0-alpha-451 336 2/19/2025
2.0.0-alpha-450 184 2/19/2025
2.0.0-alpha-442 124 12/11/2024
2.0.0-alpha-441 171 11/11/2024
2.0.0-alpha-439 189 11/5/2024
2.0.0-alpha-438 95 11/5/2024
2.0.0-alpha-437 110 11/5/2024
2.0.0-alpha-436 110 11/5/2024
2.0.0-alpha-435 115 11/4/2024
2.0.0-alpha-434 107 11/1/2024
2.0.0-alpha-433 107 11/1/2024
2.0.0-alpha-432 119 11/1/2024
2.0.0-alpha-430 104 10/31/2024
2.0.0-alpha-428 111 10/31/2024
2.0.0-alpha-427 111 10/30/2024
2.0.0-alpha-425 138 6/25/2024
2.0.0-alpha-424 4,127 5/28/2024
2.0.0-alpha-422 181 5/28/2024
2.0.0-alpha-421 170 5/28/2024
2.0.0-alpha-420 232 5/23/2024
2.0.0-alpha-419 437 5/21/2024
2.0.0-alpha-417 153 5/17/2024
2.0.0-alpha-416 209 5/17/2024
2.0.0-alpha-414 127 5/16/2024
2.0.0-alpha-413 128 5/16/2024
2.0.0-alpha-412 133 5/16/2024
2.0.0-alpha-411 130 5/16/2024
2.0.0-alpha-410 126 5/15/2024
2.0.0-alpha-409 136 5/15/2024
2.0.0-alpha-408 145 5/15/2024
2.0.0-alpha-407 457 5/14/2024
2.0.0-alpha-406 148 5/7/2024
2.0.0-alpha-405 148 5/7/2024
2.0.0-alpha-403 132 5/1/2024
2.0.0-alpha-402 2,236 3/27/2024
2.0.0-alpha-399 139 3/21/2024
2.0.0-alpha-398 146 3/21/2024
2.0.0-alpha-396 147 3/21/2024
2.0.0-alpha-395 158 3/21/2024
2.0.0-alpha-393 275 3/20/2024
2.0.0-alpha-392 631 3/13/2024
2.0.0-alpha-391 435 3/8/2024
2.0.0-alpha-388 249 2/15/2024
2.0.0-alpha-387 381 2/14/2024
2.0.0-alpha-384 302 2/5/2024
2.0.0-alpha-382 317 2/2/2024
2.0.0-alpha-381 291 2/2/2024
2.0.0-alpha-377 888 12/28/2023
2.0.0-alpha-376 399 12/28/2023
2.0.0-alpha-375 499 11/29/2023
2.0.0-alpha-374 474 11/24/2023
2.0.0-alpha-373 478 11/23/2023
2.0.0-alpha-372 476 11/23/2023
2.0.0-alpha-371 466 11/23/2023
2.0.0-alpha-370 471 11/23/2023
2.0.0-alpha-369 478 11/23/2023
2.0.0-alpha-368 487 11/22/2023
2.0.0-alpha-367 507 11/22/2023
2.0.0-alpha-366 476 11/20/2023
2.0.0-alpha-365 470 11/20/2023
2.0.0-alpha-364 483 11/20/2023
2.0.0-alpha-363 440 11/20/2023
2.0.0-alpha-362 452 11/20/2023
2.0.0-alpha-361 476 11/20/2023
2.0.0-alpha-360 484 11/20/2023
2.0.0-alpha-359 454 11/16/2023
2.0.0-alpha-358 466 11/16/2023
2.0.0-alpha-357 448 11/16/2023
2.0.0-alpha-356 469 11/15/2023
2.0.0-alpha-355 466 11/8/2023
2.0.0-alpha-354 468 11/8/2023
2.0.0-alpha-353 474 11/7/2023
2.0.0-alpha-352 479 11/7/2023
2.0.0-alpha-351 469 11/7/2023
2.0.0-alpha-350 488 11/7/2023
2.0.0-alpha-349 451 11/7/2023
2.0.0-alpha-348 471 11/7/2023
2.0.0-alpha-346 490 11/7/2023
2.0.0-alpha-344 478 11/1/2023
2.0.0-alpha-342 458 10/31/2023
2.0.0-alpha-341 468 10/31/2023
2.0.0-alpha-330 682 3/23/2023
2.0.0-alpha-315 660 2/7/2023
2.0.0-alpha-314 669 2/7/2023
2.0.0-alpha-309 704 2/6/2023
1.4.2 133 8/14/2025
1.4.2-comm-method-updates.1 117 8/14/2025
1.4.2-3series-caller-refere... 201 5/15/2025
1.4.1 300 5/13/2025
1.4.1-3series-workflow-upda... 211 5/13/2025
1.4.1-3series-workflow-upda... 213 5/13/2025
1.4.1-3series-workflow-upda... 213 5/13/2025
1.4.0 105 5/9/2025
1.3.3-hotfix-449 131 2/13/2025
1.3.3-hotfix-390 260 2/26/2024
1.3.2 478 1/25/2024
1.3.2-hotfix-378 288 1/25/2024
1.3.2-hotfix-340 582 8/24/2023
1.3.2-hotfix-339 565 8/24/2023
1.3.1 787 8/24/2023
1.3.1-hotfix-338 578 8/23/2023
1.3.1-hotfix-337 575 8/16/2023
1.3.0 667 8/15/2023
1.2.2-hotfix-335 627 8/15/2023
1.2.2-beta-336 583 8/15/2023
1.2.2-beta-333 650 4/7/2023
1.2.2-alpha-334 652 4/28/2023
1.2.1 872 4/7/2023
1.2.1-hotfix-332 645 4/7/2023
1.2.1-hotfix-331 653 4/7/2023
1.2.1-beta-329 661 3/1/2023
1.2.0 846 3/1/2023
1.2.0-rc-328 683 3/1/2023
1.2.0-rc-324 682 2/24/2023
1.2.0-rc-320 680 2/7/2023
1.1.5-hotfix-327 657 3/1/2023
1.1.5-hotfix-295 694 2/2/2023
1.1.5-hotfix-294 702 1/31/2023
1.1.5-hotfix-288 724 1/19/2023
1.1.5-beta-323 683 2/24/2023
1.1.5-beta-317 690 2/7/2023
1.1.5-beta-289 646 1/19/2023
1.1.5-alpha-322 672 2/20/2023
1.1.5-alpha-321 658 2/20/2023
1.1.5-alpha-316 690 2/7/2023
1.1.5-alpha-293 711 1/30/2023
1.1.5-alpha-292 683 1/26/2023
1.1.5-alpha-291 707 1/24/2023
1.1.5-alpha-290 646 1/24/2023
1.1.5-alpha-286 652 1/18/2023
1.1.5-alpha-285 664 1/18/2023
1.1.5-alpha-284 708 1/17/2023
1.1.4 887 12/12/2022
1.1.4-hotfix-283 661 12/12/2022
1.1.4-alpha-282 704 11/14/2022
1.1.3 880 11/14/2022
1.1.3-hotfix-280 698 11/14/2022
1.1.3-hotfix-279 652 11/14/2022
1.1.3-hotfix-278 696 11/8/2022
1.1.3-hotfix-277 661 11/4/2022
1.1.3-hotfix-276 700 11/4/2022
1.1.3-hotfix-268 684 9/8/2022
1.1.3-hotfix-267 685 9/8/2022
1.1.3-hotfix-266 660 9/8/2022
1.1.3-hotfix-265 722 7/7/2022
1.1.3-beta-281 685 11/14/2022
1.1.3-alpha-275 697 10/20/2022
1.1.3-alpha-274 682 10/20/2022
1.1.3-alpha-273 672 10/20/2022
1.1.3-alpha-272 663 10/17/2022
1.1.3-alpha-271 669 10/14/2022
1.1.3-alpha-270 692 10/7/2022
1.1.3-alpha-269 658 10/7/2022
1.1.2 1,075 6/15/2022
1.1.2-hotfix-263 723 6/15/2022
1.1.2-hotfix-262 635 6/15/2022
1.1.2-hotfix-261 674 6/15/2022
1.1.2-beta-264 705 6/15/2022
1.1.2-beta-260 724 6/8/2022
1.1.2-alpha-259 710 6/8/2022
1.1.2-alpha-258 703 6/7/2022
1.1.2-alpha-257 719 5/23/2022
1.1.2-alpha-256 677 5/23/2022
1.1.2-alpha-253 738 5/23/2022
1.1.2-alpha-252 674 5/22/2022
1.1.2-alpha-251 695 5/22/2022
1.1.2-alpha-250 667 5/21/2022
1.1.1 1,401 2/24/2022
1.1.1-rc-247 780 2/10/2022
1.1.1-rc-243 713 2/9/2022
1.1.1-hotfix-241 703 2/9/2022
1.1.1-hotfix-239 706 2/9/2022
1.1.1-hotfix-236 683 2/9/2022
1.1.1-hotfix-233 850 10/18/2021
1.1.1-hotfix-232 811 10/18/2021
1.1.1-hotfix-225 836 9/11/2021
1.1.1-hotfix-224 861 9/11/2021
1.1.1-beta-248 701 2/24/2022
1.1.1-beta-242 717 2/9/2022
1.1.1-beta-238 714 2/9/2022
1.1.1-beta-231 817 9/24/2021
1.1.1-beta-230 792 9/20/2021
1.1.1-alpha-246 707 2/10/2022
1.1.1-alpha-245 691 2/10/2022
1.1.1-alpha-244 711 2/10/2022
1.1.1-alpha-234 1,256 11/19/2021
1.1.1-alpha-229 792 9/20/2021
1.1.1-alpha-228 782 9/15/2021
1.1.1-alpha-227 765 9/14/2021
1.1.1-alpha-226 825 9/14/2021
1.1.0 1,182 8/24/2021
1.0.49-hotfix-222 809 8/24/2021
1.0.49-hotfix-220 787 7/30/2021
1.0.49-beta-223 808 8/24/2021
1.0.49-beta-221 811 8/1/2021
1.0.48 1,087 7/23/2021
1.0.48-rc-219 806 7/23/2021
1.0.48-rc-218 800 7/23/2021
1.0.48-rc-217 797 7/23/2021
1.0.48-hotfix-213 828 7/1/2021
1.0.48-hotfix-210 782 6/17/2021
1.0.48-beta-216 807 7/23/2021
1.0.48-beta-215 849 7/23/2021
1.0.48-beta-212 783 7/1/2021
1.0.48-alpha-214 840 7/23/2021
1.0.48-alpha-211 818 7/1/2021
1.0.47 1,113 6/10/2021
1.0.47-hotfix-208 802 6/10/2021
1.0.47-hotfix-207 825 6/9/2021
1.0.47-beta-209 804 6/10/2021
1.0.46 1,004 4/22/2021
1.0.46-hotfix-205 864 4/22/2021
1.0.46-hotfix-202 824 2/17/2021
1.0.46-beta-206 798 4/22/2021
1.0.46-beta-203 845 3/5/2021
1.0.46-beta-201 862 1/22/2021
1.0.46-alpha-204 831 4/10/2021
1.0.45 216,277 1/22/2021
1.0.45-hotfix-200 886 1/21/2021
1.0.45-beta-199 903 12/21/2020
1.0.44 15,854 12/21/2020
1.0.44-rc-196 903 12/21/2020
1.0.44-rc-195 907 12/21/2020
1.0.44-hotfix-198 904 12/21/2020
1.0.44-hotfix-197 916 12/21/2020
1.0.44-hotfix-192 900 12/21/2020
1.0.44-beta-194 917 12/21/2020
1.0.44-beta-193 813 12/21/2020
1.0.43 20,730 11/11/2020
1.0.43-rc-189 934 11/11/2020
1.0.43-rc-188 867 11/11/2020
1.0.43-hotfix-190 891 11/11/2020
1.0.43-beta-191 893 11/11/2020
1.0.43-beta-187 1,005 11/11/2020
1.0.43-beta-183 955 10/28/2020
1.0.43-beta-178 900 10/28/2020
1.0.43-beta-173 916 9/30/2020
1.0.43-alpha-186 898 11/10/2020
1.0.43-alpha-185 952 11/4/2020
1.0.43-alpha-184 931 11/4/2020
1.0.43-alpha-182 930 10/28/2020
1.0.43-alpha-181 891 10/28/2020
1.0.43-alpha-177 943 10/16/2020
1.0.43-alpha-176 928 10/15/2020
1.0.43-alpha-175 871 10/15/2020
1.0.43-alpha-172 911 9/28/2020
1.0.43-alpha-171 935 9/24/2020
1.0.43-alpha-170 930 9/21/2020
1.0.42 1,268 9/17/2020
1.0.42-rc-167 955 9/17/2020
1.0.42-rc-165 996 9/16/2020
1.0.42-rc-164 964 9/16/2020
1.0.42-beta-168 935 9/17/2020
1.0.42-beta-163 942 9/16/2020
1.0.42-alpha-166 935 9/17/2020
1.0.42-alpha-162 950 9/16/2020
1.0.42-alpha-161 953 9/16/2020
1.0.42-alpha-160 922 9/14/2020
1.0.42-alpha-159 952 9/14/2020
1.0.42-alpha-158 1,016 9/4/2020
1.0.42-alpha-157 1,015 9/3/2020
1.0.41 1,290 8/14/2020
1.0.41-hotfix-155 982 8/14/2020
1.0.41-hotfix-154 977 8/14/2020
1.0.41-beta-156 949 8/14/2020
1.0.40 56,487 7/25/2020
1.0.40-rc-153 1,005 7/24/2020
1.0.40-rc-152 989 7/24/2020
1.0.40-rc-150 996 7/24/2020
1.0.40-alpha-151 931 7/24/2020
1.0.40-alpha-149 942 7/24/2020