Intent.SoftwareFactory.CLI.nightly 4.3.999-nightly.2024-09-25-0102

This is a prerelease version of Intent.SoftwareFactory.CLI.nightly.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet tool install --global Intent.SoftwareFactory.CLI.nightly --version 4.3.999-nightly.2024-09-25-0102
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Intent.SoftwareFactory.CLI.nightly --version 4.3.999-nightly.2024-09-25-0102
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Intent.SoftwareFactory.CLI.nightly&version=4.3.999-nightly.2024-09-25-0102&prerelease
                    
nuke :add-package Intent.SoftwareFactory.CLI.nightly --version 4.3.999-nightly.2024-09-25-0102
                    

Software Factory CLI

A CLI (command line interface) version of the Intent Architect Software Factory.

Why use this tool?

This tool can easily be configured as part of your CI/CD pipeline to ensure your Intent Architect design and actual solution codebase are in sync. This is analogous to ensuring your codebase compiles and all tests pass when committing code, and is one of the major benefits of a CI/CD pipeline. The intention is to extend the CI/CD pipeline checks and balances to include that all Intent Architect designs are in sync with the underlying codebase. This tool allows developers to apply the same rigor to Intent Architect changes as they do to codebase changes, ensuring a more consistent and reliable codebase. This practice is particularly important when you have a team of developers collaborating on a shared repository.

Pre-requisites

Latest Long Term Support (LTS) version of .NET.

Additional considerations when running custom modules

