AWSPowerShell.NetCore

3.3.313.0

The AWS Tools for PowerShell Core lets developers and administrators manage their AWS services from the PowerShell Core scripting environment.

Minimum PowerShell version

5.1

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AWSPowerShell.NetCore -RequiredVersion 3.3.313.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AWSPowerShell.NetCore -Version 3.3.313.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright 2012-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Package Details

Author(s)

  • Amazon.com Inc

Tags

AWS cloud

Cmdlets

*-*

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

### 3.3.313.0 (2018-07-09)
 * Amazon Route 53 Auto Naming
   * Added support for the Amazon Route 53 Auto Naming service (Service Discovery). Amazon Route 53 auto naming lets you configure public or private namespaces that your microservice applications run in. When instances of the service become available, you can call the auto naming API to register the instance, and Route 53 automatically creates up to five DNS records and an optional health check. Clients that submit DNS queries for the service receive an answer that contains up to eight healthy records. Cmdlets for the service have the noun prefix SD and can be listed with the command *Get-AWSCmdletName -Service SD*.
 * Amazon CloudFront
   * [Breaking Change] The DeleteServiceLinkedRole api was released in error and has now been removed by the service. Accordingly the Remove-CFServiceLinkedRole cmdlet has been removed from the module. We apologize for any inconvenience caused.
 * Amazon EC2
   * Added parameter -CpuOption to the New-EC2Instance cmdlet to enable optimizing CPU options for your new instance(s). For more details see [Optimizing CPU Options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) in the Amazon EC2 User Guide.
   * Added revised examples for the Get-EC2ConsoleOutput and Grant-EC2SecurityGroupIngress cmdets based on user feedback.
 * Amazon Workpaces
   * Renamed the _-ResourceId_ parameter for the New-WKSTag and Get-WKSTag cmdlets to _-WorkspaceId_ to improve consistency with other Amazon Workspaces cmdlets. A backwards compatible alias of ResourceId has also been applied to this parameter to support existing scripts.
 * Amazon Relational Database Service
   * The name of the cmdlet _Get-RDSReservedDBInstancesOffering_, which maps to the service API _PurchaseReservedDBInstancesOffering_, has been corrected to _New-RDSReservedDBInstancesOfferingPurchase_. The Get verb had been applied incorrectly as this cmdlet/API actually performs a purchase and does not simply return information. An alias for the old name has been included in the module for backwards compatibility but we encourage users of this cmdlet to adopt the new name at their earliest convenience.
   * Updated cmdlets to support new service feature enabling users to specify the retention period for Performance Insights data for RDS instances. You can either choose 7 days (default) or 731 days.
 * Amazon Comprehend
   * Updated cmdlets to support new service feature enabling batch processing of a set of documents stored within an S3 bucket.
 * Amazon ECS
   * Updated cmdlets to support new service feature enabling daemon scheduling capability to deploy one task per instance on selected instances in a cluster.
   * Added parameter _-Enforce_ flag to the Remove-ECSService cmdlet to allow deleting a service without requiring to scale down the number of tasks to zero. This parameter maps to the _Force_ value in the underlying DeleteService API.
 * Amazon Inspector
   * Added cmdlets to support new service feature for viewing and previewing exclusions. Exclusions show which intended security checks are excluded from an assessment, along with reasons and recommendations to fix.
 * Amazon Pinpoint
   * Updated cmdlets to support new service features for creating complex segments and validating phone numbers for SMS messages. It also adds the ability to get or delete endpoints based on user IDs, remove attributes from endpoints, and list the defined channels for an app.
 * Amazon Redshift
   * Updated cmdlets to support new service features. (1) On-demand cluster release version: When Amazon Redshift releases a new cluster version, you can choose to upgrade to that version immediately instead of waiting until your next maintenance window. You can also choose to roll back to a previous version. (2) Upgradeable reserved instance - You can now exchange one Reserved Instance for a new Reserved Instance with no changes to the terms of your existing Reserved Instance (term, payment type, or number of nodes).
 * Amazon SageMaker
   * Added support for Notebook instances and the ability to run hyperparameter tuning jobs. A hyperparameter tuning job will create and evaluate multiple training jobs while tuning algorithm hyperparameters, to optimize a customer specified objective metric.
 * AWS Secrets Manager
   * Updated cmdlets to support new service feature for esource-based policies that attach directly to your secrets. These policies provide an additional way to control who can access your secrets and what they can do with them. For more information, see https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access_resource-based-policies.html in the Secrets Manager User Guide.
 * AWS Shield
   * Added support for DDoS Response Team access management.
 * AWS Storage Gateway
   * Updated cmdlets to support new service features for using Server Message Block (SMB) protocol to store and access objects in Amazon Simple Storage Service (S3).
 * AWS CloudFormation
   * Updated the New-CFNStackSet and Update-CFNStack set with parameters to support filtered updates for StackSets based on accounts and regions (this feature will allow flexibility for the customers to roll out updates on a StackSet based on specific accounts and regions) and to support customized ExecutionRoleName (this feature will allow customers to attach ExecutionRoleName to the StackSet thus ensuring more security and controlling the behavior of any AWS resources in the target accounts).
 * AWS IoT
   * Added cmdlets to support new APIs released by the service: Remove-IOTJob (DeleteJob API) and Remove-IOTJobExecution (DeleteJobExecution API).
   * Updated the Stop-IOTJob cmdlet to support forced cancellation.
   * Added cmdlet Stop-IOTJobExecution (CancelJobExecution API).
 * AWS Systems Manager
   * Added example for the New-SSMAssociation cmdlet.
   * Updated cmdlets to support new service features around sending RunCommand output to CloudWatch Logs, add the ability to view association execution history and execute an association.
 * AWS AppStream
   * Updated cmdlets to support new service feature enabling customers to find their VPC private IP address and ENI ID associated with AppStream streaming sessions.
 * AWS Certificate Manager Private Certificate Authority
   * Updated cmdlets to support new service 'Restore' feature, enabling users to restore a private certificate authority that has been deleted. When you use the Remove-PCACertificateAuthority cmdlet, you can now specify the number of days (7-30, with 30 being the default) in which the private certificate authority will remain in the DELETED state. During this time, the private certificate authority can be restored with the new Restore-PCACertificateAuthority (RestoreCertificateAuthority API) cmdlet and then be returned to the PENDING_CERTIFICATE or DISABLED state, depending upon the state prior to deletion.
 * AWS Cloud Directory
   * Updated cmdlets to support new service 'Flexible Schema' feature. This feature lets customers using new capabilities like: variant typed attributes, dynamic facets and AWS managed Cloud Directory schemas.
 * AWS Glue
   * Updated cmdlets to support new service feature for sending delay notification to Amazon CloudWatch Events when an ETL job runs longer than the specified delay notification threshold.
 * AWS Elemental MediaLive
   * Added and updated cmdlets to support new service features for reserved inputs and outputs. You can reserve inputs and outputs with a 12 month commitment in exchange for discounted hourly rates. Pricing is available at https://aws.amazon.com/medialive/pricing/.
 * AWS Elemental MediaConvert
   * Added cmdlets to support tagging queues, presets, and templates during creation of those resources on MediaConvert.
 * AWS Config
   * Updated cmdlets to support new service feature for retention, allowing you to specify a retention period for your AWS Config configuration items.
 * AWS Directory Service
   * Added cmdlet Reset-DSUserPassword (ResetUserPassword API). Customers can now reset their users' passwords without providing the old passwords in Simple AD and Microsoft AD.

