AWSPowerShell.NetCore

3.3.330.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.330.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.330.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.330.0 (2018-08-06)
 * Amazon Comprehend
   * Updated and added cmdlets to support the new service ability to tokenize (find word boundaries) text and for each word provide a label for the part of speech, using the DetectSyntax operation. This API is useful to analyze text for specific conditions like for example finding nouns and the correlating adjectives to understand customer feedback. The new cmdlets are Find-COMPSyntax (DetectSyntax API) and Find-COMPSyntaxBatch (BatchDetectSyntax API).
 * Amazon DynamoDB
   * Updated the Update-DDBGlobalTableSetting cmdlet to add support for configuring AutoScaling settings for a DynamoDB global table.
 * Amazon EC2
   * Updated cmdlets to add support for two new allocation strategies for EC2/Spot customers -- LowestN for Spot instances, and OD priority for on-demand instances.
 * Amazon Kinesis
   * Updated and added cmdlets to support the new SubscribeToShard and RegisterStreamConsumer APIs which allows for retrieving records on a data stream over HTTP2 with enhanced fan-out capabilities. With this new feature the Java SDK now supports event streaming natively which will allow you to define payload and exception structures on the client over a persistent connection. For more information, see Developing Consumers with Enhanced Fan-Out in the Kinesis Developer Guide. The new cmdlets are Get-KINStreamConsumer (DescribeStreamConsumer API), Get-KINStreamConsumerList (ListStreamConsumers API), Register-KINStreamConsumer (RegisterStreamConsumer API) and Unregister-KINStreamConsumer (DeregisterStreamConsumer API).
 * Amazon MQ
   * Updated cmdlets to support integration with Amazon CloudWatch Logs.
 * Amazon Polly
   * Updated and added cmdlets to support asynchronous synthesis to Amazon S3. The new cmdlets are Get-POLSpeechSynthesisTask (GetSpeechSynthesisTask API), Get-POLSpeechSynthesisTaskList (ListSpeechSynthesisTasks API) and Start-POLSpeechSynthesisTask (StartSpeechSynthesisTask API).
 * Amazon Redshift
   * Updated and added cmdlets to support maintenance tracks. When we make a new version of Amazon Redshift available, we update your cluster during its maintenance window. By selecting a maintenance track, you control whether we update your cluster with the most recent approved release, or with the previous release. The two values for maintenance track are current and trailing. If you choose the current track, your cluster is updated with the latest approved release. If you choose the trailing track, your cluster is updated with the release that was approved previously. The new cmdlet is Get-RSClusterTrack (DescribeClusterTracks API).
 * Amazon S3
   * Added cmdlet Select-S3ObjectContent (SelectObjectContent API) to support Amazon S3 Select. Amazon S3 Select is an Amazon S3 feature that makes it easy to retrieve specific data from the contents of an object using simple SQL expressions without having to retrieve the entire object. With this release the S3 Select API is now generally available in all public regions and supports retrieval of a subset of data using SQL clauses, like SELECT and WHERE, from delimited text files and JSON objects.
 * Amazon SageMaker
   * Updated and added cmdlets to support the capability for customers to run fully-managed, high-throughput batch transform machine learning models with a simple API call. Batch Transform is ideal for high-throughput workloads and predictions in non-real-time scenarios where data is accumulated over a period of time for offline processing.
 * Amazon Transcribe
   * Updated the Start-TRSTranscribeJob cmdlet to support specifying an Amazon S3 output bucket to store the transcription of your audio file.
 * AWS AppStream
   * Updated and added cmdlets to support the new service feature enabling sharing AppStream images across AWS accounts within the same region. The new cmdlet are Get-APSImagePermission (DescribeImagePermissions API), Remove-APSImagePermission (DeleteImagePermission API) and Update-APSImagePermission (UpdateImagePermissions API).
 * AWS AppSync
   * Updated cmdlets to support configuring HTTP endpoints as data sources for your AWS AppSync GraphQL API.
 * AWS Cloud HSM V2
   * Updated and added cmdlets to support copy-backup-to-region, which allows you to copy a backup of a cluster from one region to another. The copied backup can be used in the destination region to create a new AWS CloudHSM cluster as a clone of the original cluster. The new cmdlet is Copy-HSM2BackupToRegion (CopyBackupToRegion API).
 * AWS CodeBuild
   * Updated cmdlets to support disabling encryption and specifying encryption key on build artifacts.
 * AWS Database Migration Service
   * Updated cmdlets to add support for DmsTransfer endpoint type and support for re-validate option in table reload API.
 * AWS Elastic File System
   * Updated and added cmdlets to support instant provisioning of the throughput required for your applications independent of the amount of data stored in your file system, allowing you to optimize throughput for your applications performance needs. The new cmdlet is Update-EFSFileSystem (UpdateFileSystem API).
 * AWS Glue
   * Updated cmdlets to support association of multiple SSH public keys with a development endpoints.
 * AWS Identity and Access Management
   * Updated and added cmdlets to support the IAM delegated administrator feature. This feature enables customers to attach permissions boundary to IAM principals. The IAM principals cannot operate exceeding the permission specified in permissions boundary. The new cmdlets for this feature are Set-IAMRolePermissionsBoundary (PutRolePermissionsBoundary), Set-IAMUserPermissionsBoundary (PutUserPermissionsBoundary API), Remove-IAMRolePermissionsBoundary (DeleteRolePermissionsBoundary API) and Remove-IAMUserPermissionsBoundary (DeleteUserPermissionsBoundary API).
 * AWS Import/Export Snowball
   * Updated and added cmdlets to support the availability of Amazon EC2 compute instances that run on the device. AWS Snowball Edge is a 100-TB ruggedized device built to transfer data into and out of AWS with optional support for local Lambda-based compute functions. With this feature, developers and administrators can run their EC2-based applications on the device providing them with an end to end vertically integrated AWS experience. Designed for data pre-processing, compression, machine learning, and data collection applications, these new instances, called SBE1 instances, feature 1.8 GHz Intel Xeon D processors up to 16 vCPUs, and 32 GB of memory. The SBE1 instance type is available in four sizes and multiple instances can be run on the device at the same time. Customers can now run compute instances using the same Amazon Machine Images (AMIs) that are used in Amazon EC2.
 * AWS IoT
   * Updated and added cmdlets to support the new IoT security service, AWS IoT Device Defender, and extending the capability of AWS IoT to support Step Functions rule action. The AWS IoT Device Defender is a fully managed service that helps you secure your fleet of IoT devices. For more details on this new service, go to https://aws.amazon.com/iot-device-defender. The Step Functions rule action lets you start an execution of AWS Step Functions state machine from a rule.
 * AWS Storage Gateway
   * Updated cmdlets to support creation of stored volumes using AWS KMS keys.
 * AWS Systems Manager
   * Updated and added cmdlets to support attaching labels to history parameter records and reference history parameter records via labels. It also adds Parameter Store integration with AWS Secrets Manager to allow referencing and retrieving AWS Secrets Manager's secrets from Parameter Store.
   * Updated and added cmdlets to support creation and use of service-linked roles to register and edit Maintenance Window tasks.

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.DLM.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.196 359 4/16/2026
5.0.195 5,428 4/13/2026
5.0.194 3,174 4/10/2026
5.0.193 1,454 4/9/2026
5.0.192 1,626 4/8/2026
5.0.191 1,775 4/7/2026
5.0.190 1,702 4/6/2026
5.0.189 3,526 4/3/2026
5.0.188 1,802 4/2/2026
5.0.187 1,751 4/1/2026
5.0.186 1,930 3/31/2026
5.0.185 2,056 3/30/2026
5.0.184 5,210 3/27/2026
5.0.183 2,179 3/26/2026
5.0.182 2,356 3/25/2026
5.0.181 2,487 3/24/2026
5.0.180 1,848 3/23/2026
5.0.179 4,077 3/20/2026
5.0.178 1,429 3/19/2026
5.0.177 1,644 3/18/2026
5.0.176 1,840 3/17/2026
5.0.175 1,292 3/17/2026
5.0.174 3,901 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,893 3/4/2026
5.0.166 1,442 3/4/2026
5.0.165 5,964 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,011 2/18/2026
5.0.157 1,724 2/17/2026
5.0.156 1,545 2/16/2026
5.0.155 2,559 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,891 2/9/2026
5.0.150 3,499 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,101 1/28/2026
5.0.142 2,179 1/27/2026
5.0.141 1,980 1/26/2026
5.0.140 3,083 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,768 1/6/2026
5.0.128 5,039 1/5/2026
5.0.127 2,923 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,732 12/15/2025
5.0.116 3,185 12/12/2025
5.0.115 1,398 12/11/2025
5.0.114 1,875 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,947 12/2/2025
5.0.107 3,246 12/1/2025
5.0.106 4,645 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,133 11/18/2025
5.0.99 2,035 11/17/2025
5.0.98 3,561 11/14/2025
5.0.97 1,682 11/13/2025
5.0.96 2,104 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,495 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,888 10/22/2025
5.0.80 1,694 10/21/2025
5.0.79 5,379 10/17/2025
5.0.78 1,638 10/16/2025
5.0.66 2,082 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,501 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,002 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,030 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,762 8/5/2025
5.0.24 6,181 8/1/2025
5.0.23 2,619 7/31/2025
5.0.22 3,076 7/30/2025
5.0.21 3,635 7/29/2025
5.0.20 4,157 7/28/2025
5.0.19 7,384 7/25/2025
5.0.18 3,146 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,294 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,419 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.1028 321 3/26/2026
4.1.1027 65 3/25/2026
4.1.1026 73 3/24/2026
4.1.1025 53 3/23/2026
4.1.1024 69 3/20/2026
4.1.1023 35 3/19/2026
4.1.1022 49 3/18/2026
4.1.1021 43 3/17/2026
4.1.1020 67 3/16/2026
4.1.1019 54 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 60 12/3/2025
4.1.953 29 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 131 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 122 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 51 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,629 6/26/2025
4.1.848 119 6/25/2025
4.1.847 1,205 6/24/2025
4.1.846 117 6/23/2025
4.1.845 7,492 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,147 6/16/2025
4.1.840 19,394 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,758 6/6/2025
4.1.835 2,871 6/5/2025
4.1.834 2,895 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,608 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,504 2/13/2025
4.1.756 4,567 2/12/2025
4.1.755 2,513 2/11/2025
4.1.754 4,652 2/10/2025
4.1.753 6,554 2/7/2025
4.1.752 4,251 2/6/2025
4.1.751 6,205 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,068 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,387 1/14/2025
4.1.735 12,562 1/13/2025
4.1.734 14,737 1/11/2025
4.1.733 13,340 1/9/2025
4.1.732 7,188 1/8/2025
4.1.731 17,148 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,468 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,961 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,518 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,340 8/30/2024
4.1.646 1,644 8/29/2024
4.1.645 2,207 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,231 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,863 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,437 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,644 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,156 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 20,479 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,665 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,949 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 2,102 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,591 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,891 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,690 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,360 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,768 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,183 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,121 10/27/2023
4.1.439 80,795 10/26/2023
4.1.438 174,565 10/26/2023
4.1.437 213,856 10/24/2023
4.1.436 1,524 10/23/2023
4.1.435 2,705 10/21/2023
4.1.434 1,544 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,397 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,658 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,460 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,135 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,544 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,571 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,293 5/16/2023
4.1.333 1,891 5/15/2023
4.1.332 4,284 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,813 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,911 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 14,028 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,215 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,608 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,002 2/13/2023
4.1.269 2,675 2/10/2023
4.1.268 2,065 2/9/2023
4.1.267 2,089 2/8/2023
4.1.266 2,213 2/7/2023
4.1.265 2,056 2/6/2023
4.1.264 2,800 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,277 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,487 12/8/2022
4.1.224 181 12/8/2022
4.1.223 512 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,034 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,044 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,876 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,052 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,109 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,810 9/19/2022
4.1.170 4,730 9/16/2022
4.1.169 2,972 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,270 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 87,904 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,074 8/8/2022
4.1.141 8,626 8/4/2022
4.1.140 2,731 8/3/2022
4.1.139 3,196 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,705 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,524 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,090 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,328 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,332 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,132 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,215 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,211 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,171 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 7,017 2/9/2022
4.1.20.0 3,418 2/8/2022
4.1.19.0 2,106 2/8/2022
4.1.18.0 29,456 1/27/2022
4.1.17.0 77,496 1/5/2022
4.1.16.0 102,889 11/19/2021
4.1.15.0 128,993 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,754 10/7/2020
4.1.1.0 98 10/1/2020
4.1.0.0 48,789 8/19/2020
4.0.6.0 86,179 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,729 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,225 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,997 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,825 8/23/2018
3.3.335.0 20,641 8/13/2018
3.3.330.0 (current version) 995 8/6/2018
3.3.313.0 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,708 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 527 1/16/2018
3.3.219.0 290 1/12/2018
3.3.215.0 503 1/2/2018
3.3.210.0 748 12/19/2017
3.3.208.0 383 12/13/2017
3.3.205.0 378 12/8/2017
3.3.201.0 370 12/2/2017
3.3.197.0 281 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 298 5/12/2017
3.3.84.0 286 5/5/2017
3.3.83.0 261 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 173 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 160 9/19/2016
3.2.8.0 164 9/8/2016
3.2.7.0 277 8/23/2016
Show less