PepperDashCore 2.18.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package PepperDashCore --version 2.18.0
                    
NuGet\Install-Package PepperDashCore -Version 2.18.0
                    
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.18.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PepperDashCore" Version="2.18.0" />
                    
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.18.0
                    
#r "nuget: PepperDashCore, 2.18.0"
                    
#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.18.0
                    
#: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.18.0
                    
Install as a Cake Addin
#tool nuget:?package=PepperDashCore&version=2.18.0
                    
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... 141 8/12/2025
3.0.0-net8-updates.4 133 9/4/2025
3.0.0-net8-updates.3 207 8/6/2025
3.0.0-net8-updates.2 240 7/4/2025
2.18.0 45 10/10/2025
2.18.0-feature-add-IKeyed-t... 94 10/9/2025
2.18.0-feature-add-IKeyed-t... 95 10/9/2025
2.18.0-feature-add-IKeyed-t... 93 10/8/2025
2.18.0-feature-add-IKeyed-t... 95 10/7/2025
2.18.0-feature-add-IKeyed-t... 98 10/7/2025
2.18.0-feature-add-IKeyed-t... 111 10/7/2025
2.18.0-display-bridging.1 98 10/9/2025
2.17.1-feature-add-IKeyed-t... 106 10/7/2025
2.17.1-display-bridging.2 98 10/9/2025
2.17.1-display-bridging.1 97 10/9/2025
2.17.0 181 9/30/2025
2.17.0-update-crestron-asse... 218 9/22/2025
2.17.0-mc-messenger-improve... 120 9/30/2025
2.17.0-mc-messenger-improve... 113 9/29/2025
2.17.0-mc-messenger-improve... 63 9/27/2025
2.17.0-mc-messenger-improve... 130 9/25/2025
2.17.0-mc-messenger-improve... 129 9/25/2025
2.17.0-mc-messenger-improve... 132 9/25/2025
2.17.0-mc-messenger-improve... 129 9/24/2025
2.17.0-mc-messenger-improve... 123 9/23/2025
2.17.0-mc-messenger-improve... 124 9/23/2025
2.17.0-mc-messenger-improve... 127 9/23/2025
2.17.0-mc-messenger-improve... 129 9/23/2025
2.17.0-feature-allow-config... 131 9/22/2025
2.17.0-feature-allow-config... 134 9/22/2025
2.17.0-feature-allow-config... 156 9/22/2025
2.16.4-mc-connect-logging.2 121 9/29/2025
2.16.3 138 9/26/2025
2.16.3-logging-updates.1 130 9/25/2025
2.16.2 176 9/25/2025
2.16.2-io-updates.1 129 9/25/2025
2.16.2-Ibasicvolumecontrols... 124 9/25/2025
2.16.2-Ibasicvolumecontrols... 119 9/23/2025
2.16.1 175 9/23/2025
2.16.1-hotfix-check-for-cs-... 246 9/19/2025
2.16.1-hotfix-check-for-cs-... 246 9/18/2025
2.16.0 292 9/17/2025
2.16.0-update-crestron-asse... 141 9/22/2025
2.16.0-feature-add-hide-pro... 247 9/17/2025
2.15.4-mc-connect-logging.3 173 9/19/2025
2.15.4-mc-connect-logging.2 245 9/17/2025
2.15.4-mc-connect-logging.1 242 9/17/2025
2.15.3 293 9/17/2025
2.15.3-mc-connect-logging.2 241 9/17/2025
2.15.3-mc-connect-logging.1 245 9/17/2025
2.15.3-dev-list-fix.1 249 9/17/2025
2.15.2 147 9/10/2025
2.15.2-devlist-fix.1 114 9/10/2025
2.15.1 97 9/5/2025
2.15.1-cs-lan-mc-panel.2 69 9/5/2025
2.15.1-cs-lan-mc-panel.1 120 9/2/2025
2.15.0 243 8/26/2025
2.14.0 149 8/21/2025
2.14.0-rc.1 189 8/26/2025
2.14.0-IBasicVideoMuteWithF... 109 8/19/2025
2.14.0-IBasicVideoMuteWithF... 110 8/19/2025
2.14.0-IBasicVideoMuteWithF... 118 8/19/2025
2.14.0-feature-html-assets.1 125 8/19/2025
2.14.0-feature-extract-html... 59 8/22/2025
2.14.0-feature-extract-html... 76 8/22/2025
2.14.0-feature-extract-html... 119 8/19/2025
2.14.0-beta.2 183 8/26/2025
2.14.0-beta.1 74 8/15/2025
2.13.1 138 8/15/2025
2.13.1-streaming-device-pro... 66 8/15/2025
2.13.0 98 8/15/2025
2.13.0-feature-assets-folder.2 119 8/12/2025
2.13.0-feature-assets-folder.1 129 8/11/2025
2.13.0-comm-bridge-add.1 75 8/15/2025
2.13.0-beta.1 120 8/13/2025
2.12.4 191 8/12/2025
2.12.4-current-sources.1 125 8/11/2025
2.12.3 231 8/4/2025
2.12.3-fix-remove-unsued-me... 118 8/11/2025
2.12.3-feature-update-crest... 144 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 133 7/31/2025
2.12.2-debug-fixes.1 91 7/31/2025
2.12.2-current-sources.3 94 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 170 7/28/2025
2.12.1-mc-tp-ip-fix.1 107 7/28/2025
2.12.1-feature-unit-testing... 204 7/26/2025
2.12.1-beta.1 109 7/28/2025
2.12.0 377 7/25/2025
2.12.0-factory-updates.6 356 7/25/2025
2.12.0-factory-updates.5 360 7/25/2025
2.12.0-factory-updates.4 363 7/25/2025
2.12.0-factory-updates.2 367 7/25/2025
2.12.0-factory-updates.1 368 7/25/2025
2.11.0 487 7/24/2025
2.11.0-feature-add-IHasCame... 465 7/24/2025
2.11.0-feature-add-IHasCame... 463 7/24/2025
2.11.0-copilot-fix-1294.1 458 7/24/2025
2.10.1-beta.1 521 7/23/2025
2.10.0 586 7/22/2025
2.10.0-portkey-add.1 511 7/22/2025
2.9.0 525 7/21/2025
2.9.0-unique-client-ids.1 141 7/10/2025
2.9.0-meter-feedback-interf... 462 7/21/2025
2.9.0-meter-feedback-interf... 117 7/17/2025
2.9.0-meter-feedback-interf... 118 7/17/2025
2.8.2 164 7/17/2025
2.8.2-mc-touchpanel-cs.2 121 7/17/2025
2.8.1 162 7/17/2025
2.8.1-meter-feedback-interf... 121 7/16/2025
2.8.1-meter-feedback-interf... 83 7/11/2025
2.8.1-meter-feedback-interf... 132 7/9/2025
2.8.1-mc-touchpanel-cs.1 115 7/17/2025
2.8.0 177 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... 131 7/16/2025
2.7.4 189 7/7/2025
2.7.4-beta.1 78 7/4/2025
2.7.3 148 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 165 6/26/2025
2.7.2-device-info-messenger.1 118 6/26/2025
2.7.1 173 6/26/2025
2.7.1-device-status-console.3 114 6/26/2025
2.7.1-device-status-console.1 130 6/26/2025
2.7.0 360 6/18/2025
2.7.0-feature-add-interfaces.5 141 6/18/2025
2.7.0-feature-add-interfaces.4 126 6/18/2025
2.7.0-feature-add-interfaces.3 138 6/18/2025
2.7.0-feature-add-interfaces.2 139 6/18/2025
2.6.1-beta.1 123 6/26/2025
2.5.1 454 5/14/2025
2.5.1-dsp-base-fix.1 232 5/14/2025
2.5.0 140 5/9/2025
2.5.0-plugin-minimum-version.2 142 4/30/2025
2.5.0-plugin-minimum-version.1 171 4/30/2025
2.5.0-logging-improvements.1 74 7/4/2025
2.5.0-DGE-1000.1 85 5/9/2025
2.4.9-camera-preset-fix.1 224 5/14/2025
2.4.9-beta.1 237 5/14/2025
2.4.9-appdebug-case-insensi... 154 5/7/2025
2.4.8 151 5/2/2025
2.4.8-routing-clear-fix.2 91 5/2/2025
2.4.8-routing-clear-fix.1 100 5/2/2025
2.4.8-RegisterForExtendersM... 124 4/30/2025
2.4.8-RegisterForExtendersM... 124 4/30/2025
2.4.8-RegisterForExtendersM... 137 4/30/2025
2.4.7 323 4/24/2025
2.4.7-routing-updates.2 161 4/24/2025
2.4.7-routing-updates.1 153 4/24/2025
2.4.6 226 4/18/2025
2.4.6-selectable-items-inte... 203 4/17/2025
2.4.6-lighting-interface-fix.2 113 4/18/2025
2.4.6-lighting-interface-fix.1 133 4/18/2025
2.4.5 320 4/14/2025
2.4.5-lighting-scene-updates.1 185 4/14/2025
2.4.4 286 4/11/2025
2.4.4-generic-comm-monitor-... 115 4/11/2025
2.4.3-generic-comm-monitor-... 100 4/11/2025
2.4.2 231 4/9/2025
2.4.2-messenger-fixes.2 157 4/9/2025
2.4.2-messenger-fixes.1 159 4/9/2025
2.4.1 230 4/8/2025
2.4.0 205 4/4/2025
2.3.1-fix-add-client.1 141 4/8/2025
2.3.0 300 4/2/2025
2.3.0-webview-eventhandler.1 204 4/2/2025
2.3.0-routing-fixes.2 109 4/4/2025
2.3.0-routing-fixes.1 109 4/4/2025
2.3.0-rc.1 132 4/2/2025
2.3.0-codec-messenger-issues.1 157 4/2/2025
2.3.0-bring-mc-fixes-over.1 155 4/2/2025
2.3.0-beta.2 165 4/2/2025
2.3.0-beta.1 160 4/2/2025
2.2.3-routing-fixes.1 138 4/4/2025
2.2.2 228 4/2/2025
2.2.2-mc-fixes.1 147 4/2/2025
2.2.1 242 4/1/2025
2.2.1-fix-volume-add-again.1 155 4/1/2025
2.2.0 217 4/1/2025
2.2.0-rc.1 138 4/1/2025
2.2.0-beta.1 145 4/1/2025
2.1.2 204 3/31/2025
2.1.2-room-loading-protecti... 150 3/31/2025
2.1.1 183 3/28/2025
2.1.1-add-routes.3 121 3/28/2025
2.1.1-add-routes.1 126 3/28/2025
2.1.0 538 3/26/2025
2.1.0-rc.1 135 3/26/2025
2.1.0-feature-move-portal-c... 463 3/26/2025
2.1.0-feature-move-portal-c... 463 3/26/2025
2.1.0-beta.3 451 3/26/2025
2.0.1 486 3/6/2025
2.0.1-ssh-fix.1 183 3/6/2025
2.0.0 268 3/6/2025
2.0.0-release-2.1 193 3/4/2025
2.0.0-rc.5 215 3/5/2025
2.0.0-rc.4 188 3/5/2025
2.0.0-rc.3 206 3/5/2025
2.0.0-rc.2 194 3/5/2025
2.0.0-rc.1 193 3/5/2025
2.0.0-file-cleanup.1 201 3/5/2025
2.0.0-feature-2-device-ikey... 193 3/5/2025
2.0.0-feature-2-creslib-ver... 194 3/5/2025
2.0.0-feature-2-camera-list... 207 3/5/2025
2.0.0-beta-452 168 2/20/2025
2.0.0-beta-423 355 5/28/2024
2.0.0-beta-418 619 5/20/2024
2.0.0-beta-415 367 5/16/2024
2.0.0-beta-404 137 5/1/2024
2.0.0-beta-400 615 3/21/2024
2.0.0-beta-397 199 3/21/2024
2.0.0-beta-389 1,541 2/15/2024
2.0.0-beta-385 1,622 2/5/2024
2.0.0-beta-383 1,269 2/2/2024
2.0.0-beta-379 341 2/1/2024
2.0.0-beta-318 820 2/7/2023
2.0.0-beta-310 729 2/7/2023
2.0.0-beta.1 198 3/4/2025
2.0.0-alpha-462 203 2/26/2025
2.0.0-alpha-461 135 2/26/2025
2.0.0-alpha-460 129 2/26/2025
2.0.0-alpha-459 119 2/26/2025
2.0.0-alpha-458 124 2/26/2025
2.0.0-alpha-457 121 2/25/2025
2.0.0-alpha-456 125 2/25/2025
2.0.0-alpha-455 386 2/20/2025
2.0.0-alpha-451 518 2/19/2025
2.0.0-alpha-450 272 2/19/2025
2.0.0-alpha-442 145 12/11/2024
2.0.0-alpha-441 237 11/11/2024
2.0.0-alpha-439 269 11/5/2024
2.0.0-alpha-438 116 11/5/2024
2.0.0-alpha-437 128 11/5/2024
2.0.0-alpha-436 139 11/5/2024
2.0.0-alpha-435 136 11/4/2024
2.0.0-alpha-434 131 11/1/2024
2.0.0-alpha-433 119 11/1/2024
2.0.0-alpha-432 151 11/1/2024
2.0.0-alpha-430 124 10/31/2024
2.0.0-alpha-428 129 10/31/2024
2.0.0-alpha-427 142 10/30/2024
2.0.0-alpha-425 155 6/25/2024
2.0.0-alpha-424 6,791 5/28/2024
2.0.0-alpha-422 237 5/28/2024
2.0.0-alpha-421 218 5/28/2024
2.0.0-alpha-420 318 5/23/2024
2.0.0-alpha-419 662 5/21/2024
2.0.0-alpha-417 186 5/17/2024
2.0.0-alpha-416 246 5/17/2024
2.0.0-alpha-414 157 5/16/2024
2.0.0-alpha-413 156 5/16/2024
2.0.0-alpha-412 154 5/16/2024
2.0.0-alpha-411 163 5/16/2024
2.0.0-alpha-410 146 5/15/2024
2.0.0-alpha-409 154 5/15/2024
2.0.0-alpha-408 168 5/15/2024
2.0.0-alpha-407 733 5/14/2024
2.0.0-alpha-406 178 5/7/2024
2.0.0-alpha-405 170 5/7/2024
2.0.0-alpha-403 153 5/1/2024
2.0.0-alpha-402 3,694 3/27/2024
2.0.0-alpha-399 174 3/21/2024
2.0.0-alpha-398 168 3/21/2024
2.0.0-alpha-396 173 3/21/2024
2.0.0-alpha-395 166 3/21/2024
2.0.0-alpha-393 373 3/20/2024
2.0.0-alpha-392 914 3/13/2024
2.0.0-alpha-391 573 3/8/2024
2.0.0-alpha-388 283 2/15/2024
2.0.0-alpha-387 426 2/14/2024
2.0.0-alpha-384 337 2/5/2024
2.0.0-alpha-382 340 2/2/2024
2.0.0-alpha-381 309 2/2/2024
2.0.0-alpha-377 1,045 12/28/2023
2.0.0-alpha-376 430 12/28/2023
2.0.0-alpha-375 522 11/29/2023
2.0.0-alpha-374 485 11/24/2023
2.0.0-alpha-373 493 11/23/2023
2.0.0-alpha-372 495 11/23/2023
2.0.0-alpha-371 495 11/23/2023
2.0.0-alpha-370 492 11/23/2023
2.0.0-alpha-369 500 11/23/2023
2.0.0-alpha-368 506 11/22/2023
2.0.0-alpha-367 533 11/22/2023
2.0.0-alpha-366 502 11/20/2023
2.0.0-alpha-365 487 11/20/2023
2.0.0-alpha-364 500 11/20/2023
2.0.0-alpha-363 465 11/20/2023
2.0.0-alpha-362 478 11/20/2023
2.0.0-alpha-361 499 11/20/2023
2.0.0-alpha-360 516 11/20/2023
2.0.0-alpha-359 465 11/16/2023
2.0.0-alpha-358 495 11/16/2023
2.0.0-alpha-357 454 11/16/2023
2.0.0-alpha-356 488 11/15/2023
2.0.0-alpha-355 482 11/8/2023
2.0.0-alpha-354 498 11/8/2023
2.0.0-alpha-353 500 11/7/2023
2.0.0-alpha-352 496 11/7/2023
2.0.0-alpha-351 480 11/7/2023
2.0.0-alpha-350 507 11/7/2023
2.0.0-alpha-349 468 11/7/2023
2.0.0-alpha-348 504 11/7/2023
2.0.0-alpha-346 510 11/7/2023
2.0.0-alpha-344 510 11/1/2023
2.0.0-alpha-342 469 10/31/2023
2.0.0-alpha-341 490 10/31/2023
2.0.0-alpha-330 718 3/23/2023
2.0.0-alpha-315 685 2/7/2023
2.0.0-alpha-314 711 2/7/2023
2.0.0-alpha-309 738 2/6/2023
1.4.2 153 8/14/2025
1.4.2-comm-method-updates.1 120 8/14/2025
1.4.2-3series-caller-refere... 203 5/15/2025
1.4.1 416 5/13/2025
1.4.1-3series-workflow-upda... 220 5/13/2025
1.4.1-3series-workflow-upda... 227 5/13/2025
1.4.1-3series-workflow-upda... 222 5/13/2025
1.4.0 133 5/9/2025
1.3.3-hotfix-449 150 2/13/2025
1.3.3-hotfix-390 279 2/26/2024
1.3.2 511 1/25/2024
1.3.2-hotfix-378 320 1/25/2024
1.3.2-hotfix-340 608 8/24/2023
1.3.2-hotfix-339 588 8/24/2023
1.3.1 813 8/24/2023
1.3.1-hotfix-338 605 8/23/2023
1.3.1-hotfix-337 599 8/16/2023
1.3.0 689 8/15/2023
1.2.2-hotfix-335 642 8/15/2023
1.2.2-beta-336 603 8/15/2023
1.2.2-beta-333 680 4/7/2023
1.2.2-alpha-334 680 4/28/2023
1.2.1 912 4/7/2023
1.2.1-hotfix-332 667 4/7/2023
1.2.1-hotfix-331 674 4/7/2023
1.2.1-beta-329 701 3/1/2023
1.2.0 886 3/1/2023
1.2.0-rc-328 724 3/1/2023
1.2.0-rc-324 704 2/24/2023
1.2.0-rc-320 712 2/7/2023
1.1.5-hotfix-327 699 3/1/2023
1.1.5-hotfix-295 727 2/2/2023
1.1.5-hotfix-294 731 1/31/2023
1.1.5-hotfix-288 755 1/19/2023
1.1.5-beta-323 713 2/24/2023
1.1.5-beta-317 735 2/7/2023
1.1.5-beta-289 695 1/19/2023
1.1.5-alpha-322 705 2/20/2023
1.1.5-alpha-321 693 2/20/2023
1.1.5-alpha-316 726 2/7/2023
1.1.5-alpha-293 743 1/30/2023
1.1.5-alpha-292 719 1/26/2023
1.1.5-alpha-291 739 1/24/2023
1.1.5-alpha-290 680 1/24/2023
1.1.5-alpha-286 685 1/18/2023
1.1.5-alpha-285 699 1/18/2023
1.1.5-alpha-284 739 1/17/2023
1.1.4 920 12/12/2022
1.1.4-hotfix-283 701 12/12/2022
1.1.4-alpha-282 747 11/14/2022
1.1.3 914 11/14/2022
1.1.3-hotfix-280 731 11/14/2022
1.1.3-hotfix-279 678 11/14/2022
1.1.3-hotfix-278 731 11/8/2022
1.1.3-hotfix-277 697 11/4/2022
1.1.3-hotfix-276 735 11/4/2022
1.1.3-hotfix-268 718 9/8/2022
1.1.3-hotfix-267 723 9/8/2022
1.1.3-hotfix-266 696 9/8/2022
1.1.3-hotfix-265 737 7/7/2022
1.1.3-beta-281 731 11/14/2022
1.1.3-alpha-275 717 10/20/2022
1.1.3-alpha-274 715 10/20/2022
1.1.3-alpha-273 706 10/20/2022
1.1.3-alpha-272 707 10/17/2022
1.1.3-alpha-271 713 10/14/2022
1.1.3-alpha-270 713 10/7/2022
1.1.3-alpha-269 691 10/7/2022
1.1.2 1,111 6/15/2022
1.1.2-hotfix-263 756 6/15/2022
1.1.2-hotfix-262 661 6/15/2022
1.1.2-hotfix-261 713 6/15/2022
1.1.2-beta-264 743 6/15/2022
1.1.2-beta-260 754 6/8/2022
1.1.2-alpha-259 745 6/8/2022
1.1.2-alpha-258 726 6/7/2022
1.1.2-alpha-257 755 5/23/2022
1.1.2-alpha-256 711 5/23/2022
1.1.2-alpha-253 767 5/23/2022
1.1.2-alpha-252 721 5/22/2022
1.1.2-alpha-251 725 5/22/2022
1.1.2-alpha-250 699 5/21/2022
1.1.1 1,430 2/24/2022
1.1.1-rc-247 833 2/10/2022
1.1.1-rc-243 732 2/9/2022
1.1.1-hotfix-241 733 2/9/2022
1.1.1-hotfix-239 735 2/9/2022
1.1.1-hotfix-236 719 2/9/2022
1.1.1-hotfix-233 883 10/18/2021
1.1.1-hotfix-232 831 10/18/2021
1.1.1-hotfix-225 853 9/11/2021
1.1.1-hotfix-224 891 9/11/2021
1.1.1-beta-248 735 2/24/2022
1.1.1-beta-242 753 2/9/2022
1.1.1-beta-238 748 2/9/2022
1.1.1-beta-231 842 9/24/2021
1.1.1-beta-230 833 9/20/2021
1.1.1-alpha-246 738 2/10/2022
1.1.1-alpha-245 736 2/10/2022
1.1.1-alpha-244 759 2/10/2022
1.1.1-alpha-234 1,286 11/19/2021
1.1.1-alpha-229 827 9/20/2021
1.1.1-alpha-228 831 9/15/2021
1.1.1-alpha-227 800 9/14/2021
1.1.1-alpha-226 856 9/14/2021
1.1.0 1,214 8/24/2021
1.0.49-hotfix-222 839 8/24/2021
1.0.49-hotfix-220 817 7/30/2021
1.0.49-beta-223 838 8/24/2021
1.0.49-beta-221 842 8/1/2021
1.0.48 1,116 7/23/2021
1.0.48-rc-219 825 7/23/2021
1.0.48-rc-218 833 7/23/2021
1.0.48-rc-217 834 7/23/2021
1.0.48-hotfix-213 857 7/1/2021
1.0.48-hotfix-210 815 6/17/2021
1.0.48-beta-216 850 7/23/2021
1.0.48-beta-215 886 7/23/2021
1.0.48-beta-212 828 7/1/2021
1.0.48-alpha-214 869 7/23/2021
1.0.48-alpha-211 853 7/1/2021
1.0.47 1,139 6/10/2021
1.0.47-hotfix-208 838 6/10/2021
1.0.47-hotfix-207 854 6/9/2021
1.0.47-beta-209 829 6/10/2021
1.0.46 1,041 4/22/2021
1.0.46-hotfix-205 892 4/22/2021
1.0.46-hotfix-202 848 2/17/2021
1.0.46-beta-206 827 4/22/2021
1.0.46-beta-203 872 3/5/2021
1.0.46-beta-201 896 1/22/2021
1.0.46-alpha-204 859 4/10/2021
1.0.45 231,396 1/22/2021
1.0.45-hotfix-200 928 1/21/2021
1.0.45-beta-199 936 12/21/2020
1.0.44 16,883 12/21/2020
1.0.44-rc-196 933 12/21/2020
1.0.44-rc-195 924 12/21/2020
1.0.44-hotfix-198 930 12/21/2020
1.0.44-hotfix-197 926 12/21/2020
1.0.44-hotfix-192 929 12/21/2020
1.0.44-beta-194 950 12/21/2020
1.0.44-beta-193 855 12/21/2020
1.0.43 22,272 11/11/2020
1.0.43-rc-189 962 11/11/2020
1.0.43-rc-188 895 11/11/2020
1.0.43-hotfix-190 930 11/11/2020
1.0.43-beta-191 925 11/11/2020
1.0.43-beta-187 1,033 11/11/2020
1.0.43-beta-183 983 10/28/2020
1.0.43-beta-178 926 10/28/2020
1.0.43-beta-173 939 9/30/2020
1.0.43-alpha-186 926 11/10/2020
1.0.43-alpha-185 980 11/4/2020
1.0.43-alpha-184 963 11/4/2020
1.0.43-alpha-182 960 10/28/2020
1.0.43-alpha-181 928 10/28/2020
1.0.43-alpha-177 986 10/16/2020
1.0.43-alpha-176 947 10/15/2020
1.0.43-alpha-175 908 10/15/2020
1.0.43-alpha-172 939 9/28/2020
1.0.43-alpha-171 966 9/24/2020
1.0.43-alpha-170 969 9/21/2020
1.0.42 1,299 9/17/2020
1.0.42-rc-167 975 9/17/2020
1.0.42-rc-165 1,013 9/16/2020
1.0.42-rc-164 1,002 9/16/2020
1.0.42-beta-168 965 9/17/2020
1.0.42-beta-163 977 9/16/2020
1.0.42-alpha-166 979 9/17/2020
1.0.42-alpha-162 971 9/16/2020
1.0.42-alpha-161 979 9/16/2020
1.0.42-alpha-160 964 9/14/2020
1.0.42-alpha-159 984 9/14/2020
1.0.42-alpha-158 1,046 9/4/2020
1.0.42-alpha-157 1,048 9/3/2020
1.0.41 1,310 8/14/2020
1.0.41-hotfix-155 1,012 8/14/2020
1.0.41-hotfix-154 997 8/14/2020
1.0.41-beta-156 987 8/14/2020
1.0.40 59,979 7/25/2020
1.0.40-rc-153 1,028 7/24/2020
1.0.40-rc-152 1,017 7/24/2020
1.0.40-rc-150 1,017 7/24/2020
1.0.40-alpha-151 969 7/24/2020
1.0.40-alpha-149 983 7/24/2020