FileList

  • AWSPowerShell.NetCore.nuspec
  • AWSAliases.ps1
  • AWSPowerShell.Format.ps1xml
  • AWSPowerShell.NetCore.dll
  • AWSPowerShell.NetCore.dll-Help.xml
  • AWSPowerShell.NetCore.psd1
  • AWSPowerShell.TypeExtensions.ps1xml
  • AWSPowerShellCompleters.psm1
  • AWSPowerShellLegacyAliases.psm1
  • AWSSDK.ACMPCA.dll
  • AWSSDK.AlexaForBusiness.dll
  • AWSSDK.APIGateway.dll
  • AWSSDK.ApplicationAutoScaling.dll
  • AWSSDK.ApplicationDiscoveryService.dll
  • AWSSDK.AppStream.dll
  • AWSSDK.AppSync.dll
  • AWSSDK.Athena.dll
  • AWSSDK.AutoScaling.dll
  • AWSSDK.AutoScalingPlans.dll
  • AWSSDK.AWSHealth.dll
  • AWSSDK.AWSMarketplaceCommerceAnalytics.dll
  • AWSSDK.AWSMarketplaceMetering.dll
  • AWSSDK.AWSSupport.dll
  • AWSSDK.Batch.dll
  • AWSSDK.Budgets.dll
  • AWSSDK.CertificateManager.dll
  • AWSSDK.Cloud9.dll
  • AWSSDK.CloudDirectory.dll
  • AWSSDK.CloudFormation.dll
  • AWSSDK.CloudFront.dll
  • AWSSDK.CloudHSM.dll
  • AWSSDK.CloudHSMV2.dll
  • AWSSDK.CloudSearch.dll
  • AWSSDK.CloudSearchDomain.dll
  • AWSSDK.CloudTrail.dll
  • AWSSDK.CloudWatch.dll
  • AWSSDK.CloudWatchEvents.dll
  • AWSSDK.CloudWatchLogs.dll
  • AWSSDK.CodeBuild.dll
  • AWSSDK.CodeCommit.dll
  • AWSSDK.CodeDeploy.dll
  • AWSSDK.CodePipeline.dll
  • AWSSDK.CodeStar.dll
  • AWSSDK.CognitoIdentity.dll
  • AWSSDK.CognitoIdentityProvider.dll
  • AWSSDK.Comprehend.dll
  • AWSSDK.ConfigService.dll
  • AWSSDK.Connect.dll
  • AWSSDK.Core.dll
  • AWSSDK.CostAndUsageReport.dll
  • AWSSDK.CostExplorer.dll
  • AWSSDK.DatabaseMigrationService.dll
  • AWSSDK.DataPipeline.dll
  • AWSSDK.DAX.dll
  • AWSSDK.DeviceFarm.dll
  • AWSSDK.DirectConnect.dll
  • AWSSDK.DirectoryService.dll
  • AWSSDK.DynamoDBv2.dll
  • AWSSDK.EC2.dll
  • AWSSDK.ECR.dll
  • AWSSDK.ECS.dll
  • AWSSDK.EKS.dll
  • AWSSDK.ElastiCache.dll
  • AWSSDK.ElasticBeanstalk.dll
  • AWSSDK.ElasticFileSystem.dll
  • AWSSDK.ElasticLoadBalancing.dll
  • AWSSDK.ElasticLoadBalancingV2.dll
  • AWSSDK.ElasticMapReduce.dll
  • AWSSDK.Elasticsearch.dll
  • AWSSDK.ElasticTranscoder.dll
  • AWSSDK.FMS.dll
  • AWSSDK.GameLift.dll
  • AWSSDK.Glue.dll
  • AWSSDK.Greengrass.dll
  • AWSSDK.GuardDuty.dll
  • AWSSDK.IdentityManagement.dll
  • AWSSDK.ImportExport.dll
  • AWSSDK.Inspector.dll
  • AWSSDK.IoT.dll
  • AWSSDK.IoT1ClickDevicesService.dll
  • AWSSDK.IoT1ClickProjects.dll
  • AWSSDK.IoTAnalytics.dll
  • AWSSDK.IotData.dll
  • AWSSDK.IoTJobsDataPlane.dll
  • AWSSDK.KeyManagementService.dll
  • AWSSDK.Kinesis.dll
  • AWSSDK.KinesisAnalytics.dll
  • AWSSDK.KinesisFirehose.dll
  • AWSSDK.KinesisVideo.dll
  • AWSSDK.KinesisVideoArchivedMedia.dll
  • AWSSDK.KinesisVideoMedia.dll
  • AWSSDK.Lambda.dll
  • AWSSDK.Lex.dll
  • AWSSDK.LexModelBuildingService.dll
  • AWSSDK.Lightsail.dll
  • AWSSDK.MachineLearning.dll
  • AWSSDK.Macie.dll
  • AWSSDK.MarketplaceEntitlementService.dll
  • AWSSDK.MediaConvert.dll
  • AWSSDK.MediaLive.dll
  • AWSSDK.MediaPackage.dll
  • AWSSDK.MediaStore.dll
  • AWSSDK.MediaStoreData.dll
  • AWSSDK.MediaTailor.dll
  • AWSSDK.MigrationHub.dll
  • AWSSDK.Mobile.dll
  • AWSSDK.MQ.dll
  • AWSSDK.MTurk.dll
  • AWSSDK.Neptune.dll
  • AWSSDK.OpsWorks.dll
  • AWSSDK.OpsWorksCM.dll
  • AWSSDK.Organizations.dll
  • AWSSDK.PI.dll
  • AWSSDK.Pinpoint.dll
  • AWSSDK.Polly.dll
  • AWSSDK.Pricing.dll
  • AWSSDK.RDS.dll
  • AWSSDK.Redshift.dll
  • AWSSDK.Rekognition.dll
  • AWSSDK.ResourceGroups.dll
  • AWSSDK.ResourceGroupsTaggingAPI.dll
  • AWSSDK.Route53.dll
  • AWSSDK.Route53Domains.dll
  • AWSSDK.S3.dll
  • AWSSDK.SageMaker.dll
  • AWSSDK.SageMakerRuntime.dll
  • AWSSDK.SecretsManager.dll
  • AWSSDK.SecurityToken.dll
  • AWSSDK.ServerlessApplicationRepository.dll
  • AWSSDK.ServerMigrationService.dll
  • AWSSDK.ServiceCatalog.dll
  • AWSSDK.ServiceDiscovery.dll
  • AWSSDK.Shield.dll
  • AWSSDK.SimpleEmail.dll
  • AWSSDK.SimpleNotificationService.dll
  • AWSSDK.SimpleSystemsManagement.dll
  • AWSSDK.SimpleWorkflow.dll
  • AWSSDK.Snowball.dll
  • AWSSDK.SQS.dll
  • AWSSDK.StepFunctions.dll
  • AWSSDK.StorageGateway.dll
  • AWSSDK.TranscribeService.dll
  • AWSSDK.Translate.dll
  • AWSSDK.WAF.dll
  • AWSSDK.WAFRegional.dll
  • AWSSDK.WorkDocs.dll
  • AWSSDK.WorkMail.dll
  • AWSSDK.WorkSpaces.dll
  • AWSSDK.XRay.dll
  • CHANGELOG.md

Version History

