AWSSDK.SQS 4.0.0.16

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.SQS --version 4.0.0.16
                    
NuGet\Install-Package AWSSDK.SQS -Version 4.0.0.16
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AWSSDK.SQS" Version="4.0.0.16" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SQS" Version="4.0.0.16" />
                    
Directory.Packages.props
<PackageReference Include="AWSSDK.SQS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AWSSDK.SQS --version 4.0.0.16
                    
#r "nuget: AWSSDK.SQS, 4.0.0.16"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AWSSDK.SQS@4.0.0.16
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AWSSDK.SQS&version=4.0.0.16
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SQS&version=4.0.0.16
                    
Install as a Cake Tool

Amazon Simple Queue Service (SQS) is a fast, reliable, scalable, fully managed message queuing service. SQS makes it simple and cost-effective to decouple the components of a cloud application.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (349)

Showing the top 5 NuGet packages that depend on AWSSDK.SQS:

Package Downloads
MassTransit.AmazonSQS

MassTransit Amazon SQS transport support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.

AWSSDK.Glacier

Amazon Glacier is a secure, durable, and extremely low-cost storage service for data archiving and online backup.

Microting.eForm

Package Description

OpenTelemetry.Instrumentation.AWS

AWS client instrumentation for OpenTelemetry .NET.

NServiceBus.AmazonSQS

NServiceBus.AmazonSQS

GitHub repositories (36)

Showing the top 20 popular GitHub repositories that depend on AWSSDK.SQS:

Repository Stars
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
dotnet/orleans
Cloud Native application framework for .NET
MassTransit/MassTransit
Distributed Application Framework for .NET
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
KSP-CKAN/CKAN
The Comprehensive Kerbal Archive Network
JasperFx/wolverine
Supercharged .NET server side development!
aws/aws-lambda-dotnet
Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
open-telemetry/opentelemetry-dotnet-contrib
This repository contains set of components extending functionality of the OpenTelemetry .NET SDK. Instrumentation libraries, exporters, and other components can find their home here.
zarusz/SlimMessageBus
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
Dynatrace/superdump
A service for automated crash-dump analysis
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
aws/aws-extensions-for-dotnet-cli
Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services
robinrodricks/FluentStorage
A polycloud .NET cloud storage abstraction layer. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#.
trimble-oss/dba-dash
DBA Dash - SQL Server Monitoring Tool
aws-samples/serverless-test-samples
This repository is designed to provide guidance for implementing comprehensive test suites for serverless applications.
Version Downloads Last Updated
4.0.1.11 25 10/16/2025
4.0.1.10 31,273 10/10/2025
4.0.1.9 10,125 10/9/2025
4.0.1.8 75,167 10/1/2025
4.0.1.7 20,181 9/30/2025
4.0.1.6 15,864 9/29/2025
4.0.1.5 113,963 9/23/2025
4.0.1.4 49,017 9/19/2025
4.0.1.3 52,896 9/16/2025
4.0.1.2 285,746 8/29/2025
4.0.1.1 107,803 8/25/2025
4.0.1 35,204 8/22/2025
4.0.0.22 30,109 8/21/2025
4.0.0.21 115,426 8/15/2025
4.0.0.20 39,741 8/13/2025
4.0.0.19 209,265 8/6/2025
4.0.0.18 62,484 8/4/2025
4.0.0.17 189,153 7/25/2025
4.0.0.16 31,837 7/23/2025
4.0.0.15 210,280 7/15/2025
4.0.0.14 169,557 7/9/2025
4.0.0.13 252,204 7/1/2025
4.0.0.12 205,177 6/23/2025
4.0.0.11 75,541 6/18/2025
4.0.0.10 78,973 6/16/2025
4.0.0.9 132,072 6/12/2025
4.0.0.8 36,999 6/11/2025
4.0.0.7 43,153 6/10/2025
4.0.0.6 79,126 6/6/2025
4.0.0.5 65,501 6/4/2025
4.0.0.4 517,035 5/16/2025
4.0.0.3 21,136 5/15/2025
4.0.0.2 313,563 5/6/2025
4.0.0.1 143,868 4/30/2025
4.0.0 1,026,293 4/28/2025
4.0.0-preview.13 2,052 4/9/2025
4.0.0-preview.12 2,319 4/4/2025
4.0.0-preview.11 2,102 3/26/2025
4.0.0-preview.10 10,905 3/7/2025
4.0.0-preview.9 356 3/4/2025
4.0.0-preview.8 1,300 2/25/2025
4.0.0-preview.7 1,944 2/17/2025
4.0.0-preview.6 1,791 2/6/2025
4.0.0-preview.5 7,983 1/3/2025
4.0.0-preview.4 38,932 10/11/2024
4.0.0-preview.3 2,701 10/1/2024
4.0.0-preview.2 9,179 8/28/2024
4.0.0-preview 61,510 8/15/2024
3.7.501.24 2 10/16/2025
3.7.501.23 2,985 10/15/2025
3.7.501.22 40,249 10/10/2025
3.7.501.21 6,500 10/9/2025
3.7.501.20 6,744 10/8/2025
3.7.501.19 7,668 10/7/2025
3.7.501.18 22,060 9/30/2025
3.7.501.17 8,065 9/29/2025
3.7.501.16 10,035 9/26/2025
3.7.501.15 8,148 9/25/2025
3.7.501.14 12,897 9/23/2025
3.7.501.13 13,994 9/22/2025
3.7.501.12 10,802 9/19/2025
3.7.501.11 32,792 9/16/2025
3.7.501.10 9,867 9/15/2025
3.7.501.9 23,198 9/11/2025
3.7.501.8 11,686 9/10/2025
3.7.501.7 12,381 9/9/2025
3.7.501.6 12,437 9/8/2025
3.7.501.5 28,783 9/4/2025
3.7.501.4 16,939 9/2/2025
3.7.501.3 378,746 8/29/2025
3.7.501.2 24,008 8/26/2025
3.7.501.1 19,329 8/25/2025
3.7.501 16,621 8/22/2025
3.7.500.9 21,332 8/21/2025
3.7.500.8 14,529 8/20/2025
3.7.500.7 32,537 8/12/2025
3.7.500.6 219,475 8/11/2025
3.7.500.5 17,074 8/8/2025
3.7.500.4 15,163 8/6/2025
3.7.500.3 11,405 8/5/2025
3.7.500.2 7,423 8/4/2025
3.7.500.1 9,375 8/1/2025
3.7.500 111,166 7/31/2025
3.7.400.186 26,598 7/30/2025
3.7.400.185 18,510 7/29/2025
3.7.400.184 12,853 7/28/2025
3.7.400.183 12,554 7/25/2025
3.7.400.182 11,896 7/24/2025
3.7.400.181 12,511 7/23/2025
3.7.400.180 10,391 7/22/2025
3.7.400.179 13,657 7/21/2025
3.7.400.178 113,415 7/18/2025
3.7.400.177 8,496 7/17/2025
3.7.400.176 21,528 7/16/2025
3.7.400.175 36,088 7/15/2025
3.7.400.174 34,459 7/9/2025
3.7.400.173 41,110 7/3/2025
3.7.400.172 74,729 7/1/2025
3.7.400.171 14,328 6/30/2025
3.7.400.170 21,130 6/27/2025
3.7.400.169 25,269 6/26/2025
3.7.400.168 39,871 6/23/2025
3.7.400.167 243,785 6/20/2025
3.7.400.166 29,894 6/18/2025
3.7.400.165 145,829 6/11/2025
3.7.400.164 17,427 6/10/2025
3.7.400.163 15,434 6/9/2025
3.7.400.162 68,665 6/6/2025
3.7.400.161 38,630 6/5/2025
3.7.400.160 14,436 6/4/2025
3.7.400.159 116,417 6/2/2025
3.7.400.158 31,645 5/30/2025
3.7.400.157 79,122 5/28/2025
3.7.400.156 54,618 5/23/2025
3.7.400.155 43,382 5/21/2025
3.7.400.154 58,877 5/20/2025
3.7.400.153 57,991 5/19/2025
3.7.400.152 103,668 5/16/2025
3.7.400.151 53,988 5/12/2025
3.7.400.150 88,361 5/9/2025
3.7.400.149 16,782 5/8/2025
3.7.400.148 19,391 5/7/2025
3.7.400.147 37,036 5/6/2025
3.7.400.146 24,399 5/5/2025
3.7.400.145 595,087 5/2/2025
3.7.400.144 18,641 5/1/2025
3.7.400.143 27,608 4/30/2025
3.7.400.142 86,889 4/29/2025
3.7.400.141 196,531 4/28/2025
3.7.400.140 90,519 4/25/2025
3.7.400.139 39,824 4/24/2025
3.7.400.138 85,532 4/23/2025
3.7.400.137 180,583 4/18/2025
3.7.400.136 96,896 4/17/2025
3.7.400.135 121,977 4/16/2025
3.7.400.134 204,231 4/14/2025
3.7.400.133 91,308 4/11/2025
3.7.400.132 57,098 4/10/2025
3.7.400.131 40,178 4/9/2025
3.7.400.130 119,497 4/8/2025
3.7.400.129 301,744 4/4/2025
3.7.400.128 72,732 4/3/2025
3.7.400.127 66,467 4/3/2025
3.7.400.126 17,526 4/2/2025
3.7.400.125 85,578 4/1/2025
3.7.400.124 49,803 3/31/2025
3.7.400.123 122,900 3/28/2025
3.7.400.122 56,226 3/27/2025
3.7.400.121 62,953 3/26/2025
3.7.400.120 61,527 3/25/2025
3.7.400.119 76,177 3/24/2025
3.7.400.118 130,602 3/21/2025
3.7.400.117 43,990 3/20/2025
3.7.400.116 48,822 3/19/2025
3.7.400.115 61,762 3/18/2025
3.7.400.114 105,912 3/17/2025
3.7.400.113 132,244 3/14/2025
3.7.400.112 44,653 3/14/2025
3.7.400.111 165,338 3/11/2025
3.7.400.110 122,448 3/10/2025
3.7.400.109 95,927 3/7/2025
3.7.400.108 61,343 3/6/2025
3.7.400.107 47,475 3/5/2025
3.7.400.106 126,540 3/4/2025
3.7.400.105 113,285 3/3/2025
3.7.400.104 126,594 2/28/2025
3.7.400.103 47,465 2/27/2025
3.7.400.102 65,167 2/26/2025
3.7.400.101 60,001 2/25/2025
3.7.400.100 63,492 2/24/2025
3.7.400.99 81,111 2/21/2025
3.7.400.98 679,488 2/20/2025
3.7.400.97 128,350 2/18/2025
3.7.400.96 117,254 2/17/2025
3.7.400.95 101,304 2/13/2025
3.7.400.94 120,108 2/12/2025
3.7.400.93 87,989 2/11/2025
3.7.400.92 90,924 2/10/2025
3.7.400.91 142,654 2/7/2025
3.7.400.90 120,435 2/6/2025
3.7.400.89 48,733 2/5/2025
3.7.400.88 152,268 2/4/2025
3.7.400.87 48,836 2/3/2025
3.7.400.86 179,871 1/30/2025
3.7.400.85 219,393 1/27/2025
3.7.400.84 169,603 1/22/2025
3.7.400.83 49,330 1/21/2025
3.7.400.82 104,286 1/17/2025
3.7.400.81 59,460 1/16/2025
3.7.400.80 405,575 1/15/2025
3.7.400.79 77,868 1/14/2025
3.7.400.78 73,495 1/13/2025
3.7.400.77 119,506 1/10/2025
3.7.400.76 44,665 1/9/2025
3.7.400.75 116,155 1/8/2025
3.7.400.74 78,696 1/7/2025
3.7.400.73 100,779 1/6/2025
3.7.400.72 66,186 1/3/2025
3.7.400.71 73,393 1/2/2025
3.7.400.70 249,971 12/26/2024
3.7.400.69 527,183 12/23/2024
3.7.400.68 76,181 12/20/2024
3.7.400.67 106,177 12/19/2024
3.7.400.66 84,510 12/18/2024
3.7.400.65 81,662 12/17/2024
3.7.400.64 246,602 12/13/2024
3.7.400.63 147,107 12/12/2024
3.7.400.62 66,993 12/11/2024
3.7.400.61 85,570 12/10/2024
3.7.400.60 124,859 12/9/2024
3.7.400.59 479,508 12/3/2024
3.7.400.58 532,470 11/27/2024
3.7.400.57 462,478 11/22/2024
3.7.400.56 59,194 11/21/2024
3.7.400.55 58,070 11/21/2024
3.7.400.54 167,612 11/19/2024
3.7.400.53 362,348 11/15/2024
3.7.400.52 462,195 11/15/2024
3.7.400.51 19,129 11/14/2024
3.7.400.50 101,902 11/13/2024
3.7.400.49 132,509 11/12/2024
3.7.400.48 48,248 11/11/2024
3.7.400.47 108,111 11/8/2024
3.7.400.46 230,353 11/7/2024
3.7.400.45 476,653 11/1/2024
3.7.400.44 135,545 10/31/2024
3.7.400.43 163,180 10/30/2024
3.7.400.42 70,721 10/29/2024
3.7.400.41 131,242 10/28/2024
3.7.400.40 122,570 10/25/2024
3.7.400.39 45,286 10/24/2024
3.7.400.38 301,202 10/23/2024
3.7.400.37 162,590 10/22/2024
3.7.400.36 423,619 10/16/2024
3.7.400.35 346,384 10/15/2024
3.7.400.34 127,546 10/14/2024
3.7.400.33 448,896 10/9/2024
3.7.400.32 111,778 10/8/2024
3.7.400.31 69,497 10/7/2024
3.7.400.30 833,524 10/4/2024
3.7.400.29 50,428 10/3/2024
3.7.400.28 96,314 10/2/2024
3.7.400.27 59,712 10/1/2024
3.7.400.26 257,264 9/27/2024
3.7.400.25 164,219 9/26/2024
3.7.400.24 53,925 9/25/2024
3.7.400.23 61,762 9/24/2024
3.7.400.22 216,654 9/21/2024
3.7.400.21 1,229,072 9/16/2024
3.7.400.20 79,044 9/13/2024
3.7.400.19 84,486 9/11/2024
3.7.400.18 131,185 9/10/2024
3.7.400.17 100,978 9/9/2024
3.7.400.16 213,101 9/6/2024
3.7.400.15 89,474 9/5/2024
3.7.400.14 283,761 9/4/2024
3.7.400.13 222,999 8/30/2024
3.7.400.12 269,701 8/28/2024
3.7.400.11 413,205 8/22/2024
3.7.400.10 100,771 8/21/2024
3.7.400.9 42,860 8/20/2024
3.7.400.8 96,279 8/19/2024
3.7.400.7 409,431 8/16/2024
3.7.400.6 79,299 8/15/2024
3.7.400.5 161,802 8/13/2024
3.7.400.4 223,222 8/9/2024
3.7.400.3 842,960 8/5/2024
3.7.400.2 392,632 7/30/2024
3.7.400.1 88,611 7/29/2024
3.7.400 2,126,798 7/24/2024
3.7.301.34 195,061 7/22/2024
3.7.301.33 232,256 7/18/2024
3.7.301.32 396,473 7/12/2024
3.7.301.31 487,987 7/10/2024
3.7.301.30 250,039 7/9/2024
3.7.301.29 51,361 7/8/2024
3.7.301.28 90,250 7/5/2024
3.7.301.27 166,732 7/3/2024
3.7.301.26 116,749 7/1/2024
3.7.301.25 130,685 6/28/2024
3.7.301.24 61,909 6/27/2024
3.7.301.23 404,833 6/24/2024
3.7.301.22 145,975 6/20/2024
3.7.301.21 122,908 6/19/2024
3.7.301.20 61,301 6/18/2024
3.7.301.19 674,379 6/12/2024
3.7.301.18 57,791 6/11/2024
3.7.301.17 128,487 6/10/2024
3.7.301.16 67,208 6/7/2024
3.7.301.15 144,059 6/6/2024
3.7.301.14 48,034 6/5/2024
3.7.301.13 76,598 6/4/2024
3.7.301.12 148,124 6/3/2024
3.7.301.11 138,087 5/30/2024
3.7.301.10 117,023 5/29/2024
3.7.301.9 95,197 5/28/2024
3.7.301.8 300,438 5/23/2024
3.7.301.7 85,102 5/22/2024
3.7.301.6 319,107 5/17/2024
3.7.301.5 75,587 5/16/2024
3.7.301.4 133,010 5/14/2024
3.7.301.3 268,261 5/13/2024
3.7.301.2 128,706 5/10/2024
3.7.301.1 88,666 5/9/2024
3.7.301 63,442 5/8/2024
3.7.300.87 200,957 5/6/2024
3.7.300.86 123,998 5/3/2024
3.7.300.85 109,372 5/1/2024
3.7.300.84 172,006 4/29/2024
3.7.300.83 80,788 4/26/2024
3.7.300.82 51,075 4/25/2024
3.7.300.81 95,590 4/24/2024
3.7.300.80 284,013 4/23/2024
3.7.300.79 183,034 4/22/2024
3.7.300.78 72,697 4/19/2024
3.7.300.77 542,495 4/18/2024
3.7.300.76 69,536 4/17/2024
3.7.300.75 145,508 4/16/2024
3.7.300.74 451,892 4/11/2024
3.7.300.73 65,611 4/10/2024
3.7.300.72 136,562 4/9/2024
3.7.300.71 119,601 4/8/2024
3.7.300.70 182,539 4/5/2024
3.7.300.69 105,032 4/4/2024
3.7.300.68 112,573 4/3/2024
3.7.300.67 66,938 4/2/2024
3.7.300.66 88,897 4/1/2024
3.7.300.65 60,368 3/29/2024
3.7.300.64 100,861 3/28/2024
3.7.300.63 129,064 3/27/2024
3.7.300.62 103,641 3/26/2024
3.7.300.61 86,389 3/25/2024
3.7.300.60 1,171,101 3/22/2024
3.7.300.59 314,402 3/18/2024
3.7.300.58 81,445 3/15/2024
3.7.300.57 61,205 3/14/2024
3.7.300.56 62,565 3/13/2024
3.7.300.55 230,600 3/8/2024
3.7.300.54 384,419 2/29/2024
3.7.300.53 354,994 2/27/2024
3.7.300.52 1,235,792 2/16/2024
3.7.300.51 58,118 2/15/2024
3.7.300.50 53,308 2/14/2024
3.7.300.49 46,865 2/13/2024
3.7.300.48 148,994 2/9/2024
3.7.300.47 111,159 2/7/2024
3.7.300.46 331,591 2/2/2024
3.7.300.45 53,488 2/1/2024
3.7.300.44 163,369 1/31/2024
3.7.300.43 110,966 1/30/2024
3.7.300.42 76,277 1/29/2024
3.7.300.41 178,932 1/25/2024
3.7.300.40 128,400 1/25/2024
3.7.300.39 270,608 1/19/2024
3.7.300.38 55,620 1/18/2024
3.7.300.37 121,342 1/16/2024
3.7.300.36 116,178 1/14/2024
3.7.300.35 17,679 1/12/2024
3.7.300.34 67,823 1/11/2024
3.7.300.33 53,056 1/10/2024
3.7.300.32 176,513 1/8/2024
3.7.300.31 130,919 1/5/2024
3.7.300.30 45,176 1/4/2024
3.7.300.29 62,542 1/3/2024
3.7.300.28 192,441 12/28/2023
3.7.300.27 32,645 12/27/2023
3.7.300.26 41,009 12/26/2023
3.7.300.25 42,206 12/22/2023
3.7.300.24 48,426 12/21/2023
3.7.300.23 87,875 12/20/2023
3.7.300.22 46,650 12/19/2023
3.7.300.21 693,057 12/18/2023
3.7.300.20 43,919 12/15/2023
3.7.300.19 74,653 12/14/2023
3.7.300.18 114,461 12/13/2023
3.7.300.17 304,616 12/12/2023
3.7.300.16 650,972 12/7/2023
3.7.300.15 210,059 12/6/2023
3.7.300.14 58,388 12/5/2023
3.7.300.13 191,750 12/4/2023
3.7.300.12 163,771 11/30/2023
3.7.300.11 159,898 11/28/2023
3.7.300.10 59,939 11/28/2023
3.7.300.9 18,703 11/27/2023
3.7.300.8 100,104 11/27/2023
3.7.300.7 641,348 11/21/2023
3.7.300.6 52,354 11/20/2023
3.7.300.5 145,128 11/17/2023
3.7.300.4 37,850 11/16/2023
3.7.300.3 33,279 11/15/2023
3.7.300.2 490,772 11/14/2023
3.7.300.1 58,460 11/13/2023
3.7.300 1,327,272 11/10/2023
3.7.202 134,548 11/9/2023
3.7.201 18,713 11/8/2023
3.7.200.67 492,232 11/7/2023
3.7.200.66 61,190 11/6/2023
3.7.200.65 375,152 11/2/2023
3.7.200.64 358,451 10/27/2023
3.7.200.63 80,461 10/26/2023
3.7.200.62 254,509 10/24/2023
3.7.200.61 64,908 10/23/2023
3.7.200.60 56,098 10/20/2023
3.7.200.59 37,876 10/19/2023
3.7.200.58 71,464 10/18/2023
3.7.200.57 67,875 10/17/2023
3.7.200.56 32,283 10/16/2023
3.7.200.55 145,639 10/12/2023
3.7.200.54 297,373 10/7/2023
3.7.200.53 40,540 10/5/2023
3.7.200.52 86,537 10/4/2023
3.7.200.51 80,597 10/3/2023
3.7.200.50 155,850 10/2/2023
3.7.200.49 150,164 9/28/2023
3.7.200.48 28,099 9/28/2023
3.7.200.47 14,251 9/27/2023
3.7.200.46 90,945 9/25/2023
3.7.200.45 147,330 9/22/2023
3.7.200.44 215,669 9/20/2023
3.7.200.43 75,278 9/19/2023
3.7.200.42 169,537 9/15/2023
3.7.200.41 37,019 9/15/2023
3.7.200.40 20,037 9/14/2023
3.7.200.39 49,549 9/13/2023
3.7.200.38 89,051 9/12/2023
3.7.200.37 234,107 9/8/2023
3.7.200.36 65,718 9/8/2023
3.7.200.35 43,579 9/6/2023
3.7.200.34 49,980 9/5/2023
3.7.200.33 190,871 9/1/2023
3.7.200.32 36,291 9/1/2023
3.7.200.31 7,065 8/31/2023
3.7.200.30 35,373 8/31/2023
3.7.200.29 10,208 8/30/2023
3.7.200.28 123,649 8/28/2023
3.7.200.27 139,126 8/25/2023
3.7.200.26 310,248 8/24/2023
3.7.200.25 169,159 8/23/2023
3.7.200.24 82,665 8/22/2023
3.7.200.23 125,351 8/21/2023
3.7.200.22 81,761 8/18/2023
3.7.200.21 11,910 8/18/2023
3.7.200.20 131,992 8/17/2023
3.7.200.19 143,060 8/15/2023
3.7.200.18 70,994 8/14/2023
3.7.200.17 104,115 8/11/2023
3.7.200.16 65,301 8/10/2023
3.7.200.15 86,184 8/9/2023
3.7.200.14 64,323 8/8/2023
3.7.200.13 11,821 8/8/2023
3.7.200.12 56,968 8/7/2023
3.7.200.11 150,972 8/4/2023
3.7.200.10 148,467 8/2/2023
3.7.200.9 69,107 8/1/2023
3.7.200.8 166,710 7/31/2023
3.7.200.7 657,505 7/28/2023
3.7.200.6 51,528 7/28/2023
3.7.200.5 124,248 7/26/2023
3.7.200.4 206,365 7/24/2023
3.7.200.3 145,233 7/21/2023
3.7.200.2 187,723 7/20/2023
3.7.200.1 1,272,123 7/18/2023
3.7.200 228,527 7/18/2023
3.7.103.12 60,586 7/17/2023
3.7.103.11 1,119,050 7/13/2023
3.7.103.10 284,790 7/7/2023
3.7.103.9 7,303 7/7/2023
3.7.103.8 41,880 7/6/2023
3.7.103.7 89,523 7/5/2023
3.7.103.6 124,894 7/3/2023
3.7.103.5 1,036,721 6/20/2023
3.7.103.4 455,888 6/15/2023
3.7.103.3 302,992 6/13/2023
3.7.103.2 138,646 6/12/2023
3.7.103.1 141,718 6/8/2023
3.7.103 382,993 6/6/2023
3.7.102.16 157,753 6/5/2023
3.7.102.15 103,589 6/2/2023
3.7.102.14 12,209 6/2/2023
3.7.102.13 51,162 6/1/2023
3.7.102.12 195,897 5/30/2023
3.7.102.11 172,077 5/26/2023
3.7.102.10 52,942 5/25/2023
3.7.102.9 78,893 5/24/2023
3.7.102.8 96,821 5/23/2023
3.7.102.7 193,708 5/19/2023
3.7.102.6 59,219 5/18/2023
3.7.102.5 156,008 5/16/2023
3.7.102.4 101,774 5/15/2023
3.7.102.3 181,396 5/11/2023
3.7.102.2 204,896 5/9/2023
3.7.102.1 102,697 5/8/2023
3.7.102 113,627 5/5/2023
3.7.101 95,158 5/4/2023
3.7.100.124 664,452 5/2/2023
3.7.100.123 144,665 5/1/2023
3.7.100.122 184,374 4/28/2023
3.7.100.121 119,332 4/27/2023
3.7.100.120 56,787 4/26/2023
3.7.100.119 78,377 4/25/2023
3.7.100.118 67,190 4/25/2023
3.7.100.117 157,235 4/21/2023
3.7.100.116 48,841 4/21/2023
3.7.100.115 131,661 4/19/2023
3.7.100.114 854,777 4/17/2023
3.7.100.113 116,859 4/14/2023
3.7.100.112 34,948 4/13/2023
3.7.100.111 51,044 4/12/2023
3.7.100.110 59,912 4/11/2023
3.7.100.109 154,017 4/10/2023
3.7.100.108 53,823 4/7/2023
3.7.100.107 33,238 4/6/2023
3.7.100.106 137,007 4/5/2023
3.7.100.105 122,625 4/4/2023
3.7.100.104 85,596 4/3/2023
3.7.100.103 119,045 3/31/2023
3.7.100.102 235,119 3/30/2023
3.7.100.101 122,910 3/29/2023
3.7.100.100 70,257 3/28/2023
3.7.100.99 270,770 3/24/2023
3.7.100.98 53,266 3/23/2023
3.7.100.97 64,392 3/22/2023
3.7.100.96 226,173 3/21/2023
3.7.100.95 128,952 3/20/2023
3.7.100.94 196,270 3/17/2023
3.7.100.93 27,379 3/17/2023
3.7.100.92 56,421 3/16/2023
3.7.100.91 76,110 3/15/2023
3.7.100.90 41,723 3/14/2023
3.7.100.89 105,095 3/13/2023
3.7.100.88 145,950 3/10/2023
3.7.100.87 106,701 3/9/2023
3.7.100.86 216,999 3/8/2023
3.7.100.85 76,823 3/7/2023
3.7.100.84 147,692 3/3/2023
3.7.100.83 114,275 3/2/2023
3.7.100.82 117,292 3/1/2023
3.7.100.81 55,705 2/28/2023
3.7.100.80 90,979 2/27/2023
3.7.100.79 197,202 2/23/2023
3.7.100.78 283,433 2/21/2023
3.7.100.77 750,430 2/18/2023
3.7.100.76 6,597 2/17/2023
3.7.100.75 72,417 2/16/2023
3.7.100.74 163,875 2/15/2023
3.7.100.73 205,773 2/13/2023
3.7.100.72 100,212 2/10/2023
3.7.100.71 73,764 2/9/2023
3.7.100.70 77,850 2/8/2023
3.7.100.69 95,193 2/7/2023
3.7.100.68 167,900 2/6/2023
3.7.100.67 383,009 2/3/2023
3.7.100.66 112,241 2/2/2023
3.7.100.65 20,798 2/2/2023
3.7.100.64 43,037 2/1/2023
3.7.100.63 349,557 1/31/2023
3.7.100.62 458,856 1/26/2023
3.7.100.61 44,020 1/25/2023
3.7.100.60 81,065 1/24/2023
3.7.100.59 105,618 1/23/2023
3.7.100.58 318,048 1/20/2023
3.7.100.57 49,706 1/20/2023
3.7.100.56 117,206 1/18/2023
3.7.100.55 313,329 1/17/2023
3.7.100.54 262,633 1/13/2023
3.7.100.53 101,821 1/12/2023
3.7.100.52 399,481 1/10/2023
3.7.100.51 100,674 1/9/2023
3.7.100.50 71,576 1/6/2023
3.7.100.49 43,020 1/5/2023
3.7.100.48 852,394 1/4/2023
3.7.100.47 29,388 1/3/2023
3.7.100.46 252,882 12/30/2022
3.7.100.45 39,544 12/29/2022
3.7.100.44 150,748 12/23/2022
3.7.100.43 40,632 12/22/2022
3.7.100.42 43,209 12/21/2022
3.7.100.41 115,982 12/20/2022
3.7.100.40 55,742 12/19/2022
3.7.100.39 119,569 12/16/2022
3.7.100.38 74,729 12/16/2022
3.7.100.37 35,553 12/15/2022
3.7.100.36 128,851 12/14/2022
3.7.100.35 88,454 12/13/2022
3.7.100.34 135,925 12/12/2022
3.7.100.33 193,502 12/8/2022
3.7.100.32 45,398 12/8/2022
3.7.100.31 12,989 12/7/2022
3.7.100.30 77,009 12/6/2022
3.7.100.29 215,122 12/5/2022
3.7.100.28 66,579 12/2/2022
3.7.100.27 373,221 12/1/2022
3.7.100.26 174,704 11/30/2022
3.7.100.25 309,749 11/29/2022
3.7.100.24 45,273 11/29/2022
3.7.100.23 235,383 11/28/2022
3.7.100.22 406,117 11/22/2022
3.7.100.21 511,682 11/18/2022
3.7.100.20 95,692 11/17/2022
3.7.100.19 68,681 11/16/2022
3.7.100.18 97,331 11/16/2022
3.7.100.17 109,965 11/15/2022
3.7.100.16 395,529 11/11/2022
3.7.100.15 92,008 11/10/2022
3.7.100.14 220,786 11/9/2022
3.7.100.13 20,213 11/9/2022
3.7.100.12 13,516 11/9/2022
3.7.100.11 7,558 11/8/2022
3.7.100.10 191,976 11/7/2022
3.7.100.9 182,729 11/4/2022
3.7.100.8 180,204 11/2/2022
3.7.100.7 205,634 10/31/2022
3.7.100.6 76,211 10/29/2022
3.7.100.5 11,953 10/28/2022
3.7.100.4 125,972 10/27/2022
3.7.100.3 144,121 10/26/2022
3.7.100.2 66,871 10/25/2022
3.7.100.1 107,795 10/24/2022
3.7.100 487,550 10/21/2022
3.7.2.122 214,409 10/20/2022
3.7.2.121 219,944 10/19/2022
3.7.2.120 658,164 10/18/2022
3.7.2.119 272,044 10/14/2022
3.7.2.118 58,059 10/13/2022
3.7.2.117 750,392 10/7/2022
3.7.2.116 118,452 10/6/2022
3.7.2.115 158,201 10/4/2022
3.7.2.114 137,116 10/3/2022
3.7.2.113 367,454 9/30/2022
3.7.2.112 188,432 9/29/2022
3.7.2.111 182,854 9/27/2022
3.7.2.110 4,165,450 9/27/2022
3.7.2.109 9,960 9/26/2022
3.7.2.108 134,078 9/23/2022
3.7.2.107 48,384 9/22/2022
3.7.2.106 115,970 9/21/2022
3.7.2.105 133,557 9/20/2022
3.7.2.104 304,051 9/19/2022
3.7.2.103 141,820 9/15/2022
3.7.2.102 81,765 9/14/2022
3.7.2.101 89,221 9/13/2022
3.7.2.100 235,228 9/9/2022
3.7.2.99 468,719 9/9/2022
3.7.2.98 24,111 9/8/2022
3.7.2.97 715,907 9/2/2022
3.7.2.96 72,500 9/1/2022
3.7.2.95 173,244 8/30/2022
3.7.2.94 148,179 8/29/2022
3.7.2.93 106,226 8/25/2022
3.7.2.92 740,755 8/22/2022
3.7.2.91 50,125 8/19/2022
3.7.2.90 194,667 8/16/2022
3.7.2.89 183,351 8/12/2022
3.7.2.88 141,104 8/11/2022
3.7.2.87 524,535 8/8/2022
3.7.2.86 234,222 8/4/2022
3.7.2.85 220,526 8/2/2022
3.7.2.84 174,807 7/29/2022
3.7.2.83 87,808 7/28/2022
3.7.2.82 57,849 7/27/2022
3.7.2.81 258,079 7/22/2022
3.7.2.80 278,094 7/20/2022
3.7.2.79 148,469 7/18/2022
3.7.2.78 68,707 7/15/2022
3.7.2.77 61,791 7/14/2022
3.7.2.76 149,754 7/12/2022
3.7.2.75 60,241 7/11/2022
3.7.2.74 222,404 7/5/2022
3.7.2.73 667,307 6/29/2022
3.7.2.72 332,130 6/24/2022
3.7.2.71 1,433,850 6/17/2022
3.7.2.70 83,130 6/16/2022
3.7.2.69 378,832 6/14/2022
3.7.2.68 161,609 6/10/2022
3.7.2.67 143,730 6/8/2022
3.7.2.66 113,003 6/7/2022
3.7.2.65 93,804 6/6/2022
3.7.2.64 350,000 5/31/2022
3.7.2.63 251,237 5/27/2022
3.7.2.62 191,029 5/26/2022
3.7.2.61 11,376 5/26/2022
3.7.2.60 33,633 5/25/2022
3.7.2.59 162,112 5/24/2022
3.7.2.58 124,430 5/23/2022
3.7.2.57 204,150 5/19/2022
3.7.2.56 140,474 5/18/2022
3.7.2.55 745,921 5/9/2022
3.7.2.54 537,784 5/6/2022
3.7.2.53 10,262 5/6/2022
3.7.2.52 63,391 5/5/2022
3.7.2.51 186,901 5/4/2022
3.7.2.50 339,169 5/3/2022
3.7.2.49 66,668 5/3/2022
3.7.2.48 14,816 5/2/2022
3.7.2.47 785,445 4/20/2022
3.7.2.46 1,902,165 4/19/2022
3.7.2.45 562,375 4/14/2022
3.7.2.44 1,657,969 4/12/2022
3.7.2.43 83,519 4/11/2022
3.7.2.42 229,700 4/7/2022
3.7.2.41 83,701 4/6/2022
3.7.2.40 549,928 4/1/2022
3.7.2.39 1,856,085 3/31/2022
3.7.2.38 610,658 3/28/2022
3.7.2.37 186,788 3/24/2022
3.7.2.36 121,123 3/23/2022
3.7.2.35 654,337 3/17/2022
3.7.2.34 44,662 3/16/2022
3.7.2.33 281,945 3/14/2022
3.7.2.32 176,010 3/10/2022
3.7.2.31 117,805 3/9/2022
3.7.2.30 59,339 3/8/2022
3.7.2.29 240,401 3/3/2022
3.7.2.28 152,067 3/1/2022
3.7.2.27 45,088 2/28/2022
3.7.2.26 85,172 2/26/2022
3.7.2.25 96,652 2/23/2022
3.7.2.24 35,901 2/22/2022
3.7.2.23 15,227 2/22/2022
3.7.2.22 55,357 2/21/2022
3.7.2.21 220,896 2/17/2022
3.7.2.20 301,889 2/11/2022
3.7.2.19 17,974 2/10/2022
3.7.2.18 252,396 2/4/2022
3.7.2.17 60,682 2/3/2022
3.7.2.16 636,267 1/28/2022
3.7.2.15 263,690 1/25/2022
3.7.2.14 712,780 1/15/2022
3.7.2.13 7,454 1/14/2022
3.7.2.12 99,289 1/13/2022
3.7.2.11 862,741 1/11/2022
3.7.2.10 156,311 1/7/2022
3.7.2.9 28,261 1/6/2022
3.7.2.8 33,091 1/5/2022
3.7.2.7 123,679 1/3/2022
3.7.2.6 420,394 12/21/2021
3.7.2.5 42,783 12/20/2021
3.7.2.4 755,304 12/13/2021
3.7.2.3 242,242 12/8/2021
3.7.2.2 270,750 12/2/2021
3.7.2.1 61,169 12/1/2021
3.7.2 684,510 11/23/2021
3.7.1.46 228,402 11/22/2021
3.7.1.45 603,996 11/19/2021
3.7.1.44 6,269 11/18/2021
3.7.1.43 548,242 11/17/2021
3.7.1.42 46,010 11/16/2021
3.7.1.41 205,655 11/15/2021
3.7.1.40 89,022 11/12/2021
3.7.1.39 137,015 11/11/2021
3.7.1.38 35,177 11/11/2021
3.7.1.37 69,618 11/9/2021
3.7.1.36 671,770 11/5/2021
3.7.1.35 9,181 11/4/2021
3.7.1.34 117,584 11/3/2021
3.7.1.33 80,922 11/2/2021
3.7.1.32 56,575 11/1/2021
3.7.1.31 155,503 10/29/2021
3.7.1.30 106,075 10/27/2021
3.7.1.29 245,003 10/26/2021
3.7.1.28 7,306 10/26/2021
3.7.1.27 173,620 10/22/2021
3.7.1.26 10,161 10/21/2021
3.7.1.25 338,827 10/14/2021
3.7.1.24 167,202 10/13/2021
3.7.1.23 98,330 10/12/2021
3.7.1.22 99,628 10/8/2021
3.7.1.21 45,502 10/7/2021
3.7.1.20 225,293 10/7/2021
3.7.1.19 7,013 10/6/2021
3.7.1.18 312,983 10/1/2021
3.7.1.17 76,734 9/30/2021
3.7.1.16 146,059 9/29/2021
3.7.1.15 156,451 9/27/2021
3.7.1.14 88,420 9/24/2021
3.7.1.13 80,253 9/23/2021
3.7.1.12 45,970 9/22/2021
3.7.1.11 359,481 9/17/2021
3.7.1.10 44,718 9/16/2021
3.7.1.9 100,797 9/16/2021
3.7.1.8 361,667 9/13/2021
3.7.1.7 116,801 9/10/2021
3.7.1.6 58,644 9/9/2021
3.7.1.5 62,625 9/7/2021
3.7.1.4 121,593 9/3/2021
3.7.1.3 23,088 9/3/2021
3.7.1.2 13,265 9/2/2021
3.7.1.1 46,114 9/1/2021
3.7.1 275,491 8/31/2021
3.7.0.57 804,723 8/27/2021
3.7.0.56 100,251 8/25/2021
3.7.0.55 178,150 8/23/2021
3.7.0.54 83,777 8/19/2021
3.7.0.53 387,225 8/16/2021
3.7.0.52 283,745 8/12/2021
3.7.0.51 449,382 8/10/2021
3.7.0.50 340,009 8/6/2021
3.7.0.49 91,267 8/4/2021
3.7.0.48 555,362 7/30/2021
3.7.0.47 30,767 7/29/2021
3.7.0.46 164,635 7/27/2021
3.7.0.45 283,423 7/21/2021
3.7.0.44 215,272 7/16/2021
3.7.0.43 384,073 7/13/2021
3.7.0.42 83,621 7/12/2021
3.7.0.41 166,766 7/9/2021
3.7.0.40 49,912 7/8/2021
3.7.0.39 87,471 7/7/2021
3.7.0.38 50,992 7/6/2021
3.7.0.37 158,422 7/1/2021
3.7.0.36 183,566 6/25/2021
3.7.0.35 43,458 6/24/2021
3.7.0.34 301,688 6/21/2021
3.7.0.33 54,608 6/17/2021
3.7.0.32 211,231 6/15/2021
3.7.0.31 155,010 6/11/2021
3.7.0.30 778,597 5/28/2021
3.7.0.29 180,215 5/27/2021
3.7.0.28 36,162 5/27/2021
3.7.0.27 110,959 5/24/2021
3.7.0.26 50,013 5/21/2021
3.7.0.25 37,827 5/20/2021
3.7.0.24 62,444 5/19/2021
3.7.0.23 67,086 5/18/2021
3.7.0.22 299,000 5/14/2021
3.7.0.21 67,611 5/12/2021
3.7.0.20 129,503 5/10/2021
3.7.0.19 6,050 5/10/2021
3.7.0.18 176,362 5/6/2021
3.7.0.17 804,344 4/30/2021
3.7.0.16 71,491 4/27/2021
3.7.0.15 151,878 4/23/2021
3.7.0.14 260,384 4/19/2021
3.7.0.13 128,432 4/15/2021
3.7.0.12 250,464 4/13/2021
3.7.0.11 586,497 4/12/2021
3.7.0.10 180,912 4/8/2021
3.7.0.9 117,506 4/7/2021
3.7.0.8 474,228 4/2/2021
3.7.0.7 375,851 4/1/2021
3.7.0.6 70,025 3/31/2021
3.7.0.5 9,785 3/31/2021
3.7.0.4 82,690 3/30/2021
3.7.0.3 132,422 3/29/2021
3.7.0.2 75,346 3/27/2021
3.7.0.1 91,195 3/26/2021
3.7.0 4,700,257 3/26/2021
3.5.1.28 884,865 3/25/2021
3.5.1.27 591,998 3/17/2021
3.5.1.26 105,902 3/15/2021
3.5.1.25 447,254 3/9/2021
3.5.1.24 219,317 3/5/2021
3.5.1.23 9,371 3/4/2021
3.5.1.22 124,540 3/1/2021
3.5.1.21 380,528 2/23/2021
3.5.1.20 428,392 2/19/2021
3.5.1.19 202,120 2/12/2021
3.5.1.18 193,406 2/9/2021
3.5.1.17 155,991 2/8/2021
3.5.1.16 60,305 2/5/2021
3.5.1.15 35,385 2/4/2021
3.5.1.14 487,989 1/29/2021
3.5.1.13 52,725 1/28/2021
3.5.1.12 40,223 1/27/2021
3.5.1.11 696,897 1/26/2021
3.5.1.10 430,440 1/20/2021
3.5.1.9 14,093 1/19/2021
3.5.1.8 435,874 1/11/2021
3.5.1.7 229,322 1/7/2021
3.5.1.6 290,536 12/30/2020
3.5.1.5 99,378 12/23/2020
3.5.1.4 231,068 12/22/2020
3.5.1.3 28,685 12/22/2020
3.5.1.2 12,932 12/21/2020
3.5.1.1 53,099 12/18/2020
3.5.1 130,227 12/17/2020
3.5.0.50 166,863 12/16/2020
3.5.0.49 55,003 12/14/2020
3.5.0.48 502,787 12/9/2020
3.5.0.47 104,377 12/7/2020
3.5.0.46 116,256 12/3/2020
3.5.0.45 182,437 12/2/2020
3.5.0.44 31,071 12/1/2020
3.5.0.43 205,544 12/1/2020
3.5.0.42 171,986 11/24/2020
3.5.0.41 68,320 11/23/2020
3.5.0.40 35,831 11/20/2020
3.5.0.39 91,325 11/19/2020
3.5.0.38 13,842 11/18/2020
3.5.0.37 86,358 11/13/2020
3.5.0.36 715,305 11/5/2020
3.5.0.35 43,868 11/4/2020
3.5.0.34 227,856 10/28/2020
3.5.0.33 51,332 10/27/2020
3.5.0.32 50,395 10/26/2020
3.5.0.31 205,320 10/22/2020
3.5.0.30 45,692 10/21/2020
3.5.0.29 53,195 10/20/2020
3.5.0.28 107,676 10/16/2020
3.5.0.27 49,299 10/15/2020
3.5.0.26 420,900 10/9/2020
3.5.0.25 406,781 10/6/2020
3.5.0.24 37,182 10/2/2020
3.5.0.23 126,495 10/1/2020
3.5.0.22 55,825 9/30/2020
3.5.0.21 73,366 9/29/2020
3.5.0.20 41,443 9/25/2020
3.5.0.19 187,547 9/24/2020
3.5.0.18 208,448 9/21/2020
3.5.0.17 42,542 9/18/2020
3.5.0.16 304,528 9/17/2020
3.5.0.15 79,510 9/16/2020
3.5.0.14 32,436 9/15/2020
3.5.0.13 53,694 9/14/2020
3.5.0.12 94,264 9/11/2020
3.5.0.11 147,908 9/10/2020
3.5.0.10 11,853 9/9/2020
3.5.0.9 93,573 9/4/2020
3.5.0.8 76,670 9/2/2020
3.5.0.7 323,688 9/1/2020
3.5.0.6 10,560 8/31/2020
3.5.0.5 32,293 8/28/2020
3.5.0.4 20,675 8/27/2020
3.5.0.3 24,184 8/26/2020
3.5.0.2 95,535 8/25/2020
3.5.0.1 13,448 8/24/2020
3.5.0 1,012,927 8/20/2020
3.5.0-beta 100,053 2/4/2020
3.3.103.26 2,269,033 8/19/2020
3.3.103.25 182,054 8/14/2020
3.3.103.24 149,658 8/10/2020
3.3.103.23 67,218 8/8/2020
3.3.103.22 106,643 8/6/2020
3.3.103.21 128,697 8/4/2020
3.3.103.20 62,288 8/3/2020
3.3.103.19 44,760 7/31/2020
3.3.103.18 24,535 7/30/2020
3.3.103.17 98,568 7/29/2020
3.3.103.16 65,360 7/28/2020
3.3.103.15 376,100 7/23/2020
3.3.103.14 19,643 7/22/2020
3.3.103.13 97,536 7/17/2020
3.3.103.12 43,084 7/15/2020
3.3.103.11 173,890 7/9/2020
3.3.103.10 19,843 7/9/2020
3.3.103.9 53,731 7/8/2020
3.3.103.8 37,437 7/7/2020
3.3.103.7 355,776 7/2/2020
3.3.103.6 68,407 6/29/2020
3.3.103.5 88,088 6/26/2020
3.3.103.4 27,584 6/25/2020
3.3.103.3 39,276 6/24/2020
3.3.103.2 5,459 6/24/2020
3.3.103.1 90,312 6/23/2020
3.3.103 83,831 6/22/2020
3.3.102.128 145,445 6/19/2020
3.3.102.127 31,037 6/18/2020
3.3.102.126 49,326 6/17/2020
3.3.102.125 219,359 6/11/2020
3.3.102.124 73,206 6/9/2020
3.3.102.123 540,532 6/5/2020
3.3.102.122 43,982 6/4/2020
3.3.102.121 28,820 6/3/2020
3.3.102.120 13,256 6/3/2020
3.3.102.119 26,195 6/1/2020
3.3.102.118 158,580 5/27/2020
3.3.102.117 180,200 5/26/2020
3.3.102.116 79,222 5/22/2020
3.3.102.115 21,298 5/22/2020
3.3.102.114 36,782 5/21/2020
3.3.102.113 64,325 5/19/2020
3.3.102.112 43,504 5/18/2020
3.3.102.111 44,696 5/15/2020
3.3.102.110 52,146 5/14/2020
3.3.102.109 100,536 5/11/2020
3.3.102.108 34,548 5/8/2020
3.3.102.107 30,857 5/8/2020
3.3.102.106 7,825 5/7/2020
3.3.102.105 39,169 5/6/2020
3.3.102.104 101,980 5/4/2020
3.3.102.103 32,769 5/1/2020
3.3.102.102 36,406 4/30/2020
3.3.102.101 68,484 4/29/2020
3.3.102.100 45,717 4/28/2020
3.3.102.99 38,655 4/27/2020
3.3.102.98 110,263 4/24/2020
3.3.102.97 321,046 4/23/2020
3.3.102.96 28,836 4/22/2020
3.3.102.95 21,436 4/21/2020
3.3.102.94 27,696 4/20/2020
3.3.102.93 46,886 4/17/2020
3.3.102.92 55,140 4/16/2020
3.3.102.91 269,645 4/8/2020
3.3.102.90 371,457 4/6/2020
3.3.102.89 343,505 4/3/2020
3.3.102.88 13,934 4/3/2020
3.3.102.87 44,532 4/2/2020
3.3.102.86 76,700 4/1/2020
3.3.102.85 37,628 3/31/2020
3.3.102.84 40,122 3/30/2020
3.3.102.83 83,184 3/27/2020
3.3.102.82 38,884 3/26/2020
3.3.102.81 32,299 3/25/2020
3.3.102.80 68,852 3/24/2020
3.3.102.79 86,027 3/20/2020
3.3.102.78 13,251 3/19/2020
3.3.102.77 95,182 3/18/2020
3.3.102.76 15,714 3/17/2020
3.3.102.75 26,968 3/16/2020
3.3.102.74 54,858 3/12/2020
3.3.102.73 358,604 3/6/2020
3.3.102.72 71,663 3/5/2020
3.3.102.71 215,009 3/2/2020
3.3.102.70 89,064 2/28/2020
3.3.102.69 6,548 2/27/2020
3.3.102.68 51,379 2/26/2020
3.3.102.67 143,331 2/25/2020
3.3.102.66 244,337 2/19/2020
3.3.102.65 103,894 2/17/2020
3.3.102.64 133,233 2/13/2020
3.3.102.63 199,307 2/10/2020
3.3.102.62 108,553 2/7/2020
3.3.102.61 217,826 2/4/2020
3.3.102.60 431,485 1/24/2020
3.3.102.59 55,611 1/23/2020
3.3.102.58 87,825 1/21/2020
3.3.102.57 105,869 1/17/2020
3.3.102.56 22,687 1/16/2020
3.3.102.55 48,672 1/15/2020
3.3.102.54 159,093 1/10/2020
3.3.102.53 400,899 1/8/2020
3.3.102.52 61,696 1/6/2020
3.3.102.51 430,340 1/2/2020
3.3.102.50 140,214 12/25/2019
3.3.102.49 9,215 12/23/2019
3.3.102.48 19,487 12/20/2019
3.3.102.47 70,425 12/18/2019
3.3.102.46 48,759 12/18/2019
3.3.102.45 74,729 12/16/2019
3.3.102.44 101,001 12/13/2019
3.3.102.43 23,953 12/12/2019
3.3.102.42 21,520 12/12/2019
3.3.102.41 20,922 12/11/2019
3.3.102.40 94,331 12/9/2019
3.3.102.39 94,572 12/3/2019
3.3.102.38 210,038 12/2/2019
3.3.102.37 70,020 11/26/2019
3.3.102.36 15,638 11/25/2019
3.3.102.35 28,540 11/22/2019
3.3.102.34 21,368 11/22/2019
3.3.102.33 104,240 11/20/2019
3.3.102.32 5,704 11/19/2019
3.3.102.31 163,852 11/14/2019
3.3.102.30 47,504 11/13/2019
3.3.102.29 93,518 11/8/2019
3.3.102.28 35,612 11/7/2019
3.3.102.27 36,637 11/7/2019
3.3.102.26 58,004 11/5/2019
3.3.102.25 136,752 10/31/2019
3.3.102.24 65,269 10/30/2019
3.3.102.23 81,772 10/28/2019
3.3.102.22 103,326 10/28/2019
3.3.102.21 88,047 10/24/2019
3.3.102.20 56,763 10/22/2019
3.3.102.19 61,876 10/18/2019
3.3.102.18 22,738 10/17/2019
3.3.102.17 44,437 10/16/2019
3.3.102.16 230,128 10/11/2019
3.3.102.15 23,430 10/10/2019
3.3.102.14 148,229 10/8/2019
3.3.102.13 154,653 9/30/2019
3.3.102.12 68,466 9/26/2019
3.3.102.11 226,823 9/23/2019
3.3.102.10 27,203 9/21/2019
3.3.102.9 58,839 9/19/2019
3.3.102.8 61,679 9/18/2019
3.3.102.7 139,884 9/17/2019
3.3.102.6 24,756 9/16/2019
3.3.102.5 42,352 9/12/2019
3.3.102.4 96,022 9/9/2019
3.3.102.3 36,068 9/6/2019
3.3.102.2 23,727 9/5/2019
3.3.102.1 20,674 9/4/2019
3.3.102 432,168 8/28/2019
3.3.101.3 62,326 8/27/2019
3.3.101.2 527,356 8/23/2019
3.3.101.1 118,727 8/22/2019
3.3.101 31,032 8/21/2019
3.3.100.65 295,983 8/16/2019
3.3.100.64 23,557 8/15/2019
3.3.100.63 28,327 8/14/2019
3.3.100.62 20,223 8/13/2019
3.3.100.61 33,809 8/12/2019
3.3.100.60 44,196 8/9/2019
3.3.100.59 21,130 8/8/2019
3.3.100.58 72,137 8/7/2019
3.3.100.57 5,596 8/7/2019
3.3.100.56 127,256 8/2/2019
3.3.100.55 23,158 8/1/2019
3.3.100.54 99,449 7/30/2019
3.3.100.53 20,946 7/29/2019
3.3.100.52 65,093 7/25/2019
3.3.100.51 89,508 7/24/2019
3.3.100.50 55,993 7/22/2019
3.3.100.49 34,502 7/19/2019
3.3.100.48 9,026 7/19/2019
3.3.100.47 161,482 7/12/2019
3.3.100.46 53,612 7/10/2019
3.3.100.45 19,557 7/9/2019
3.3.100.44 41,808 7/8/2019
3.3.100.43 141,357 7/2/2019
3.3.100.42 80,349 7/1/2019
3.3.100.41 87,683 6/28/2019
3.3.100.40 38,816 6/27/2019
3.3.100.39 11,254 6/27/2019
3.3.100.38 6,018 6/26/2019
3.3.100.37 68,368 6/24/2019
3.3.100.36 37,074 6/20/2019
3.3.100.35 19,025 6/20/2019
3.3.100.34 108,041 6/17/2019
3.3.100.33 15,061 6/14/2019
3.3.100.32 67,030 6/13/2019
3.3.100.31 148,314 6/7/2019
3.3.100.30 193,634 6/4/2019
3.3.100.29 113,794 6/3/2019
3.3.100.28 94,449 5/31/2019
3.3.100.27 20,688 5/30/2019
3.3.100.26 51,056 5/29/2019
3.3.100.25 27,001 5/28/2019
3.3.100.24 104,922 5/23/2019
3.3.100.23 34,542 5/22/2019
3.3.100.22 33,139 5/21/2019
3.3.100.21 55,609 5/20/2019
3.3.100.20 20,455 5/17/2019
3.3.100.19 110,480 5/15/2019
3.3.100.18 94,557 5/10/2019
3.3.100.17 121,904 5/8/2019
3.3.100.16 45,742 5/7/2019
3.3.100.15 44,155 5/3/2019
3.3.100.14 26,669 5/2/2019
3.3.100.13 112,014 4/30/2019
3.3.100.12 16,256 4/29/2019
3.3.100.11 55,834 4/26/2019
3.3.100.10 12,621 4/25/2019
3.3.100.9 16,767 4/25/2019
3.3.100.8 20,060 4/24/2019
3.3.100.7 103,335 4/18/2019
3.3.100.6 46,629 4/16/2019
3.3.100.5 354,694 4/4/2019
3.3.100.4 22,866 4/3/2019
3.3.100.3 150,891 3/29/2019
3.3.100.2 59,481 3/26/2019
3.3.100.1 230,421 3/22/2019
3.3.100 566,981 3/21/2019
3.3.3.62 701,872 3/11/2019
3.3.3.61 165,353 3/7/2019
3.3.3.60 23,252 3/6/2019
3.3.3.59 320,592 2/26/2019
3.3.3.58 262,853 2/20/2019
3.3.3.57 96,672 2/15/2019
3.3.3.56 56,591 2/14/2019
3.3.3.55 23,795 2/13/2019
3.3.3.54 212,923 2/4/2019
3.3.3.53 256,247 1/26/2019
3.3.3.52 16,676 1/25/2019
3.3.3.51 41,385 1/24/2019
3.3.3.50 131,075 1/18/2019
3.3.3.49 149,973 1/11/2019
3.3.3.48 23,329 1/10/2019
3.3.3.47 64,775 1/8/2019
3.3.3.46 8,984 1/7/2019
3.3.3.45 43,209 1/4/2019
3.3.3.44 304,700 12/22/2018
3.3.3.43 172,322 12/21/2018
3.3.3.42 114,841 12/15/2018
3.3.3.41 16,425 12/14/2018
3.3.3.40 32,695 12/12/2018
3.3.3.39 573,890 12/4/2018
3.3.3.38 240,233 11/16/2018
3.3.3.37 7,591 11/16/2018
3.3.3.36 50,389 11/15/2018
3.3.3.35 18,644 11/13/2018
3.3.3.34 49,780 11/9/2018
3.3.3.33 24,182 11/9/2018
3.3.3.32 19,889 11/7/2018
3.3.3.31 28,605 11/7/2018
3.3.3.30 7,156 11/6/2018
3.3.3.29 64,348 10/30/2018
3.3.3.28 10,297 10/29/2018
3.3.3.27 15,507 10/29/2018
3.3.3.26 18,643 10/26/2018
3.3.3.25 93,873 10/22/2018
3.3.3.24 6,805 10/22/2018
3.3.3.23 69,309 10/17/2018
3.3.3.22 225,240 10/6/2018
3.3.3.21 23,992 10/4/2018
3.3.3.20 500,178 9/26/2018
3.3.3.19 1,033,327 9/10/2018
3.3.3.18 42,881 9/7/2018
3.3.3.17 194,357 8/28/2018
3.3.3.16 237,105 8/16/2018
3.3.3.15 28,686 8/15/2018
3.3.3.14 209,783 8/3/2018
3.3.3.13 27,661 8/2/2018
3.3.3.12 108,623 7/23/2018
3.3.3.11 372,061 7/3/2018
3.3.3.10 584,610 6/23/2018
3.3.3.9 71,202 6/19/2018
3.3.3.8 136,004 6/1/2018
3.3.3.7 711,910 4/25/2018
3.3.3.6 168,225 4/20/2018
3.3.3.5 270,630 3/29/2018
3.3.3.4 150,498 3/15/2018
3.3.3.3 159,266 3/3/2018
3.3.3.2 1,453,654 11/11/2017
3.3.3.1 720,068 10/24/2017
3.3.3 905,474 10/19/2017
3.3.2.9 1,352,417 10/9/2017
3.3.2.8 82,490 10/7/2017
3.3.2.7 1,116,543 7/7/2017
3.3.2.6 12,003 7/5/2017
3.3.2.5 39,529 6/28/2017
3.3.2.4 158,332 6/7/2017
3.3.2.3 210,330 5/11/2017
3.3.2.2 26,130 5/8/2017
3.3.2.1 30,502 5/5/2017
3.3.2 32,355 4/28/2017
3.3.1.14 18,371 4/28/2017
3.3.1.13 42,811 4/21/2017
3.3.1.12 20,812 4/19/2017
3.3.1.11 173,848 3/31/2017
3.3.1.10 81,525 3/15/2017
3.3.1.9 17,987 3/14/2017
3.3.1.8 7,803 3/14/2017
3.3.1.7 258,086 1/20/2017
3.3.1.6 58,173 12/28/2016
3.3.1.5 7,745 12/20/2016
3.3.1.4 27,857 12/16/2016
3.3.1.3 41,048 12/9/2016
3.3.1.2 15,267 12/8/2016
3.3.1.1 56,017 12/7/2016
3.3.1 94,789 11/18/2016
3.3.0.3 25,367 11/15/2016
3.3.0.2 33,770 11/4/2016
3.3.0.1 59,522 10/11/2016
3.3.0 359,787 9/19/2016
3.2.8-rc 4,329 9/8/2016
3.2.7-beta 3,498 8/23/2016
3.2.6-beta 3,452 8/2/2016
3.2.5-beta 8,419 6/28/2016
3.2.4.1-beta 4,918 6/2/2016
3.2.4-beta 2,249 6/1/2016
3.2.3.1-beta 3,390 4/20/2016
3.2.3-beta 3,745 3/12/2016
3.2.2.1-beta 2,412 3/2/2016
3.2.2-beta 3,053 1/12/2016
3.2.1-beta 3,223 12/7/2015
3.2.0-beta 2,882 9/29/2015
3.1.0.13 163,779 8/9/2016
3.1.0.12 81,782 7/13/2016
3.1.0.11 57,695 6/28/2016
3.1.0.10 12,838 6/14/2016
3.1.0.9 25,854 6/3/2016
3.1.0.8 8,186 5/26/2016
3.1.0.7 19,101 5/10/2016
3.1.0.6 46,490 2/22/2016
3.1.0.5 53,953 1/6/2016
3.1.0.4 17,307 12/2/2015
3.1.0.3 6,774 11/21/2015
3.1.0.2 22,262 10/7/2015
3.1.0.1 10,757 8/27/2015
3.1.0 88,461 7/28/2015
3.0.0.2-preview 3,710 5/21/2015
3.0.0.1-preview 2,742 5/6/2015
3.0.0-preview 2,601 4/30/2015