AWSPowerShell.NetCore

3.3.270.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

Installation Options

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

Install-Module -Name AWSPowerShell.NetCore -RequiredVersion 3.3.270.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.270.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.270.0 (2018-04-25)
 * The CmdletsToExport property in the module manifest has been temporarily set to '*-*' instead of the individual cmdlet names to work around a limitation publishing modules that contain over 4000 cmdlets to the PowerShell Gallery. The net effect of this change is to disable tab completion for cmdlet names unless the module is explicitly imported. We are investigating approaches to work around or fix this issue and will re-instate the list of cmdlets as soon as possible.
 * AWS Secrets Manager
   * Added cmdlets to support the new AWS Secrets Manager service that enables you to store, manage, and retrieve, secrets. Cmdlets for the service have the noun prefix SEC and can be listed with the command *Get-AWSCmdletName -Service SEC*.
 * AWS Certificate Manager Private Certificate Authority
   * Added cmdlets to support the new AWS Certificate Manager (ACM) Private Certificate Authority (CA), a managed private CA service that helps you easily and securely manage the lifecycle of your private certificates. ACM Private CA provides you a highly-available private CA service without the upfront investment and ongoing maintenance costs of operating your own private CA. ACM Private CA extends ACM's certificate management capabilities to private certificates, enabling you to manage public and private certificates centrally. Cmdlets for the service have the noun prefix PCA and can be listed with the command *Get-AWSCmdletName -Service PCA*.
 * Firewall Management Service
   * Added cmdlets to support the Firewall Management Service, a new AWS service that makes it easy for customers to centrally configure WAF rules across all their resources (ALBs and CloudFront distributions) and across accounts. Cmdlets for the service have the noun prefix FMS and can be listed with the command *Get-AWSCmdletName -Service FMS*.
 * AWS Certificate Manager
   * Updated the New-ACMCertificate and added new cmdlet Update-ACMCertificateOption (UpdateCertificateOption API) to support disabling Certificate Transparency logging on a per-certificate basis.
   * Added support for new service features for requesting and exporting private certificates. This API enables you to collect batch amounts of metric data and optionally perform math expressions on the data. With one GetMetricData call you can retrieve as many as 100 different metrics and a total of 100,800 data points.
 * Amazon CloudWatch
   * Added cmdlet Get-CWMetricData to support the new GetMetricData API.
 * Amazon DynamoDB
   * Added cmdlets restore-DDBTableToPointInTime (RestoreTableToPointInTime API) and Update-DDBContinuousBackup (UpdateContinuousBackups API) t o support Point-in-time recovery (PITR) continuous backups of your DynamoDB table data. With PITR, you do not have to worry about creating, maintaining, or scheduling backups. You enable PITR on your table and your backup is available for restore at any point in time from the moment you enable it, up to a maximum of the 35 preceding days. PITR provides continuous backups until you explicitly disable it.
 * AWS Identity and Access Management
   * Updated the New-IAMRole cmdlet with parameter -MaxSessionDuration, and added cmdlet Update-IAMRole (UpdateRole API) to support the new longer role sessions.
 * AWS Cloudwatch Logs
   * Fixed bad links to the service API references in the help details for the service's cmdlets.
 * Amazon Inspector
   * Fixed bad links to the service API references in the help details for the service's cmdlets.
 * Alexa for Business
   * Added cmdlets to support new operations related to creating and managing address books of contacts for use in A4B managed shared devices.
 * AWS CloudFormation
   * Updated cmdlets to support use of a customized AdministrationRole to create security boundaries between different users.
 * Amazon CloudFront
   * Added cmdlets to support Field-Level Encryption to further enhance the security of sensitive data, such as credit card numbers or personally identifiable information (PII) like social security numbers. CloudFront's field-level encryption further encrypts sensitive data in an HTTPS form using field-specific encryption keys (which you supply) before a POST request is forwarded to your origin. This ensures that sensitive data can only be decrypted and viewed by certain components or services in your application stack. Field-level encryption is easy to setup. Simply configure the fields that have to be further encrypted by CloudFront using the public keys you specify and you can reduce attack surface for your sensitive data.
 * Amazon Elasticsearch
   * Updated cmdlets to support Amazon Cognito authentication support to Kibana.
 * AWS Config Service
   * Added support for multi-account multi-region data aggregation features. Customers can create an aggregator (a new resource type) in AWS Config that collects AWS Config data from multiple source accounts and regions into an aggregator account. Customers can aggregate data from individual account(s) or an organization and multiple regions. In this release, AWS Config adds several API's for multi-account multi-region data aggregation.
 * AWS Device Farm
   * Added support for Private Device Management feature. Customers can now manage their private devices efficiently - view their status, set labels and apply profiles on them. Customers can also schedule automated tests and remote access sessions on individual instances in their private device fleet.
   * Added cmdlets to support new service features for VPC endpoints.
 * Amazon WorkMail
   * Added cmdlets to support granting users and groups with "Full Access", "Send As" and "Send on Behalf" permissions on a given mailbox.
 * AWS Glue
   * Updated cmdlets to support timeout values for ETL jobs. With this release, all new ETL jobs have a default timeout value of 48 hours. AWS Glue also now supports the ability to start a schedule or job events trigger when it is created.
 * Amazon Cloud Directory
   * Added cmdlets to support new APIs to fetch attributes within a facet on an object or multiple facets or objects.
 * AWS Batch
   * Added support for specifying timeout when submitting jobs or registering job definitions.
 * AWS Systems Manager
   * Added cmdlets Get-SSMInventoryDeletionList (DescribeInventoryDeletions API) and Remove-SSMInventory (DeleteInventory API).
 * AWS X-Ray
   * Added cmdlets Get-XREncryptionConfig (GetEncryptionConfig API) and Write-XREncryptionConfig (PutEncryptionConfig API) to support managing data encryption settings. Use Write-XREncryptionConfig to configure X-Ray to use an AWS Key Management Service customer master key to encrypt trace data at rest.

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.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.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.MarketplaceEntitlementService.dll
  • AWSSDK.MediaConvert.dll
  • AWSSDK.MediaLive.dll
  • AWSSDK.MediaPackage.dll
  • AWSSDK.MediaStore.dll
  • AWSSDK.MediaStoreData.dll
  • AWSSDK.MigrationHub.dll
  • AWSSDK.Mobile.dll
  • AWSSDK.MQ.dll
  • AWSSDK.MTurk.dll
  • AWSSDK.OpsWorks.dll
  • AWSSDK.OpsWorksCM.dll
  • AWSSDK.Organizations.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