Version Downloads Last updated
5.0.182 1,223 3/25/2026
5.0.181 2,484 3/24/2026
5.0.180 1,847 3/23/2026
5.0.179 4,074 3/20/2026
5.0.178 1,428 3/19/2026
5.0.177 1,643 3/18/2026
5.0.176 1,839 3/17/2026
5.0.175 1,291 3/17/2026
5.0.174 3,900 3/13/2026
5.0.173 1,586 3/12/2026
5.0.172 1,575 3/11/2026
5.0.171 2,119 3/10/2026
5.0.170 1,623 3/9/2026
5.0.169 3,147 3/7/2026
5.0.168 1,512 3/6/2026
5.0.167 1,892 3/4/2026
5.0.166 1,442 3/4/2026
5.0.165 5,963 2/27/2026
5.0.164 1,696 2/26/2026
5.0.163 1,839 2/25/2026
5.0.162 1,895 2/24/2026
5.0.161 1,880 2/23/2026
5.0.160 3,898 2/20/2026
5.0.159 1,676 2/19/2026
5.0.158 2,010 2/18/2026
5.0.157 1,724 2/17/2026
5.0.156 1,545 2/16/2026
5.0.155 2,558 2/13/2026
5.0.154 1,375 2/12/2026
5.0.153 1,881 2/11/2026
5.0.152 1,670 2/10/2026
5.0.151 1,890 2/9/2026
5.0.150 3,498 2/6/2026
5.0.149 1,529 2/5/2026
5.0.148 2,126 2/4/2026
5.0.147 2,083 2/3/2026
5.0.146 1,971 2/2/2026
5.0.145 3,693 1/30/2026
5.0.144 1,705 1/29/2026
5.0.143 2,100 1/28/2026
5.0.142 2,179 1/27/2026
5.0.141 1,980 1/26/2026
5.0.140 3,081 1/23/2026
5.0.139 1,607 1/22/2026
5.0.138 7,622 1/21/2026
5.0.137 8,541 1/20/2026
5.0.136 12,465 1/16/2026
5.0.135 1,738 1/15/2026
5.0.134 1,757 1/14/2026
5.0.133 8,569 1/13/2026
5.0.132 4,041 1/12/2026
5.0.131 6,033 1/9/2026
5.0.130 3,339 1/7/2026
5.0.129 1,767 1/6/2026
5.0.128 4,991 1/5/2026
5.0.127 2,922 1/2/2026
5.0.126 2,765 12/30/2025
5.0.125 1,315 12/29/2025
5.0.124 2,530 12/26/2025
5.0.123 2,601 12/23/2025
5.0.122 1,355 12/22/2025
5.0.121 2,890 12/19/2025
5.0.120 1,271 12/18/2025
5.0.119 1,781 12/17/2025
5.0.118 1,643 12/16/2025
5.0.117 1,731 12/15/2025
5.0.116 3,185 12/12/2025
5.0.115 1,398 12/11/2025
5.0.114 1,874 12/10/2025
5.0.113 1,943 12/9/2025
5.0.112 1,899 12/8/2025
5.0.111 3,045 12/5/2025
5.0.110 1,829 12/4/2025
5.0.109 2,316 12/3/2025
5.0.108 1,946 12/2/2025
5.0.107 3,246 12/1/2025
5.0.106 4,644 11/26/2025
5.0.105 1,575 11/25/2025
5.0.104 1,722 11/24/2025
5.0.103 2,989 11/22/2025
5.0.102 1,771 11/20/2025
5.0.101 2,071 11/20/2025
5.0.100 2,132 11/18/2025
5.0.99 2,035 11/17/2025
5.0.98 3,560 11/14/2025
5.0.97 1,682 11/13/2025
5.0.96 2,103 11/12/2025
5.0.95 1,771 11/11/2025
5.0.94 1,816 11/10/2025
5.0.93 3,330 11/7/2025
5.0.92 1,494 11/6/2025
5.0.91 1,888 11/5/2025
5.0.90 1,969 11/4/2025
5.0.89 1,851 11/3/2025
5.0.88 3,356 10/31/2025
5.0.87 1,519 10/30/2025
5.0.86 1,711 10/29/2025
5.0.85 1,167 10/28/2025
5.0.84 1,568 10/27/2025
5.0.83 3,534 10/24/2025
5.0.82 1,927 10/23/2025
5.0.81 1,887 10/22/2025
5.0.80 1,694 10/21/2025
5.0.79 5,379 10/17/2025
5.0.78 1,637 10/16/2025
5.0.66 2,081 9/30/2025
5.0.65 1,849 9/29/2025
5.0.64 3,617 9/26/2025
5.0.63 1,670 9/25/2025
5.0.62 2,058 9/24/2025
5.0.61 2,858 9/23/2025
5.0.60 2,478 9/22/2025
5.0.59 3,500 9/19/2025
5.0.58 3,289 9/18/2025
5.0.57 3,370 9/17/2025
5.0.56 2,628 9/16/2025
5.0.55 2,725 9/15/2025
5.0.54 5,137 9/12/2025
5.0.53 2,810 9/11/2025
5.0.52 10,149 9/10/2025
5.0.51 40,294 9/9/2025
5.0.50 2,457 9/8/2025
5.0.49 5,001 9/5/2025
5.0.48 2,626 9/4/2025
5.0.47 2,712 9/3/2025
5.0.46 11,540 9/2/2025
5.0.45 23,686 8/29/2025
5.0.44 152 8/29/2025
5.0.43 2,374 8/28/2025
5.0.42 2,877 8/27/2025
5.0.41 2,615 8/26/2025
5.0.40 4,438 8/25/2025
5.0.39 19,997 8/22/2025
5.0.38 11,319 8/21/2025
5.0.37 30,457 8/20/2025
5.0.36 3,496 8/19/2025
5.0.35 2,988 8/18/2025
5.0.34 5,913 8/15/2025
5.0.33 1,921 8/14/2025
5.0.32 3,029 8/13/2025
5.0.31 2,600 8/12/2025
5.0.30 3,918 8/11/2025
5.0.29 8,387 8/8/2025
5.0.28 4,007 8/7/2025
5.0.27 5,048 8/6/2025
5.0.26 4,419 8/5/2025
5.0.25 3,761 8/5/2025
5.0.24 6,181 8/1/2025
5.0.23 2,619 7/31/2025
5.0.22 3,075 7/30/2025
5.0.21 3,634 7/29/2025
5.0.20 4,156 7/28/2025
5.0.19 7,383 7/25/2025
5.0.18 3,145 7/24/2025
5.0.17 4,591 7/23/2025
5.0.16 3,560 7/22/2025
5.0.15 3,498 7/21/2025
5.0.14 12,841 7/18/2025
5.0.13 11,773 7/17/2025
5.0.12 11,705 7/16/2025
5.0.11 1,932 7/16/2025
5.0.10 2,312 7/15/2025
5.0.9 16,252 7/9/2025
5.0.8 25,293 7/3/2025
5.0.7 2,898 7/2/2025
5.0.6 2,491 7/1/2025
5.0.5 2,926 6/30/2025
5.0.4 5,975 6/27/2025
5.0.3 3,656 6/26/2025
5.0.2 3,829 6/25/2025
5.0.1 3,418 6/24/2025
5.0.0 3,472 6/23/2025
5.0.0-previe... 25 5/30/2025
5.0.0-previe... 26 4/29/2025
5.0.0-previe... 19 3/17/2025
5.0.0-previe... 28 2/18/2025
5.0.0-previe... 79 10/22/2024
4.1.1027 46 3/25/2026
4.1.1026 72 3/24/2026
4.1.1025 52 3/23/2026
4.1.1024 67 3/20/2026
4.1.1023 34 3/19/2026
4.1.1022 47 3/18/2026
4.1.1021 42 3/17/2026
4.1.1020 66 3/16/2026
4.1.1019 53 3/13/2026
4.1.1018 58 3/12/2026
4.1.1017 67 3/11/2026
4.1.1016 55 3/10/2026
4.1.1015 52 3/9/2026
4.1.1014 51 3/7/2026
4.1.1013 37 3/6/2026
4.1.1012 71 3/4/2026
4.1.1011 77 3/3/2026
4.1.1010 111 2/27/2026
4.1.1009 39 2/26/2026
4.1.1008 40 2/25/2026
4.1.1007 41 2/24/2026
4.1.1006 38 2/23/2026
4.1.1005 55 2/20/2026
4.1.1004 55 2/19/2026
4.1.1003 43 2/18/2026
4.1.1002 46 2/17/2026
4.1.1001 42 2/16/2026
4.1.1000 43 2/13/2026
4.1.999 62 2/12/2026
4.1.998 53 2/11/2026
4.1.997 51 2/10/2026
4.1.996 75 2/9/2026
4.1.995 58 2/6/2026
4.1.994 30 2/5/2026
4.1.993 50 2/4/2026
4.1.992 42 2/3/2026
4.1.991 39 2/2/2026
4.1.990 55 1/30/2026
4.1.989 42 1/29/2026
4.1.988 49 1/28/2026
4.1.987 45 1/27/2026
4.1.986 42 1/26/2026
4.1.985 49 1/23/2026
4.1.984 38 1/22/2026
4.1.983 52 1/21/2026
4.1.982 44 1/20/2026
4.1.981 55 1/16/2026
4.1.980 42 1/15/2026
4.1.979 47 1/14/2026
4.1.978 35 1/13/2026
4.1.977 39 1/12/2026
4.1.976 48 1/9/2026
4.1.975 91 1/7/2026
4.1.974 35 1/6/2026
4.1.973 28 1/5/2026
4.1.972 31 1/2/2026
4.1.971 53 12/30/2025
4.1.970 29 12/29/2025
4.1.969 25 12/26/2025
4.1.968 57 12/23/2025
4.1.967 37 12/22/2025
4.1.966 42 12/19/2025
4.1.965 32 12/18/2025
4.1.964 59 12/17/2025
4.1.963 47 12/16/2025
4.1.962 58 12/15/2025
4.1.961 44 12/12/2025
4.1.960 40 12/11/2025
4.1.959 34 12/11/2025
4.1.958 66 12/9/2025
4.1.957 73 12/8/2025
4.1.956 45 12/5/2025
4.1.955 41 12/4/2025
4.1.954 59 12/3/2025
4.1.953 28 12/2/2025
4.1.952 65 12/1/2025
4.1.951 134 11/26/2025
4.1.950 55 11/25/2025
4.1.949 51 11/24/2025
4.1.948 51 11/22/2025
4.1.947 93 11/20/2025
4.1.946 111 11/20/2025
4.1.945 109 11/19/2025
4.1.944 124 11/17/2025
4.1.943 130 11/14/2025
4.1.942 97 11/13/2025
4.1.941 72 11/12/2025
4.1.940 99 11/11/2025
4.1.939 80 11/10/2025
4.1.938 76 11/7/2025
4.1.937 67 11/6/2025
4.1.936 78 11/5/2025
4.1.935 59 11/4/2025
4.1.934 56 11/3/2025
4.1.933 102 10/31/2025
4.1.932 70 10/30/2025
4.1.931 73 10/29/2025
4.1.930 118 10/28/2025
4.1.929 70 10/27/2025
4.1.928 63 10/24/2025
4.1.927 65 10/23/2025
4.1.926 46 10/22/2025
4.1.925 54 10/21/2025
4.1.924 73 10/17/2025
4.1.923 45 10/16/2025
4.1.922 288 10/15/2025
4.1.921 213 10/14/2025
4.1.920 46 10/13/2025
4.1.919 80 10/10/2025
4.1.918 36 10/9/2025
4.1.917 55 10/8/2025
4.1.916 37 10/7/2025
4.1.915 40 10/6/2025
4.1.914 39 10/3/2025
4.1.913 39 10/2/2025
4.1.912 50 10/1/2025
4.1.911 36 9/30/2025
4.1.910 35 9/29/2025
4.1.909 34 9/26/2025
4.1.908 32 9/25/2025
4.1.907 62 9/24/2025
4.1.906 107 9/23/2025
4.1.905 108 9/22/2025
4.1.904 249 9/19/2025
4.1.903 103 9/18/2025
4.1.902 109 9/17/2025
4.1.901 127 9/16/2025
4.1.900 112 9/15/2025
4.1.899 263 9/12/2025
4.1.898 102 9/11/2025
4.1.897 91 9/10/2025
4.1.896 99 9/9/2025
4.1.895 106 9/8/2025
4.1.894 249 9/5/2025
4.1.893 96 9/4/2025
4.1.892 25 9/3/2025
4.1.891 45 9/2/2025
4.1.890 35 8/29/2025
4.1.889 41 8/28/2025
4.1.888 119 8/27/2025
4.1.887 132 8/26/2025
4.1.886 107 8/25/2025
4.1.885 274 8/22/2025
4.1.884 119 8/21/2025
4.1.883 123 8/20/2025
4.1.882 476 8/19/2025
4.1.881 138 8/18/2025
4.1.880 254 8/15/2025
4.1.879 102 8/14/2025
4.1.878 108 8/13/2025
4.1.877 108 8/12/2025
4.1.876 109 8/11/2025
4.1.875 258 8/8/2025
4.1.874 121 8/7/2025
4.1.873 108 8/6/2025
4.1.872 102 8/5/2025
4.1.871 76 8/5/2025
4.1.870 257 8/1/2025
4.1.869 110 7/31/2025
4.1.868 105 7/30/2025
4.1.867 94 7/29/2025
4.1.866 89 7/28/2025
4.1.865 241 7/25/2025
4.1.864 97 7/24/2025
4.1.863 103 7/23/2025
4.1.862 110 7/22/2025
4.1.861 103 7/21/2025
4.1.860 239 7/18/2025
4.1.859 105 7/17/2025
4.1.858 120 7/16/2025
4.1.857 68 7/16/2025
4.1.856 32 7/15/2025
4.1.855 564 7/9/2025
4.1.854 528 7/3/2025
4.1.853 104 7/2/2025
4.1.852 101 7/1/2025
4.1.851 108 6/30/2025
4.1.850 254 6/27/2025
4.1.849 1,572 6/26/2025
4.1.848 119 6/25/2025
4.1.847 1,155 6/24/2025
4.1.846 117 6/23/2025
4.1.845 7,480 6/20/2025
4.1.844 3,418 6/19/2025
4.1.843 3,706 6/18/2025
4.1.842 17,293 6/17/2025
4.1.841 27,146 6/16/2025
4.1.840 19,392 6/12/2025
4.1.839 2,839 6/11/2025
4.1.838 2,709 6/10/2025
4.1.837 2,717 6/9/2025
4.1.836 4,747 6/6/2025
4.1.835 2,871 6/5/2025
4.1.834 2,894 6/4/2025
4.1.833 2,971 6/3/2025
4.1.832 13,971 6/2/2025
4.1.831 6,888 5/30/2025
4.1.830 3,109 5/29/2025
4.1.829 2,951 5/28/2025
4.1.828 6,838 5/27/2025
4.1.827 14,870 5/23/2025
4.1.826 4,416 5/22/2025
4.1.825 4,180 5/21/2025
4.1.824 5,178 5/20/2025
4.1.823 12,918 5/19/2025
4.1.822 5,161 5/16/2025
4.1.821 2,002 5/15/2025
4.1.820 3,255 5/14/2025
4.1.819 5,607 5/13/2025
4.1.818 3,031 5/12/2025
4.1.817 4,544 5/9/2025
4.1.816 2,515 5/8/2025
4.1.815 2,254 5/7/2025
4.1.814 3,250 5/6/2025
4.1.813 11,532 5/5/2025
4.1.812 14,846 5/2/2025
4.1.811 19,099 5/1/2025
4.1.810 1,641 4/30/2025
4.1.809 1,479 4/29/2025
4.1.808 1,870 4/28/2025
4.1.807 3,036 4/25/2025
4.1.806 1,573 4/25/2025
4.1.805 2,022 4/23/2025
4.1.804 1,484 4/22/2025
4.1.803 1,643 4/21/2025
4.1.802 2,232 4/18/2025
4.1.801 1,100 4/17/2025
4.1.800 1,355 4/16/2025
4.1.799 2,893 4/14/2025
4.1.798 2,500 4/11/2025
4.1.797 1,273 4/10/2025
4.1.796 1,561 4/9/2025
4.1.795 1,468 4/8/2025
4.1.794 1,606 4/7/2025
4.1.793 2,617 4/4/2025
4.1.792 1,469 4/3/2025
4.1.791 1,153 4/3/2025
4.1.790 311 4/2/2025
4.1.789 1,355 4/1/2025
4.1.788 1,550 3/31/2025
4.1.787 2,265 3/28/2025
4.1.786 2,500 3/27/2025
4.1.785 2,828 3/26/2025
4.1.784 2,857 3/25/2025
4.1.783 2,811 3/24/2025
4.1.782 6,623 3/21/2025
4.1.781 3,226 3/20/2025
4.1.780 3,320 3/19/2025
4.1.779 3,158 3/18/2025
4.1.778 3,135 3/17/2025
4.1.777 9,225 3/14/2025
4.1.776 2,861 3/14/2025
4.1.775 10,423 3/11/2025
4.1.774 3,459 3/10/2025
4.1.773 33,932 3/7/2025
4.1.772 13,703 3/6/2025
4.1.771 15,920 3/5/2025
4.1.770 12,121 3/5/2025
4.1.769 18,267 3/3/2025
4.1.768 45,157 2/28/2025
4.1.767 18,499 2/27/2025
4.1.766 13,871 2/26/2025
4.1.765 10,813 2/25/2025
4.1.764 14,551 2/25/2025
4.1.763 27,450 2/21/2025
4.1.762 16,722 2/20/2025
4.1.761 6,691 2/19/2025
4.1.760 6,237 2/18/2025
4.1.759 6,133 2/17/2025
4.1.758 14,079 2/14/2025
4.1.757 8,503 2/13/2025
4.1.756 4,566 2/12/2025
4.1.755 2,513 2/11/2025
4.1.754 4,649 2/10/2025
4.1.753 6,554 2/7/2025
4.1.752 4,251 2/6/2025
4.1.751 6,204 2/5/2025
4.1.750 5,757 2/5/2025
4.1.749 6,676 2/3/2025
4.1.748 17,877 1/31/2025
4.1.747 7,093 1/30/2025
4.1.746 9,680 1/29/2025
4.1.745 14,065 1/28/2025
4.1.744 6,199 1/27/2025
4.1.743 12,657 1/24/2025
4.1.742 5,516 1/23/2025
4.1.741 6,152 1/22/2025
4.1.740 7,178 1/21/2025
4.1.739 18,278 1/17/2025
4.1.738 6,532 1/16/2025
4.1.737 6,653 1/15/2025
4.1.736 7,377 1/14/2025
4.1.735 11,921 1/13/2025
4.1.734 14,614 1/11/2025
4.1.733 13,340 1/9/2025
4.1.732 7,188 1/8/2025
4.1.731 17,147 1/7/2025
4.1.730 15,342 1/6/2025
4.1.729 31,840 1/3/2025
4.1.728 13,865 1/2/2025
4.1.727 63,098 12/28/2024
4.1.726 2,086 12/27/2024
4.1.725 10,060 12/26/2024
4.1.724 25,339 12/23/2024
4.1.723 28,686 12/20/2024
4.1.722 11,158 12/19/2024
4.1.721 12,478 12/18/2024
4.1.720 12,323 12/17/2024
4.1.719 4,372 12/16/2024
4.1.718 4,642 12/13/2024
4.1.717 3,467 12/12/2024
4.1.716 4,353 12/12/2024
4.1.715 2,008 12/11/2024
4.1.714 3,054 12/9/2024
4.1.713 11,048 12/5/2024
4.1.712 3,568 12/4/2024
4.1.711 2,133 12/4/2024
4.1.710 1,382 12/3/2024
4.1.709 2,172 12/2/2024
4.1.708 4,882 11/28/2024
4.1.707 1,882 11/26/2024
4.1.706 1,955 11/25/2024
4.1.705 3,083 11/22/2024
4.1.704 1,678 11/21/2024
4.1.703 1,924 11/21/2024
4.1.702 2,537 11/20/2024
4.1.701 2,517 11/18/2024
4.1.700 3,830 11/15/2024
4.1.699 1,644 11/15/2024
4.1.698 490 11/14/2024
4.1.697 2,582 11/13/2024
4.1.696 2,395 11/12/2024
4.1.695 2,242 11/11/2024
4.1.694 3,784 11/8/2024
4.1.693 2,143 11/7/2024
4.1.692 2,328 11/6/2024
4.1.691 7,994 11/1/2024
4.1.690 1,369 10/31/2024
4.1.689 1,828 10/30/2024
4.1.688 5,293 10/29/2024
4.1.687 7,687 10/28/2024
4.1.686 19,815 10/25/2024
4.1.685 5,302 10/24/2024
4.1.684 3,702 10/23/2024
4.1.683 1,759 10/23/2024
4.1.682 2,053 10/21/2024
4.1.681 3,262 10/18/2024
4.1.680 1,929 10/17/2024
4.1.679 1,980 10/16/2024
4.1.678 1,982 10/15/2024
4.1.677 2,045 10/14/2024
4.1.676 3,590 10/11/2024
4.1.675 1,745 10/10/2024
4.1.674 2,513 10/9/2024
4.1.673 5,022 10/8/2024
4.1.672 2,870 10/7/2024
4.1.671 3,224 10/4/2024
4.1.670 1,832 10/3/2024
4.1.669 1,772 10/2/2024
4.1.668 1,862 10/1/2024
4.1.667 1,971 10/1/2024
4.1.666 3,513 9/27/2024
4.1.665 1,837 9/26/2024
4.1.664 4,126 9/25/2024
4.1.663 2,146 9/24/2024
4.1.662 2,048 9/23/2024
4.1.661 3,470 9/21/2024
4.1.660 2,491 9/19/2024
4.1.659 2,229 9/18/2024
4.1.658 2,284 9/17/2024
4.1.657 2,287 9/16/2024
4.1.656 4,079 9/13/2024
4.1.655 2,029 9/12/2024
4.1.654 2,581 9/11/2024
4.1.653 2,296 9/10/2024
4.1.652 2,133 9/9/2024
4.1.651 3,566 9/6/2024
4.1.650 1,853 9/5/2024
4.1.649 2,251 9/4/2024
4.1.648 2,342 9/3/2024
4.1.647 5,339 8/30/2024
4.1.646 1,644 8/29/2024
4.1.645 2,206 8/28/2024
4.1.644 2,104 8/27/2024
4.1.643 2,042 8/26/2024
4.1.642 3,368 8/23/2024
4.1.641 1,802 8/22/2024
4.1.640 2,138 8/21/2024
4.1.639 2,139 8/20/2024
4.1.638 2,185 8/19/2024
4.1.637 3,612 8/16/2024
4.1.636 1,746 8/15/2024
4.1.635 2,113 8/14/2024
4.1.634 2,068 8/13/2024
4.1.633 1,970 8/12/2024
4.1.632 3,280 8/9/2024
4.1.631 1,698 8/8/2024
4.1.630 2,036 8/7/2024
4.1.629 2,032 8/6/2024
4.1.628 1,847 8/5/2024
4.1.627 3,288 8/2/2024
4.1.626 1,800 8/1/2024
4.1.625 4,230 7/30/2024
4.1.624 1,846 7/29/2024
4.1.623 5,202 7/25/2024
4.1.622 1,946 7/24/2024
4.1.621 1,583 7/23/2024
4.1.620 1,566 7/23/2024
4.1.619 4,292 7/19/2024
4.1.618 8,492 7/12/2024
4.1.617 9,621 7/10/2024
4.1.616 1,884 7/9/2024
4.1.615 1,754 7/8/2024
4.1.614 2,900 7/5/2024
4.1.613 2,585 7/3/2024
4.1.612 1,572 7/2/2024
4.1.611 2,107 7/2/2024
4.1.610 2,862 6/28/2024
4.1.609 1,436 6/27/2024
4.1.608 1,914 6/26/2024
4.1.607 1,785 6/25/2024
4.1.606 1,829 6/25/2024
4.1.605 6,051 6/20/2024
4.1.604 3,848 6/19/2024
4.1.603 1,984 6/18/2024
4.1.602 1,996 6/17/2024
4.1.601 4,641 6/14/2024
4.1.600 5,208 6/13/2024
4.1.599 3,173 6/12/2024
4.1.598 2,159 6/11/2024
4.1.597 2,042 6/10/2024
4.1.596 3,155 6/7/2024
4.1.595 1,598 6/6/2024
4.1.594 1,695 6/5/2024
4.1.593 1,834 6/4/2024
4.1.592 18,896 6/3/2024
4.1.591 3,071 5/31/2024
4.1.590 1,547 5/30/2024
4.1.589 1,880 5/29/2024
4.1.588 2,231 5/28/2024
4.1.587 5,163 5/24/2024
4.1.586 1,448 5/23/2024
4.1.585 1,685 5/22/2024
4.1.584 1,664 5/21/2024
4.1.583 1,632 5/20/2024
4.1.582 2,586 5/17/2024
4.1.581 1,622 5/16/2024
4.1.580 1,840 5/15/2024
4.1.579 1,881 5/14/2024
4.1.578 2,680 5/13/2024
4.1.577 2,951 5/10/2024
4.1.576 1,210 5/10/2024
4.1.575 1,826 5/8/2024
4.1.574 2,006 5/7/2024
4.1.573 1,965 5/6/2024
4.1.572 2,582 5/3/2024
4.1.571 1,450 5/2/2024
4.1.570 1,681 5/1/2024
4.1.569 1,399 4/30/2024
4.1.568 1,872 4/29/2024
4.1.567 2,920 4/26/2024
4.1.566 1,501 4/25/2024
4.1.565 1,943 4/24/2024
4.1.564 1,816 4/23/2024
4.1.563 1,895 4/22/2024
4.1.562 2,940 4/19/2024
4.1.561 1,906 4/18/2024
4.1.560 1,603 4/17/2024
4.1.559 1,984 4/16/2024
4.1.558 4,447 4/12/2024
4.1.557 1,590 4/11/2024
4.1.556 1,932 4/10/2024
4.1.555 25,382 4/9/2024
4.1.554 1,634 4/8/2024
4.1.553 2,906 4/5/2024
4.1.552 1,854 4/4/2024
4.1.551 1,654 4/3/2024
4.1.550 1,718 4/2/2024
4.1.549 1,592 4/1/2024
4.1.548 2,266 3/29/2024
4.1.547 1,098 3/28/2024
4.1.546 1,646 3/27/2024
4.1.545 1,662 3/26/2024
4.1.544 2,047 3/25/2024
4.1.543 3,597 3/22/2024
4.1.542 1,678 3/21/2024
4.1.541 1,798 3/20/2024
4.1.540 1,822 3/19/2024
4.1.539 1,766 3/18/2024
4.1.538 2,714 3/15/2024
4.1.537 12,357 3/14/2024
4.1.536 3,921 3/13/2024
4.1.535 7,867 3/12/2024
4.1.534 2,562 3/11/2024
4.1.533 28,207 3/8/2024
4.1.532 19,889 3/7/2024
4.1.531 9,006 3/6/2024
4.1.530 8,002 3/5/2024
4.1.529 2,443 3/4/2024
4.1.528 4,829 3/1/2024
4.1.527 8,301 2/29/2024
4.1.526 4,622 2/28/2024
4.1.525 2,159 2/27/2024
4.1.524 2,294 2/26/2024
4.1.523 168,701 2/23/2024
4.1.522 80,200 2/22/2024
4.1.521 21,634 2/21/2024
4.1.520 15,716 2/20/2024
4.1.519 13,287 2/19/2024
4.1.518 39,639 2/16/2024
4.1.517 4,372 2/15/2024
4.1.516 82,665 2/14/2024
4.1.515 1,851 2/13/2024
4.1.514 1,639 2/12/2024
4.1.513 2,569 2/9/2024
4.1.512 4,866 2/8/2024
4.1.511 15,787 2/7/2024
4.1.510 10,982 2/6/2024
4.1.509 11,872 2/5/2024
4.1.508 5,820 2/2/2024
4.1.507 1,777 2/1/2024
4.1.506 1,802 2/1/2024
4.1.505 1,807 1/30/2024
4.1.504 1,644 1/29/2024
4.1.503 15,121 1/26/2024
4.1.502 7,589 1/26/2024
4.1.501 7,113 1/25/2024
4.1.500 1,937 1/24/2024
4.1.499 19,487 1/22/2024
4.1.498 66,278 1/19/2024
4.1.497 1,261 1/18/2024
4.1.496 3,124 1/17/2024
4.1.495 6,389 1/16/2024
4.1.494 6,854 1/14/2024
4.1.493 1,069 1/12/2024
4.1.492 1,689 1/11/2024
4.1.491 58,821 1/10/2024
4.1.490 10,991 1/8/2024
4.1.489 3,687 1/5/2024
4.1.488 4,222 1/4/2024
4.1.487 5,218 1/3/2024
4.1.486 13,441 12/29/2023
4.1.485 3,689 12/28/2023
4.1.484 1,610 12/27/2023
4.1.483 1,673 12/26/2023
4.1.482 4,103 12/22/2023
4.1.481 3,480 12/21/2023
4.1.480 3,955 12/20/2023
4.1.479 2,214 12/19/2023
4.1.478 5,157 12/18/2023
4.1.477 64,368 12/15/2023
4.1.476 1,789 12/14/2023
4.1.475 63,508 12/13/2023
4.1.474 6,858 12/12/2023
4.1.473 40,025 12/11/2023
4.1.472 45,220 12/8/2023
4.1.471 8,854 12/7/2023
4.1.470 3,005 12/7/2023
4.1.469 13,566 12/6/2023
4.1.468 8,731 12/5/2023
4.1.467 34,824 12/2/2023
4.1.466 6,358 12/1/2023
4.1.465 2,734 11/30/2023
4.1.464 564 11/29/2023
4.1.463 2,504 11/28/2023
4.1.462 10,624 11/28/2023
4.1.461 9,909 11/28/2023
4.1.460 1,783 11/27/2023
4.1.459 5,767 11/23/2023
4.1.458 1,895 11/22/2023
4.1.457 1,792 11/21/2023
4.1.456 81,896 11/18/2023
4.1.455 6,223 11/17/2023
4.1.454 80,290 11/15/2023
4.1.453 2,662 11/14/2023
4.1.452 1,958 11/14/2023
4.1.451 10,240 11/10/2023
4.1.450 15,941 11/9/2023
4.1.449 10,424 11/9/2023
4.1.448 986 11/8/2023
4.1.447 6,854 11/7/2023
4.1.446 76,982 11/6/2023
4.1.445 6,920 11/3/2023
4.1.444 4,182 11/2/2023
4.1.443 2,496 11/1/2023
4.1.442 2,157 11/1/2023
4.1.441 2,586 10/30/2023
4.1.440 872,120 10/27/2023
4.1.439 80,795 10/26/2023
4.1.438 174,564 10/26/2023
4.1.437 213,855 10/24/2023
4.1.436 1,524 10/23/2023
4.1.435 2,705 10/21/2023
4.1.434 1,543 10/20/2023
4.1.433 2,087 10/18/2023
4.1.432 2,083 10/17/2023
4.1.431 3,243 10/16/2023
4.1.430 35,284 10/12/2023
4.1.429 46,012 10/6/2023
4.1.428 9,833 10/5/2023
4.1.427 5,981 10/4/2023
4.1.426 14,816 10/3/2023
4.1.425 12,077 10/2/2023
4.1.424 39,743 9/28/2023
4.1.423 9,894 9/27/2023
4.1.422 9,679 9/26/2023
4.1.421 17,396 9/25/2023
4.1.420 280,125 9/22/2023
4.1.419 34,039 9/20/2023
4.1.418 7,636 9/19/2023
4.1.417 7,657 9/18/2023
4.1.416 146,246 9/15/2023
4.1.415 2,917 9/15/2023
4.1.414 6,799 9/13/2023
4.1.413 5,084 9/12/2023
4.1.412 5,439 9/11/2023
4.1.411 33,597 9/8/2023
4.1.410 6,288 9/8/2023
4.1.409 11,360 9/6/2023
4.1.408 6,618 9/5/2023
4.1.407 134,876 9/1/2023
4.1.406 86,161 8/31/2023
4.1.405 94,023 8/30/2023
4.1.404 107,459 8/29/2023
4.1.403 28,534 8/28/2023
4.1.402 365,024 8/25/2023
4.1.401 131,142 8/25/2023
4.1.400 160,730 8/23/2023
4.1.399 125,720 8/23/2023
4.1.398 125,947 8/21/2023
4.1.397 450,134 8/18/2023
4.1.396 108,764 8/17/2023
4.1.395 115,545 8/16/2023
4.1.394 97,382 8/15/2023
4.1.393 48,714 8/14/2023
4.1.392 41,372 8/11/2023
4.1.391 40,174 8/10/2023
4.1.390 107,534 8/9/2023
4.1.389 41,589 8/8/2023
4.1.388 4,937 8/7/2023
4.1.387 73,760 8/4/2023
4.1.386 51,710 8/3/2023
4.1.385 53,082 8/2/2023
4.1.384 21,814 8/1/2023
4.1.383 2,164 7/31/2023
4.1.382 2,985 7/28/2023
4.1.381 1,175 7/28/2023
4.1.380 339 7/27/2023
4.1.379 1,543 7/26/2023
4.1.378 1,798 7/25/2023
4.1.377 1,640 7/24/2023
4.1.376 2,820 7/21/2023
4.1.375 1,377 7/20/2023
4.1.374 1,160 7/20/2023
4.1.373 615 7/19/2023
4.1.372 1,537 7/18/2023
4.1.371 1,432 7/17/2023
4.1.370 3,493 7/13/2023
4.1.369 4,324 7/11/2023
4.1.368 3,395 7/7/2023
4.1.367 1,604 7/6/2023
4.1.366 1,519 7/5/2023
4.1.365 3,115 7/3/2023
4.1.364 2,489 6/30/2023
4.1.363 1,540 6/29/2023
4.1.362 1,755 6/28/2023
4.1.361 1,848 6/27/2023
4.1.360 1,620 6/26/2023
4.1.359 2,672 6/23/2023
4.1.358 1,399 6/22/2023
4.1.357 1,603 6/21/2023
4.1.356 1,905 6/21/2023
4.1.355 2,108 6/19/2023
4.1.354 2,573 6/16/2023
4.1.353 1,615 6/15/2023
4.1.352 3,456 6/14/2023
4.1.351 1,573 6/12/2023
4.1.350 2,914 6/9/2023
4.1.349 1,423 6/8/2023
4.1.348 2,204 6/7/2023
4.1.347 2,327 6/6/2023
4.1.346 3,565 6/6/2023
4.1.345 3,226 6/2/2023
4.1.344 1,250 6/1/2023
4.1.343 1,461 5/31/2023
4.1.342 1,609 5/30/2023
4.1.341 3,908 5/26/2023
4.1.340 1,340 5/25/2023
4.1.339 1,592 5/24/2023
4.1.338 1,607 5/23/2023
4.1.337 1,561 5/22/2023
4.1.336 2,934 5/19/2023
4.1.335 1,521 5/18/2023
4.1.334 7,187 5/16/2023
4.1.333 1,891 5/15/2023
4.1.332 4,283 5/11/2023
4.1.331 1,730 5/10/2023
4.1.330 1,691 5/9/2023
4.1.329 1,664 5/8/2023
4.1.328 2,813 5/6/2023
4.1.327 1,554 5/5/2023
4.1.326 1,812 5/3/2023
4.1.325 1,950 5/2/2023
4.1.324 2,108 5/1/2023
4.1.323 2,391 4/29/2023
4.1.322 2,046 4/27/2023
4.1.321 2,108 4/26/2023
4.1.320 1,910 4/25/2023
4.1.319 1,022 4/25/2023
4.1.318 4,305 4/21/2023
4.1.317 1,578 4/21/2023
4.1.316 2,363 4/19/2023
4.1.315 4,640 4/17/2023
4.1.314 2,835 4/14/2023
4.1.313 1,544 4/13/2023
4.1.312 1,781 4/12/2023
4.1.311 1,743 4/11/2023
4.1.310 1,871 4/10/2023
4.1.309 2,851 4/7/2023
4.1.308 1,377 4/6/2023
4.1.307 2,094 4/5/2023
4.1.306 1,971 4/4/2023
4.1.305 2,176 4/3/2023
4.1.304 13,671 3/31/2023
4.1.303 1,855 3/30/2023
4.1.302 2,250 3/29/2023
4.1.301 1,727 3/28/2023
4.1.300 1,641 3/27/2023
4.1.299 3,509 3/24/2023
4.1.298 1,723 3/23/2023
4.1.297 1,648 3/22/2023
4.1.296 2,162 3/21/2023
4.1.295 1,920 3/20/2023
4.1.294 3,644 3/17/2023
4.1.293 1,726 3/16/2023
4.1.292 2,211 3/15/2023
4.1.291 1,746 3/14/2023
4.1.290 1,931 3/13/2023
4.1.289 3,521 3/10/2023
4.1.288 1,676 3/9/2023
4.1.287 2,104 3/8/2023
4.1.286 1,771 3/7/2023
4.1.285 2,214 3/6/2023
4.1.284 3,157 3/3/2023
4.1.283 1,764 3/2/2023
4.1.282 2,064 3/1/2023
4.1.281 1,834 2/28/2023
4.1.280 1,902 2/27/2023
4.1.279 2,450 2/24/2023
4.1.278 1,776 2/23/2023
4.1.277 2,106 2/22/2023
4.1.276 1,912 2/22/2023
4.1.275 2,106 2/20/2023
4.1.274 2,607 2/17/2023
4.1.273 1,637 2/17/2023
4.1.272 2,330 2/16/2023
4.1.271 1,865 2/15/2023
4.1.270 2,001 2/13/2023
4.1.269 2,675 2/10/2023
4.1.268 2,065 2/9/2023
4.1.267 2,084 2/8/2023
4.1.266 2,213 2/7/2023
4.1.265 2,056 2/6/2023
4.1.264 2,797 2/3/2023
4.1.263 1,811 2/2/2023
4.1.262 2,059 2/1/2023
4.1.261 2,074 1/31/2023
4.1.260 2,286 1/30/2023
4.1.259 2,754 1/27/2023
4.1.258 1,941 1/26/2023
4.1.257 2,063 1/25/2023
4.1.256 1,853 1/24/2023
4.1.255 1,798 1/23/2023
4.1.254 2,792 1/20/2023
4.1.253 1,548 1/20/2023
4.1.252 2,238 1/18/2023
4.1.251 1,907 1/17/2023
4.1.250 4,380 1/13/2023
4.1.249 1,658 1/12/2023
4.1.248 2,046 1/11/2023
4.1.247 1,741 1/10/2023
4.1.246 1,642 1/9/2023
4.1.245 2,674 1/6/2023
4.1.244 1,475 1/5/2023
4.1.243 1,717 1/4/2023
4.1.242 1,525 1/3/2023
4.1.241 3,361 12/30/2022
4.1.240 875 12/29/2022
4.1.239 898 12/28/2022
4.1.238 1,146 12/27/2022
4.1.237 2,457 12/23/2022
4.1.236 1,151 12/22/2022
4.1.235 1,276 12/22/2022
4.1.234 1,712 12/20/2022
4.1.233 1,643 12/19/2022
4.1.232 2,727 12/16/2022
4.1.231 1,603 12/15/2022
4.1.230 1,908 12/14/2022
4.1.229 1,794 12/13/2022
4.1.228 1,964 12/12/2022
4.1.227 3,491 12/9/2022
4.1.226 1,951 12/8/2022
4.1.225 1,486 12/8/2022
4.1.224 181 12/8/2022
4.1.223 511 12/7/2022
4.1.222 1,939 12/7/2022
4.1.221 2,127 12/5/2022
4.1.220 3,171 12/2/2022
4.1.219 1,611 12/1/2022
4.1.218 2,033 11/30/2022
4.1.217 1,982 11/29/2022
4.1.216 1,264 11/29/2022
4.1.215 2,295 11/28/2022
4.1.214 5,851 11/23/2022
4.1.213 2,201 11/22/2022
4.1.212 1,574 11/22/2022
4.1.211 4,042 11/19/2022
4.1.210 1,882 11/17/2022
4.1.209 1,953 11/16/2022
4.1.208 1,757 11/15/2022
4.1.207 2,030 11/14/2022
4.1.206 3,115 11/11/2022
4.1.205 2,183 11/10/2022
4.1.204 2,235 11/9/2022
4.1.203 1,875 11/8/2022
4.1.202 2,409 11/7/2022
4.1.201 4,232 11/4/2022
4.1.200 2,546 11/3/2022
4.1.199 1,965 11/2/2022
4.1.198 2,159 11/1/2022
4.1.197 2,972 10/31/2022
4.1.196 5,196 10/28/2022
4.1.195 2,400 10/27/2022
4.1.194 2,534 10/26/2022
4.1.193 2,563 10/25/2022
4.1.192 2,379 10/24/2022
4.1.191 2,847 10/21/2022
4.1.190 2,451 10/20/2022
4.1.189 2,850 10/19/2022
4.1.188 2,251 10/18/2022
4.1.187 2,925 10/17/2022
4.1.186 5,051 10/14/2022
4.1.185 2,568 10/13/2022
4.1.184 13,356 10/7/2022
4.1.183 2,428 10/6/2022
4.1.182 2,646 10/5/2022
4.1.181 2,776 10/4/2022
4.1.180 2,550 10/3/2022
4.1.179 4,139 9/30/2022
4.1.178 2,108 9/29/2022
4.1.177 5,480 9/27/2022
4.1.176 2,639 9/26/2022
4.1.175 3,920 9/23/2022
4.1.174 2,293 9/22/2022
4.1.173 2,823 9/21/2022
4.1.172 2,732 9/20/2022
4.1.171 2,809 9/19/2022
4.1.170 4,730 9/16/2022
4.1.169 2,971 9/15/2022
4.1.168 3,008 9/14/2022
4.1.167 2,945 9/13/2022
4.1.166 3,254 9/12/2022
4.1.165 5,423 9/9/2022
4.1.164 2,435 9/8/2022
4.1.163 2,919 9/7/2022
4.1.162 2,726 9/6/2022
4.1.161 6,619 9/2/2022
4.1.160 2,405 9/1/2022
4.1.159 2,269 8/31/2022
4.1.158 2,239 8/31/2022
4.1.157 2,379 8/29/2022
4.1.156 2,842 8/26/2022
4.1.155 1,924 8/25/2022
4.1.154 2,805 8/24/2022
4.1.153 2,671 8/23/2022
4.1.152 2,888 8/22/2022
4.1.151 4,951 8/19/2022
4.1.150 2,548 8/18/2022
4.1.149 3,114 8/17/2022
4.1.148 3,437 8/16/2022
4.1.147 3,502 8/15/2022
4.1.146 86,167 8/12/2022
4.1.145 3,220 8/11/2022
4.1.144 3,388 8/10/2022
4.1.143 3,074 8/9/2022
4.1.142 3,073 8/8/2022
4.1.141 8,626 8/4/2022
4.1.140 2,731 8/3/2022
4.1.139 3,195 8/2/2022
4.1.138 2,939 8/1/2022
4.1.137 4,542 7/29/2022
4.1.136 2,910 7/28/2022
4.1.135 3,017 7/27/2022
4.1.134 3,067 7/26/2022
4.1.133 2,888 7/25/2022
4.1.132 4,704 7/22/2022
4.1.131 2,730 7/21/2022
4.1.130 2,222 7/21/2022
4.1.129 2,676 7/19/2022
4.1.128 2,594 7/18/2022
4.1.127 4,857 7/15/2022
4.1.126 2,523 7/14/2022
4.1.125 2,698 7/13/2022
4.1.124 2,478 7/12/2022
4.1.123 2,498 7/11/2022
4.1.122 4,896 7/8/2022
4.1.120 2,706 7/6/2022
4.1.119 3,103 7/5/2022
4.1.118 5,133 7/1/2022
4.1.117 2,548 6/30/2022
4.1.116 2,296 6/29/2022
4.1.115 2,631 6/28/2022
4.1.114 2,728 6/27/2022
4.1.113 4,454 6/24/2022
4.1.112 2,086 6/23/2022
4.1.111 2,561 6/22/2022
4.1.110 2,581 6/21/2022
4.1.109 2,318 6/20/2022
4.1.108 4,607 6/17/2022
4.1.107 2,701 6/16/2022
4.1.106 3,042 6/15/2022
4.1.105 2,862 6/14/2022
4.1.104 2,089 6/13/2022
4.1.103 4,033 6/10/2022
4.1.102 1,758 6/9/2022
4.1.101 2,754 6/8/2022
4.1.100 2,518 6/7/2022
4.1.99 2,459 6/6/2022
4.1.98 5,357 6/2/2022
4.1.97 2,051 6/1/2022
4.1.96 2,334 5/31/2022
4.1.95 4,797 5/27/2022
4.1.94 2,379 5/26/2022
4.1.93 1,552 5/25/2022
4.1.92 1,930 5/24/2022
4.1.91 2,484 5/23/2022
4.1.90 4,144 5/20/2022
4.1.89 2,386 5/19/2022
4.1.88 2,908 5/18/2022
4.1.87 2,804 5/17/2022
4.1.86 2,342 5/16/2022
4.1.85 3,771 5/13/2022
4.1.84 2,479 5/12/2022
4.1.83 2,327 5/11/2022
4.1.82 2,506 5/10/2022
4.1.81 2,461 5/9/2022
4.1.80 3,888 5/6/2022
4.1.79 1,589 5/6/2022
4.1.78 2,834 5/4/2022
4.1.77 1,428 5/4/2022
4.1.76 2,025 5/2/2022
4.1.75 5,270 4/29/2022
4.1.74 2,401 4/28/2022
4.1.73 2,280 4/27/2022
4.1.72 2,107 4/26/2022
4.1.71 2,594 4/25/2022
4.1.70 4,882 4/22/2022
4.1.69 2,389 4/21/2022
4.1.68 2,331 4/20/2022
4.1.67 2,714 4/19/2022
4.1.66 4,464 4/15/2022
4.1.65 1,388 4/14/2022
4.1.64 1,648 4/13/2022
4.1.63 2,180 4/12/2022
4.1.62 2,176 4/11/2022
4.1.61 3,627 4/8/2022
4.1.60 1,500 4/8/2022
4.1.59 2,276 4/6/2022
4.1.58 2,131 4/5/2022
4.1.57 2,073 4/4/2022
4.1.56 4,057 4/1/2022
4.1.55 2,277 3/31/2022
4.1.54 2,396 3/31/2022
4.1.53 2,812 3/29/2022
4.1.52 2,206 3/28/2022
4.1.51 3,623 3/25/2022
4.1.50 2,214 3/24/2022
4.1.49 2,011 3/24/2022
4.1.48 2,472 3/22/2022
4.1.47 2,182 3/22/2022
4.1.46 4,148 3/18/2022
4.1.45 3,260 3/17/2022
4.1.44 2,191 3/16/2022
4.1.43 2,312 3/14/2022
4.1.42 3,966 3/11/2022
4.1.41 2,164 3/10/2022
4.1.40.0 2,210 3/10/2022
4.1.39.0 2,400 3/9/2022
4.1.38 2,379 3/7/2022
4.1.37 4,095 3/4/2022
4.1.36 2,320 3/4/2022
4.1.35 2,255 3/3/2022
4.1.34 3,259 3/1/2022
4.1.33 3,095 2/28/2022
4.1.32 3,674 2/26/2022
4.1.31 4,160 2/25/2022
4.1.30.0 2,707 2/23/2022
4.1.29.0 4,003 2/22/2022
4.1.28.0 2,660 2/21/2022
4.1.27.0 4,721 2/18/2022
4.1.26.0 2,540 2/17/2022
4.1.25.0 2,669 2/16/2022
4.1.24.0 5,062 2/15/2022
4.1.23.0 5,524 2/11/2022
4.1.22.0 2,465 2/11/2022
4.1.21.0 6,957 2/9/2022
4.1.20.0 3,418 2/8/2022
4.1.19.0 2,105 2/8/2022
4.1.18.0 29,456 1/27/2022
4.1.17.0 77,107 1/5/2022
4.1.16.0 102,889 11/19/2021
4.1.15.0 128,883 10/2/2021
4.1.14.0 226,672 6/25/2021
4.1.13.0 55,066 6/1/2021
4.1.12.0 66,134 4/23/2021
4.1.11.0 12,912 4/15/2021
4.1.10.0 31,336 3/23/2021
4.1.9.0 45,728 2/26/2021
4.1.8.0 34,332 2/3/2021
4.1.7.0 35,265 1/5/2021
4.1.6.0 14,677 12/23/2020
4.1.5.0 47,692 11/17/2020
4.1.4.0 11,786 11/7/2020
4.1.2.0 26,738 10/7/2020
4.1.1.0 98 10/1/2020
4.1.0.0 48,694 8/19/2020
4.0.6.0 86,178 6/11/2020
4.0.5.0 103,403 3/13/2020
4.0.4.0 48,744 2/5/2020
4.0.3.0 12,506 1/22/2020
4.0.2.0 29,054 12/13/2019
4.0.1.1 19,385 11/25/2019
4.0.1.0 450 11/25/2019
4.0.0.0 4,523 11/21/2019
3.3.618.0 99,642 11/4/2019
3.3.604.0 18,194 10/11/2019
3.3.590.0 19,870 9/23/2019
3.3.563.1 30,316 8/9/2019
3.3.563.0 1,111 8/9/2019
3.3.553.0 14,232 7/19/2019
3.3.542.0 15,906 6/28/2019
3.3.522.0 23,224 5/31/2019
3.3.509.0 11,426 5/14/2019
3.3.498.0 57,933 4/25/2019
3.3.485.0 11,996 3/28/2019
3.3.462.0 11,408 2/25/2019
3.3.450.0 9,982 2/6/2019
3.3.428.0 16,922 12/15/2018
3.3.422.0 2,897 12/6/2018
3.3.390.0 14,114 10/22/2018
3.3.365.0 8,614 9/21/2018
3.3.343.0 13,818 8/23/2018
3.3.335.0 20,641 8/13/2018
3.3.330.0 995 8/6/2018
3.3.313.0 (current version) 3,686 7/9/2018
3.3.283.0 6,247 5/18/2018
3.3.270.0 2,221 4/25/2018
3.3.253.0 4,597 3/26/2018
3.3.245.0 1,707 3/2/2018
3.3.232.0 1,252 2/13/2018
3.3.225.1 1,252 1/25/2018
3.3.225.0 199 1/23/2018
3.3.221.0 526 1/16/2018
3.3.219.0 288 1/12/2018
3.3.215.0 503 1/2/2018
3.3.210.0 747 12/19/2017
3.3.208.0 383 12/13/2017
3.3.205.0 378 12/8/2017
3.3.201.0 369 12/2/2017
3.3.197.0 280 11/28/2017
3.3.196.0 182 11/25/2017
3.3.189.1 504 11/14/2017
3.3.187.0 328 11/9/2017
3.3.181.0 394 11/1/2017
3.3.180.0 206 10/30/2017
3.3.178.0 371 10/24/2017
3.3.173.0 418 10/17/2017
3.3.169.0 518 10/9/2017
3.3.164.0 647 9/29/2017
3.3.161.0 541 9/22/2017
3.3.158.0 810 9/17/2017
3.3.152.0 409 9/10/2017
3.3.143.0 877 8/25/2017
3.3.140.0 581 8/17/2017
3.3.133.0 847 8/4/2017
3.3.130.0 494 7/28/2017
3.3.119.0 796 7/7/2017
3.3.113.0 591 6/23/2017
3.3.109.0 305 6/19/2017
3.3.104.0 393 6/9/2017
3.3.99.0 285 6/5/2017
3.3.98.0 155 6/2/2017
3.3.96.0 178 5/31/2017
3.3.95.0 223 5/26/2017
3.3.90.0 336 5/19/2017
3.3.86.0 297 5/12/2017
3.3.84.0 286 5/5/2017
3.3.83.0 260 5/1/2017
3.3.81.0 251 4/24/2017
3.3.76.0 333 4/12/2017
3.3.75.0 132 4/11/2017
3.3.74.0 172 4/7/2017
3.3.71.0 813 4/1/2017
3.3.69.0 186 3/29/2017
3.3.67.0 243 3/24/2017
3.3.65.0 167 3/22/2017
3.3.64.2 215 3/17/2017
3.3.64.1 140 3/16/2017
3.3.62.0 169 3/13/2017
3.3.58.0 229 3/7/2017
3.3.57.0 241 2/28/2017
3.3.56.0 403 2/24/2017
3.3.55.0 146 2/23/2017
3.3.53.1 162 2/20/2017
3.3.53.0 132 2/17/2017
3.3.51.0 133 2/15/2017
3.3.48.0 199 2/10/2017
3.3.46.0 159 2/8/2017
3.3.45.0 263 1/27/2017
3.3.44.0 133 1/26/2017
3.3.43.0 143 1/25/2017
3.3.39.0 377 1/18/2017
3.3.38.0 126 1/17/2017
3.3.37.2 162 1/13/2017
3.3.37.1 156 1/9/2017
3.3.37.0 149 1/5/2017
3.3.36.0 159 12/30/2016
3.3.35.0 205 12/23/2016
3.3.34.0 127 12/22/2016
3.3.32.0 221 12/20/2016
3.3.31.1 286 12/16/2016
3.3.30.0 213 12/9/2016
3.3.29.0 120 12/8/2016
3.3.28.0 129 12/7/2016
3.3.27.0 170 12/3/2016
3.3.24.0 351 11/23/2016
3.3.23.0 138 11/22/2016
3.3.22.0 145 11/19/2016
3.3.20.0 135 11/17/2016
3.3.17.0 153 11/14/2016
3.3.14.0 718 10/26/2016
3.3.12.0 194 10/20/2016
3.3.11.0 124 10/19/2016
3.3.10.0 136 10/17/2016
3.3.9.0 134 10/14/2016
3.3.8.0 139 10/12/2016
3.3.5.0 156 10/7/2016
3.3.4.0 169 9/30/2016
3.3.3.0 141 9/28/2016
3.3.2.0 171 9/22/2016
3.3.1.0 121 9/21/2016
3.3.0.0 159 9/19/2016
3.2.8.0 163 9/8/2016
3.2.7.0 277 8/23/2016
Show less