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.79 1,073 10/17/2025
5.0.78 1,633 10/16/2025
5.0.66 2,081 9/30/2025
5.0.65 1,849 9/29/2025
5.0.64 3,616 9/26/2025
5.0.63 1,670 9/25/2025
5.0.62 2,056 9/24/2025
5.0.61 2,857 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,711 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,372 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,996 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,886 8/15/2025
5.0.33 1,920 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,332 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,618 7/31/2025
5.0.22 3,074 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,704 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,290 7/3/2025
5.0.7 2,898 7/2/2025
5.0.6 2,490 7/1/2025
5.0.5 2,926 6/30/2025
5.0.4 5,975 6/27/2025
5.0.3 3,655 6/26/2025
5.0.2 3,829 6/25/2025
5.0.1 3,418 6/24/2025
5.0.0 3,469 6/23/2025
5.0.0-previe... 24 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... 78 10/22/2024
4.1.924 20 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 49 10/1/2025
4.1.911 36 9/30/2025
4.1.910 35 9/29/2025
4.1.909 33 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 126 9/16/2025
4.1.900 111 9/15/2025
4.1.899 262 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 105 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 106 8/25/2025
4.1.885 274 8/22/2025
4.1.884 118 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 257 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 109 7/31/2025
4.1.868 104 7/30/2025
4.1.867 93 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 238 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 253 6/27/2025
4.1.849 766 6/26/2025
4.1.848 118 6/25/2025
4.1.847 664 6/24/2025
4.1.846 117 6/23/2025
4.1.845 7,289 6/20/2025
4.1.844 3,418 6/19/2025
4.1.843 3,706 6/18/2025
4.1.842 17,291 6/17/2025
4.1.841 27,146 6/16/2025
4.1.840 19,382 6/12/2025
4.1.839 2,838 6/11/2025
4.1.838 2,709 6/10/2025
4.1.837 2,717 6/9/2025
4.1.836 4,633 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,970 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,869 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,160 5/16/2025
4.1.821 2,002 5/15/2025
4.1.820 3,253 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,020 4/25/2025
4.1.806 1,572 4/25/2025
4.1.805 2,022 4/23/2025
4.1.804 1,483 4/22/2025
4.1.803 1,643 4/21/2025
4.1.802 2,231 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,499 4/11/2025
4.1.797 1,273 4/10/2025
4.1.796 1,561 4/9/2025
4.1.795 1,467 4/8/2025
4.1.794 1,606 4/7/2025
4.1.793 2,616 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,354 4/1/2025
4.1.788 1,549 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,622 3/21/2025
4.1.781 3,225 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,266 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,449 2/21/2025
4.1.762 16,721 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,501 2/13/2025
4.1.756 4,558 2/12/2025
4.1.755 2,513 2/11/2025
4.1.754 4,601 2/10/2025
4.1.753 6,553 2/7/2025
4.1.752 4,250 2/6/2025
4.1.751 6,202 2/5/2025
4.1.750 5,756 2/5/2025
4.1.749 6,675 2/3/2025
4.1.748 17,876 1/31/2025
4.1.747 7,092 1/30/2025
4.1.746 9,679 1/29/2025
4.1.745 14,063 1/28/2025
4.1.744 6,198 1/27/2025
4.1.743 12,656 1/24/2025
4.1.742 5,513 1/23/2025
4.1.741 6,150 1/22/2025
4.1.740 7,168 1/21/2025
4.1.739 18,277 1/17/2025
4.1.738 6,531 1/16/2025
4.1.737 6,652 1/15/2025
4.1.736 7,360 1/14/2025
4.1.735 10,053 1/13/2025
4.1.734 13,260 1/11/2025
4.1.733 13,339 1/9/2025
4.1.732 7,187 1/8/2025
4.1.731 17,146 1/7/2025
4.1.730 15,341 1/6/2025
4.1.729 31,838 1/3/2025
4.1.728 13,864 1/2/2025
4.1.727 63,097 12/28/2024
4.1.726 2,085 12/27/2024
4.1.725 10,059 12/26/2024
4.1.724 25,338 12/23/2024
4.1.723 28,684 12/20/2024
4.1.722 11,156 12/19/2024
4.1.721 12,477 12/18/2024
4.1.720 12,322 12/17/2024
4.1.719 4,371 12/16/2024
4.1.718 4,641 12/13/2024
4.1.717 3,466 12/12/2024
4.1.716 4,351 12/12/2024
4.1.715 2,006 12/11/2024
4.1.714 2,997 12/9/2024
4.1.713 11,047 12/5/2024
4.1.712 1,973 12/4/2024
4.1.711 2,132 12/4/2024
4.1.710 1,380 12/3/2024
4.1.709 2,171 12/2/2024
4.1.708 4,880 11/28/2024
4.1.707 1,879 11/26/2024
4.1.706 1,954 11/25/2024
4.1.705 3,082 11/22/2024
4.1.704 1,676 11/21/2024
4.1.703 1,923 11/21/2024
4.1.702 2,535 11/20/2024
4.1.701 2,516 11/18/2024
4.1.700 3,829 11/15/2024
4.1.699 1,642 11/15/2024
4.1.698 489 11/14/2024
4.1.697 2,581 11/13/2024
4.1.696 2,394 11/12/2024
4.1.695 2,241 11/11/2024
4.1.694 3,782 11/8/2024
4.1.693 2,142 11/7/2024
4.1.692 2,327 11/6/2024
4.1.691 7,987 11/1/2024
4.1.690 1,368 10/31/2024
4.1.689 1,827 10/30/2024
4.1.688 5,292 10/29/2024
4.1.687 7,686 10/28/2024
4.1.686 19,814 10/25/2024
4.1.685 5,299 10/24/2024
4.1.684 3,701 10/23/2024
4.1.683 1,758 10/23/2024
4.1.682 2,052 10/21/2024
4.1.681 3,261 10/18/2024
4.1.680 1,927 10/17/2024
4.1.679 1,979 10/16/2024
4.1.678 1,981 10/15/2024
4.1.677 2,044 10/14/2024
4.1.676 3,589 10/11/2024
4.1.675 1,743 10/10/2024
4.1.674 2,512 10/9/2024
4.1.673 5,021 10/8/2024
4.1.672 2,869 10/7/2024
4.1.671 3,223 10/4/2024
4.1.670 1,831 10/3/2024
4.1.669 1,771 10/2/2024
4.1.668 1,861 10/1/2024
4.1.667 1,970 10/1/2024
4.1.666 3,511 9/27/2024
4.1.665 1,835 9/26/2024
4.1.664 4,125 9/25/2024
4.1.663 2,145 9/24/2024
4.1.662 2,047 9/23/2024
4.1.661 3,468 9/21/2024
4.1.660 2,490 9/19/2024
4.1.659 2,227 9/18/2024
4.1.658 2,283 9/17/2024
4.1.657 2,285 9/16/2024
4.1.656 4,077 9/13/2024
4.1.655 2,028 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,041 8/26/2024
4.1.642 3,367 8/23/2024
4.1.641 1,802 8/22/2024
4.1.640 2,137 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,112 8/14/2024
4.1.634 2,068 8/13/2024
4.1.633 1,969 8/12/2024
4.1.632 3,278 8/9/2024
4.1.631 1,697 8/8/2024
4.1.630 2,035 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,201 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,491 7/12/2024
4.1.617 7,874 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,913 6/26/2024
4.1.607 1,785 6/25/2024
4.1.606 1,826 6/25/2024
4.1.605 6,051 6/20/2024
4.1.604 3,847 6/19/2024
4.1.603 1,983 6/18/2024
4.1.602 1,996 6/17/2024
4.1.601 4,614 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,154 6/7/2024
4.1.595 1,597 6/6/2024
4.1.594 1,695 6/5/2024
4.1.593 1,834 6/4/2024
4.1.592 12,313 6/3/2024
4.1.591 3,070 5/31/2024
4.1.590 1,547 5/30/2024
4.1.589 1,880 5/29/2024
4.1.588 2,230 5/28/2024
4.1.587 5,163 5/24/2024
4.1.586 1,442 5/23/2024
4.1.585 1,685 5/22/2024
4.1.584 1,664 5/21/2024
4.1.583 1,631 5/20/2024
4.1.582 2,585 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,005 5/7/2024
4.1.573 1,964 5/6/2024
4.1.572 2,582 5/3/2024
4.1.571 1,449 5/2/2024
4.1.570 1,680 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,930 4/24/2024
4.1.564 1,815 4/23/2024
4.1.563 1,895 4/22/2024
4.1.562 2,940 4/19/2024
4.1.561 1,664 4/18/2024
4.1.560 1,602 4/17/2024
4.1.559 1,984 4/16/2024
4.1.558 4,446 4/12/2024
4.1.557 1,589 4/11/2024
4.1.556 1,932 4/10/2024
4.1.555 25,256 4/9/2024
4.1.554 1,633 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,717 4/2/2024
4.1.549 1,592 4/1/2024
4.1.548 2,266 3/29/2024
4.1.547 1,097 3/28/2024
4.1.546 1,645 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,713 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,206 3/8/2024
4.1.532 19,875 3/7/2024
4.1.531 9,005 3/6/2024
4.1.530 8,001 3/5/2024
4.1.529 2,442 3/4/2024
4.1.528 4,829 3/1/2024
4.1.527 8,301 2/29/2024
4.1.526 4,621 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,286 2/19/2024
4.1.518 39,638 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,806 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,936 1/24/2024
4.1.499 19,487 1/22/2024
4.1.498 66,278 1/19/2024
4.1.497 1,260 1/18/2024
4.1.496 3,123 1/17/2024
4.1.495 6,388 1/16/2024
4.1.494 6,853 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,221 1/4/2024
4.1.487 5,218 1/3/2024
4.1.486 13,440 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,024 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,503 11/28/2023
4.1.462 10,623 11/28/2023
4.1.461 9,909 11/28/2023
4.1.460 1,782 11/27/2023
4.1.459 5,764 11/23/2023
4.1.458 1,895 11/22/2023
4.1.457 1,791 11/21/2023
4.1.456 81,896 11/18/2023
4.1.455 6,223 11/17/2023
4.1.454 80,289 11/15/2023
4.1.453 2,661 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,168 11/2/2023
4.1.443 2,495 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,563 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,011 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,742 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,540 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,083 9/12/2023
4.1.412 5,439 9/11/2023
4.1.411 33,596 9/8/2023
4.1.410 6,288 9/8/2023
4.1.409 11,360 9/6/2023
4.1.408 6,617 9/5/2023
4.1.407 134,875 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,023 8/25/2023
4.1.401 131,142 8/25/2023
4.1.400 160,729 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,544 8/16/2023
4.1.394 97,381 8/15/2023
4.1.393 48,714 8/14/2023
4.1.392 41,370 8/11/2023
4.1.391 40,174 8/10/2023
4.1.390 107,533 8/9/2023
4.1.389 41,588 8/8/2023
4.1.388 4,936 8/7/2023
4.1.387 73,760 8/4/2023
4.1.386 51,710 8/3/2023
4.1.385 53,081 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,819 7/21/2023
4.1.375 1,377 7/20/2023
4.1.374 1,160 7/20/2023
4.1.373 614 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,603 7/6/2023
4.1.366 1,519 7/5/2023
4.1.365 3,115 7/3/2023
4.1.364 2,488 6/30/2023
4.1.363 1,539 6/29/2023
4.1.362 1,755 6/28/2023
4.1.361 1,848 6/27/2023
4.1.360 1,619 6/26/2023
4.1.359 2,672 6/23/2023
4.1.358 1,398 6/22/2023
4.1.357 1,602 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,453 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,326 6/6/2023
4.1.346 3,516 6/6/2023
4.1.345 3,226 6/2/2023
4.1.344 1,250 6/1/2023
4.1.343 1,459 5/31/2023
4.1.342 1,608 5/30/2023
4.1.341 3,907 5/26/2023
4.1.340 1,339 5/25/2023
4.1.339 1,591 5/24/2023
4.1.338 1,607 5/23/2023
4.1.337 1,561 5/22/2023
4.1.336 2,933 5/19/2023
4.1.335 1,521 5/18/2023
4.1.334 6,460 5/16/2023
4.1.333 1,890 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,553 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,107 4/26/2023
4.1.320 1,910 4/25/2023
4.1.319 1,021 4/25/2023
4.1.318 4,303 4/21/2023
4.1.317 1,578 4/21/2023
4.1.316 2,363 4/19/2023
4.1.315 4,609 4/17/2023
4.1.314 2,835 4/14/2023
4.1.313 1,543 4/13/2023
4.1.312 1,780 4/12/2023
4.1.311 1,742 4/11/2023
4.1.310 1,871 4/10/2023
4.1.309 2,851 4/7/2023
4.1.308 1,376 4/6/2023
4.1.307 2,093 4/5/2023
4.1.306 1,971 4/4/2023
4.1.305 2,176 4/3/2023
4.1.304 11,811 3/31/2023
4.1.303 1,855 3/30/2023
4.1.302 2,250 3/29/2023
4.1.301 1,726 3/28/2023
4.1.300 1,640 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,643 3/17/2023
4.1.293 1,726 3/16/2023
4.1.292 2,210 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,103 3/8/2023
4.1.286 1,770 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,063 3/1/2023
4.1.281 1,834 2/28/2023
4.1.280 1,902 2/27/2023
4.1.279 2,449 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,329 2/16/2023
4.1.271 1,864 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,055 2/6/2023
4.1.264 2,795 2/3/2023
4.1.263 1,811 2/2/2023
4.1.262 2,058 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,547 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,657 1/12/2023
4.1.248 2,045 1/11/2023
4.1.247 1,740 1/10/2023
4.1.246 1,642 1/9/2023
4.1.245 2,674 1/6/2023
4.1.244 1,474 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,602 12/15/2022
4.1.230 1,908 12/14/2022
4.1.229 1,794 12/13/2022
4.1.228 1,963 12/12/2022
4.1.227 3,490 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 510 12/7/2022
4.1.222 1,938 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,032 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,200 11/22/2022
4.1.212 1,574 11/22/2022
4.1.211 4,009 11/19/2022
4.1.210 1,881 11/17/2022
4.1.209 1,953 11/16/2022
4.1.208 1,757 11/15/2022
4.1.207 2,029 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,545 11/3/2022
4.1.199 1,964 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,399 10/27/2022
4.1.194 2,534 10/26/2022
4.1.193 2,561 10/25/2022
4.1.192 2,379 10/24/2022
4.1.191 2,846 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,417 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,478 9/27/2022
4.1.176 2,639 9/26/2022
4.1.175 3,920 9/23/2022
4.1.174 2,292 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,729 9/16/2022
4.1.169 2,971 9/15/2022
4.1.168 3,007 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,918 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 78,409 8/12/2022
4.1.145 3,220 8/11/2022
4.1.144 3,387 8/10/2022
4.1.143 3,073 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,938 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,895 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,294 6/29/2022
4.1.115 2,631 6/28/2022
4.1.114 2,727 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,580 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,861 6/14/2022
4.1.104 2,089 6/13/2022
4.1.103 4,032 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,458 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,378 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,385 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,326 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,833 5/4/2022
4.1.77 1,428 5/4/2022
4.1.76 2,024 5/2/2022
4.1.75 5,270 4/29/2022
4.1.74 2,386 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,463 4/15/2022
4.1.65 1,387 4/14/2022
4.1.64 1,648 4/13/2022
4.1.63 2,180 4/12/2022
4.1.62 2,175 4/11/2022
4.1.61 3,627 4/8/2022
4.1.60 1,499 4/8/2022
4.1.59 2,276 4/6/2022
4.1.58 2,131 4/5/2022
4.1.57 2,072 4/4/2022
4.1.56 4,057 4/1/2022
4.1.55 2,277 3/31/2022
4.1.54 2,392 3/31/2022
4.1.53 2,811 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,147 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,209 3/10/2022
4.1.39.0 2,400 3/9/2022
4.1.38 2,379 3/7/2022
4.1.37 4,094 3/4/2022
4.1.36 2,320 3/4/2022
4.1.35 2,255 3/3/2022
4.1.34 3,258 3/1/2022
4.1.33 3,095 2/28/2022
4.1.32 3,674 2/26/2022
4.1.31 4,070 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,720 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,445 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 74,638 1/5/2022
4.1.16.0 102,882 11/19/2021
4.1.15.0 128,789 10/2/2021
4.1.14.0 226,668 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,911 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,675 12/23/2020
4.1.5.0 47,690 11/17/2020
4.1.4.0 11,784 11/7/2020
4.1.2.0 26,720 10/7/2020
4.1.1.0 96 10/1/2020
4.1.0.0 48,157 8/19/2020
4.0.6.0 86,173 6/11/2020
4.0.5.0 103,401 3/13/2020
4.0.4.0 48,742 2/5/2020
4.0.3.0 12,504 1/22/2020
4.0.2.0 29,052 12/13/2019
4.0.1.1 19,383 11/25/2019
4.0.1.0 448 11/25/2019
4.0.0.0 4,518 11/21/2019
3.3.618.0 98,910 11/4/2019
3.3.604.0 18,192 10/11/2019
3.3.590.0 19,667 9/23/2019
3.3.563.1 30,314 8/9/2019
3.3.563.0 1,109 8/9/2019
3.3.553.0 14,229 7/19/2019
3.3.542.0 15,903 6/28/2019
3.3.522.0 23,191 5/31/2019
3.3.509.0 11,423 5/14/2019
3.3.498.0 57,930 4/25/2019
3.3.485.0 11,987 3/28/2019
3.3.462.0 11,405 2/25/2019
3.3.450.0 9,978 2/6/2019
3.3.428.0 16,914 12/15/2018
3.3.422.0 2,896 12/6/2018
3.3.390.0 14,110 10/22/2018
3.3.365.0 8,607 9/21/2018
3.3.343.0 13,806 8/23/2018
3.3.335.0 20,636 8/13/2018
3.3.330.0 (current version) 994 8/6/2018
3.3.313.0 3,685 7/9/2018
3.3.283.0 6,246 5/18/2018
3.3.270.0 2,220 4/25/2018
3.3.253.0 4,596 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 525 1/16/2018
3.3.219.0 286 1/12/2018
3.3.215.0 502 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 503 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 846 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 304 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 214 3/17/2017
3.3.64.1 139 3/16/2017
3.3.62.0 168 3/13/2017
3.3.58.0 228 3/7/2017
3.3.57.0 240 2/28/2017
3.3.56.0 402 2/24/2017
3.3.55.0 145 2/23/2017
3.3.53.1 161 2/20/2017
3.3.53.0 131 2/17/2017
3.3.51.0 132 2/15/2017
3.3.48.0 198 2/10/2017
3.3.46.0 158 2/8/2017
3.3.45.0 262 1/27/2017
3.3.44.0 132 1/26/2017
3.3.43.0 142 1/25/2017
3.3.39.0 376 1/18/2017
3.3.38.0 125 1/17/2017
3.3.37.2 161 1/13/2017
3.3.37.1 155 1/9/2017
3.3.37.0 148 1/5/2017
3.3.36.0 158 12/30/2016
3.3.35.0 204 12/23/2016
3.3.34.0 126 12/22/2016
3.3.32.0 220 12/20/2016
3.3.31.1 285 12/16/2016
3.3.30.0 212 12/9/2016
3.3.29.0 119 12/8/2016
3.3.28.0 128 12/7/2016
3.3.27.0 169 12/3/2016
3.3.24.0 350 11/23/2016
3.3.23.0 137 11/22/2016
3.3.22.0 144 11/19/2016
3.3.20.0 134 11/17/2016
3.3.17.0 152 11/14/2016
3.3.14.0 717 10/26/2016
3.3.12.0 193 10/20/2016
3.3.11.0 123 10/19/2016
3.3.10.0 135 10/17/2016
3.3.9.0 133 10/14/2016
3.3.8.0 138 10/12/2016
3.3.5.0 155 10/7/2016
3.3.4.0 168 9/30/2016
3.3.3.0 140 9/28/2016
3.3.2.0 170 9/22/2016
3.3.1.0 118 9/21/2016
3.3.0.0 157 9/19/2016
3.2.8.0 162 9/8/2016
3.2.7.0 276 8/23/2016
Show less