PepperDashCore 2.14.0-feature-extract-html-assets.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.14.0-feature-extract-html-assets.2
                    
NuGet\Install-Package PepperDashCore -Version 2.14.0-feature-extract-html-assets.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.14.0-feature-extract-html-assets.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PepperDashCore" Version="2.14.0-feature-extract-html-assets.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.14.0-feature-extract-html-assets.2
                    
#r "nuget: PepperDashCore, 2.14.0-feature-extract-html-assets.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.14.0-feature-extract-html-assets.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.14.0-feature-extract-html-assets.2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PepperDashCore&version=2.14.0-feature-extract-html-assets.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... 134 8/12/2025
3.0.0-net8-updates.4 129 9/4/2025
3.0.0-net8-updates.3 201 8/6/2025
3.0.0-net8-updates.2 121 7/4/2025
2.15.2 40 9/10/2025
2.15.2-devlist-fix.1 30 9/10/2025
2.15.1 74 9/5/2025
2.15.1-cs-lan-mc-panel.2 65 9/5/2025
2.15.1-cs-lan-mc-panel.1 118 9/2/2025
2.15.0 219 8/26/2025
2.14.0 134 8/21/2025
2.14.0-rc.1 186 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 123 8/19/2025
2.14.0-feature-extract-html... 56 8/22/2025
2.14.0-feature-extract-html... 74 8/22/2025
2.14.0-feature-extract-html... 117 8/19/2025
2.14.0-beta.2 180 8/26/2025
2.14.0-beta.1 72 8/15/2025
2.13.1 91 8/15/2025
2.13.1-streaming-device-pro... 64 8/15/2025
2.13.0 84 8/15/2025
2.13.0-feature-assets-folder.2 117 8/12/2025
2.13.0-feature-assets-folder.1 127 8/11/2025
2.13.0-comm-bridge-add.1 73 8/15/2025
2.13.0-beta.1 118 8/13/2025
2.12.4 168 8/12/2025
2.12.4-current-sources.1 120 8/11/2025
2.12.3 207 8/4/2025
2.12.3-fix-remove-unsued-me... 115 8/11/2025
2.12.3-feature-update-crest... 142 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 109 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 127 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 346 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 451 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 512 7/23/2025
2.10.0 527 7/22/2025
2.10.0-portkey-add.1 506 7/22/2025
2.9.0 472 7/21/2025
2.9.0-unique-client-ids.1 140 7/10/2025
2.9.0-meter-feedback-interf... 458 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 128 7/17/2025
2.8.2-mc-touchpanel-cs.2 119 7/17/2025
2.8.1 130 7/17/2025
2.8.1-meter-feedback-interf... 118 7/16/2025
2.8.1-meter-feedback-interf... 79 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 154 7/8/2025
2.8.0-feature-add-isMic-sup... 145 6/26/2025
2.8.0-feature-add-IHasCamer... 120 7/17/2025
2.8.0-feature-add-IHasCamer... 118 7/16/2025
2.7.4 168 7/7/2025
2.7.4-beta.1 74 7/4/2025
2.7.3 127 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 152 6/26/2025
2.7.2-device-info-messenger.1 117 6/26/2025
2.7.1 160 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 266 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 128 6/18/2025
2.7.0-feature-add-interfaces.2 131 6/18/2025
2.6.1-beta.1 118 6/26/2025
2.5.1 364 5/14/2025
2.5.1-dsp-base-fix.1 223 5/14/2025
2.5.0 115 5/9/2025
2.5.0-plugin-minimum-version.2 136 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 76 5/9/2025
2.4.9-camera-preset-fix.1 216 5/14/2025
2.4.9-beta.1 228 5/14/2025
2.4.9-appdebug-case-insensi... 145 5/7/2025
2.4.8 131 5/2/2025
2.4.8-routing-clear-fix.2 83 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... 124 4/30/2025
2.4.8-RegisterForExtendersM... 136 4/30/2025
2.4.7 268 4/24/2025
2.4.7-routing-updates.2 152 4/24/2025
2.4.7-routing-updates.1 139 4/24/2025
2.4.6 207 4/18/2025
2.4.6-selectable-items-inte... 192 4/17/2025
2.4.6-lighting-interface-fix.2 112 4/18/2025
2.4.6-lighting-interface-fix.1 127 4/18/2025
2.4.5 298 4/14/2025
2.4.5-lighting-scene-updates.1 174 4/14/2025
2.4.4 243 4/11/2025
2.4.4-generic-comm-monitor-... 99 4/11/2025
2.4.3-generic-comm-monitor-... 92 4/11/2025
2.4.2 201 4/9/2025
2.4.2-messenger-fixes.2 148 4/9/2025
2.4.2-messenger-fixes.1 150 4/9/2025
2.4.1 200 4/8/2025
2.4.0 171 4/4/2025
2.3.1-fix-add-client.1 139 4/8/2025
2.3.0 268 4/2/2025
2.3.0-webview-eventhandler.1 185 4/2/2025
2.3.0-routing-fixes.2 101 4/4/2025
2.3.0-routing-fixes.1 107 4/4/2025
2.3.0-rc.1 130 4/2/2025
2.3.0-codec-messenger-issues.1 149 4/2/2025
2.3.0-bring-mc-fixes-over.1 145 4/2/2025
2.3.0-beta.2 153 4/2/2025
2.3.0-beta.1 155 4/2/2025
2.2.3-routing-fixes.1 131 4/4/2025
2.2.2 197 4/2/2025
2.2.2-mc-fixes.1 139 4/2/2025
2.2.1 222 4/1/2025
2.2.1-fix-volume-add-again.1 142 4/1/2025
2.2.0 198 4/1/2025
2.2.0-rc.1 136 4/1/2025
2.2.0-beta.1 141 4/1/2025
2.1.2 190 3/31/2025
2.1.2-room-loading-protecti... 144 3/31/2025
2.1.1 164 3/28/2025
2.1.1-add-routes.3 113 3/28/2025
2.1.1-add-routes.1 118 3/28/2025
2.1.0 505 3/26/2025
2.1.0-rc.1 122 3/26/2025
2.1.0-feature-move-portal-c... 454 3/26/2025
2.1.0-feature-move-portal-c... 458 3/26/2025
2.1.0-beta.3 450 3/26/2025
2.0.1 470 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 185 3/4/2025
2.0.0-rc.5 206 3/5/2025
2.0.0-rc.4 184 3/5/2025
2.0.0-rc.3 201 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 193 3/5/2025
2.0.0-feature-2-device-ikey... 183 3/5/2025
2.0.0-feature-2-creslib-ver... 186 3/5/2025
2.0.0-feature-2-camera-list... 199 3/5/2025
2.0.0-beta-452 148 2/20/2025
2.0.0-beta-423 255 5/28/2024
2.0.0-beta-418 408 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 429 3/21/2024
2.0.0-beta-397 177 3/21/2024
2.0.0-beta-389 1,159 2/15/2024
2.0.0-beta-385 1,284 2/5/2024
2.0.0-beta-383 997 2/2/2024
2.0.0-beta-379 321 2/1/2024
2.0.0-beta-318 795 2/7/2023
2.0.0-beta-310 704 2/7/2023
2.0.0-beta.1 189 3/4/2025
2.0.0-alpha-462 162 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 104 2/26/2025
2.0.0-alpha-458 108 2/26/2025
2.0.0-alpha-457 101 2/25/2025
2.0.0-alpha-456 114 2/25/2025
2.0.0-alpha-455 253 2/20/2025
2.0.0-alpha-451 339 2/19/2025
2.0.0-alpha-450 189 2/19/2025
2.0.0-alpha-442 129 12/11/2024
2.0.0-alpha-441 174 11/11/2024
2.0.0-alpha-439 190 11/5/2024
2.0.0-alpha-438 96 11/5/2024
2.0.0-alpha-437 111 11/5/2024
2.0.0-alpha-436 112 11/5/2024
2.0.0-alpha-435 119 11/4/2024
2.0.0-alpha-434 110 11/1/2024
2.0.0-alpha-433 108 11/1/2024
2.0.0-alpha-432 123 11/1/2024
2.0.0-alpha-430 106 10/31/2024
2.0.0-alpha-428 114 10/31/2024
2.0.0-alpha-427 115 10/30/2024
2.0.0-alpha-425 141 6/25/2024
2.0.0-alpha-424 4,129 5/28/2024
2.0.0-alpha-422 183 5/28/2024
2.0.0-alpha-421 172 5/28/2024
2.0.0-alpha-420 233 5/23/2024
2.0.0-alpha-419 440 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 133 5/16/2024
2.0.0-alpha-413 131 5/16/2024
2.0.0-alpha-412 136 5/16/2024
2.0.0-alpha-411 133 5/16/2024
2.0.0-alpha-410 131 5/15/2024
2.0.0-alpha-409 138 5/15/2024
2.0.0-alpha-408 147 5/15/2024
2.0.0-alpha-407 463 5/14/2024
2.0.0-alpha-406 150 5/7/2024
2.0.0-alpha-405 150 5/7/2024
2.0.0-alpha-403 134 5/1/2024
2.0.0-alpha-402 2,242 3/27/2024
2.0.0-alpha-399 142 3/21/2024
2.0.0-alpha-398 149 3/21/2024
2.0.0-alpha-396 152 3/21/2024
2.0.0-alpha-395 162 3/21/2024
2.0.0-alpha-393 278 3/20/2024
2.0.0-alpha-392 635 3/13/2024
2.0.0-alpha-391 439 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 306 2/5/2024
2.0.0-alpha-382 321 2/2/2024
2.0.0-alpha-381 293 2/2/2024
2.0.0-alpha-377 890 12/28/2023
2.0.0-alpha-376 402 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 480 11/23/2023
2.0.0-alpha-372 477 11/23/2023
2.0.0-alpha-371 469 11/23/2023
2.0.0-alpha-370 472 11/23/2023
2.0.0-alpha-369 480 11/23/2023
2.0.0-alpha-368 491 11/22/2023
2.0.0-alpha-367 508 11/22/2023
2.0.0-alpha-366 479 11/20/2023
2.0.0-alpha-365 472 11/20/2023
2.0.0-alpha-364 484 11/20/2023
2.0.0-alpha-363 444 11/20/2023
2.0.0-alpha-362 456 11/20/2023
2.0.0-alpha-361 480 11/20/2023
2.0.0-alpha-360 487 11/20/2023
2.0.0-alpha-359 457 11/16/2023
2.0.0-alpha-358 467 11/16/2023
2.0.0-alpha-357 450 11/16/2023
2.0.0-alpha-356 472 11/15/2023
2.0.0-alpha-355 472 11/8/2023
2.0.0-alpha-354 472 11/8/2023
2.0.0-alpha-353 480 11/7/2023
2.0.0-alpha-352 481 11/7/2023
2.0.0-alpha-351 470 11/7/2023
2.0.0-alpha-350 491 11/7/2023
2.0.0-alpha-349 456 11/7/2023
2.0.0-alpha-348 474 11/7/2023
2.0.0-alpha-346 493 11/7/2023
2.0.0-alpha-344 481 11/1/2023
2.0.0-alpha-342 461 10/31/2023
2.0.0-alpha-341 470 10/31/2023
2.0.0-alpha-330 688 3/23/2023
2.0.0-alpha-315 666 2/7/2023
2.0.0-alpha-314 677 2/7/2023
2.0.0-alpha-309 711 2/6/2023
1.4.2 136 8/14/2025
1.4.2-comm-method-updates.1 118 8/14/2025
1.4.2-3series-caller-refere... 202 5/15/2025
1.4.1 306 5/13/2025
1.4.1-3series-workflow-upda... 214 5/13/2025
1.4.1-3series-workflow-upda... 214 5/13/2025
1.4.1-3series-workflow-upda... 215 5/13/2025
1.4.0 111 5/9/2025
1.3.3-hotfix-449 132 2/13/2025
1.3.3-hotfix-390 261 2/26/2024
1.3.2 486 1/25/2024
1.3.2-hotfix-378 289 1/25/2024
1.3.2-hotfix-340 585 8/24/2023
1.3.2-hotfix-339 568 8/24/2023
1.3.1 791 8/24/2023
1.3.1-hotfix-338 582 8/23/2023
1.3.1-hotfix-337 581 8/16/2023
1.3.0 669 8/15/2023
1.2.2-hotfix-335 634 8/15/2023
1.2.2-beta-336 586 8/15/2023
1.2.2-beta-333 656 4/7/2023
1.2.2-alpha-334 656 4/28/2023
1.2.1 875 4/7/2023
1.2.1-hotfix-332 649 4/7/2023
1.2.1-hotfix-331 656 4/7/2023
1.2.1-beta-329 666 3/1/2023
1.2.0 851 3/1/2023
1.2.0-rc-328 688 3/1/2023
1.2.0-rc-324 686 2/24/2023
1.2.0-rc-320 687 2/7/2023
1.1.5-hotfix-327 662 3/1/2023
1.1.5-hotfix-295 699 2/2/2023
1.1.5-hotfix-294 708 1/31/2023
1.1.5-hotfix-288 728 1/19/2023
1.1.5-beta-323 687 2/24/2023
1.1.5-beta-317 697 2/7/2023
1.1.5-beta-289 655 1/19/2023
1.1.5-alpha-322 677 2/20/2023
1.1.5-alpha-321 663 2/20/2023
1.1.5-alpha-316 697 2/7/2023
1.1.5-alpha-293 718 1/30/2023
1.1.5-alpha-292 689 1/26/2023
1.1.5-alpha-291 711 1/24/2023
1.1.5-alpha-290 652 1/24/2023
1.1.5-alpha-286 656 1/18/2023
1.1.5-alpha-285 668 1/18/2023
1.1.5-alpha-284 714 1/17/2023
1.1.4 892 12/12/2022
1.1.4-hotfix-283 668 12/12/2022
1.1.4-alpha-282 709 11/14/2022
1.1.3 885 11/14/2022
1.1.3-hotfix-280 703 11/14/2022
1.1.3-hotfix-279 658 11/14/2022
1.1.3-hotfix-278 702 11/8/2022
1.1.3-hotfix-277 667 11/4/2022
1.1.3-hotfix-276 707 11/4/2022
1.1.3-hotfix-268 690 9/8/2022
1.1.3-hotfix-267 696 9/8/2022
1.1.3-hotfix-266 666 9/8/2022
1.1.3-hotfix-265 727 7/7/2022
1.1.3-beta-281 692 11/14/2022
1.1.3-alpha-275 703 10/20/2022
1.1.3-alpha-274 687 10/20/2022
1.1.3-alpha-273 680 10/20/2022
1.1.3-alpha-272 671 10/17/2022
1.1.3-alpha-271 677 10/14/2022
1.1.3-alpha-270 699 10/7/2022
1.1.3-alpha-269 664 10/7/2022
1.1.2 1,082 6/15/2022
1.1.2-hotfix-263 730 6/15/2022
1.1.2-hotfix-262 642 6/15/2022
1.1.2-hotfix-261 681 6/15/2022
1.1.2-beta-264 714 6/15/2022
1.1.2-beta-260 730 6/8/2022
1.1.2-alpha-259 717 6/8/2022
1.1.2-alpha-258 709 6/7/2022
1.1.2-alpha-257 725 5/23/2022
1.1.2-alpha-256 684 5/23/2022
1.1.2-alpha-253 744 5/23/2022
1.1.2-alpha-252 682 5/22/2022
1.1.2-alpha-251 701 5/22/2022
1.1.2-alpha-250 672 5/21/2022
1.1.1 1,408 2/24/2022
1.1.1-rc-247 786 2/10/2022
1.1.1-rc-243 719 2/9/2022
1.1.1-hotfix-241 709 2/9/2022
1.1.1-hotfix-239 711 2/9/2022
1.1.1-hotfix-236 690 2/9/2022
1.1.1-hotfix-233 855 10/18/2021
1.1.1-hotfix-232 819 10/18/2021
1.1.1-hotfix-225 839 9/11/2021
1.1.1-hotfix-224 865 9/11/2021
1.1.1-beta-248 709 2/24/2022
1.1.1-beta-242 723 2/9/2022
1.1.1-beta-238 722 2/9/2022
1.1.1-beta-231 822 9/24/2021
1.1.1-beta-230 798 9/20/2021
1.1.1-alpha-246 713 2/10/2022
1.1.1-alpha-245 696 2/10/2022
1.1.1-alpha-244 718 2/10/2022
1.1.1-alpha-234 1,262 11/19/2021
1.1.1-alpha-229 800 9/20/2021
1.1.1-alpha-228 791 9/15/2021
1.1.1-alpha-227 773 9/14/2021
1.1.1-alpha-226 831 9/14/2021
1.1.0 1,186 8/24/2021
1.0.49-hotfix-222 813 8/24/2021
1.0.49-hotfix-220 793 7/30/2021
1.0.49-beta-223 813 8/24/2021
1.0.49-beta-221 818 8/1/2021
1.0.48 1,092 7/23/2021
1.0.48-rc-219 811 7/23/2021
1.0.48-rc-218 805 7/23/2021
1.0.48-rc-217 801 7/23/2021
1.0.48-hotfix-213 832 7/1/2021
1.0.48-hotfix-210 788 6/17/2021
1.0.48-beta-216 812 7/23/2021
1.0.48-beta-215 854 7/23/2021
1.0.48-beta-212 787 7/1/2021
1.0.48-alpha-214 843 7/23/2021
1.0.48-alpha-211 822 7/1/2021
1.0.47 1,116 6/10/2021
1.0.47-hotfix-208 804 6/10/2021
1.0.47-hotfix-207 827 6/9/2021
1.0.47-beta-209 805 6/10/2021
1.0.46 1,006 4/22/2021
1.0.46-hotfix-205 865 4/22/2021
1.0.46-hotfix-202 828 2/17/2021
1.0.46-beta-206 801 4/22/2021
1.0.46-beta-203 848 3/5/2021
1.0.46-beta-201 865 1/22/2021
1.0.46-alpha-204 834 4/10/2021
1.0.45 216,281 1/22/2021
1.0.45-hotfix-200 889 1/21/2021
1.0.45-beta-199 907 12/21/2020
1.0.44 15,858 12/21/2020
1.0.44-rc-196 907 12/21/2020
1.0.44-rc-195 912 12/21/2020
1.0.44-hotfix-198 906 12/21/2020
1.0.44-hotfix-197 918 12/21/2020
1.0.44-hotfix-192 903 12/21/2020
1.0.44-beta-194 919 12/21/2020
1.0.44-beta-193 818 12/21/2020
1.0.43 20,733 11/11/2020
1.0.43-rc-189 935 11/11/2020
1.0.43-rc-188 868 11/11/2020
1.0.43-hotfix-190 892 11/11/2020
1.0.43-beta-191 897 11/11/2020
1.0.43-beta-187 1,008 11/11/2020
1.0.43-beta-183 956 10/28/2020
1.0.43-beta-178 901 10/28/2020
1.0.43-beta-173 917 9/30/2020
1.0.43-alpha-186 901 11/10/2020
1.0.43-alpha-185 954 11/4/2020
1.0.43-alpha-184 933 11/4/2020
1.0.43-alpha-182 931 10/28/2020
1.0.43-alpha-181 894 10/28/2020
1.0.43-alpha-177 948 10/16/2020
1.0.43-alpha-176 931 10/15/2020
1.0.43-alpha-175 874 10/15/2020
1.0.43-alpha-172 913 9/28/2020
1.0.43-alpha-171 939 9/24/2020
1.0.43-alpha-170 933 9/21/2020
1.0.42 1,270 9/17/2020
1.0.42-rc-167 957 9/17/2020
1.0.42-rc-165 1,000 9/16/2020
1.0.42-rc-164 965 9/16/2020
1.0.42-beta-168 937 9/17/2020
1.0.42-beta-163 945 9/16/2020
1.0.42-alpha-166 941 9/17/2020
1.0.42-alpha-162 952 9/16/2020
1.0.42-alpha-161 955 9/16/2020
1.0.42-alpha-160 924 9/14/2020
1.0.42-alpha-159 954 9/14/2020
1.0.42-alpha-158 1,018 9/4/2020
1.0.42-alpha-157 1,018 9/3/2020
1.0.41 1,291 8/14/2020
1.0.41-hotfix-155 986 8/14/2020
1.0.41-hotfix-154 978 8/14/2020
1.0.41-beta-156 956 8/14/2020
1.0.40 56,490 7/25/2020
1.0.40-rc-153 1,006 7/24/2020
1.0.40-rc-152 992 7/24/2020
1.0.40-rc-150 998 7/24/2020
1.0.40-alpha-151 932 7/24/2020
1.0.40-alpha-149 945 7/24/2020