Intent.SoftwareFactory.CLI.nightly 4.3.999-nightly.2024-09-09-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-09-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-09-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-09-0102&prerelease
                    
nuke :add-package Intent.SoftwareFactory.CLI.nightly --version 4.3.999-nightly.2024-09-09-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-25-... 47 10/25/2025
4.5.999-nightly.2025-10-24-... 104 10/24/2025
4.5.999-nightly.2025-10-23-... 117 10/23/2025
4.5.999-nightly.2025-10-22-... 118 10/22/2025
4.5.999-nightly.2025-10-21-... 321 10/21/2025
4.5.999-nightly.2025-10-20-... 133 10/20/2025
4.5.999-nightly.2025-10-20-... 120 10/20/2025
4.5.999-nightly.2025-10-20-... 124 10/20/2025
4.5.999-nightly.2025-10-19-... 121 10/19/2025
4.5.999-nightly.2025-10-18-... 73 10/18/2025
4.5.999-nightly.2025-10-18-... 39 10/18/2025
4.5.999-nightly.2025-10-17-... 117 10/17/2025
4.5.999-nightly.2025-10-16-... 125 10/16/2025
4.5.999-nightly.2025-10-15-... 128 10/15/2025
4.5.999-nightly.2025-10-14-... 137 10/14/2025
4.5.999-nightly.2025-10-13-... 121 10/13/2025
4.5.999-nightly.2025-10-13-... 127 10/13/2025
4.5.999-nightly.2025-10-11-... 54 10/11/2025
4.5.999-nightly.2025-10-10-... 94 10/10/2025
4.5.999-nightly.2025-10-10-... 103 10/10/2025
4.5.999-nightly.2025-10-10-... 115 10/10/2025
4.5.999-nightly.2025-10-09-... 134 10/9/2025
4.5.999-nightly.2025-10-07-... 147 10/7/2025
4.5.999-nightly.2025-10-04-... 113 10/4/2025
4.5.999-nightly.2025-10-03-... 93 10/3/2025
4.5.999-nightly.2025-10-03-... 131 10/3/2025
4.5.999-nightly.2025-10-02-... 121 10/2/2025
4.5.999-nightly.2025-10-02-... 134 10/2/2025
4.5.999-nightly.2025-10-01-... 125 10/1/2025
4.5.999-nightly.2025-09-30-... 136 9/30/2025
4.5.999-nightly.2025-09-29-... 134 9/29/2025
4.5.999-nightly.2025-09-28-... 104 9/28/2025
4.5.999-nightly.2025-09-28-... 67 9/28/2025
4.5.999-nightly.2025-09-27-... 54 9/27/2025
4.5.999-nightly.2025-09-26-... 108 9/26/2025
4.5.999-nightly.2025-09-26-... 129 9/26/2025
4.5.999-nightly.2025-09-25-... 136 9/25/2025
4.5.999-nightly.2025-09-25-... 126 9/25/2025
4.5.999-nightly.2025-09-25-... 119 9/25/2025
4.5.999-nightly.2025-09-25-... 120 9/25/2025
4.5.999-nightly.2025-09-24-... 125 9/24/2025
4.5.999-nightly.2025-09-24-... 125 9/24/2025
4.5.999-nightly.2025-09-24-... 124 9/24/2025
4.5.999-nightly.2025-09-23-... 158 9/23/2025
4.5.999-nightly.2025-09-22-... 195 9/22/2025
4.5.999-nightly.2025-09-19-... 256 9/19/2025
4.5.999-nightly.2025-09-18-... 249 9/18/2025
4.5.999-nightly.2025-09-18-... 259 9/18/2025
4.5.999-nightly.2025-09-15-... 209 9/15/2025
4.5.999-nightly.2025-09-14-... 104 9/14/2025
4.5.999-nightly.2025-09-13-... 102 9/13/2025
4.5.999-nightly.2025-09-13-... 58 9/13/2025
4.5.999-nightly.2025-09-12-... 109 9/12/2025
4.5.999-nightly.2025-09-12-... 108 9/12/2025
4.5.999-nightly.2025-09-11-... 136 9/11/2025
4.5.999-nightly.2025-09-11-... 135 9/11/2025
4.5.999-nightly.2025-09-10-... 135 9/10/2025
4.5.999-nightly.2025-09-09-... 145 9/9/2025
4.5.999-nightly.2025-09-08-... 128 9/8/2025
4.5.999-nightly.2025-09-07-... 105 9/7/2025
4.5.999-nightly.2025-09-06-... 66 9/6/2025
4.5.999-nightly.2025-09-05-... 138 9/5/2025
4.5.999-nightly.2025-09-04-... 150 9/4/2025
4.5.999-nightly.2025-09-04-... 146 9/4/2025
4.5.999-nightly.2025-09-03-... 132 9/3/2025
4.5.999-nightly.2025-09-02-... 139 9/2/2025
4.5.999-nightly.2025-09-02-... 132 9/2/2025
4.5.999-nightly.2025-09-02-... 134 9/2/2025
4.5.999-nightly.2025-08-28-... 175 8/28/2025
4.5.999-nightly.2025-08-27-... 178 8/27/2025
4.5.999-nightly.2025-08-26-... 176 8/26/2025
4.5.999-nightly.2025-08-25-... 200 8/25/2025
4.5.999-nightly.2025-08-24-... 85 8/24/2025
4.5.999-nightly.2025-08-23-... 62 8/23/2025
4.5.999-nightly.2025-08-22-... 123 8/22/2025
4.5.999-nightly.2025-08-21-... 128 8/21/2025
4.5.999-nightly.2025-08-19-... 126 8/19/2025
4.5.999-nightly.2025-08-16-... 60 8/16/2025
4.5.999-nightly.2025-08-15-... 131 8/15/2025
4.5.999-nightly.2025-08-14-... 137 8/14/2025
4.5.999-nightly.2025-08-13-... 133 8/13/2025
4.5.999-nightly.2025-08-12-... 138 8/12/2025
4.5.999-nightly.2025-08-11-... 135 8/11/2025
4.5.999-nightly.2025-08-11-... 128 8/11/2025
4.5.999-nightly.2025-08-10-... 87 8/10/2025
4.5.999-nightly.2025-08-09-... 120 8/9/2025
4.5.999-nightly.2025-08-07-... 214 8/7/2025
4.5.999-nightly.2025-08-05-... 200 8/5/2025
4.5.999-nightly.2025-08-03-... 63 8/3/2025
4.5.999-nightly.2025-08-02-... 42 8/2/2025
4.5.999-nightly.2025-08-01-... 107 8/1/2025
4.5.999-nightly.2025-07-31-... 114 7/31/2025
4.5.999-nightly.2025-07-30-... 113 7/30/2025
4.5.999-nightly.2025-07-26-... 297 7/26/2025
4.5.999-nightly.2025-07-25-... 469 7/25/2025
4.5.999-nightly.2025-07-24-... 482 7/24/2025
4.5.999-nightly.2025-07-23-... 523 7/23/2025
4.5.999-nightly.2025-07-22-... 521 7/22/2025
4.5.999-nightly.2025-07-21-... 313 7/21/2025
4.5.999-nightly.2025-07-20-... 223 7/20/2025
4.5.999-nightly.2025-07-17-... 133 7/17/2025
4.5.999-nightly.2025-07-16-... 132 7/16/2025
4.5.999-nightly.2025-07-15-... 137 7/15/2025
4.5.999-nightly.2025-07-14-... 135 7/14/2025
4.5.999-nightly.2025-07-13-... 94 7/13/2025
4.5.999-nightly.2025-07-11-... 129 7/11/2025
4.5.999-nightly.2025-07-10-... 134 7/10/2025
4.5.999-nightly.2025-07-09-... 136 7/9/2025
4.5.999-nightly.2025-07-09-... 138 7/9/2025
4.5.999-nightly.2025-07-08-... 140 7/8/2025
4.5.999-nightly.2025-07-06-... 131 7/6/2025
4.5.999-nightly.2025-07-05-... 67 7/5/2025
4.5.999-nightly.2025-07-04-... 129 7/4/2025
4.5.999-nightly.2025-07-03-... 136 7/3/2025
4.5.999-nightly.2025-07-02-... 134 7/2/2025
4.5.999-nightly.2025-07-01-... 133 7/1/2025
4.5.999-nightly.2025-06-28-... 60 6/28/2025
4.5.999-nightly.2025-06-27-... 124 6/27/2025
4.5.999-nightly.2025-06-26-... 134 6/26/2025
4.5.999-nightly.2025-06-25-... 149 6/25/2025
4.5.999-nightly.2025-06-24-... 135 6/24/2025
4.5.999-nightly.2025-06-23-... 134 6/23/2025
4.5.999-nightly.2025-06-23-... 137 6/23/2025
4.5.999-nightly.2025-06-22-... 121 6/22/2025
4.5.999-nightly.2025-06-21-... 67 6/21/2025
4.5.999-nightly.2025-06-20-... 160 6/20/2025
4.5.999-nightly.2025-06-19-... 140 6/19/2025
4.5.999-nightly.2025-06-16-... 138 6/16/2025
4.5.999-nightly.2025-06-15-... 135 6/15/2025
4.5.999-nightly.2025-06-13-... 278 6/13/2025
4.5.999-nightly.2025-06-12-... 278 6/12/2025
4.5.999-nightly.2025-06-11-... 281 6/11/2025
4.5.999-nightly.2025-06-10-... 275 6/10/2025
4.5.999-nightly.2025-06-09-... 200 6/9/2025
4.5.999-nightly.2025-06-07-... 70 6/7/2025
4.5.999-nightly.2025-06-06-... 119 6/6/2025
4.5.999-nightly.2025-06-06-... 137 6/6/2025
4.5.999-nightly.2025-06-04-... 157 6/4/2025
4.5.999-nightly.2025-06-03-... 144 6/3/2025
4.5.999-nightly.2025-06-02-... 140 6/2/2025
4.5.999-nightly.2025-05-31-... 67 5/31/2025
4.5.999-nightly.2025-05-30-... 134 5/30/2025
4.5.999-nightly.2025-05-29-... 146 5/29/2025
4.5.999-nightly.2025-05-28-... 148 5/28/2025
4.5.999-nightly.2025-05-27-... 150 5/27/2025
4.5.999-nightly.2025-05-27-... 148 5/27/2025
4.5.999-nightly.2025-05-27-... 147 5/27/2025
4.5.999-nightly.2025-05-26-... 148 5/26/2025
4.5.999-nightly.2025-05-26-... 148 5/26/2025
4.5.999-nightly.2025-05-24-... 74 5/24/2025
4.5.999-nightly.2025-05-23-... 147 5/23/2025
4.5.999-nightly.2025-05-22-... 145 5/22/2025
4.5.999-nightly.2025-05-20-... 141 5/20/2025
4.5.999-nightly.2025-05-17-... 150 5/17/2025
4.5.999-nightly.2025-05-16-... 219 5/16/2025
4.5.999-nightly.2025-05-12-... 192 5/12/2025
4.5.999-nightly.2025-05-08-... 148 5/8/2025
4.5.999-nightly.2025-05-05-... 145 5/5/2025
4.5.999-nightly.2025-05-02-... 140 5/2/2025
4.5.999-nightly.2025-04-30-... 148 4/30/2025
4.5.999-nightly.2025-04-06-... 124 4/6/2025
4.5.999-nightly.2025-04-04-... 149 4/4/2025
4.5.999-nightly.2025-03-23-... 155 3/23/2025
4.5.999-nightly.2025-03-21-... 154 3/21/2025
4.5.999-nightly.2025-03-20-... 147 3/20/2025
4.5.999-nightly.2025-03-19-... 146 3/19/2025
4.5.999-nightly.2025-03-18-... 152 3/18/2025
4.5.999-nightly.2025-03-17-... 155 3/17/2025
4.5.999-nightly.2025-03-16-... 144 3/16/2025
4.5.20-nightly.2025-10-10-0106 113 10/10/2025
4.5.20-nightly.2025-10-07-0106 120 10/7/2025
4.4.999-nightly.2025-09-25-... 122 9/25/2025
4.4.999-nightly.2025-08-25-... 199 8/25/2025
4.4.999-nightly.2025-07-25-... 480 7/25/2025
4.4.999-nightly.2025-06-24-... 131 6/24/2025
4.4.999-nightly.2025-05-24-... 71 5/24/2025
4.4.999-nightly.2025-05-17-... 102 5/17/2025
4.4.999-nightly.2025-05-05-... 148 5/5/2025
4.4.999-nightly.2025-05-03-... 85 5/3/2025
4.4.999-nightly.2025-04-26-... 95 4/26/2025
4.4.999-nightly.2025-04-24-... 155 4/24/2025
4.4.999-nightly.2025-04-23-... 164 4/23/2025
4.4.999-nightly.2025-04-23-... 156 4/23/2025
4.4.999-nightly.2025-04-16-... 188 4/16/2025
4.4.999-nightly.2025-04-12-... 91 4/12/2025
4.4.999-nightly.2025-04-10-... 156 4/10/2025
4.4.999-nightly.2025-04-08-... 157 4/8/2025
4.4.999-nightly.2025-04-01-... 164 4/1/2025
4.4.999-nightly.2025-03-31-... 162 3/31/2025
4.4.999-nightly.2025-03-27-... 137 3/27/2025
4.4.999-nightly.2025-03-26-... 470 3/26/2025
4.4.999-nightly.2025-03-25-... 473 3/25/2025
4.4.999-nightly.2025-03-25-... 483 3/25/2025
4.4.999-nightly.2025-03-24-... 348 3/24/2025
4.4.999-nightly.2025-03-21-... 145 3/21/2025
4.4.999-nightly.2025-03-20-... 164 3/20/2025
4.4.999-nightly.2025-03-20-... 161 3/20/2025
4.4.999-nightly.2025-03-19-... 151 3/19/2025
4.4.999-nightly.2025-03-17-... 155 3/17/2025
4.4.999-nightly.2025-03-15-... 75 3/15/2025
4.4.999-nightly.2025-03-14-... 157 3/14/2025
4.4.999-nightly.2025-03-13-... 151 3/13/2025
4.4.999-nightly.2025-03-12-... 157 3/12/2025
4.4.999-nightly.2025-03-11-... 167 3/11/2025
4.4.999-nightly.2025-03-08-... 218 3/8/2025
4.4.999-nightly.2025-03-07-... 204 3/7/2025
4.4.999-nightly.2025-03-04-... 205 3/4/2025
4.4.999-nightly.2025-03-03-... 109 3/3/2025
4.4.999-nightly.2025-03-02-... 93 3/2/2025
4.4.999-nightly.2025-02-28-... 130 2/28/2025
4.4.999-nightly.2025-02-26-... 99 2/26/2025
4.4.999-nightly.2025-02-25-... 101 2/25/2025
4.4.999-nightly.2025-02-24-... 100 2/24/2025
4.4.999-nightly.2025-02-23-... 101 2/23/2025
4.4.999-nightly.2025-02-21-... 99 2/21/2025
4.4.999-nightly.2025-02-19-... 96 2/19/2025
4.4.999-nightly.2025-02-15-... 110 2/15/2025
4.4.999-nightly.2025-02-14-... 113 2/14/2025
4.4.999-nightly.2025-02-13-... 105 2/13/2025
4.4.999-nightly.2025-02-12-... 119 2/12/2025
4.4.999-nightly.2025-02-11-... 107 2/11/2025
4.4.999-nightly.2025-02-07-... 98 2/7/2025
4.4.999-nightly.2025-02-04-... 101 2/4/2025
4.4.999-nightly.2025-02-03-... 103 2/3/2025
4.4.999-nightly.2025-02-02-... 109 2/2/2025
4.4.999-nightly.2025-01-30-... 97 1/30/2025
4.4.999-nightly.2025-01-29-... 110 1/29/2025
4.4.999-nightly.2025-01-28-... 94 1/28/2025
4.4.999-nightly.2025-01-27-... 93 1/27/2025
4.4.999-nightly.2025-01-24-... 95 1/24/2025
4.4.999-nightly.2025-01-23-... 107 1/23/2025
4.4.999-nightly.2025-01-22-... 107 1/22/2025
4.4.999-nightly.2025-01-21-... 103 1/21/2025
4.4.999-nightly.2025-01-20-... 102 1/20/2025
4.4.999-nightly.2025-01-18-... 98 1/18/2025
4.4.999-nightly.2025-01-17-... 82 1/17/2025
4.4.999-nightly.2025-01-15-... 70 1/15/2025
4.4.999-nightly.2025-01-14-... 93 1/14/2025
4.4.999-nightly.2025-01-12-... 82 1/12/2025
4.4.999-nightly.2025-01-08-... 83 1/8/2025
4.4.999-nightly.2024-12-20-... 103 12/20/2024
4.4.999-nightly.2024-12-19-... 99 12/19/2024
4.4.999-nightly.2024-12-18-... 105 12/18/2024
4.4.999-nightly.2024-12-17-... 103 12/17/2024
4.4.999-nightly.2024-12-16-... 100 12/16/2024
4.4.999-nightly.2024-12-14-... 130 12/14/2024
4.4.999-nightly.2024-12-13-... 107 12/13/2024
4.4.999-nightly.2024-12-12-... 98 12/12/2024
4.4.999-nightly.2024-12-09-... 101 12/9/2024
4.4.999-nightly.2024-12-06-... 110 12/6/2024
4.4.999-nightly.2024-12-04-... 99 12/4/2024
4.4.999-nightly.2024-12-01-... 99 12/1/2024
4.4.999-nightly.2024-11-30-... 96 11/30/2024
4.4.999-nightly.2024-11-29-... 97 11/29/2024
4.4.999-nightly.2024-11-27-... 95 11/27/2024
4.4.999-nightly.2024-11-26-... 102 11/26/2024
4.4.999-nightly.2024-11-24-... 108 11/24/2024
4.4.999-nightly.2024-11-22-... 106 11/22/2024
4.4.999-nightly.2024-11-20-... 94 11/20/2024
4.4.999-nightly.2024-11-19-... 97 11/19/2024
4.4.999-nightly.2024-11-18-... 101 11/18/2024
4.4.999-nightly.2024-11-16-... 100 11/16/2024
4.4.999-nightly.2024-11-15-... 109 11/15/2024
4.4.999-nightly.2024-11-13-... 118 11/13/2024
4.4.999-nightly.2024-11-12-... 115 11/12/2024
4.4.999-nightly.2024-11-03-... 111 11/3/2024
4.4.999-nightly.2024-11-01-... 112 11/1/2024
4.4.999-nightly.2024-10-30-... 101 10/30/2024
4.4.999-nightly.2024-10-29-... 102 10/29/2024
4.4.999-nightly.2024-10-24-... 99 10/24/2024
4.4.999-nightly.2024-10-23-... 100 10/23/2024
4.4.999-nightly.2024-10-21-... 115 10/21/2024
4.4.999-nightly.2024-10-20-... 125 10/20/2024
4.4.999-nightly.2024-10-19-... 133 10/19/2024
4.4.999-nightly.2024-10-17-... 95 10/17/2024
4.3.999-nightly.2025-02-08-... 104 2/8/2025
4.3.999-nightly.2025-01-08-... 89 1/8/2025
4.3.999-nightly.2024-12-19-... 99 12/19/2024
4.3.999-nightly.2024-12-16-... 108 12/16/2024
4.3.999-nightly.2024-12-11-... 101 12/11/2024
4.3.999-nightly.2024-12-04-... 110 12/4/2024
4.3.999-nightly.2024-11-28-... 97 11/28/2024
4.3.999-nightly.2024-11-27-... 102 11/27/2024
4.3.999-nightly.2024-11-23-... 113 11/23/2024
4.3.999-nightly.2024-11-22-... 98 11/22/2024
4.3.999-nightly.2024-11-19-... 97 11/19/2024
4.3.999-nightly.2024-11-18-... 93 11/18/2024
4.3.999-nightly.2024-11-17-... 93 11/17/2024
4.3.999-nightly.2024-11-16-... 96 11/16/2024
4.3.999-nightly.2024-11-15-... 110 11/15/2024
4.3.999-nightly.2024-11-14-... 100 11/14/2024
4.3.999-nightly.2024-11-14-... 95 11/14/2024
4.3.999-nightly.2024-11-13-... 103 11/13/2024
4.3.999-nightly.2024-11-12-... 111 11/12/2024
4.3.999-nightly.2024-11-09-... 111 11/11/2024
4.3.999-nightly.2024-11-08-... 113 11/11/2024
4.3.999-nightly.2024-11-02-... 96 11/2/2024
4.3.999-nightly.2024-10-27-... 107 10/27/2024
4.3.999-nightly.2024-10-23-... 103 10/23/2024
4.3.999-nightly.2024-10-22-... 111 10/22/2024
4.3.999-nightly.2024-10-19-... 138 10/19/2024
4.3.999-nightly.2024-10-16-... 104 10/16/2024
4.3.999-nightly.2024-10-15-... 105 10/15/2024
4.3.999-nightly.2024-10-14-... 103 10/14/2024
4.3.999-nightly.2024-10-13-... 103 10/13/2024
4.3.999-nightly.2024-10-12-... 110 10/12/2024
4.3.999-nightly.2024-10-12-... 98 10/12/2024
4.3.999-nightly.2024-10-11-... 96 10/11/2024
4.3.999-nightly.2024-10-09-... 109 10/9/2024
4.3.999-nightly.2024-10-07-... 96 10/7/2024
4.3.999-nightly.2024-10-03-... 109 10/3/2024
4.3.999-nightly.2024-10-02-... 102 10/2/2024
4.3.999-nightly.2024-09-30-... 122 9/30/2024
4.3.999-nightly.2024-09-29-... 103 9/29/2024
4.3.999-nightly.2024-09-28-... 116 9/28/2024
4.3.999-nightly.2024-09-26-... 110 9/26/2024
4.3.999-nightly.2024-09-25-... 104 9/25/2024
4.3.999-nightly.2024-09-24-... 107 9/24/2024
4.3.999-nightly.2024-09-23-... 101 9/23/2024
4.3.999-nightly.2024-09-21-... 107 9/21/2024
4.3.999-nightly.2024-09-20-... 98 9/20/2024
4.3.999-nightly.2024-09-20-... 99 9/20/2024
4.3.999-nightly.2024-09-19-... 108 9/19/2024
4.3.999-nightly.2024-09-17-... 115 9/17/2024
4.3.999-nightly.2024-09-15-... 113 9/15/2024
4.3.999-nightly.2024-09-14-... 116 9/14/2024
4.3.999-nightly.2024-09-13-... 111 9/13/2024
4.3.999-nightly.2024-09-12-... 108 9/12/2024
4.3.999-nightly.2024-09-11-... 105 9/11/2024
4.3.999-nightly.2024-09-10-... 102 9/10/2024
4.3.999-nightly.2024-09-09-... 106 9/9/2024
4.3.999-nightly.2024-09-08-... 108 9/8/2024
4.3.999-nightly.2024-09-07-... 111 9/7/2024
4.3.999-nightly.2024-09-06-... 108 9/6/2024
4.3.999-nightly.2024-09-05-... 108 9/5/2024
4.3.999-nightly.2024-09-04-... 118 9/4/2024
4.3.999-nightly.2024-09-03-... 112 9/3/2024
4.3.999-nightly.2024-09-02-... 104 9/2/2024
4.3.999-nightly.2024-08-31-... 107 8/31/2024
4.3.999-nightly.2024-08-30-... 103 8/30/2024
4.3.999-nightly.2024-08-29-... 109 8/29/2024
4.3.999-nightly.2024-08-28-... 107 8/28/2024
4.3.999-nightly.2024-08-27-... 109 8/27/2024
4.3.999-nightly.2024-08-26-... 123 8/26/2024
4.3.999-nightly.2024-08-25-... 138 8/25/2024
4.3.999-nightly.2024-08-24-... 119 8/24/2024
4.3.999-nightly.2024-08-22-... 138 8/22/2024
4.3.999-nightly.2024-08-21-... 112 8/21/2024
4.3.999-nightly.2024-08-20-... 129 8/20/2024
4.3.999-nightly.2024-08-17-... 131 8/17/2024
4.3.999-nightly.2024-08-16-... 121 8/16/2024
4.3.999-nightly.2024-08-15-... 134 8/15/2024
4.3.999-nightly.2024-08-13-... 130 8/13/2024
4.3.999-nightly.2024-08-12-... 125 8/12/2024
4.3.999-nightly.2024-08-10-... 119 8/10/2024
4.3.999-nightly.2024-08-09-... 113 8/9/2024
4.3.999-nightly.2024-08-08-... 105 8/8/2024
4.3.999-nightly.2024-08-07-... 105 8/7/2024
4.3.999-nightly.2024-08-06-... 117 8/6/2024
4.3.999-nightly.2024-08-05-... 94 8/5/2024
4.3.999-nightly.2024-08-04-... 98 8/4/2024
4.3.999-nightly.2024-08-03-... 93 8/3/2024
4.3.999-nightly.2024-08-02-... 98 8/2/2024
4.3.999-nightly.2024-08-01-... 115 8/1/2024
4.3.999-nightly.2024-07-31-... 97 7/31/2024
4.3.999-nightly.2024-07-30-... 89 7/30/2024
4.3.999-nightly.2024-07-26-... 110 7/26/2024
4.3.999-nightly.2024-07-24-... 97 7/24/2024
4.3.999-nightly.2024-07-23-... 112 7/23/2024
4.3.999-nightly.2024-07-22-... 133 7/22/2024
4.3.999-nightly.2024-07-20-... 117 7/20/2024
4.3.999-nightly.2024-07-18-... 117 7/18/2024
4.3.999-nightly.2024-07-15-... 117 7/15/2024
4.3.999-nightly.2024-07-10-... 118 7/10/2024
4.3.999-nightly.2024-07-07-... 120 7/7/2024
4.3.999-nightly.2024-07-06-... 122 7/6/2024
4.3.999-nightly.2024-07-05-... 102 7/5/2024
4.3.999-nightly.2024-07-03-... 110 7/3/2024
4.3.999-nightly.2024-07-01-... 109 7/1/2024
4.3.999-nightly.2024-06-30-... 110 6/30/2024
4.3.999-nightly.2024-06-29-... 107 6/29/2024
4.3.999-nightly.2024-06-25-... 112 6/25/2024
4.3.999-nightly.2024-06-24-... 108 6/24/2024
4.3.999-nightly.2024-06-23-... 112 6/23/2024
4.3.999-nightly.2024-06-22-... 119 6/22/2024
4.3.999-nightly.2024-06-21-... 120 6/21/2024
4.3.999-nightly.2024-06-19-... 118 6/19/2024
4.3.999-nightly.2024-06-18-... 100 6/18/2024
4.3.999-nightly.2024-06-17-... 114 6/17/2024
4.3.999-nightly.2024-06-16-... 111 6/16/2024
4.3.999-nightly.2024-06-15-... 111 6/15/2024
4.3.999-nightly.2024-06-14-... 105 6/14/2024
4.3.999-nightly.2024-06-13-... 121 6/13/2024
4.3.999-nightly.2024-06-13-... 108 6/13/2024
4.3.999-nightly.2024-06-12-... 111 6/12/2024
4.3.999-nightly.2024-06-03-... 107 6/3/2024
4.3.999-nightly.2024-06-02-... 123 6/2/2024
4.3.999-nightly.2024-05-30-... 112 5/30/2024
4.3.999-nightly.2024-05-25-... 127 5/25/2024
4.3.999-nightly.2024-05-24-... 121 5/24/2024
4.3.999-nightly.2024-05-23-... 119 5/23/2024
4.3.999-nightly.2024-05-22-... 118 5/22/2024
4.3.999-nightly.2024-05-20-... 122 5/20/2024
4.3.999-nightly.2024-05-19-... 107 5/19/2024
4.3.999-nightly.2024-05-14-... 112 5/14/2024
4.3.999-nightly.2024-05-12-... 112 5/12/2024
4.3.999-nightly.2024-05-05-... 129 5/5/2024
4.3.999-nightly.2024-05-02-... 98 5/2/2024
4.3.999-nightly.2024-04-23-... 137 4/23/2024
4.3.999-nightly.2024-04-21-... 118 4/21/2024
4.3.999-nightly.2024-04-20-... 135 4/20/2024
4.3.999-nightly.2024-04-19-... 114 4/19/2024
4.3.999-nightly.2024-04-18-... 110 4/18/2024
4.3.999-nightly.2024-04-12-... 117 4/12/2024
4.3.999-nightly.2024-04-10-... 112 4/10/2024
4.3.999-nightly.2024-04-09-... 122 4/9/2024
4.3.999-nightly.2024-04-06-... 125 4/6/2024
4.3.999-nightly.2024-04-05-... 114 4/5/2024
4.3.999-nightly.2024-04-03-... 124 4/3/2024
4.3.999-nightly.2024-04-02-... 123 4/2/2024
4.3.999-nightly.2024-04-01-... 126 4/1/2024
4.3.999-nightly.2024-03-30-... 115 3/30/2024
4.3.999-nightly.2024-03-29-... 123 3/29/2024
4.3.999-nightly.2024-03-28-... 119 3/28/2024
4.3.0-nightly.2024-03-23-0102 122 3/23/2024
4.3.0-nightly.2024-03-21-0102 127 3/21/2024
4.2.999-nightly.2024-10-12-... 96 10/12/2024
4.2.999-nightly.2024-09-10-... 104 9/10/2024
4.2.999-nightly.2024-09-07-... 106 9/7/2024
4.2.999-nightly.2024-09-06-... 108 9/6/2024
4.2.999-nightly.2024-09-04-... 104 9/4/2024
4.2.999-nightly.2024-08-27-... 111 8/27/2024
4.2.999-nightly.2024-08-24-... 144 8/24/2024
4.2.999-nightly.2024-08-22-... 127 8/22/2024
4.2.999-nightly.2024-08-20-... 131 8/20/2024
4.2.999-nightly.2024-08-14-... 124 8/14/2024
4.2.999-nightly.2024-07-30-... 94 7/30/2024
4.2.999-nightly.2024-07-23-... 109 7/23/2024
4.2.999-nightly.2024-07-17-... 116 7/17/2024
4.2.999-nightly.2024-07-16-... 108 7/16/2024
4.2.999-nightly.2024-07-10-... 115 7/10/2024
4.2.999-nightly.2024-07-09-... 114 7/9/2024
4.2.999-nightly.2024-07-06-... 119 7/6/2024
4.2.999-nightly.2024-07-05-... 106 7/5/2024
4.2.999-nightly.2024-07-03-... 120 7/3/2024
4.2.999-nightly.2024-06-28-... 104 6/28/2024
4.2.999-nightly.2024-06-27-... 111 6/27/2024
4.2.999-nightly.2024-06-25-... 116 6/25/2024
4.2.999-nightly.2024-06-22-... 113 6/22/2024
4.2.999-nightly.2024-06-20-... 110 6/20/2024
4.2.999-nightly.2024-06-19-... 118 6/19/2024
4.2.999-nightly.2024-06-18-... 114 6/18/2024
4.2.999-nightly.2024-06-14-... 105 6/14/2024
4.2.999-nightly.2024-06-13-... 97 6/13/2024
4.2.999-nightly.2024-06-12-... 101 6/12/2024
4.2.999-nightly.2024-05-28-... 108 5/28/2024
4.2.999-nightly.2024-05-23-... 121 5/23/2024
4.2.999-nightly.2024-05-22-... 109 5/22/2024
4.2.999-nightly.2024-05-21-... 121 5/21/2024
4.2.999-nightly.2024-05-16-... 109 5/16/2024
4.2.999-nightly.2024-05-15-... 111 5/15/2024
4.2.999-nightly.2024-05-14-... 102 5/14/2024
4.2.999-nightly.2024-05-13-... 107 5/13/2024
4.2.999-nightly.2024-05-12-... 110 5/12/2024
4.2.999-nightly.2024-05-09-... 117 5/9/2024
4.2.999-nightly.2024-05-08-... 124 5/8/2024
4.2.999-nightly.2024-05-07-... 122 5/7/2024
4.2.999-nightly.2024-05-03-... 83 5/3/2024
4.2.999-nightly.2024-05-02-... 97 5/2/2024
4.2.999-nightly.2024-04-30-... 112 4/30/2024
4.2.999-nightly.2024-04-26-... 109 4/26/2024
4.2.999-nightly.2024-04-25-... 123 4/25/2024
4.2.999-nightly.2024-04-23-... 133 4/23/2024
4.2.999-nightly.2024-04-20-... 116 4/20/2024
4.2.999-nightly.2024-04-18-... 109 4/18/2024
4.2.999-nightly.2024-04-16-... 112 4/16/2024
4.2.999-nightly.2024-04-13-... 113 4/13/2024
4.2.999-nightly.2024-04-12-... 122 4/12/2024
4.2.999-nightly.2024-04-10-... 115 4/10/2024
4.2.999-nightly.2024-04-09-... 124 4/9/2024
4.2.999-nightly.2024-04-06-... 118 4/6/2024
4.2.999-nightly.2024-04-05-... 132 4/5/2024
4.2.999-nightly.2024-04-03-... 119 4/3/2024
4.2.999-nightly.2024-04-02-... 129 4/2/2024
4.2.999-nightly.2024-03-31-... 124 3/31/2024
4.2.999-nightly.2024-03-30-... 120 3/30/2024
4.2.999-nightly.2024-03-29-... 123 3/29/2024
4.2.999-nightly.2024-03-27-... 115 3/27/2024
4.2.0-nightly.202401090430 183 1/9/2024
4.2.0-nightly.202401060302 204 1/6/2024
4.2.0-nightly.202401050829 146 1/5/2024
4.2.0-nightly.202401050302 133 1/5/2024
4.2.0-nightly.2024-03-26-0102 114 3/26/2024
4.2.0-nightly.2024-03-25-0101 127 3/25/2024
4.2.0-nightly.2024-03-24-0101 136 3/24/2024
4.2.0-nightly.2024-03-21-0102 116 3/21/2024
4.2.0-nightly.2024-03-20-0102 114 3/20/2024
4.2.0-nightly.2024-03-19-0102 116 3/19/2024
4.2.0-nightly.2024-03-18-0102 118 3/18/2024
4.2.0-nightly.2024-03-17-0101 121 3/17/2024
4.2.0-nightly.2024-03-15-0102 122 3/15/2024
4.2.0-nightly.2024-03-14-0102 130 3/14/2024
4.2.0-nightly.2024-03-13-0102 117 3/13/2024
4.2.0-nightly.2024-03-12-0102 128 3/12/2024
4.2.0-nightly.2024-03-10-0101 122 3/10/2024
4.2.0-nightly.2024-03-09-0101 122 3/9/2024
4.2.0-nightly.2024-03-07-0102 115 3/7/2024
4.2.0-nightly.2024-03-06-0102 128 3/6/2024
4.2.0-nightly.2024-03-05-0102 120 3/5/2024
4.2.0-nightly.2024-03-04-0102 131 3/4/2024
4.2.0-nightly.2024-03-03-0101 142 3/3/2024
4.2.0-nightly.2024-03-02-0101 135 3/2/2024
4.2.0-nightly.2024-03-01-0102 131 3/1/2024
4.2.0-nightly.2024-02-29-0102 131 2/29/2024
4.2.0-nightly.2024-02-28-0102 124 2/28/2024
4.2.0-nightly.2024-02-27-0102 129 2/27/2024
4.2.0-nightly.2024-02-26-0102 121 2/26/2024
4.2.0-nightly.2024-02-25-0101 118 2/25/2024
4.2.0-nightly.2024-02-24-0101 131 2/24/2024
4.2.0-nightly.2024-02-22-0102 132 2/22/2024
4.2.0-nightly.2024-02-21-0102 127 2/21/2024
4.2.0-nightly.2024-02-19-0102 127 2/19/2024
4.2.0-nightly.2024-02-17-0101 126 2/17/2024
4.2.0-nightly.2024-02-16-0102 122 2/16/2024
4.2.0-nightly.2024-02-15-0102 134 2/15/2024
4.2.0-nightly.2024-02-14-0102 131 2/14/2024
4.2.0-nightly.2024-02-13-0102 127 2/13/2024
4.2.0-nightly.2024-02-12-0102 129 2/12/2024
4.2.0-nightly.2024-02-10-0101 138 2/10/2024
4.2.0-nightly.2024-02-09-0102 129 2/9/2024
4.2.0-nightly.2024-02-08-0102 127 2/8/2024
4.2.0-nightly.2024-02-07-0102 130 2/7/2024
4.2.0-nightly.2024-02-06-0102 128 2/6/2024
4.2.0-nightly.2024-02-05-0101 136 2/5/2024
4.2.0-nightly.2024-02-03-0101 132 2/3/2024
4.2.0-nightly.2024-02-02-0102 125 2/2/2024
4.2.0-nightly.2024-02-01-0102 120 2/1/2024
4.2.0-nightly.2024-01-31-0639 124 1/31/2024
4.2.0-nightly.2024-01-30-0102 122 1/30/2024
4.2.0-nightly.2024-01-27-0102 136 1/27/2024
4.2.0-nightly.2024-01-26-0632 127 1/26/2024
4.2.0-nightly.2024-01-25-0102 131 1/25/2024
4.2.0-nightly.2024-01-24-0855 122 1/24/2024
4.2.0-nightly.2024-01-24-0102 125 1/24/2024
4.2.0-nightly.2024-01-23-0102 139 1/23/2024
4.2.0-nightly.2024-01-22-1314 124 1/22/2024
4.2.0-nightly.2024-01-22-0125 132 1/22/2024
4.2.0-nightly.2024-01-18-0102 129 1/18/2024
4.2.0-nightly.2024-01-16-0102 124 1/16/2024
4.2.0-nightly.2024-01-15-0837 135 1/15/2024
4.2.0-nightly.2024-01-15-0102 134 1/15/2024
4.2.0-nightly.2024-01-13-0101 121 1/13/2024
4.2.0-nightly.2024-01-12-0102 136 1/12/2024
4.2.0-nightly.2024-01-11-0838 139 1/11/2024
4.2.0-nightly.2024-01-11-0102 140 1/11/2024
4.2.0-nightly.2024-01-10-0102 146 1/10/2024
4.1.0-nightly.202405240302 119 5/24/2024
4.1.0-nightly.202404230302 123 4/23/2024
4.1.0-nightly.202403230301 120 3/23/2024
4.1.0-nightly.202402210302 152 2/21/2024
4.1.0-nightly.202402200302 127 2/20/2024
4.1.0-nightly.202402190302 135 2/19/2024
4.1.0-nightly.202402150302 131 2/15/2024
4.1.0-nightly.202402140302 132 2/14/2024
4.1.0-nightly.202402130302 147 2/13/2024
4.1.0-nightly.202402120302 130 2/12/2024
4.1.0-nightly.202402100302 143 2/10/2024
4.1.0-nightly.202402060302 148 2/6/2024
4.1.0-nightly.202401300302 135 1/30/2024
4.1.0-nightly.202401290302 148 1/29/2024
4.1.0-nightly.202401240302 132 1/24/2024
4.1.0-nightly.202401230302 138 1/23/2024
4.1.0-nightly.202401220302 136 1/22/2024
4.1.0-nightly.202401210301 136 1/21/2024
4.1.0-nightly.202401200301 123 1/20/2024
4.1.0-nightly.202401170302 140 1/17/2024
4.1.0-nightly.202401160302 133 1/16/2024
4.1.0-nightly.202401150301 147 1/15/2024
4.1.0-nightly.202401140301 138 1/14/2024
4.1.0-nightly.202401130302 130 1/13/2024
4.1.0-nightly.202401120302 141 1/12/2024
4.1.0-nightly.202401110302 142 1/11/2024
4.1.0-nightly.202401100302 158 1/10/2024
4.1.0-nightly.202401090301 142 1/9/2024
4.1.0-nightly.202401070607 158 1/7/2024
4.1.0-nightly.202401060301 146 1/6/2024
4.1.0-nightly.202401050302 133 1/5/2024
4.1.0-nightly.202401040302 139 1/4/2024
4.1.0-nightly.202401030302 154 1/3/2024
4.1.0-nightly.202401010301 164 1/1/2024
4.1.0-nightly.202312300301 162 12/30/2023
4.1.0-nightly.202312291139 148 12/29/2023
4.1.0-nightly.202312290301 86 12/29/2023
4.1.0-nightly.202312280302 82 12/28/2023
4.1.0-nightly.202312250302 87 12/25/2023
4.1.0-nightly.202312230301 82 12/23/2023
4.1.0-nightly.202312210302 70 12/21/2023
4.1.0-nightly.202312200302 72 12/20/2023
4.1.0-nightly.202312150302 93 12/15/2023
4.1.0-nightly.202312141220 78 12/14/2023
4.1.0-nightly.202312141135 78 12/14/2023
4.1.0-nightly.202312140703 73 12/14/2023
4.1.0-nightly.202312140302 91 12/14/2023
4.1.0-nightly.202312131634 76 12/13/2023
4.1.0-nightly.202312130302 74 12/13/2023
4.1.0-nightly.202312110301 80 12/11/2023
4.1.0-nightly.202312100301 78 12/10/2023
4.1.0-nightly.202312090301 89 12/9/2023
4.1.0-nightly.202312080302 84 12/8/2023