4.1.539 711 3/18/2024
4.1.538 2,702 3/15/2024
4.1.537 12,345 3/14/2024
4.1.536 3,914 3/13/2024
4.1.535 7,856 3/12/2024
4.1.534 2,554 3/11/2024
4.1.533 28,196 3/8/2024
4.1.532 19,095 3/7/2024
4.1.531 8,996 3/6/2024
4.1.530 7,993 3/5/2024
4.1.529 2,434 3/4/2024
4.1.528 4,821 3/1/2024
4.1.527 8,293 2/29/2024
4.1.526 4,612 2/28/2024
4.1.525 2,151 2/27/2024
4.1.524 2,286 2/26/2024
4.1.523 168,680 2/23/2024
4.1.522 80,188 2/22/2024
4.1.521 21,624 2/21/2024
4.1.520 15,704 2/20/2024
4.1.519 13,275 2/19/2024
4.1.518 39,615 2/16/2024
4.1.517 4,364 2/15/2024
4.1.516 82,655 2/14/2024
4.1.515 1,844 2/13/2024
4.1.514 1,631 2/12/2024
4.1.513 2,551 2/9/2024
4.1.512 4,858 2/8/2024
4.1.511 15,777 2/7/2024
4.1.510 10,971 2/6/2024
4.1.509 11,862 2/5/2024
4.1.508 5,812 2/2/2024
4.1.507 1,770 2/1/2024
4.1.506 1,794 2/1/2024
4.1.505 1,797 1/30/2024
4.1.504 1,636 1/29/2024
4.1.503 15,108 1/26/2024
4.1.502 7,581 1/26/2024
4.1.501 7,104 1/25/2024
4.1.500 1,927 1/24/2024
4.1.499 19,476 1/22/2024
4.1.498 66,269 1/19/2024
4.1.497 1,253 1/18/2024
4.1.496 3,115 1/17/2024
4.1.495 6,380 1/16/2024
4.1.494 6,845 1/14/2024
4.1.493 1,061 1/12/2024
4.1.492 1,680 1/11/2024
4.1.491 58,811 1/10/2024
4.1.490 8,788 1/8/2024
4.1.489 3,677 1/5/2024
4.1.488 4,213 1/4/2024
4.1.487 5,209 1/3/2024
4.1.486 13,430 12/29/2023
4.1.485 3,680 12/28/2023
4.1.484 1,586 12/27/2023
4.1.483 1,665 12/26/2023
4.1.482 4,092 12/22/2023
4.1.481 3,471 12/21/2023
4.1.480 3,946 12/20/2023
4.1.479 2,206 12/19/2023
4.1.478 5,149 12/18/2023
4.1.477 64,359 12/15/2023
4.1.476 1,780 12/14/2023
4.1.475 63,497 12/13/2023
4.1.474 6,850 12/12/2023
4.1.473 40,013 12/11/2023
4.1.472 45,210 12/8/2023
4.1.471 8,784 12/7/2023
4.1.470 2,996 12/7/2023
4.1.469 13,556 12/6/2023
4.1.468 8,723 12/5/2023
4.1.467 34,815 12/2/2023
4.1.466 6,350 12/1/2023
4.1.465 2,725 11/30/2023
4.1.464 555 11/29/2023
4.1.463 2,495 11/28/2023
4.1.462 10,613 11/28/2023
4.1.461 9,901 11/28/2023
4.1.460 1,774 11/27/2023
4.1.459 5,739 11/23/2023
4.1.458 1,887 11/22/2023
4.1.457 1,776 11/21/2023
4.1.456 81,887 11/18/2023
4.1.455 6,215 11/17/2023
4.1.454 80,279 11/15/2023
4.1.453 2,653 11/14/2023
4.1.452 1,950 11/14/2023
4.1.451 10,228 11/10/2023
4.1.450 15,932 11/9/2023
4.1.449 10,414 11/9/2023
4.1.448 978 11/8/2023
4.1.447 6,846 11/7/2023
4.1.446 76,972 11/6/2023
4.1.445 6,912 11/3/2023
4.1.444 4,130 11/2/2023
4.1.443 2,486 11/1/2023
4.1.442 2,149 11/1/2023
4.1.441 2,578 10/30/2023
4.1.440 872,015 10/27/2023
4.1.439 80,784 10/26/2023
4.1.438 174,458 10/26/2023
4.1.437 213,750 10/24/2023
4.1.436 1,516 10/23/2023
4.1.435 2,697 10/21/2023
4.1.434 1,532 10/20/2023
4.1.433 2,079 10/18/2023
4.1.432 2,075 10/17/2023
4.1.431 3,234 10/16/2023
4.1.430 35,253 10/12/2023
4.1.429 45,993 10/6/2023
4.1.428 9,824 10/5/2023
4.1.427 5,971 10/4/2023
4.1.426 14,805 10/3/2023
4.1.425 12,067 10/2/2023
4.1.424 39,721 9/28/2023
4.1.423 9,887 9/27/2023
4.1.422 9,671 9/26/2023
4.1.421 17,385 9/25/2023
4.1.420 280,115 9/22/2023
4.1.419 34,028 9/20/2023
4.1.418 7,480 9/19/2023
4.1.417 7,649 9/18/2023
4.1.416 146,235 9/15/2023
4.1.415 2,908 9/15/2023
4.1.414 6,791 9/13/2023
4.1.413 5,074 9/12/2023
4.1.412 5,373 9/11/2023
4.1.411 33,586 9/8/2023
4.1.410 6,280 9/8/2023
4.1.409 11,350 9/6/2023
4.1.408 6,608 9/5/2023
4.1.407 134,863 9/1/2023
4.1.406 86,151 8/31/2023
4.1.405 94,013 8/30/2023
4.1.404 107,447 8/29/2023
4.1.403 28,524 8/28/2023
4.1.402 365,013 8/25/2023
4.1.401 131,132 8/25/2023
4.1.400 160,719 8/23/2023
4.1.399 125,710 8/23/2023
4.1.398 125,938 8/21/2023
4.1.397 450,124 8/18/2023
4.1.396 108,755 8/17/2023
4.1.395 115,533 8/16/2023
4.1.394 97,371 8/15/2023
4.1.393 48,703 8/14/2023
4.1.392 41,361 8/11/2023
4.1.391 40,164 8/10/2023
4.1.390 107,523 8/9/2023
4.1.389 41,577 8/8/2023
4.1.388 4,928 8/7/2023
4.1.387 73,750 8/4/2023
4.1.386 51,700 8/3/2023
4.1.385 53,069 8/2/2023
4.1.384 21,803 8/1/2023
4.1.383 2,156 7/31/2023
4.1.382 2,976 7/28/2023
4.1.381 1,167 7/28/2023
4.1.380 330 7/27/2023
4.1.379 1,535 7/26/2023
4.1.378 1,788 7/25/2023
4.1.377 1,632 7/24/2023
4.1.376 2,811 7/21/2023
4.1.375 1,369 7/20/2023
4.1.374 1,152 7/20/2023
4.1.373 606 7/19/2023
4.1.372 1,529 7/18/2023
4.1.371 1,424 7/17/2023
4.1.370 3,475 7/13/2023
4.1.369 4,316 7/11/2023
4.1.368 3,387 7/7/2023
4.1.367 1,595 7/6/2023
4.1.366 1,511 7/5/2023
4.1.365 3,107 7/3/2023
4.1.364 2,480 6/30/2023
4.1.363 1,530 6/29/2023
4.1.362 1,746 6/28/2023
4.1.361 1,839 6/27/2023
4.1.360 1,612 6/26/2023
4.1.359 2,664 6/23/2023
4.1.358 1,390 6/22/2023
4.1.357 1,593 6/21/2023
4.1.356 1,898 6/21/2023
4.1.355 2,099 6/19/2023
4.1.354 2,565 6/16/2023
4.1.353 1,607 6/15/2023
4.1.352 3,445 6/14/2023
4.1.351 1,564 6/12/2023
4.1.350 2,906 6/9/2023
4.1.349 1,415 6/8/2023
4.1.348 2,196 6/7/2023
4.1.347 2,318 6/6/2023
4.1.346 2,937 6/6/2023
4.1.345 3,218 6/2/2023
4.1.344 1,242 6/1/2023
4.1.343 1,413 5/31/2023
4.1.342 1,601 5/30/2023
4.1.341 3,899 5/26/2023
4.1.340 1,330 5/25/2023
4.1.339 1,583 5/24/2023
4.1.338 1,599 5/23/2023
4.1.337 1,554 5/22/2023
4.1.336 2,925 5/19/2023
4.1.335 1,513 5/18/2023
4.1.334 4,230 5/16/2023
4.1.333 1,882 5/15/2023
4.1.332 4,275 5/11/2023
4.1.331 1,723 5/10/2023
4.1.330 1,683 5/9/2023
4.1.329 1,656 5/8/2023
4.1.328 2,805 5/6/2023
4.1.327 1,545 5/5/2023
4.1.326 1,804 5/3/2023
4.1.325 1,941 5/2/2023
4.1.324 2,012 5/1/2023
4.1.323 2,383 4/29/2023
4.1.322 2,038 4/27/2023
4.1.321 2,099 4/26/2023
4.1.320 1,902 4/25/2023
4.1.319 1,011 4/25/2023
4.1.318 4,290 4/21/2023
4.1.317 1,570 4/21/2023
4.1.316 2,355 4/19/2023
4.1.315 4,172 4/17/2023
4.1.314 2,827 4/14/2023
4.1.313 1,534 4/13/2023
4.1.312 1,772 4/12/2023
4.1.311 1,731 4/11/2023
4.1.310 1,864 4/10/2023
4.1.309 2,843 4/7/2023
4.1.308 1,369 4/6/2023
4.1.307 2,083 4/5/2023
4.1.306 1,962 4/4/2023
4.1.305 2,167 4/3/2023
4.1.304 6,220 3/31/2023
4.1.303 1,847 3/30/2023
4.1.302 2,243 3/29/2023
4.1.301 1,717 3/28/2023
4.1.300 1,632 3/27/2023
4.1.299 3,501 3/24/2023
4.1.298 1,713 3/23/2023
4.1.297 1,639 3/22/2023
4.1.296 2,152 3/21/2023
4.1.295 1,912 3/20/2023
4.1.294 3,635 3/17/2023
4.1.293 1,718 3/16/2023
4.1.292 2,202 3/15/2023
4.1.291 1,739 3/14/2023
4.1.290 1,923 3/13/2023
4.1.289 3,513 3/10/2023
4.1.288 1,667 3/9/2023
4.1.287 2,095 3/8/2023
4.1.286 1,762 3/7/2023
4.1.285 2,205 3/6/2023
4.1.284 3,149 3/3/2023
4.1.283 1,756 3/2/2023
4.1.282 2,047 3/1/2023
4.1.281 1,826 2/28/2023
4.1.280 1,894 2/27/2023
4.1.279 2,441 2/24/2023
4.1.278 1,768 2/23/2023
4.1.277 2,099 2/22/2023
4.1.276 1,905 2/22/2023
4.1.275 2,098 2/20/2023
4.1.274 2,600 2/17/2023
4.1.273 1,629 2/17/2023
4.1.272 2,320 2/16/2023
4.1.271 1,856 2/15/2023
4.1.270 1,993 2/13/2023
4.1.269 2,667 2/10/2023
4.1.268 2,056 2/9/2023
4.1.267 2,075 2/8/2023
4.1.266 2,205 2/7/2023
4.1.265 2,047 2/6/2023
4.1.264 2,771 2/3/2023
4.1.263 1,804 2/2/2023
4.1.262 1,987 2/1/2023
4.1.261 2,065 1/31/2023
4.1.260 2,278 1/30/2023
4.1.259 2,746 1/27/2023
4.1.258 1,931 1/26/2023
4.1.257 2,055 1/25/2023
4.1.256 1,845 1/24/2023
4.1.255 1,790 1/23/2023
4.1.254 2,784 1/20/2023
4.1.253 1,538 1/20/2023
4.1.252 2,230 1/18/2023
4.1.251 1,899 1/17/2023
4.1.250 4,372 1/13/2023
4.1.249 1,649 1/12/2023
4.1.248 2,036 1/11/2023
4.1.247 1,731 1/10/2023
4.1.246 1,634 1/9/2023
4.1.245 2,666 1/6/2023
4.1.244 1,466 1/5/2023
4.1.243 1,708 1/4/2023
4.1.242 1,518 1/3/2023
4.1.241 3,352 12/30/2022
4.1.240 867 12/29/2022
4.1.239 888 12/28/2022
4.1.238 1,138 12/27/2022
4.1.237 2,449 12/23/2022
4.1.236 1,144 12/22/2022
4.1.235 1,269 12/22/2022
4.1.234 1,704 12/20/2022
4.1.233 1,635 12/19/2022
4.1.232 2,718 12/16/2022
4.1.231 1,594 12/15/2022
4.1.230 1,899 12/14/2022
4.1.229 1,786 12/13/2022
4.1.228 1,955 12/12/2022
4.1.227 3,482 12/9/2022
4.1.226 1,943 12/8/2022
4.1.225 1,478 12/8/2022
4.1.224 173 12/8/2022
4.1.223 502 12/7/2022
4.1.222 1,929 12/7/2022
4.1.221 2,118 12/5/2022
4.1.220 3,163 12/2/2022
4.1.219 1,600 12/1/2022
4.1.218 2,024 11/30/2022
4.1.217 1,973 11/29/2022
4.1.216 1,256 11/29/2022
4.1.215 2,286 11/28/2022
4.1.214 5,843 11/23/2022
4.1.213 2,192 11/22/2022
4.1.212 1,566 11/22/2022
4.1.211 3,888 11/19/2022
4.1.210 1,873 11/17/2022
4.1.209 1,945 11/16/2022
4.1.208 1,749 11/15/2022
4.1.207 2,021 11/14/2022
4.1.206 3,107 11/11/2022
4.1.205 2,176 11/10/2022
4.1.204 2,227 11/9/2022
4.1.203 1,867 11/8/2022
4.1.202 2,401 11/7/2022
4.1.201 4,224 11/4/2022
4.1.200 2,536 11/3/2022
4.1.199 1,955 11/2/2022
4.1.198 2,151 11/1/2022
4.1.197 2,964 10/31/2022
4.1.196 5,189 10/28/2022
4.1.195 2,391 10/27/2022
4.1.194 2,526 10/26/2022
4.1.193 2,553 10/25/2022
4.1.192 2,371 10/24/2022
4.1.191 2,838 10/21/2022
4.1.190 2,442 10/20/2022
4.1.189 2,844 10/19/2022
4.1.188 2,243 10/18/2022
4.1.187 2,917 10/17/2022
4.1.186 5,044 10/14/2022
4.1.185 2,560 10/13/2022
4.1.184 12,867 10/7/2022
4.1.183 2,382 10/6/2022
4.1.182 2,638 10/5/2022
4.1.181 2,768 10/4/2022
4.1.180 2,542 10/3/2022
4.1.179 4,131 9/30/2022
4.1.178 2,099 9/29/2022
4.1.177 5,471 9/27/2022
4.1.176 2,631 9/26/2022
4.1.175 3,912 9/23/2022
4.1.174 2,284 9/22/2022
4.1.173 2,816 9/21/2022
4.1.172 2,724 9/20/2022
4.1.171 2,801 9/19/2022
4.1.170 4,721 9/16/2022
4.1.169 2,963 9/15/2022
4.1.168 2,999 9/14/2022
4.1.167 2,936 9/13/2022
4.1.166 3,246 9/12/2022
4.1.165 5,415 9/9/2022
4.1.164 2,427 9/8/2022
4.1.163 2,910 9/7/2022
4.1.162 2,716 9/6/2022
4.1.161 6,611 9/2/2022
4.1.160 2,397 9/1/2022
4.1.159 2,260 8/31/2022
4.1.158 2,231 8/31/2022
4.1.157 2,371 8/29/2022
4.1.156 2,835 8/26/2022
4.1.155 1,916 8/25/2022
4.1.154 2,796 8/24/2022
4.1.153 2,663 8/23/2022
4.1.152 2,880 8/22/2022
4.1.151 4,943 8/19/2022
4.1.150 2,540 8/18/2022
4.1.149 3,104 8/17/2022
4.1.148 3,428 8/16/2022
4.1.147 3,494 8/15/2022
4.1.146 34,878 8/12/2022
4.1.145 3,212 8/11/2022
4.1.144 3,379 8/10/2022
4.1.143 3,065 8/9/2022
4.1.142 3,065 8/8/2022
4.1.141 8,618 8/4/2022
4.1.140 2,723 8/3/2022
4.1.139 3,187 8/2/2022
4.1.138 2,928 8/1/2022
4.1.137 4,533 7/29/2022
4.1.136 2,897 7/28/2022
4.1.135 3,009 7/27/2022
4.1.134 3,058 7/26/2022
4.1.133 2,879 7/25/2022
4.1.132 4,696 7/22/2022
4.1.131 2,722 7/21/2022
4.1.130 2,214 7/21/2022
4.1.129 2,668 7/19/2022
4.1.128 2,586 7/18/2022
4.1.127 4,849 7/15/2022
4.1.126 2,515 7/14/2022
4.1.125 2,690 7/13/2022
4.1.124 2,471 7/12/2022
4.1.123 2,490 7/11/2022
4.1.122 4,887 7/8/2022
4.1.120 2,698 7/6/2022
4.1.119 3,093 7/5/2022
4.1.118 5,125 7/1/2022
4.1.117 2,540 6/30/2022
4.1.116 2,286 6/29/2022
4.1.115 2,617 6/28/2022
4.1.114 2,719 6/27/2022
4.1.113 4,446 6/24/2022
4.1.112 2,077 6/23/2022
4.1.111 2,552 6/22/2022
4.1.110 2,571 6/21/2022
4.1.109 2,309 6/20/2022
4.1.108 4,599 6/17/2022
4.1.107 2,692 6/16/2022
4.1.106 3,034 6/15/2022
4.1.105 2,853 6/14/2022
4.1.104 2,081 6/13/2022
4.1.103 4,024 6/10/2022
4.1.102 1,750 6/9/2022
4.1.101 2,746 6/8/2022
4.1.100 2,508 6/7/2022
4.1.99 2,449 6/6/2022
4.1.98 5,348 6/2/2022
4.1.97 2,043 6/1/2022
4.1.96 2,326 5/31/2022
4.1.95 4,788 5/27/2022
4.1.94 2,371 5/26/2022
4.1.93 1,545 5/25/2022
4.1.92 1,922 5/24/2022
4.1.91 2,476 5/23/2022
4.1.90 4,130 5/20/2022
4.1.89 2,377 5/19/2022
4.1.88 2,900 5/18/2022
4.1.87 2,796 5/17/2022
4.1.86 2,335 5/16/2022
4.1.85 3,761 5/13/2022
4.1.84 2,472 5/12/2022
4.1.83 2,316 5/11/2022
4.1.82 2,498 5/10/2022
4.1.81 2,454 5/9/2022
4.1.80 3,880 5/6/2022
4.1.79 1,581 5/6/2022
4.1.78 2,825 5/4/2022
4.1.77 1,417 5/4/2022
4.1.76 2,016 5/2/2022
4.1.75 5,262 4/29/2022
4.1.74 2,378 4/28/2022
4.1.73 2,271 4/27/2022
4.1.72 2,099 4/26/2022
4.1.71 2,586 4/25/2022
4.1.70 4,874 4/22/2022
4.1.69 2,380 4/21/2022
4.1.68 2,322 4/20/2022
4.1.67 2,706 4/19/2022
4.1.66 4,455 4/15/2022
4.1.65 1,379 4/14/2022
4.1.64 1,640 4/13/2022
4.1.63 2,171 4/12/2022
4.1.62 2,166 4/11/2022
4.1.61 3,619 4/8/2022
4.1.60 1,492 4/8/2022
4.1.59 2,269 4/6/2022
4.1.58 2,123 4/5/2022
4.1.57 2,062 4/4/2022
4.1.56 4,049 4/1/2022
4.1.55 2,270 3/31/2022
4.1.54 2,384 3/31/2022
4.1.53 2,803 3/29/2022
4.1.52 2,198 3/28/2022
4.1.51 3,615 3/25/2022
4.1.50 2,206 3/24/2022
4.1.49 2,003 3/24/2022
4.1.48 2,465 3/22/2022
4.1.47 2,175 3/22/2022
4.1.46 4,139 3/18/2022
4.1.45 3,252 3/17/2022
4.1.44 2,183 3/16/2022
4.1.43 2,303 3/14/2022
4.1.42 3,958 3/11/2022
4.1.41 2,156 3/10/2022
4.1.40.0 2,198 3/10/2022
4.1.39.0 2,391 3/9/2022
4.1.38 2,371 3/7/2022
4.1.37 4,085 3/4/2022
4.1.36 2,311 3/4/2022
4.1.35 2,247 3/3/2022
4.1.34 3,251 3/1/2022
4.1.33 3,087 2/28/2022
4.1.32 3,666 2/26/2022
4.1.31 3,550 2/25/2022
4.1.30.0 2,699 2/23/2022
4.1.29.0 3,986 2/22/2022
4.1.28.0 2,651 2/21/2022
4.1.27.0 4,713 2/18/2022
4.1.26.0 2,533 2/17/2022
4.1.25.0 2,661 2/16/2022
4.1.24.0 5,047 2/15/2022
4.1.23.0 5,517 2/11/2022
4.1.22.0 2,455 2/11/2022
4.1.21.0 4,912 2/9/2022
4.1.20.0 3,409 2/8/2022
4.1.19.0 2,098 2/8/2022
4.1.18.0 29,444 1/27/2022
4.1.17.0 68,563 1/5/2022
4.1.16.0 102,792 11/19/2021
4.1.15.0 128,164 10/2/2021
4.1.14.0 226,652 6/25/2021
4.1.13.0 54,793 6/1/2021
4.1.12.0 66,122 4/23/2021
4.1.11.0 12,900 4/15/2021
4.1.10.0 31,325 3/23/2021
4.1.9.0 45,717 2/26/2021
4.1.8.0 34,319 2/3/2021
4.1.7.0 35,254 1/5/2021
4.1.6.0 14,657 12/23/2020
4.1.5.0 46,331 11/17/2020
4.1.4.0 11,770 11/7/2020
4.1.2.0 26,534 10/7/2020
4.1.1.0 84 10/1/2020
4.1.0.0 46,742 8/19/2020
4.0.6.0 86,006 6/11/2020
4.0.5.0 103,373 3/13/2020
4.0.4.0 41,206 2/5/2020
4.0.3.0 12,490 1/22/2020
4.0.2.0 28,970 12/13/2019
4.0.1.1 19,364 11/25/2019
4.0.1.0 438 11/25/2019
4.0.0.0 4,343 11/21/2019
3.3.618.0 88,351 11/4/2019
3.3.604.0 18,178 10/11/2019
3.3.590.0 18,401 9/23/2019
3.3.563.1 30,302 8/9/2019
3.3.563.0 1,098 8/9/2019
3.3.553.0 14,216 7/19/2019
3.3.542.0 15,890 6/28/2019
3.3.522.0 23,080 5/31/2019
3.3.509.0 11,408 5/14/2019
3.3.498.0 57,897 4/25/2019
3.3.485.0 11,971 3/28/2019
3.3.462.0 11,370 2/25/2019
3.3.450.0 9,849 2/6/2019
3.3.428.0 16,885 12/15/2018
3.3.422.0 2,860 12/6/2018
3.3.390.0 14,096 10/22/2018
3.3.365.0 8,473 9/21/2018
3.3.343.0 13,524 8/23/2018
3.3.335.0 20,595 8/13/2018
3.3.330.0 986 8/6/2018
3.3.313.0 3,627 7/9/2018
3.3.283.0 6,225 5/18/2018
3.3.270.0 (current version) 2,205 4/25/2018
3.3.253.0 4,588 3/26/2018
3.3.245.0 1,685 3/2/2018
3.3.232.0 1,244 2/13/2018
3.3.225.1 1,244 1/25/2018
3.3.225.0 190 1/23/2018
3.3.221.0 513 1/16/2018
3.3.219.0 275 1/12/2018
3.3.215.0 493 1/2/2018
3.3.210.0 739 12/19/2017
3.3.208.0 375 12/13/2017
3.3.205.0 370 12/8/2017
3.3.201.0 361 12/2/2017
3.3.197.0 273 11/28/2017
3.3.196.0 174 11/25/2017
3.3.189.1 494 11/14/2017
3.3.187.0 320 11/9/2017
3.3.181.0 385 11/1/2017
3.3.180.0 197 10/30/2017
3.3.178.0 363 10/24/2017
3.3.173.0 410 10/17/2017
3.3.169.0 510 10/9/2017
3.3.164.0 639 9/29/2017
3.3.161.0 534 9/22/2017
3.3.158.0 795 9/17/2017
3.3.152.0 401 9/10/2017
3.3.143.0 869 8/25/2017
3.3.140.0 573 8/17/2017
3.3.133.0 839 8/4/2017
3.3.130.0 486 7/28/2017
3.3.119.0 788 7/7/2017
3.3.113.0 582 6/23/2017
3.3.109.0 294 6/19/2017
3.3.104.0 384 6/9/2017
3.3.99.0 274 6/5/2017
3.3.98.0 145 6/2/2017
3.3.96.0 169 5/31/2017
3.3.95.0 214 5/26/2017
3.3.90.0 326 5/19/2017
3.3.86.0 288 5/12/2017
3.3.84.0 277 5/5/2017
3.3.83.0 251 5/1/2017
3.3.81.0 243 4/24/2017
3.3.76.0 325 4/12/2017
3.3.75.0 123 4/11/2017
3.3.74.0 162 4/7/2017
3.3.71.0 804 4/1/2017
3.3.69.0 177 3/29/2017
3.3.67.0 233 3/24/2017
3.3.65.0 158 3/22/2017
3.3.64.2 204 3/17/2017
3.3.64.1 130 3/16/2017
3.3.62.0 159 3/13/2017
3.3.58.0 219 3/7/2017
3.3.57.0 230 2/28/2017
3.3.56.0 359 2/24/2017
3.3.55.0 136 2/23/2017
3.3.53.1 153 2/20/2017
3.3.53.0 122 2/17/2017
3.3.51.0 123 2/15/2017
3.3.48.0 188 2/10/2017
3.3.46.0 149 2/8/2017
3.3.45.0 252 1/27/2017
3.3.44.0 123 1/26/2017
3.3.43.0 134 1/25/2017
3.3.39.0 367 1/18/2017
3.3.38.0 116 1/17/2017
3.3.37.2 151 1/13/2017
3.3.37.1 147 1/9/2017
3.3.37.0 140 1/5/2017
3.3.36.0 149 12/30/2016
3.3.35.0 194 12/23/2016
3.3.34.0 118 12/22/2016
3.3.32.0 211 12/20/2016
3.3.31.1 276 12/16/2016
3.3.30.0 203 12/9/2016
3.3.29.0 109 12/8/2016
3.3.28.0 120 12/7/2016
3.3.27.0 160 12/3/2016
3.3.24.0 341 11/23/2016
3.3.23.0 128 11/22/2016
3.3.22.0 136 11/19/2016
3.3.20.0 124 11/17/2016
3.3.17.0 143 11/14/2016
3.3.14.0 708 10/26/2016
3.3.12.0 184 10/20/2016
3.3.11.0 114 10/19/2016
3.3.10.0 126 10/17/2016
3.3.9.0 124 10/14/2016
3.3.8.0 129 10/12/2016
3.3.5.0 146 10/7/2016
3.3.4.0 159 9/30/2016
3.3.3.0 131 9/28/2016
3.3.2.0 160 9/22/2016
3.3.1.0 109 9/21/2016
3.3.0.0 143 9/19/2016
3.2.8.0 153 9/8/2016
3.2.7.0 263 8/23/2016
Show less