PepperDashCore 2.7.1-device-status-console.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.7.1-device-status-console.1
                    
NuGet\Install-Package PepperDashCore -Version 2.7.1-device-status-console.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.7.1-device-status-console.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PepperDashCore" Version="2.7.1-device-status-console.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.7.1-device-status-console.1
                    
#r "nuget: PepperDashCore, 2.7.1-device-status-console.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.7.1-device-status-console.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.7.1-device-status-console.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PepperDashCore&version=2.7.1-device-status-console.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 (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... 15 2 days ago
3.0.0-net8-updates.3 166 8 days ago
3.0.0-net8-updates.2 66 a month ago
2.13.0-feature-assets-folder.2 10 2 days ago
2.13.0-feature-assets-folder.1 10 3 days ago
2.13.0-beta.1 10 18 hours ago
2.12.4 13 2 days ago
2.12.4-current-sources.1 12 2 days ago
2.12.3 155 10 days ago
2.12.3-fix-remove-unsued-me... 13 3 days ago
2.12.3-feature-update-crest... 106 6 days ago
2.12.3-default-debug-levels.1 151 10 days ago
2.12.3-current-sources.4 169 8 days ago
2.12.3-current-sources.3 13 12 days ago
2.12.3-current-sources.2 41 13 days ago
2.12.3-current-sources.1 86 14 days ago
2.12.3-beta.1 168 9 days ago
2.12.2 87 14 days ago
2.12.2-debug-fixes.1 84 14 days ago
2.12.2-current-sources.3 84 15 days ago
2.12.2-current-sources.2 86 15 days ago
2.12.2-current-sources.1 86 15 days ago
2.12.1 95 17 days ago
2.12.1-mc-tp-ip-fix.1 86 17 days ago
2.12.1-feature-unit-testing... 185 19 days ago
2.12.1-beta.1 87 17 days ago
2.12.0 334 20 days ago
2.12.0-factory-updates.6 332 20 days ago
2.12.0-factory-updates.5 331 20 days ago
2.12.0-factory-updates.4 338 20 days ago
2.12.0-factory-updates.2 341 20 days ago
2.12.0-factory-updates.1 340 20 days ago
2.11.0 439 20 days ago
2.11.0-feature-add-IHasCame... 438 20 days ago
2.11.0-feature-add-IHasCame... 434 20 days ago
2.11.0-copilot-fix-1294.1 433 21 days ago
2.10.1-beta.1 485 22 days ago
2.10.0 489 23 days ago
2.10.0-portkey-add.1 483 23 days ago
2.9.0 434 24 days ago
2.9.0-unique-client-ids.1 127 a month ago
2.9.0-meter-feedback-interf... 430 24 days ago
2.9.0-meter-feedback-interf... 108 a month ago
2.9.0-meter-feedback-interf... 110 a month ago
2.8.2 112 a month ago
2.8.2-mc-touchpanel-cs.2 113 a month ago
2.8.1 114 a month ago
2.8.1-meter-feedback-interf... 112 a month ago
2.8.1-meter-feedback-interf... 58 a month ago
2.8.1-meter-feedback-interf... 124 a month ago
2.8.1-mc-touchpanel-cs.1 105 a month ago
2.8.0 135 a month ago
2.8.0-feature-add-isMic-sup... 135 2 months ago
2.8.0-feature-add-IHasCamer... 110 a month ago
2.8.0-feature-add-IHasCamer... 106 a month ago
2.7.4 152 a month ago
2.7.4-beta.1 63 a month ago
2.7.3 105 2 months ago
2.7.3-combiner-auto-mode-en... 70 2 months ago
2.7.3-combiner-auto-mode-en... 70 2 months ago
2.7.2 137 2 months ago
2.7.2-device-info-messenger.1 111 2 months ago
2.7.1 143 2 months ago
2.7.1-device-status-console.3 105 2 months ago
2.7.1-device-status-console.1 115 2 months ago
2.7.0 217 2 months ago
2.7.0-feature-add-interfaces.5 132 2 months ago
2.7.0-feature-add-interfaces.4 118 2 months ago
2.7.0-feature-add-interfaces.3 118 2 months ago
2.7.0-feature-add-interfaces.2 123 2 months ago
2.6.1-beta.1 112 2 months ago
2.5.1 313 3 months ago
2.5.1-dsp-base-fix.1 212 3 months ago
2.5.0 99 3 months ago
2.5.0-plugin-minimum-version.2 125 3 months ago
2.5.0-plugin-minimum-version.1 161 3 months ago
2.5.0-logging-improvements.1 65 a month ago
2.5.0-DGE-1000.1 64 3 months ago
2.4.9-camera-preset-fix.1 209 3 months ago
2.4.9-beta.1 218 3 months ago
2.4.9-appdebug-case-insensi... 133 3 months ago
2.4.8 115 3 months ago
2.4.8-routing-clear-fix.2 72 3 months ago
2.4.8-routing-clear-fix.1 80 3 months ago
2.4.8-RegisterForExtendersM... 113 3 months ago
2.4.8-RegisterForExtendersM... 115 3 months ago
2.4.8-RegisterForExtendersM... 128 3 months ago
2.4.7 248 4 months ago
2.4.7-routing-updates.2 142 4 months ago
2.4.7-routing-updates.1 133 4 months ago
2.4.6 192 4 months ago
2.4.6-selectable-items-inte... 183 4 months ago
2.4.6-lighting-interface-fix.2 105 4 months ago
2.4.6-lighting-interface-fix.1 116 4 months ago
2.4.5 282 4 months ago
2.4.5-lighting-scene-updates.1 164 4 months ago
2.4.4 227 4 months ago
2.4.4-generic-comm-monitor-... 90 4 months ago
2.4.3-generic-comm-monitor-... 84 4 months ago
2.4.2 187 4 months ago
2.4.2-messenger-fixes.2 141 4 months ago
2.4.2-messenger-fixes.1 143 4 months ago
2.4.1 183 4 months ago
2.4.0 153 4 months ago
2.3.1-fix-add-client.1 134 4 months ago
2.3.0 255 4 months ago
2.3.0-webview-eventhandler.1 180 4 months ago
2.3.0-routing-fixes.2 91 4 months ago
2.3.0-routing-fixes.1 101 4 months ago
2.3.0-rc.1 126 4 months ago
2.3.0-codec-messenger-issues.1 141 4 months ago
2.3.0-bring-mc-fixes-over.1 139 4 months ago
2.3.0-beta.2 144 4 months ago
2.3.0-beta.1 150 4 months ago
2.2.3-routing-fixes.1 122 4 months ago
2.2.2 182 4 months ago
2.2.2-mc-fixes.1 132 4 months ago
2.2.1 207 4 months ago
2.2.1-fix-volume-add-again.1 131 4 months ago
2.2.0 182 4 months ago
2.2.0-rc.1 130 4 months ago
2.2.0-beta.1 134 4 months ago
2.1.2 177 4 months ago
2.1.2-room-loading-protecti... 137 4 months ago
2.1.1 148 5 months ago
2.1.1-add-routes.3 105 5 months ago
2.1.1-add-routes.1 109 5 months ago
2.1.0 480 5 months ago
2.1.0-rc.1 114 5 months ago
2.1.0-feature-move-portal-c... 447 5 months ago
2.1.0-feature-move-portal-c... 450 5 months ago
2.1.0-beta.3 445 5 months ago
2.0.1 453 5 months ago
2.0.1-ssh-fix.1 178 5 months ago
2.0.0 232 5 months ago
2.0.0-release-2.1 179 5 months ago
2.0.0-rc.5 196 5 months ago
2.0.0-rc.4 178 5 months ago
2.0.0-rc.3 191 5 months ago
2.0.0-rc.2 180 5 months ago
2.0.0-rc.1 182 5 months ago
2.0.0-file-cleanup.1 183 5 months ago
2.0.0-feature-2-device-ikey... 175 5 months ago
2.0.0-feature-2-creslib-ver... 177 5 months ago
2.0.0-feature-2-camera-list... 188 5 months ago
2.0.0-beta-452 138 6 months ago
2.0.0-beta-423 244 5/28/2024
2.0.0-beta-418 396 5/20/2024
2.0.0-beta-415 268 5/16/2024
2.0.0-beta-404 112 5/1/2024
2.0.0-beta-400 417 3/21/2024
2.0.0-beta-397 167 3/21/2024
2.0.0-beta-389 1,148 2/15/2024
2.0.0-beta-385 1,275 2/5/2024
2.0.0-beta-383 988 2/2/2024
2.0.0-beta-379 304 2/1/2024
2.0.0-beta-318 779 2/7/2023
2.0.0-beta-310 683 2/7/2023
2.0.0-beta.1 179 5 months ago
2.0.0-alpha-462 152 6 months ago
2.0.0-alpha-461 99 6 months ago
2.0.0-alpha-460 100 6 months ago
2.0.0-alpha-459 94 6 months ago
2.0.0-alpha-458 98 6 months ago
2.0.0-alpha-457 92 6 months ago
2.0.0-alpha-456 105 6 months ago
2.0.0-alpha-455 242 6 months ago
2.0.0-alpha-451 330 6 months ago
2.0.0-alpha-450 179 6 months ago
2.0.0-alpha-442 118 8 months ago
2.0.0-alpha-441 166 9 months ago
2.0.0-alpha-439 181 9 months ago
2.0.0-alpha-438 90 9 months ago
2.0.0-alpha-437 101 9 months ago
2.0.0-alpha-436 102 9 months ago
2.0.0-alpha-435 107 9 months ago
2.0.0-alpha-434 98 9 months ago
2.0.0-alpha-433 101 9 months ago
2.0.0-alpha-432 109 9 months ago
2.0.0-alpha-430 95 9 months ago
2.0.0-alpha-428 104 9 months ago
2.0.0-alpha-427 100 9 months ago
2.0.0-alpha-425 131 6/25/2024
2.0.0-alpha-424 4,113 5/28/2024
2.0.0-alpha-422 174 5/28/2024
2.0.0-alpha-421 165 5/28/2024
2.0.0-alpha-420 226 5/23/2024
2.0.0-alpha-419 430 5/21/2024
2.0.0-alpha-417 146 5/17/2024
2.0.0-alpha-416 202 5/17/2024
2.0.0-alpha-414 121 5/16/2024
2.0.0-alpha-413 122 5/16/2024
2.0.0-alpha-412 126 5/16/2024
2.0.0-alpha-411 122 5/16/2024
2.0.0-alpha-410 120 5/15/2024
2.0.0-alpha-409 130 5/15/2024
2.0.0-alpha-408 135 5/15/2024
2.0.0-alpha-407 450 5/14/2024
2.0.0-alpha-406 139 5/7/2024
2.0.0-alpha-405 142 5/7/2024
2.0.0-alpha-403 126 5/1/2024
2.0.0-alpha-402 2,228 3/27/2024
2.0.0-alpha-399 134 3/21/2024
2.0.0-alpha-398 140 3/21/2024
2.0.0-alpha-396 139 3/21/2024
2.0.0-alpha-395 150 3/21/2024
2.0.0-alpha-393 266 3/20/2024
2.0.0-alpha-392 624 3/13/2024
2.0.0-alpha-391 425 3/8/2024
2.0.0-alpha-388 242 2/15/2024
2.0.0-alpha-387 376 2/14/2024
2.0.0-alpha-384 294 2/5/2024
2.0.0-alpha-382 308 2/2/2024
2.0.0-alpha-381 282 2/2/2024
2.0.0-alpha-377 880 12/28/2023
2.0.0-alpha-376 390 12/28/2023
2.0.0-alpha-375 491 11/29/2023
2.0.0-alpha-374 468 11/24/2023
2.0.0-alpha-373 471 11/23/2023
2.0.0-alpha-372 469 11/23/2023
2.0.0-alpha-371 460 11/23/2023
2.0.0-alpha-370 459 11/23/2023
2.0.0-alpha-369 472 11/23/2023
2.0.0-alpha-368 480 11/22/2023
2.0.0-alpha-367 502 11/22/2023
2.0.0-alpha-366 468 11/20/2023
2.0.0-alpha-365 463 11/20/2023
2.0.0-alpha-364 477 11/20/2023
2.0.0-alpha-363 433 11/20/2023
2.0.0-alpha-362 445 11/20/2023
2.0.0-alpha-361 466 11/20/2023
2.0.0-alpha-360 477 11/20/2023
2.0.0-alpha-359 448 11/16/2023
2.0.0-alpha-358 458 11/16/2023
2.0.0-alpha-357 438 11/16/2023
2.0.0-alpha-356 462 11/15/2023
2.0.0-alpha-355 459 11/8/2023
2.0.0-alpha-354 462 11/8/2023
2.0.0-alpha-353 467 11/7/2023
2.0.0-alpha-352 471 11/7/2023
2.0.0-alpha-351 461 11/7/2023
2.0.0-alpha-350 480 11/7/2023
2.0.0-alpha-349 445 11/7/2023
2.0.0-alpha-348 461 11/7/2023
2.0.0-alpha-346 485 11/7/2023
2.0.0-alpha-344 472 11/1/2023
2.0.0-alpha-342 448 10/31/2023
2.0.0-alpha-341 463 10/31/2023
2.0.0-alpha-330 670 3/23/2023
2.0.0-alpha-315 652 2/7/2023
2.0.0-alpha-314 661 2/7/2023
2.0.0-alpha-309 692 2/6/2023
1.4.2-3series-caller-refere... 196 3 months ago
1.4.1 258 3 months ago
1.4.1-3series-workflow-upda... 204 3 months ago
1.4.1-3series-workflow-upda... 205 3 months ago
1.4.1-3series-workflow-upda... 206 3 months ago
1.4.0 96 3 months ago
1.3.3-hotfix-449 126 6 months ago
1.3.3-hotfix-390 255 2/26/2024
1.3.2 466 1/25/2024
1.3.2-hotfix-378 281 1/25/2024
1.3.2-hotfix-340 576 8/24/2023
1.3.2-hotfix-339 557 8/24/2023
1.3.1 776 8/24/2023
1.3.1-hotfix-338 572 8/23/2023
1.3.1-hotfix-337 565 8/16/2023
1.3.0 660 8/15/2023
1.2.2-hotfix-335 620 8/15/2023
1.2.2-beta-336 576 8/15/2023
1.2.2-beta-333 641 4/7/2023
1.2.2-alpha-334 642 4/28/2023
1.2.1 865 4/7/2023
1.2.1-hotfix-332 638 4/7/2023
1.2.1-hotfix-331 645 4/7/2023
1.2.1-beta-329 652 3/1/2023
1.2.0 838 3/1/2023
1.2.0-rc-328 673 3/1/2023
1.2.0-rc-324 674 2/24/2023
1.2.0-rc-320 672 2/7/2023
1.1.5-hotfix-327 647 3/1/2023
1.1.5-hotfix-295 687 2/2/2023
1.1.5-hotfix-294 693 1/31/2023
1.1.5-hotfix-288 716 1/19/2023
1.1.5-beta-323 674 2/24/2023
1.1.5-beta-317 682 2/7/2023
1.1.5-beta-289 637 1/19/2023
1.1.5-alpha-322 664 2/20/2023
1.1.5-alpha-321 650 2/20/2023
1.1.5-alpha-316 679 2/7/2023
1.1.5-alpha-293 702 1/30/2023
1.1.5-alpha-292 674 1/26/2023
1.1.5-alpha-291 699 1/24/2023
1.1.5-alpha-290 637 1/24/2023
1.1.5-alpha-286 645 1/18/2023
1.1.5-alpha-285 655 1/18/2023
1.1.5-alpha-284 697 1/17/2023
1.1.4 878 12/12/2022
1.1.4-hotfix-283 651 12/12/2022
1.1.4-alpha-282 693 11/14/2022
1.1.3 873 11/14/2022
1.1.3-hotfix-280 690 11/14/2022
1.1.3-hotfix-279 642 11/14/2022
1.1.3-hotfix-278 688 11/8/2022
1.1.3-hotfix-277 652 11/4/2022
1.1.3-hotfix-276 687 11/4/2022
1.1.3-hotfix-268 672 9/8/2022
1.1.3-hotfix-267 676 9/8/2022
1.1.3-hotfix-266 653 9/8/2022
1.1.3-hotfix-265 715 7/7/2022
1.1.3-beta-281 676 11/14/2022
1.1.3-alpha-275 688 10/20/2022
1.1.3-alpha-274 674 10/20/2022
1.1.3-alpha-273 662 10/20/2022
1.1.3-alpha-272 655 10/17/2022
1.1.3-alpha-271 660 10/14/2022
1.1.3-alpha-270 682 10/7/2022
1.1.3-alpha-269 650 10/7/2022
1.1.2 1,068 6/15/2022
1.1.2-hotfix-263 716 6/15/2022
1.1.2-hotfix-262 626 6/15/2022
1.1.2-hotfix-261 665 6/15/2022
1.1.2-beta-264 695 6/15/2022
1.1.2-beta-260 715 6/8/2022
1.1.2-alpha-259 702 6/8/2022
1.1.2-alpha-258 693 6/7/2022
1.1.2-alpha-257 712 5/23/2022
1.1.2-alpha-256 670 5/23/2022
1.1.2-alpha-253 729 5/23/2022
1.1.2-alpha-252 664 5/22/2022
1.1.2-alpha-251 687 5/22/2022
1.1.2-alpha-250 658 5/21/2022
1.1.1 1,393 2/24/2022
1.1.1-rc-247 772 2/10/2022
1.1.1-rc-243 705 2/9/2022
1.1.1-hotfix-241 694 2/9/2022
1.1.1-hotfix-239 698 2/9/2022
1.1.1-hotfix-236 675 2/9/2022
1.1.1-hotfix-233 842 10/18/2021
1.1.1-hotfix-232 803 10/18/2021
1.1.1-hotfix-225 824 9/11/2021
1.1.1-hotfix-224 850 9/11/2021
1.1.1-beta-248 692 2/24/2022
1.1.1-beta-242 709 2/9/2022
1.1.1-beta-238 706 2/9/2022
1.1.1-beta-231 809 9/24/2021
1.1.1-beta-230 785 9/20/2021
1.1.1-alpha-246 699 2/10/2022
1.1.1-alpha-245 683 2/10/2022
1.1.1-alpha-244 703 2/10/2022
1.1.1-alpha-234 1,246 11/19/2021
1.1.1-alpha-229 784 9/20/2021
1.1.1-alpha-228 774 9/15/2021
1.1.1-alpha-227 754 9/14/2021
1.1.1-alpha-226 816 9/14/2021
1.1.0 1,173 8/24/2021
1.0.49-hotfix-222 795 8/24/2021
1.0.49-hotfix-220 776 7/30/2021
1.0.49-beta-223 797 8/24/2021
1.0.49-beta-221 801 8/1/2021
1.0.48 1,078 7/23/2021
1.0.48-rc-219 795 7/23/2021
1.0.48-rc-218 790 7/23/2021
1.0.48-rc-217 784 7/23/2021
1.0.48-hotfix-213 818 7/1/2021
1.0.48-hotfix-210 771 6/17/2021
1.0.48-beta-216 795 7/23/2021
1.0.48-beta-215 839 7/23/2021
1.0.48-beta-212 772 7/1/2021
1.0.48-alpha-214 831 7/23/2021
1.0.48-alpha-211 809 7/1/2021
1.0.47 1,102 6/10/2021
1.0.47-hotfix-208 788 6/10/2021
1.0.47-hotfix-207 810 6/9/2021
1.0.47-beta-209 791 6/10/2021
1.0.46 990 4/22/2021
1.0.46-hotfix-205 852 4/22/2021
1.0.46-hotfix-202 811 2/17/2021
1.0.46-beta-206 784 4/22/2021
1.0.46-beta-203 831 3/5/2021
1.0.46-beta-201 847 1/22/2021
1.0.46-alpha-204 817 4/10/2021
1.0.45 216,242 1/22/2021
1.0.45-hotfix-200 870 1/21/2021
1.0.45-beta-199 888 12/21/2020
1.0.44 15,838 12/21/2020
1.0.44-rc-196 886 12/21/2020
1.0.44-rc-195 891 12/21/2020
1.0.44-hotfix-198 889 12/21/2020
1.0.44-hotfix-197 902 12/21/2020
1.0.44-hotfix-192 885 12/21/2020
1.0.44-beta-194 902 12/21/2020
1.0.44-beta-193 795 12/21/2020
1.0.43 20,715 11/11/2020
1.0.43-rc-189 917 11/11/2020
1.0.43-rc-188 851 11/11/2020
1.0.43-hotfix-190 875 11/11/2020
1.0.43-beta-191 877 11/11/2020
1.0.43-beta-187 991 11/11/2020
1.0.43-beta-183 939 10/28/2020
1.0.43-beta-178 885 10/28/2020
1.0.43-beta-173 898 9/30/2020
1.0.43-alpha-186 883 11/10/2020
1.0.43-alpha-185 936 11/4/2020
1.0.43-alpha-184 916 11/4/2020
1.0.43-alpha-182 915 10/28/2020
1.0.43-alpha-181 874 10/28/2020
1.0.43-alpha-177 928 10/16/2020
1.0.43-alpha-176 913 10/15/2020
1.0.43-alpha-175 854 10/15/2020
1.0.43-alpha-172 897 9/28/2020
1.0.43-alpha-171 918 9/24/2020
1.0.43-alpha-170 914 9/21/2020
1.0.42 1,251 9/17/2020
1.0.42-rc-167 941 9/17/2020
1.0.42-rc-165 982 9/16/2020
1.0.42-rc-164 949 9/16/2020
1.0.42-beta-168 920 9/17/2020
1.0.42-beta-163 926 9/16/2020
1.0.42-alpha-166 921 9/17/2020
1.0.42-alpha-162 936 9/16/2020
1.0.42-alpha-161 938 9/16/2020
1.0.42-alpha-160 907 9/14/2020
1.0.42-alpha-159 932 9/14/2020
1.0.42-alpha-158 1,002 9/4/2020
1.0.42-alpha-157 1,000 9/3/2020
1.0.41 1,274 8/14/2020
1.0.41-hotfix-155 966 8/14/2020
1.0.41-hotfix-154 962 8/14/2020
1.0.41-beta-156 934 8/14/2020
1.0.40 56,454 7/25/2020
1.0.40-rc-153 990 7/24/2020
1.0.40-rc-152 973 7/24/2020
1.0.40-rc-150 982 7/24/2020
1.0.40-alpha-151 915 7/24/2020
1.0.40-alpha-149 928 7/24/2020