If your Intent Architect applications are running custom modules (i.e. modules which are not available at the https://intentarchitect.com/ repository), you will need to ensure the following:

  • The repository location containing your custom modules will need to be added as a repository with its Context set to Current Solution.
  • The operating system instance running the Software Factory CLI will need access to the location of the .imod files in order for it to be able to restore them during execution.

The can be used for self-hosting custom modules to make them available over HTTP.

Installation

This CLI tool is available as a .NET Tool and can be installed with the following command:

dotnet tool install Intent.SoftwareFactory.CLI --global

If dotnet tool install fails with an error to the effect of The required NuGet feed can't be accessed, perhaps because of an Internet connection problem. and it shows a private NuGet feed URL, you can try add the --ignore-failed-sources command line option (source).

You should see output to the effect of:

You can invoke the tool using the following command: intent-cli
Tool 'intent.softwarefactory.cli' (version 'x.x.x') was successfully installed.

Updating

A new version of the Software Factory CLI tool is also built and published as part of the automated build process which builds and publishes the Intent Architect desktop application. The version of the tool will always correspond with the version of the desktop application.

The same command for installation (dotnet tool install Intent.SoftwareFactory.CLI --global) will update the tool if an update is available and if none is available it reinstalls it making it safe to run the command as often as desired to ensure the tool is up to date.

Usage

intent-cli [command] [options]

Options

Option Description
--version Show version information
-?, -h, --help Show help and usage information
--error-logging-command <error-logging-command> Command to use for logging an error. Some continuous integration environments watch output for "commands" for logging of errors. Will be automatically configured when the process is detected to be running on the following kinds of build servers:<br />- Azure Pipelines<br /><br />See the documentation on Serilog.Expressions ExpressionTemplate for formatting options: https://github.com/serilog/serilog-expressions#formatting-with-expressiontemplate
--warning-logging-command <warning-logging-command> Command to use for logging a warning. Some continuous integration environments watch output for "commands" for logging of errors. Will be automatically configured when the process is detected to be running on the following kinds of build servers:<br />- Azure Pipelines<br /><br />See the documentation on Serilog.Expressions ExpressionTemplate for formatting options: https://github.com/serilog/serilog-expressions#formatting-with-expressiontemplate

Commands

Command Description
ensure-no-outstanding-changes <username> <password> <isln-path> Runs the Software Factory and if there are any outstanding changes it prints out an error and exits with a non-zero return code.
apply-pending-changes <username> <password> <isln-path> Runs the Software Factory and applies any outstanding changes.

ensure-no-outstanding-changes command

Runs the Software Factory and if there are any outstanding changes it prints out an error and exits with a non-zero return code.

ensure-no-outstanding-changes usage

intent-cli ensure-no-outstanding-changes <username> <password> <isln-path> [options]

ensure-no-outstanding-changes arguments

Argument Description
<username> Username for an active Intent Architect account.
<password> Password for the Intent Architect account.
<isln-path> Path to the Intent Architect solution (.isln) file or folder containing a single .isln file.

ensure-no-outstanding-changes options

Option Description
--check-deviations Whether to also check for unapproved deviations.
--application-id <application-id> The Id of the Intent Architect application. If unspecified then all applications found in the .isln will be run.
--attach-debugger The Software Factory will pause at startup giving you chance to attach a .NET debugger.
-?, -h, --help Show help and usage information
--error-logging-command <error-logging-command> Command to use for logging an error. Some continuous integration environments watch output for "commands" for logging of errors. Will be automatically configured when the process is detected to be running on the following kinds of build servers:<br />- Azure Pipelines<br /><br />See the documentation on Serilog.Expressions ExpressionTemplate for formatting options: https://github.com/serilog/serilog-expressions#formatting-with-expressiontemplate
--warning-logging-command <warning-logging-command> Command to use for logging a warning. Some continuous integration environments watch output for "commands" for logging of errors. Will be automatically configured when the process is detected to be running on the following kinds of build servers:<br />- Azure Pipelines<br /><br />See the documentation on Serilog.Expressions ExpressionTemplate for formatting options: https://github.com/serilog/serilog-expressions#formatting-with-expressiontemplate

apply-pending-changes command

Runs the Software Factory and applies any outstanding changes.

apply-pending-changes usage

intent-cli apply-pending-changes <username> <password> <isln-path> [options]

apply-pending-changes arguments

Argument Description
<username> Username for an active Intent Architect account.
<password> Password for the Intent Architect account.
<isln-path> Path to the Intent Architect solution (.isln) file or folder containing a single .isln file.

apply-pending-changes options

Option Description
--application-id <application-id> The Id of the Intent Architect application. If unspecified then all applications found in the .isln will be run.
--attach-debugger The Software Factory will pause at startup giving you chance to attach a .NET debugger.
-?, -h, --help Show help and usage information
--error-logging-command <error-logging-command> Command to use for logging an error. Some continuous integration environments watch output for "commands" for logging of errors. Will be automatically configured when the process is detected to be running on the following kinds of build servers:<br />- Azure Pipelines<br /><br />See the documentation on Serilog.Expressions ExpressionTemplate for formatting options: https://github.com/serilog/serilog-expressions#formatting-with-expressiontemplate
--warning-logging-command <warning-logging-command> Command to use for logging a warning. Some continuous integration environments watch output for "commands" for logging of errors. Will be automatically configured when the process is detected to be running on the following kinds of build servers:<br />- Azure Pipelines<br /><br />See the documentation on Serilog.Expressions ExpressionTemplate for formatting options: https://github.com/serilog/serilog-expressions#formatting-with-expressiontemplate

Example: Azure Pipelines

Install the Intent.ContinuousIntegration.AzurePipelines module into your Intent Architect application to have it automatically generate an azure-pipelines.yml file for you, refer its readme for more information.

Create a variable group with the Intent Architect account details

Create a variable group with the Intent Architect account details, for example:

Variable group with Intent Architect account details

Variable groups are defined globally for an Azure DevOps project, to be able to access a variable group for a particular pipeline, it needs to be linked to it.

Add the variable group and other variables to the pipeline YAML file

To make the variable group available to a stage within your pipeline, it will need to be added to its variables. You may also want to define variables for the other command line arguments and options:

variables:
- group: 'Intent Architect Credentials'
- name: 'intentSolutionPath'
  value: 'intent'

Create a step to install the CLI

- task: PowerShell@2
  displayName: 'Install Intent Architect Software Factory CLI'
  inputs:
    targetType: 'inline'
    pwsh: true
    script: 'dotnet tool install Intent.SoftwareFactory.CLI --global'

Create a step to run the CLI

- task: PowerShell@2
  displayName: 'run intent cli'
  env:
    INTENT_USER: $(intent-architect-user)
    INTENT_PASS: $(intent-architect-password)
    INTENT_SOLUTION_PATH: $(intentSolutionPath)
  inputs:
    targetType: 'inline'
    pwsh: true
    script: |
      intent-cli ensure-no-outstanding-changes "$Env:INTENT_USER" "$Env:INTENT_PASS" "$Env:INTENT_SOLUTION_PATH"

A complete YAML file

trigger:
  batch: 'true'
  branches:
    include:
    - '*'

pool:
  vmImage: 'ubuntu-latest'

variables:
- group: 'Intent Architect Credentials'
- name: 'intentSolutionPath'
  value: 'intent'

steps:

- task: PowerShell@2
  displayName: 'Install Intent Architect Software Factory CLI'
  inputs:
    targetType: 'inline'
    pwsh: true
    script: 'dotnet tool install Intent.SoftwareFactory.CLI --global'

- task: PowerShell@2
  displayName: 'run intent cli'
  env:
    INTENT_USER: $(intent-architect-user)
    INTENT_PASS: $(intent-architect-password)
    INTENT_SOLUTION_PATH: $(intentSolutionPath)
  inputs:
    targetType: 'inline'
    pwsh: true
    script: |
      intent-cli ensure-no-outstanding-changes "$Env:INTENT_USER" "$Env:INTENT_PASS" "$Env:INTENT_SOLUTION_PATH"

Run the pipeline

When you run the pipeline, it should now install the CLI and run it.

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.

This package has no dependencies.

Version Downloads Last Updated
4.5.999-nightly.2025-10-15-... 25 10/15/2025
4.5.999-nightly.2025-10-14-... 50 10/14/2025
4.5.999-nightly.2025-10-13-... 40 10/13/2025
4.5.999-nightly.2025-10-13-... 40 10/13/2025
4.5.999-nightly.2025-10-11-... 45 10/11/2025
4.5.999-nightly.2025-10-10-... 84 10/10/2025
4.5.999-nightly.2025-10-10-... 96 10/10/2025
4.5.999-nightly.2025-10-10-... 105 10/10/2025
4.5.999-nightly.2025-10-09-... 124 10/9/2025
4.5.999-nightly.2025-10-07-... 139 10/7/2025
4.5.999-nightly.2025-10-04-... 107 10/4/2025
4.5.999-nightly.2025-10-03-... 87 10/3/2025
4.5.999-nightly.2025-10-03-... 121 10/3/2025
4.5.999-nightly.2025-10-02-... 115 10/2/2025
4.5.999-nightly.2025-10-02-... 127 10/2/2025
4.5.999-nightly.2025-10-01-... 121 10/1/2025
4.5.999-nightly.2025-09-30-... 131 9/30/2025
4.5.999-nightly.2025-09-29-... 131 9/29/2025
4.5.999-nightly.2025-09-28-... 100 9/28/2025
4.5.999-nightly.2025-09-28-... 59 9/28/2025
4.5.999-nightly.2025-09-27-... 48 9/27/2025
4.5.999-nightly.2025-09-26-... 102 9/26/2025
4.5.999-nightly.2025-09-26-... 123 9/26/2025
4.5.999-nightly.2025-09-25-... 132 9/25/2025
4.5.999-nightly.2025-09-25-... 121 9/25/2025
4.5.999-nightly.2025-09-25-... 115 9/25/2025
4.5.999-nightly.2025-09-25-... 115 9/25/2025
4.5.999-nightly.2025-09-24-... 120 9/24/2025
4.5.999-nightly.2025-09-24-... 119 9/24/2025
4.5.999-nightly.2025-09-24-... 118 9/24/2025
4.5.999-nightly.2025-09-23-... 153 9/23/2025
4.5.999-nightly.2025-09-22-... 191 9/22/2025
4.5.999-nightly.2025-09-19-... 252 9/19/2025
4.5.999-nightly.2025-09-18-... 246 9/18/2025
4.5.999-nightly.2025-09-18-... 256 9/18/2025
4.5.999-nightly.2025-09-15-... 204 9/15/2025
4.5.999-nightly.2025-09-14-... 100 9/14/2025
4.5.999-nightly.2025-09-13-... 98 9/13/2025
4.5.999-nightly.2025-09-13-... 55 9/13/2025
4.5.999-nightly.2025-09-12-... 106 9/12/2025
4.5.999-nightly.2025-09-12-... 100 9/12/2025
4.5.999-nightly.2025-09-11-... 132 9/11/2025
4.5.999-nightly.2025-09-11-... 130 9/11/2025
4.5.999-nightly.2025-09-10-... 130 9/10/2025
4.5.999-nightly.2025-09-09-... 140 9/9/2025
4.5.999-nightly.2025-09-08-... 123 9/8/2025
4.5.999-nightly.2025-09-07-... 99 9/7/2025
4.5.999-nightly.2025-09-06-... 61 9/6/2025
4.5.999-nightly.2025-09-05-... 132 9/5/2025
4.5.999-nightly.2025-09-04-... 143 9/4/2025
4.5.999-nightly.2025-09-04-... 140 9/4/2025
4.5.999-nightly.2025-09-03-... 127 9/3/2025
4.5.999-nightly.2025-09-02-... 136 9/2/2025
4.5.999-nightly.2025-09-02-... 128 9/2/2025
4.5.999-nightly.2025-09-02-... 129 9/2/2025
4.5.999-nightly.2025-08-28-... 171 8/28/2025
4.5.999-nightly.2025-08-27-... 173 8/27/2025
4.5.999-nightly.2025-08-26-... 171 8/26/2025
4.5.999-nightly.2025-08-25-... 196 8/25/2025
4.5.999-nightly.2025-08-24-... 80 8/24/2025
4.5.999-nightly.2025-08-23-... 58 8/23/2025
4.5.999-nightly.2025-08-22-... 119 8/22/2025
4.5.999-nightly.2025-08-21-... 125 8/21/2025
4.5.999-nightly.2025-08-19-... 122 8/19/2025
4.5.999-nightly.2025-08-16-... 56 8/16/2025
4.5.999-nightly.2025-08-15-... 127 8/15/2025
4.5.999-nightly.2025-08-14-... 132 8/14/2025
4.5.999-nightly.2025-08-13-... 130 8/13/2025
4.5.999-nightly.2025-08-12-... 134 8/12/2025
4.5.999-nightly.2025-08-11-... 127 8/11/2025
4.5.999-nightly.2025-08-11-... 125 8/11/2025
4.5.999-nightly.2025-08-10-... 84 8/10/2025
4.5.999-nightly.2025-08-09-... 115 8/9/2025
4.5.999-nightly.2025-08-07-... 211 8/7/2025
4.5.999-nightly.2025-08-05-... 194 8/5/2025
4.5.999-nightly.2025-08-03-... 58 8/3/2025
4.5.999-nightly.2025-08-02-... 35 8/2/2025
4.5.999-nightly.2025-08-01-... 104 8/1/2025
4.5.999-nightly.2025-07-31-... 110 7/31/2025
4.5.999-nightly.2025-07-30-... 108 7/30/2025
4.5.999-nightly.2025-07-26-... 293 7/26/2025
4.5.999-nightly.2025-07-25-... 465 7/25/2025
4.5.999-nightly.2025-07-24-... 478 7/24/2025
4.5.999-nightly.2025-07-23-... 519 7/23/2025
4.5.999-nightly.2025-07-22-... 516 7/22/2025
4.5.999-nightly.2025-07-21-... 307 7/21/2025
4.5.999-nightly.2025-07-20-... 220 7/20/2025
4.5.999-nightly.2025-07-17-... 129 7/17/2025
4.5.999-nightly.2025-07-16-... 129 7/16/2025
4.5.999-nightly.2025-07-15-... 132 7/15/2025
4.5.999-nightly.2025-07-14-... 131 7/14/2025
4.5.999-nightly.2025-07-13-... 88 7/13/2025
4.5.999-nightly.2025-07-11-... 124 7/11/2025
4.5.999-nightly.2025-07-10-... 129 7/10/2025
4.5.999-nightly.2025-07-09-... 128 7/9/2025
4.5.999-nightly.2025-07-09-... 130 7/9/2025
4.5.999-nightly.2025-07-08-... 135 7/8/2025
4.5.999-nightly.2025-07-06-... 125 7/6/2025
4.5.999-nightly.2025-07-05-... 60 7/5/2025
4.5.999-nightly.2025-07-04-... 125 7/4/2025
4.5.999-nightly.2025-07-03-... 133 7/3/2025
4.5.999-nightly.2025-07-02-... 130 7/2/2025
4.5.999-nightly.2025-07-01-... 127 7/1/2025
4.5.999-nightly.2025-06-28-... 57 6/28/2025
4.5.999-nightly.2025-06-27-... 121 6/27/2025
4.5.999-nightly.2025-06-26-... 130 6/26/2025
4.5.999-nightly.2025-06-25-... 144 6/25/2025
4.5.999-nightly.2025-06-24-... 131 6/24/2025
4.5.999-nightly.2025-06-23-... 130 6/23/2025
4.5.999-nightly.2025-06-23-... 132 6/23/2025
4.5.999-nightly.2025-06-22-... 113 6/22/2025
4.5.999-nightly.2025-06-21-... 63 6/21/2025
4.5.999-nightly.2025-06-20-... 154 6/20/2025
4.5.999-nightly.2025-06-19-... 136 6/19/2025
4.5.999-nightly.2025-06-16-... 134 6/16/2025
4.5.999-nightly.2025-06-15-... 130 6/15/2025
4.5.999-nightly.2025-06-13-... 274 6/13/2025
4.5.999-nightly.2025-06-12-... 273 6/12/2025
4.5.999-nightly.2025-06-11-... 276 6/11/2025
4.5.999-nightly.2025-06-10-... 269 6/10/2025
4.5.999-nightly.2025-06-09-... 196 6/9/2025
4.5.999-nightly.2025-06-07-... 64 6/7/2025
4.5.999-nightly.2025-06-06-... 113 6/6/2025
4.5.999-nightly.2025-06-06-... 134 6/6/2025
4.5.999-nightly.2025-06-04-... 151 6/4/2025
4.5.999-nightly.2025-06-03-... 140 6/3/2025
4.5.999-nightly.2025-06-02-... 135 6/2/2025
4.5.999-nightly.2025-05-31-... 64 5/31/2025
4.5.999-nightly.2025-05-30-... 131 5/30/2025
4.5.999-nightly.2025-05-29-... 142 5/29/2025
4.5.999-nightly.2025-05-28-... 142 5/28/2025
4.5.999-nightly.2025-05-27-... 146 5/27/2025
4.5.999-nightly.2025-05-27-... 141 5/27/2025
4.5.999-nightly.2025-05-27-... 144 5/27/2025
4.5.999-nightly.2025-05-26-... 143 5/26/2025
4.5.999-nightly.2025-05-26-... 146 5/26/2025
4.5.999-nightly.2025-05-24-... 69 5/24/2025
4.5.999-nightly.2025-05-23-... 141 5/23/2025
4.5.999-nightly.2025-05-22-... 140 5/22/2025
4.5.999-nightly.2025-05-20-... 136 5/20/2025
4.5.999-nightly.2025-05-17-... 144 5/17/2025
4.5.999-nightly.2025-05-16-... 214 5/16/2025
4.5.999-nightly.2025-05-12-... 189 5/12/2025
4.5.999-nightly.2025-05-08-... 143 5/8/2025
4.5.999-nightly.2025-05-05-... 141 5/5/2025
4.5.999-nightly.2025-05-02-... 137 5/2/2025
4.5.999-nightly.2025-04-30-... 143 4/30/2025
4.5.999-nightly.2025-04-06-... 115 4/6/2025
4.5.999-nightly.2025-04-04-... 145 4/4/2025
4.5.999-nightly.2025-03-23-... 150 3/23/2025
4.5.999-nightly.2025-03-21-... 146 3/21/2025
4.5.999-nightly.2025-03-20-... 144 3/20/2025
4.5.999-nightly.2025-03-19-... 143 3/19/2025
4.5.999-nightly.2025-03-18-... 147 3/18/2025
4.5.999-nightly.2025-03-17-... 149 3/17/2025
4.5.999-nightly.2025-03-16-... 135 3/16/2025
4.5.20-nightly.2025-10-10-0106 103 10/10/2025
4.5.20-nightly.2025-10-07-0106 113 10/7/2025
4.4.999-nightly.2025-09-25-... 118 9/25/2025
4.4.999-nightly.2025-08-25-... 195 8/25/2025
4.4.999-nightly.2025-07-25-... 470 7/25/2025
4.4.999-nightly.2025-06-24-... 128 6/24/2025
4.4.999-nightly.2025-05-24-... 66 5/24/2025
4.4.999-nightly.2025-05-17-... 99 5/17/2025
4.4.999-nightly.2025-05-05-... 143 5/5/2025
4.4.999-nightly.2025-05-03-... 80 5/3/2025
4.4.999-nightly.2025-04-26-... 92 4/26/2025
4.4.999-nightly.2025-04-24-... 149 4/24/2025
4.4.999-nightly.2025-04-23-... 162 4/23/2025
4.4.999-nightly.2025-04-23-... 152 4/23/2025
4.4.999-nightly.2025-04-16-... 183 4/16/2025
4.4.999-nightly.2025-04-12-... 85 4/12/2025
4.4.999-nightly.2025-04-10-... 149 4/10/2025
4.4.999-nightly.2025-04-08-... 152 4/8/2025
4.4.999-nightly.2025-04-01-... 156 4/1/2025
4.4.999-nightly.2025-03-31-... 157 3/31/2025
4.4.999-nightly.2025-03-27-... 128 3/27/2025
4.4.999-nightly.2025-03-26-... 464 3/26/2025
4.4.999-nightly.2025-03-25-... 468 3/25/2025
4.4.999-nightly.2025-03-25-... 478 3/25/2025
4.4.999-nightly.2025-03-24-... 342 3/24/2025
4.4.999-nightly.2025-03-21-... 138 3/21/2025
4.4.999-nightly.2025-03-20-... 156 3/20/2025
4.4.999-nightly.2025-03-20-... 155 3/20/2025
4.4.999-nightly.2025-03-19-... 146 3/19/2025
4.4.999-nightly.2025-03-17-... 147 3/17/2025
4.4.999-nightly.2025-03-15-... 71 3/15/2025
4.4.999-nightly.2025-03-14-... 147 3/14/2025
4.4.999-nightly.2025-03-13-... 146 3/13/2025
4.4.999-nightly.2025-03-12-... 151 3/12/2025
4.4.999-nightly.2025-03-11-... 162 3/11/2025
4.4.999-nightly.2025-03-08-... 211 3/8/2025
4.4.999-nightly.2025-03-07-... 201 3/7/2025
4.4.999-nightly.2025-03-04-... 198 3/4/2025
4.4.999-nightly.2025-03-03-... 101 3/3/2025
4.4.999-nightly.2025-03-02-... 87 3/2/2025
4.4.999-nightly.2025-02-28-... 126 2/28/2025
4.4.999-nightly.2025-02-26-... 95 2/26/2025
4.4.999-nightly.2025-02-25-... 96 2/25/2025
4.4.999-nightly.2025-02-24-... 97 2/24/2025
4.4.999-nightly.2025-02-23-... 95 2/23/2025
4.4.999-nightly.2025-02-21-... 94 2/21/2025
4.4.999-nightly.2025-02-19-... 91 2/19/2025
4.4.999-nightly.2025-02-15-... 105 2/15/2025
4.4.999-nightly.2025-02-14-... 110 2/14/2025
4.4.999-nightly.2025-02-13-... 102 2/13/2025
4.4.999-nightly.2025-02-12-... 114 2/12/2025
4.4.999-nightly.2025-02-11-... 102 2/11/2025
4.4.999-nightly.2025-02-07-... 95 2/7/2025
4.4.999-nightly.2025-02-04-... 94 2/4/2025
4.4.999-nightly.2025-02-03-... 100 2/3/2025
4.4.999-nightly.2025-02-02-... 105 2/2/2025
4.4.999-nightly.2025-01-30-... 91 1/30/2025
4.4.999-nightly.2025-01-29-... 103 1/29/2025
4.4.999-nightly.2025-01-28-... 89 1/28/2025
4.4.999-nightly.2025-01-27-... 90 1/27/2025
4.4.999-nightly.2025-01-24-... 91 1/24/2025
4.4.999-nightly.2025-01-23-... 99 1/23/2025
4.4.999-nightly.2025-01-22-... 104 1/22/2025
4.4.999-nightly.2025-01-21-... 98 1/21/2025
4.4.999-nightly.2025-01-20-... 98 1/20/2025
4.4.999-nightly.2025-01-18-... 94 1/18/2025
4.4.999-nightly.2025-01-17-... 77 1/17/2025
4.4.999-nightly.2025-01-15-... 64 1/15/2025
4.4.999-nightly.2025-01-14-... 90 1/14/2025
4.4.999-nightly.2025-01-12-... 78 1/12/2025
4.4.999-nightly.2025-01-08-... 79 1/8/2025
4.4.999-nightly.2024-12-20-... 99 12/20/2024
4.4.999-nightly.2024-12-19-... 93 12/19/2024
4.4.999-nightly.2024-12-18-... 100 12/18/2024
4.4.999-nightly.2024-12-17-... 99 12/17/2024
4.4.999-nightly.2024-12-16-... 96 12/16/2024
4.4.999-nightly.2024-12-14-... 120 12/14/2024
4.4.999-nightly.2024-12-13-... 104 12/13/2024
4.4.999-nightly.2024-12-12-... 94 12/12/2024
4.4.999-nightly.2024-12-09-... 97 12/9/2024
4.4.999-nightly.2024-12-06-... 107 12/6/2024
4.4.999-nightly.2024-12-04-... 93 12/4/2024
4.4.999-nightly.2024-12-01-... 96 12/1/2024
4.4.999-nightly.2024-11-30-... 92 11/30/2024
4.4.999-nightly.2024-11-29-... 92 11/29/2024
4.4.999-nightly.2024-11-27-... 92 11/27/2024
4.4.999-nightly.2024-11-26-... 97 11/26/2024
4.4.999-nightly.2024-11-24-... 100 11/24/2024
4.4.999-nightly.2024-11-22-... 101 11/22/2024
4.4.999-nightly.2024-11-20-... 90 11/20/2024
4.4.999-nightly.2024-11-19-... 91 11/19/2024
4.4.999-nightly.2024-11-18-... 98 11/18/2024
4.4.999-nightly.2024-11-16-... 96 11/16/2024
4.4.999-nightly.2024-11-15-... 103 11/15/2024
4.4.999-nightly.2024-11-13-... 114 11/13/2024
4.4.999-nightly.2024-11-12-... 108 11/12/2024
4.4.999-nightly.2024-11-03-... 109 11/3/2024
4.4.999-nightly.2024-11-01-... 107 11/1/2024
4.4.999-nightly.2024-10-30-... 98 10/30/2024
4.4.999-nightly.2024-10-29-... 94 10/29/2024
4.4.999-nightly.2024-10-24-... 95 10/24/2024
4.4.999-nightly.2024-10-23-... 97 10/23/2024
4.4.999-nightly.2024-10-21-... 111 10/21/2024
4.4.999-nightly.2024-10-20-... 122 10/20/2024
4.4.999-nightly.2024-10-19-... 130 10/19/2024
4.4.999-nightly.2024-10-17-... 92 10/17/2024
4.3.999-nightly.2025-02-08-... 98 2/8/2025
4.3.999-nightly.2025-01-08-... 84 1/8/2025
4.3.999-nightly.2024-12-19-... 95 12/19/2024
4.3.999-nightly.2024-12-16-... 101 12/16/2024
4.3.999-nightly.2024-12-11-... 98 12/11/2024
4.3.999-nightly.2024-12-04-... 101 12/4/2024
4.3.999-nightly.2024-11-28-... 95 11/28/2024
4.3.999-nightly.2024-11-27-... 98 11/27/2024
4.3.999-nightly.2024-11-23-... 108 11/23/2024
4.3.999-nightly.2024-11-22-... 93 11/22/2024
4.3.999-nightly.2024-11-19-... 93 11/19/2024
4.3.999-nightly.2024-11-18-... 88 11/18/2024
4.3.999-nightly.2024-11-17-... 89 11/17/2024
4.3.999-nightly.2024-11-16-... 94 11/16/2024
4.3.999-nightly.2024-11-15-... 108 11/15/2024
4.3.999-nightly.2024-11-14-... 94 11/14/2024
4.3.999-nightly.2024-11-14-... 92 11/14/2024
4.3.999-nightly.2024-11-13-... 99 11/13/2024
4.3.999-nightly.2024-11-12-... 106 11/12/2024
4.3.999-nightly.2024-11-09-... 105 11/11/2024
4.3.999-nightly.2024-11-08-... 108 11/11/2024
4.3.999-nightly.2024-11-02-... 92 11/2/2024
4.3.999-nightly.2024-10-27-... 100 10/27/2024
4.3.999-nightly.2024-10-23-... 99 10/23/2024
4.3.999-nightly.2024-10-22-... 108 10/22/2024
4.3.999-nightly.2024-10-19-... 133 10/19/2024
4.3.999-nightly.2024-10-16-... 101 10/16/2024
4.3.999-nightly.2024-10-15-... 100 10/15/2024
4.3.999-nightly.2024-10-14-... 97 10/14/2024
4.3.999-nightly.2024-10-13-... 97 10/13/2024
4.3.999-nightly.2024-10-12-... 106 10/12/2024
4.3.999-nightly.2024-10-12-... 93 10/12/2024
4.3.999-nightly.2024-10-11-... 94 10/11/2024
4.3.999-nightly.2024-10-09-... 104 10/9/2024
4.3.999-nightly.2024-10-07-... 94 10/7/2024
4.3.999-nightly.2024-10-03-... 105 10/3/2024
4.3.999-nightly.2024-10-02-... 99 10/2/2024
4.3.999-nightly.2024-09-30-... 119 9/30/2024
4.3.999-nightly.2024-09-29-... 99 9/29/2024
4.3.999-nightly.2024-09-28-... 110 9/28/2024
4.3.999-nightly.2024-09-26-... 108 9/26/2024
4.3.999-nightly.2024-09-25-... 101 9/25/2024
4.3.999-nightly.2024-09-24-... 104 9/24/2024
4.3.999-nightly.2024-09-23-... 96 9/23/2024
4.3.999-nightly.2024-09-21-... 103 9/21/2024
4.3.999-nightly.2024-09-20-... 95 9/20/2024
4.3.999-nightly.2024-09-20-... 97 9/20/2024
4.3.999-nightly.2024-09-19-... 103 9/19/2024
4.3.999-nightly.2024-09-17-... 113 9/17/2024
4.3.999-nightly.2024-09-15-... 106 9/15/2024
4.3.999-nightly.2024-09-14-... 114 9/14/2024
4.3.999-nightly.2024-09-13-... 106 9/13/2024
4.3.999-nightly.2024-09-12-... 103 9/12/2024
4.3.999-nightly.2024-09-11-... 102 9/11/2024
4.3.999-nightly.2024-09-10-... 96 9/10/2024
4.3.999-nightly.2024-09-09-... 103 9/9/2024
4.3.999-nightly.2024-09-08-... 100 9/8/2024
4.3.999-nightly.2024-09-07-... 109 9/7/2024
4.3.999-nightly.2024-09-06-... 106 9/6/2024
4.3.999-nightly.2024-09-05-... 105 9/5/2024
4.3.999-nightly.2024-09-04-... 112 9/4/2024
4.3.999-nightly.2024-09-03-... 108 9/3/2024
4.3.999-nightly.2024-09-02-... 100 9/2/2024
4.3.999-nightly.2024-08-31-... 105 8/31/2024
4.3.999-nightly.2024-08-30-... 97 8/30/2024
4.3.999-nightly.2024-08-29-... 107 8/29/2024
4.3.999-nightly.2024-08-28-... 104 8/28/2024
4.3.999-nightly.2024-08-27-... 106 8/27/2024
4.3.999-nightly.2024-08-26-... 118 8/26/2024
4.3.999-nightly.2024-08-25-... 134 8/25/2024
4.3.999-nightly.2024-08-24-... 115 8/24/2024
4.3.999-nightly.2024-08-22-... 135 8/22/2024
4.3.999-nightly.2024-08-21-... 110 8/21/2024
4.3.999-nightly.2024-08-20-... 125 8/20/2024
4.3.999-nightly.2024-08-17-... 123 8/17/2024
4.3.999-nightly.2024-08-16-... 119 8/16/2024
4.3.999-nightly.2024-08-15-... 131 8/15/2024
4.3.999-nightly.2024-08-13-... 127 8/13/2024
4.3.999-nightly.2024-08-12-... 119 8/12/2024
4.3.999-nightly.2024-08-10-... 115 8/10/2024
4.3.999-nightly.2024-08-09-... 110 8/9/2024
4.3.999-nightly.2024-08-08-... 97 8/8/2024
4.3.999-nightly.2024-08-07-... 103 8/7/2024
4.3.999-nightly.2024-08-06-... 113 8/6/2024
4.3.999-nightly.2024-08-05-... 88 8/5/2024
4.3.999-nightly.2024-08-04-... 95 8/4/2024
4.3.999-nightly.2024-08-03-... 90 8/3/2024
4.3.999-nightly.2024-08-02-... 92 8/2/2024
4.3.999-nightly.2024-08-01-... 113 8/1/2024
4.3.999-nightly.2024-07-31-... 91 7/31/2024
4.3.999-nightly.2024-07-30-... 86 7/30/2024
4.3.999-nightly.2024-07-26-... 108 7/26/2024
4.3.999-nightly.2024-07-24-... 91 7/24/2024
4.3.999-nightly.2024-07-23-... 108 7/23/2024
4.3.999-nightly.2024-07-22-... 128 7/22/2024
4.3.999-nightly.2024-07-20-... 110 7/20/2024
4.3.999-nightly.2024-07-18-... 115 7/18/2024
4.3.999-nightly.2024-07-15-... 111 7/15/2024
4.3.999-nightly.2024-07-10-... 115 7/10/2024
4.3.999-nightly.2024-07-07-... 116 7/7/2024
4.3.999-nightly.2024-07-06-... 116 7/6/2024
4.3.999-nightly.2024-07-05-... 98 7/5/2024
4.3.999-nightly.2024-07-03-... 107 7/3/2024
4.3.999-nightly.2024-07-01-... 104 7/1/2024
4.3.999-nightly.2024-06-30-... 107 6/30/2024
4.3.999-nightly.2024-06-29-... 105 6/29/2024
4.3.999-nightly.2024-06-25-... 107 6/25/2024
4.3.999-nightly.2024-06-24-... 105 6/24/2024
4.3.999-nightly.2024-06-23-... 110 6/23/2024
4.3.999-nightly.2024-06-22-... 116 6/22/2024
4.3.999-nightly.2024-06-21-... 115 6/21/2024
4.3.999-nightly.2024-06-19-... 115 6/19/2024
4.3.999-nightly.2024-06-18-... 98 6/18/2024
4.3.999-nightly.2024-06-17-... 112 6/17/2024
4.3.999-nightly.2024-06-16-... 109 6/16/2024
4.3.999-nightly.2024-06-15-... 107 6/15/2024
4.3.999-nightly.2024-06-14-... 99 6/14/2024
4.3.999-nightly.2024-06-13-... 115 6/13/2024
4.3.999-nightly.2024-06-13-... 106 6/13/2024
4.3.999-nightly.2024-06-12-... 105 6/12/2024
4.3.999-nightly.2024-06-03-... 105 6/3/2024
4.3.999-nightly.2024-06-02-... 115 6/2/2024
4.3.999-nightly.2024-05-30-... 110 5/30/2024
4.3.999-nightly.2024-05-25-... 122 5/25/2024
4.3.999-nightly.2024-05-24-... 116 5/24/2024
4.3.999-nightly.2024-05-23-... 116 5/23/2024
4.3.999-nightly.2024-05-22-... 112 5/22/2024
4.3.999-nightly.2024-05-20-... 118 5/20/2024
4.3.999-nightly.2024-05-19-... 101 5/19/2024
4.3.999-nightly.2024-05-14-... 108 5/14/2024
4.3.999-nightly.2024-05-12-... 107 5/12/2024
4.3.999-nightly.2024-05-05-... 126 5/5/2024
4.3.999-nightly.2024-05-02-... 96 5/2/2024
4.3.999-nightly.2024-04-23-... 134 4/23/2024
4.3.999-nightly.2024-04-21-... 112 4/21/2024
4.3.999-nightly.2024-04-20-... 132 4/20/2024
4.3.999-nightly.2024-04-19-... 111 4/19/2024
4.3.999-nightly.2024-04-18-... 106 4/18/2024
4.3.999-nightly.2024-04-12-... 113 4/12/2024
4.3.999-nightly.2024-04-10-... 110 4/10/2024
4.3.999-nightly.2024-04-09-... 118 4/9/2024
4.3.999-nightly.2024-04-06-... 121 4/6/2024
4.3.999-nightly.2024-04-05-... 110 4/5/2024
4.3.999-nightly.2024-04-03-... 120 4/3/2024
4.3.999-nightly.2024-04-02-... 118 4/2/2024
4.3.999-nightly.2024-04-01-... 120 4/1/2024
4.3.999-nightly.2024-03-30-... 112 3/30/2024
4.3.999-nightly.2024-03-29-... 113 3/29/2024
4.3.999-nightly.2024-03-28-... 116 3/28/2024
4.3.0-nightly.2024-03-23-0102 117 3/23/2024
4.3.0-nightly.2024-03-21-0102 125 3/21/2024
4.2.999-nightly.2024-10-12-... 90 10/12/2024
4.2.999-nightly.2024-09-10-... 101 9/10/2024
4.2.999-nightly.2024-09-07-... 103 9/7/2024
4.2.999-nightly.2024-09-06-... 103 9/6/2024
4.2.999-nightly.2024-09-04-... 101 9/4/2024
4.2.999-nightly.2024-08-27-... 103 8/27/2024
4.2.999-nightly.2024-08-24-... 139 8/24/2024
4.2.999-nightly.2024-08-22-... 124 8/22/2024
4.2.999-nightly.2024-08-20-... 125 8/20/2024
4.2.999-nightly.2024-08-14-... 119 8/14/2024
4.2.999-nightly.2024-07-30-... 90 7/30/2024
4.2.999-nightly.2024-07-23-... 106 7/23/2024
4.2.999-nightly.2024-07-17-... 113 7/17/2024
4.2.999-nightly.2024-07-16-... 106 7/16/2024
4.2.999-nightly.2024-07-10-... 109 7/10/2024
4.2.999-nightly.2024-07-09-... 109 7/9/2024
4.2.999-nightly.2024-07-06-... 113 7/6/2024
4.2.999-nightly.2024-07-05-... 99 7/5/2024
4.2.999-nightly.2024-07-03-... 114 7/3/2024
4.2.999-nightly.2024-06-28-... 100 6/28/2024
4.2.999-nightly.2024-06-27-... 106 6/27/2024
4.2.999-nightly.2024-06-25-... 114 6/25/2024
4.2.999-nightly.2024-06-22-... 109 6/22/2024
4.2.999-nightly.2024-06-20-... 106 6/20/2024
4.2.999-nightly.2024-06-19-... 113 6/19/2024
4.2.999-nightly.2024-06-18-... 110 6/18/2024
4.2.999-nightly.2024-06-14-... 101 6/14/2024
4.2.999-nightly.2024-06-13-... 94 6/13/2024
4.2.999-nightly.2024-06-12-... 99 6/12/2024
4.2.999-nightly.2024-05-28-... 106 5/28/2024
4.2.999-nightly.2024-05-23-... 117 5/23/2024
4.2.999-nightly.2024-05-22-... 107 5/22/2024
4.2.999-nightly.2024-05-21-... 116 5/21/2024
4.2.999-nightly.2024-05-16-... 105 5/16/2024
4.2.999-nightly.2024-05-15-... 108 5/15/2024
4.2.999-nightly.2024-05-14-... 97 5/14/2024
4.2.999-nightly.2024-05-13-... 105 5/13/2024
4.2.999-nightly.2024-05-12-... 107 5/12/2024
4.2.999-nightly.2024-05-09-... 115 5/9/2024
4.2.999-nightly.2024-05-08-... 121 5/8/2024
4.2.999-nightly.2024-05-07-... 120 5/7/2024
4.2.999-nightly.2024-05-03-... 81 5/3/2024
4.2.999-nightly.2024-05-02-... 94 5/2/2024
4.2.999-nightly.2024-04-30-... 110 4/30/2024
4.2.999-nightly.2024-04-26-... 105 4/26/2024
4.2.999-nightly.2024-04-25-... 118 4/25/2024
4.2.999-nightly.2024-04-23-... 129 4/23/2024
4.2.999-nightly.2024-04-20-... 113 4/20/2024
4.2.999-nightly.2024-04-18-... 106 4/18/2024
4.2.999-nightly.2024-04-16-... 107 4/16/2024
4.2.999-nightly.2024-04-13-... 109 4/13/2024
4.2.999-nightly.2024-04-12-... 116 4/12/2024
4.2.999-nightly.2024-04-10-... 111 4/10/2024
4.2.999-nightly.2024-04-09-... 121 4/9/2024
4.2.999-nightly.2024-04-06-... 115 4/6/2024
4.2.999-nightly.2024-04-05-... 129 4/5/2024
4.2.999-nightly.2024-04-03-... 116 4/3/2024
4.2.999-nightly.2024-04-02-... 126 4/2/2024
4.2.999-nightly.2024-03-31-... 121 3/31/2024
4.2.999-nightly.2024-03-30-... 118 3/30/2024
4.2.999-nightly.2024-03-29-... 120 3/29/2024
4.2.999-nightly.2024-03-27-... 111 3/27/2024
4.2.0-nightly.202401090430 180 1/9/2024
4.2.0-nightly.202401060302 200 1/6/2024
4.2.0-nightly.202401050829 141 1/5/2024
4.2.0-nightly.202401050302 130 1/5/2024
4.2.0-nightly.2024-03-26-0102 111 3/26/2024
4.2.0-nightly.2024-03-25-0101 122 3/25/2024
4.2.0-nightly.2024-03-24-0101 134 3/24/2024
4.2.0-nightly.2024-03-21-0102 113 3/21/2024
4.2.0-nightly.2024-03-20-0102 111 3/20/2024
4.2.0-nightly.2024-03-19-0102 113 3/19/2024
4.2.0-nightly.2024-03-18-0102 115 3/18/2024
4.2.0-nightly.2024-03-17-0101 116 3/17/2024
4.2.0-nightly.2024-03-15-0102 117 3/15/2024
4.2.0-nightly.2024-03-14-0102 124 3/14/2024
4.2.0-nightly.2024-03-13-0102 114 3/13/2024
4.2.0-nightly.2024-03-12-0102 126 3/12/2024
4.2.0-nightly.2024-03-10-0101 119 3/10/2024
4.2.0-nightly.2024-03-09-0101 120 3/9/2024
4.2.0-nightly.2024-03-07-0102 112 3/7/2024
4.2.0-nightly.2024-03-06-0102 126 3/6/2024
4.2.0-nightly.2024-03-05-0102 117 3/5/2024
4.2.0-nightly.2024-03-04-0102 128 3/4/2024
4.2.0-nightly.2024-03-03-0101 138 3/3/2024
4.2.0-nightly.2024-03-02-0101 130 3/2/2024
4.2.0-nightly.2024-03-01-0102 129 3/1/2024
4.2.0-nightly.2024-02-29-0102 128 2/29/2024
4.2.0-nightly.2024-02-28-0102 119 2/28/2024
4.2.0-nightly.2024-02-27-0102 126 2/27/2024
4.2.0-nightly.2024-02-26-0102 119 2/26/2024
4.2.0-nightly.2024-02-25-0101 115 2/25/2024
4.2.0-nightly.2024-02-24-0101 129 2/24/2024
4.2.0-nightly.2024-02-22-0102 130 2/22/2024
4.2.0-nightly.2024-02-21-0102 125 2/21/2024
4.2.0-nightly.2024-02-19-0102 123 2/19/2024
4.2.0-nightly.2024-02-17-0101 123 2/17/2024
4.2.0-nightly.2024-02-16-0102 118 2/16/2024
4.2.0-nightly.2024-02-15-0102 131 2/15/2024
4.2.0-nightly.2024-02-14-0102 129 2/14/2024
4.2.0-nightly.2024-02-13-0102 125 2/13/2024
4.2.0-nightly.2024-02-12-0102 126 2/12/2024
4.2.0-nightly.2024-02-10-0101 133 2/10/2024
4.2.0-nightly.2024-02-09-0102 123 2/9/2024
4.2.0-nightly.2024-02-08-0102 125 2/8/2024
4.2.0-nightly.2024-02-07-0102 128 2/7/2024
4.2.0-nightly.2024-02-06-0102 126 2/6/2024
4.2.0-nightly.2024-02-05-0101 132 2/5/2024
4.2.0-nightly.2024-02-03-0101 128 2/3/2024
4.2.0-nightly.2024-02-02-0102 122 2/2/2024
4.2.0-nightly.2024-02-01-0102 118 2/1/2024
4.2.0-nightly.2024-01-31-0639 122 1/31/2024
4.2.0-nightly.2024-01-30-0102 118 1/30/2024
4.2.0-nightly.2024-01-27-0102 134 1/27/2024
4.2.0-nightly.2024-01-26-0632 121 1/26/2024
4.2.0-nightly.2024-01-25-0102 127 1/25/2024
4.2.0-nightly.2024-01-24-0855 119 1/24/2024
4.2.0-nightly.2024-01-24-0102 123 1/24/2024
4.2.0-nightly.2024-01-23-0102 131 1/23/2024
4.2.0-nightly.2024-01-22-1314 120 1/22/2024
4.2.0-nightly.2024-01-22-0125 128 1/22/2024
4.2.0-nightly.2024-01-18-0102 126 1/18/2024
4.2.0-nightly.2024-01-16-0102 119 1/16/2024
4.2.0-nightly.2024-01-15-0837 131 1/15/2024
4.2.0-nightly.2024-01-15-0102 131 1/15/2024
4.2.0-nightly.2024-01-13-0101 118 1/13/2024
4.2.0-nightly.2024-01-12-0102 133 1/12/2024
4.2.0-nightly.2024-01-11-0838 136 1/11/2024
4.2.0-nightly.2024-01-11-0102 138 1/11/2024
4.2.0-nightly.2024-01-10-0102 139 1/10/2024
4.1.0-nightly.202405240302 116 5/24/2024
4.1.0-nightly.202404230302 116 4/23/2024
4.1.0-nightly.202403230301 117 3/23/2024
4.1.0-nightly.202402210302 145 2/21/2024
4.1.0-nightly.202402200302 123 2/20/2024
4.1.0-nightly.202402190302 130 2/19/2024
4.1.0-nightly.202402150302 129 2/15/2024
4.1.0-nightly.202402140302 130 2/14/2024
4.1.0-nightly.202402130302 143 2/13/2024
4.1.0-nightly.202402120302 127 2/12/2024
4.1.0-nightly.202402100302 141 2/10/2024
4.1.0-nightly.202402060302 143 2/6/2024
4.1.0-nightly.202401300302 131 1/30/2024
4.1.0-nightly.202401290302 146 1/29/2024
4.1.0-nightly.202401240302 128 1/24/2024
4.1.0-nightly.202401230302 136 1/23/2024
4.1.0-nightly.202401220302 132 1/22/2024
4.1.0-nightly.202401210301 132 1/21/2024
4.1.0-nightly.202401200301 120 1/20/2024
4.1.0-nightly.202401170302 136 1/17/2024
4.1.0-nightly.202401160302 130 1/16/2024
4.1.0-nightly.202401150301 142 1/15/2024
4.1.0-nightly.202401140301 135 1/14/2024
4.1.0-nightly.202401130302 128 1/13/2024
4.1.0-nightly.202401120302 138 1/12/2024
4.1.0-nightly.202401110302 137 1/11/2024
4.1.0-nightly.202401100302 155 1/10/2024
4.1.0-nightly.202401090301 140 1/9/2024
4.1.0-nightly.202401070607 155 1/7/2024
4.1.0-nightly.202401060301 143 1/6/2024
4.1.0-nightly.202401050302 128 1/5/2024
4.1.0-nightly.202401040302 137 1/4/2024
4.1.0-nightly.202401030302 151 1/3/2024
4.1.0-nightly.202401010301 160 1/1/2024
4.1.0-nightly.202312300301 159 12/30/2023
4.1.0-nightly.202312291139 141 12/29/2023
4.1.0-nightly.202312290301 85 12/29/2023
4.1.0-nightly.202312280302 81 12/28/2023
4.1.0-nightly.202312250302 85 12/25/2023
4.1.0-nightly.202312230301 80 12/23/2023
4.1.0-nightly.202312210302 69 12/21/2023
4.1.0-nightly.202312200302 71 12/20/2023
4.1.0-nightly.202312150302 93 12/15/2023
4.1.0-nightly.202312141220 77 12/14/2023
4.1.0-nightly.202312141135 77 12/14/2023
4.1.0-nightly.202312140703 72 12/14/2023
4.1.0-nightly.202312140302 90 12/14/2023
4.1.0-nightly.202312131634 75 12/13/2023
4.1.0-nightly.202312130302 72 12/13/2023
4.1.0-nightly.202312110301 79 12/11/2023
4.1.0-nightly.202312100301 78 12/10/2023
4.1.0-nightly.202312090301 88 12/9/2023
4.1.0-nightly.202312080302 80 12/8/2023