AWSSDK.SQS 4.0.1.6

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.1.6
                    
NuGet\Install-Package AWSSDK.SQS -Version 4.0.1.6
                    
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.1.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SQS" Version="4.0.1.6" />
                    
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.1.6
                    
#r "nuget: AWSSDK.SQS, 4.0.1.6"
                    
#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.1.6
                    
#: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.1.6
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SQS&version=4.0.1.6
                    
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 (347)

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.8 119 10/1/2025
4.0.1.7 4,074 9/30/2025
4.0.1.6 5,631 9/29/2025
4.0.1.5 35,462 9/23/2025
4.0.1.4 29,668 9/19/2025
4.0.1.3 34,582 9/16/2025
4.0.1.2 219,462 8/29/2025
4.0.1.1 88,069 8/25/2025
4.0.1 25,806 8/22/2025
4.0.0.22 21,894 8/21/2025
4.0.0.21 94,405 8/15/2025
4.0.0.20 29,294 8/13/2025
4.0.0.19 179,765 8/6/2025
4.0.0.18 55,839 8/4/2025
4.0.0.17 159,303 7/25/2025
4.0.0.16 27,051 7/23/2025
4.0.0.15 182,699 7/15/2025
4.0.0.14 149,606 7/9/2025
4.0.0.13 216,418 7/1/2025
4.0.0.12 181,293 6/23/2025
4.0.0.11 69,467 6/18/2025
4.0.0.10 71,903 6/16/2025
4.0.0.9 117,194 6/12/2025
4.0.0.8 32,824 6/11/2025
4.0.0.7 39,980 6/10/2025
4.0.0.6 71,417 6/6/2025
4.0.0.5 56,808 6/4/2025
4.0.0.4 467,058 5/16/2025
4.0.0.3 18,614 5/15/2025
4.0.0.2 286,290 5/6/2025
4.0.0.1 130,332 4/30/2025
4.0.0 849,257 4/28/2025
4.0.0-preview.13 1,983 4/9/2025
4.0.0-preview.12 2,315 4/4/2025
4.0.0-preview.11 2,072 3/26/2025
4.0.0-preview.10 10,385 3/7/2025
4.0.0-preview.9 351 3/4/2025
4.0.0-preview.8 1,294 2/25/2025
4.0.0-preview.7 1,908 2/17/2025
4.0.0-preview.6 1,773 2/6/2025
4.0.0-preview.5 7,454 1/3/2025
4.0.0-preview.4 38,332 10/11/2024
4.0.0-preview.3 2,668 10/1/2024
4.0.0-preview.2 9,154 8/28/2024
4.0.0-preview 61,441 8/15/2024
3.7.501.18 2,206 9/30/2025
3.7.501.17 2,110 9/29/2025
3.7.501.16 3,533 9/26/2025
3.7.501.15 2,719 9/25/2025
3.7.501.14 5,728 9/23/2025
3.7.501.13 3,580 9/22/2025
3.7.501.12 4,445 9/19/2025
3.7.501.11 14,894 9/16/2025
3.7.501.10 4,011 9/15/2025
3.7.501.9 12,187 9/11/2025
3.7.501.8 5,696 9/10/2025
3.7.501.7 6,111 9/9/2025
3.7.501.6 6,238 9/8/2025
3.7.501.5 19,283 9/4/2025
3.7.501.4 10,501 9/2/2025
3.7.501.3 317,284 8/29/2025
3.7.501.2 16,156 8/26/2025
3.7.501.1 11,265 8/25/2025
3.7.501 9,484 8/22/2025
3.7.500.9 13,045 8/21/2025
3.7.500.8 8,811 8/20/2025
3.7.500.7 24,779 8/12/2025
3.7.500.6 214,057 8/11/2025
3.7.500.5 13,746 8/8/2025
3.7.500.4 12,766 8/6/2025
3.7.500.3 9,600 8/5/2025
3.7.500.2 5,813 8/4/2025
3.7.500.1 7,196 8/1/2025
3.7.500 99,049 7/31/2025
3.7.400.186 19,499 7/30/2025
3.7.400.185 13,940 7/29/2025
3.7.400.184 9,999 7/28/2025
3.7.400.183 10,632 7/25/2025
3.7.400.182 9,633 7/24/2025
3.7.400.181 10,314 7/23/2025
3.7.400.180 8,546 7/22/2025
3.7.400.179 11,125 7/21/2025
3.7.400.178 111,521 7/18/2025
3.7.400.177 6,897 7/17/2025
3.7.400.176 17,917 7/16/2025
3.7.400.175 34,484 7/15/2025
3.7.400.174 30,957 7/9/2025
3.7.400.173 37,033 7/3/2025
3.7.400.172 60,856 7/1/2025
3.7.400.171 12,340 6/30/2025
3.7.400.170 18,827 6/27/2025
3.7.400.169 21,093 6/26/2025
3.7.400.168 34,714 6/23/2025
3.7.400.167 242,145 6/20/2025
3.7.400.166 25,756 6/18/2025
3.7.400.165 136,616 6/11/2025
3.7.400.164 15,389 6/10/2025
3.7.400.163 13,709 6/9/2025
3.7.400.162 66,534 6/6/2025
3.7.400.161 35,447 6/5/2025
3.7.400.160 12,717 6/4/2025
3.7.400.159 104,707 6/2/2025
3.7.400.158 28,666 5/30/2025
3.7.400.157 75,794 5/28/2025
3.7.400.156 49,381 5/23/2025
3.7.400.155 38,091 5/21/2025
3.7.400.154 52,627 5/20/2025
3.7.400.153 55,869 5/19/2025
3.7.400.152 99,669 5/16/2025
3.7.400.151 50,157 5/12/2025
3.7.400.150 86,581 5/9/2025
3.7.400.149 14,985 5/8/2025
3.7.400.148 17,786 5/7/2025
3.7.400.147 32,544 5/6/2025
3.7.400.146 22,145 5/5/2025
3.7.400.145 533,136 5/2/2025
3.7.400.144 16,505 5/1/2025
3.7.400.143 25,058 4/30/2025
3.7.400.142 77,869 4/29/2025
3.7.400.141 181,002 4/28/2025
3.7.400.140 85,817 4/25/2025
3.7.400.139 37,282 4/24/2025
3.7.400.138 80,583 4/23/2025
3.7.400.137 164,504 4/18/2025
3.7.400.136 94,857 4/17/2025
3.7.400.135 116,341 4/16/2025
3.7.400.134 191,500 4/14/2025
3.7.400.133 86,665 4/11/2025
3.7.400.132 53,769 4/10/2025
3.7.400.131 37,243 4/9/2025
3.7.400.130 110,251 4/8/2025
3.7.400.129 272,596 4/4/2025
3.7.400.128 70,302 4/3/2025
3.7.400.127 61,691 4/3/2025
3.7.400.126 16,027 4/2/2025
3.7.400.125 80,802 4/1/2025
3.7.400.124 47,960 3/31/2025
3.7.400.123 114,049 3/28/2025
3.7.400.122 53,775 3/27/2025
3.7.400.121 59,437 3/26/2025
3.7.400.120 57,117 3/25/2025
3.7.400.119 70,884 3/24/2025
3.7.400.118 127,554 3/21/2025
3.7.400.117 40,808 3/20/2025
3.7.400.116 45,246 3/19/2025
3.7.400.115 56,738 3/18/2025
3.7.400.114 99,775 3/17/2025
3.7.400.113 114,660 3/14/2025
3.7.400.112 42,002 3/14/2025
3.7.400.111 160,237 3/11/2025
3.7.400.110 118,573 3/10/2025
3.7.400.109 93,082 3/7/2025
3.7.400.108 54,967 3/6/2025
3.7.400.107 45,166 3/5/2025
3.7.400.106 123,482 3/4/2025
3.7.400.105 108,662 3/3/2025
3.7.400.104 120,599 2/28/2025
3.7.400.103 43,830 2/27/2025
3.7.400.102 61,743 2/26/2025
3.7.400.101 55,947 2/25/2025
3.7.400.100 59,659 2/24/2025
3.7.400.99 77,614 2/21/2025
3.7.400.98 650,722 2/20/2025
3.7.400.97 121,784 2/18/2025
3.7.400.96 114,124 2/17/2025
3.7.400.95 96,218 2/13/2025
3.7.400.94 116,553 2/12/2025
3.7.400.93 82,714 2/11/2025
3.7.400.92 86,570 2/10/2025
3.7.400.91 134,170 2/7/2025
3.7.400.90 110,498 2/6/2025
3.7.400.89 45,409 2/5/2025
3.7.400.88 149,045 2/4/2025
3.7.400.87 46,605 2/3/2025
3.7.400.86 174,015 1/30/2025
3.7.400.85 211,771 1/27/2025
3.7.400.84 163,958 1/22/2025
3.7.400.83 46,781 1/21/2025
3.7.400.82 100,401 1/17/2025
3.7.400.81 56,716 1/16/2025
3.7.400.80 390,200 1/15/2025
3.7.400.79 73,999 1/14/2025
3.7.400.78 70,537 1/13/2025
3.7.400.77 112,813 1/10/2025
3.7.400.76 42,150 1/9/2025
3.7.400.75 109,325 1/8/2025
3.7.400.74 75,113 1/7/2025
3.7.400.73 94,370 1/6/2025
3.7.400.72 63,543 1/3/2025
3.7.400.71 70,970 1/2/2025
3.7.400.70 235,271 12/26/2024
3.7.400.69 521,423 12/23/2024
3.7.400.68 72,939 12/20/2024
3.7.400.67 100,750 12/19/2024
3.7.400.66 79,960 12/18/2024
3.7.400.65 78,644 12/17/2024
3.7.400.64 236,628 12/13/2024
3.7.400.63 143,226 12/12/2024
3.7.400.62 62,959 12/11/2024
3.7.400.61 81,995 12/10/2024
3.7.400.60 118,608 12/9/2024
3.7.400.59 458,301 12/3/2024
3.7.400.58 518,284 11/27/2024
3.7.400.57 446,065 11/22/2024
3.7.400.56 56,890 11/21/2024
3.7.400.55 55,966 11/21/2024
3.7.400.54 159,948 11/19/2024
3.7.400.53 348,089 11/15/2024
3.7.400.52 436,472 11/15/2024
3.7.400.51 17,710 11/14/2024
3.7.400.50 97,827 11/13/2024
3.7.400.49 128,686 11/12/2024
3.7.400.48 46,611 11/11/2024
3.7.400.47 103,748 11/8/2024
3.7.400.46 205,840 11/7/2024
3.7.400.45 464,588 11/1/2024
3.7.400.44 128,233 10/31/2024
3.7.400.43 156,169 10/30/2024
3.7.400.42 68,375 10/29/2024
3.7.400.41 123,934 10/28/2024
3.7.400.40 119,333 10/25/2024
3.7.400.39 43,246 10/24/2024
3.7.400.38 288,068 10/23/2024
3.7.400.37 155,398 10/22/2024
3.7.400.36 411,159 10/16/2024
3.7.400.35 338,442 10/15/2024
3.7.400.34 122,847 10/14/2024
3.7.400.33 436,181 10/9/2024
3.7.400.32 108,070 10/8/2024
3.7.400.31 67,323 10/7/2024
3.7.400.30 806,140 10/4/2024
3.7.400.29 47,805 10/3/2024
3.7.400.28 91,028 10/2/2024
3.7.400.27 57,847 10/1/2024
3.7.400.26 251,262 9/27/2024
3.7.400.25 158,604 9/26/2024
3.7.400.24 51,330 9/25/2024
3.7.400.23 59,136 9/24/2024
3.7.400.22 207,394 9/21/2024
3.7.400.21 1,163,248 9/16/2024
3.7.400.20 76,563 9/13/2024
3.7.400.19 82,543 9/11/2024
3.7.400.18 125,761 9/10/2024
3.7.400.17 97,881 9/9/2024
3.7.400.16 207,405 9/6/2024
3.7.400.15 85,663 9/5/2024
3.7.400.14 277,013 9/4/2024
3.7.400.13 217,258 8/30/2024
3.7.400.12 261,590 8/28/2024
3.7.400.11 403,495 8/22/2024
3.7.400.10 96,748 8/21/2024
3.7.400.9 41,429 8/20/2024
3.7.400.8 93,640 8/19/2024
3.7.400.7 397,566 8/16/2024
3.7.400.6 76,129 8/15/2024
3.7.400.5 154,522 8/13/2024
3.7.400.4 216,746 8/9/2024
3.7.400.3 813,327 8/5/2024
3.7.400.2 382,975 7/30/2024
3.7.400.1 85,349 7/29/2024
3.7.400 2,000,396 7/24/2024
3.7.301.34 187,053 7/22/2024
3.7.301.33 225,013 7/18/2024
3.7.301.32 388,878 7/12/2024
3.7.301.31 481,297 7/10/2024
3.7.301.30 242,736 7/9/2024
3.7.301.29 49,372 7/8/2024
3.7.301.28 87,455 7/5/2024
3.7.301.27 163,526 7/3/2024
3.7.301.26 113,825 7/1/2024
3.7.301.25 125,266 6/28/2024
3.7.301.24 60,439 6/27/2024
3.7.301.23 397,410 6/24/2024
3.7.301.22 143,819 6/20/2024
3.7.301.21 118,197 6/19/2024
3.7.301.20 58,844 6/18/2024
3.7.301.19 645,978 6/12/2024
3.7.301.18 55,360 6/11/2024
3.7.301.17 125,173 6/10/2024
3.7.301.16 65,220 6/7/2024
3.7.301.15 139,298 6/6/2024
3.7.301.14 46,267 6/5/2024
3.7.301.13 74,189 6/4/2024
3.7.301.12 145,698 6/3/2024
3.7.301.11 135,648 5/30/2024
3.7.301.10 115,226 5/29/2024
3.7.301.9 93,266 5/28/2024
3.7.301.8 294,770 5/23/2024
3.7.301.7 82,788 5/22/2024
3.7.301.6 313,941 5/17/2024
3.7.301.5 73,830 5/16/2024
3.7.301.4 130,786 5/14/2024
3.7.301.3 258,800 5/13/2024
3.7.301.2 125,472 5/10/2024
3.7.301.1 86,140 5/9/2024
3.7.301 59,865 5/8/2024
3.7.300.87 196,678 5/6/2024
3.7.300.86 121,961 5/3/2024
3.7.300.85 105,645 5/1/2024
3.7.300.84 168,327 4/29/2024
3.7.300.83 78,697 4/26/2024
3.7.300.82 49,710 4/25/2024
3.7.300.81 93,018 4/24/2024
3.7.300.80 277,555 4/23/2024
3.7.300.79 177,295 4/22/2024
3.7.300.78 71,099 4/19/2024
3.7.300.77 523,296 4/18/2024
3.7.300.76 66,783 4/17/2024
3.7.300.75 141,410 4/16/2024
3.7.300.74 442,609 4/11/2024
3.7.300.73 61,448 4/10/2024
3.7.300.72 134,864 4/9/2024
3.7.300.71 115,617 4/8/2024
3.7.300.70 172,455 4/5/2024
3.7.300.69 100,821 4/4/2024
3.7.300.68 109,315 4/3/2024
3.7.300.67 64,855 4/2/2024
3.7.300.66 86,616 4/1/2024
3.7.300.65 58,842 3/29/2024
3.7.300.64 98,476 3/28/2024
3.7.300.63 124,582 3/27/2024
3.7.300.62 101,021 3/26/2024
3.7.300.61 83,148 3/25/2024
3.7.300.60 1,132,958 3/22/2024
3.7.300.59 308,627 3/18/2024
3.7.300.58 79,223 3/15/2024
3.7.300.57 59,629 3/14/2024
3.7.300.56 60,915 3/13/2024
3.7.300.55 225,612 3/8/2024
3.7.300.54 377,450 2/29/2024
3.7.300.53 343,831 2/27/2024
3.7.300.52 1,207,826 2/16/2024
3.7.300.51 56,091 2/15/2024
3.7.300.50 51,421 2/14/2024
3.7.300.49 45,450 2/13/2024
3.7.300.48 146,422 2/9/2024
3.7.300.47 108,261 2/7/2024
3.7.300.46 325,183 2/2/2024
3.7.300.45 51,516 2/1/2024
3.7.300.44 160,544 1/31/2024
3.7.300.43 108,537 1/30/2024
3.7.300.42 74,316 1/29/2024
3.7.300.41 175,554 1/25/2024
3.7.300.40 126,346 1/25/2024
3.7.300.39 264,527 1/19/2024
3.7.300.38 54,327 1/18/2024
3.7.300.37 119,466 1/16/2024
3.7.300.36 112,687 1/14/2024
3.7.300.35 16,342 1/12/2024
3.7.300.34 66,430 1/11/2024
3.7.300.33 51,813 1/10/2024
3.7.300.32 172,649 1/8/2024
3.7.300.31 128,439 1/5/2024
3.7.300.30 43,744 1/4/2024
3.7.300.29 60,689 1/3/2024
3.7.300.28 190,460 12/28/2023
3.7.300.27 31,058 12/27/2023
3.7.300.26 39,217 12/26/2023
3.7.300.25 39,836 12/22/2023
3.7.300.24 46,383 12/21/2023
3.7.300.23 85,674 12/20/2023
3.7.300.22 45,258 12/19/2023
3.7.300.21 682,168 12/18/2023
3.7.300.20 42,497 12/15/2023
3.7.300.19 72,783 12/14/2023
3.7.300.18 112,135 12/13/2023
3.7.300.17 295,461 12/12/2023
3.7.300.16 639,110 12/7/2023
3.7.300.15 206,681 12/6/2023
3.7.300.14 55,721 12/5/2023
3.7.300.13 188,507 12/4/2023
3.7.300.12 160,015 11/30/2023
3.7.300.11 157,521 11/28/2023
3.7.300.10 58,413 11/28/2023
3.7.300.9 17,112 11/27/2023
3.7.300.8 97,886 11/27/2023
3.7.300.7 622,965 11/21/2023
3.7.300.6 50,857 11/20/2023
3.7.300.5 142,848 11/17/2023
3.7.300.4 36,630 11/16/2023
3.7.300.3 31,901 11/15/2023
3.7.300.2 469,827 11/14/2023
3.7.300.1 56,009 11/13/2023
3.7.300 1,299,245 11/10/2023
3.7.202 132,570 11/9/2023
3.7.201 17,430 11/8/2023
3.7.200.67 486,659 11/7/2023
3.7.200.66 59,726 11/6/2023
3.7.200.65 370,236 11/2/2023
3.7.200.64 353,719 10/27/2023
3.7.200.63 79,171 10/26/2023
3.7.200.62 248,708 10/24/2023
3.7.200.61 63,665 10/23/2023
3.7.200.60 54,579 10/20/2023
3.7.200.59 36,530 10/19/2023
3.7.200.58 69,940 10/18/2023
3.7.200.57 65,834 10/17/2023
3.7.200.56 30,928 10/16/2023
3.7.200.55 143,588 10/12/2023
3.7.200.54 293,866 10/7/2023
3.7.200.53 39,332 10/5/2023
3.7.200.52 82,804 10/4/2023
3.7.200.51 79,171 10/3/2023
3.7.200.50 152,973 10/2/2023
3.7.200.49 147,476 9/28/2023
3.7.200.48 26,900 9/28/2023
3.7.200.47 13,020 9/27/2023
3.7.200.46 89,289 9/25/2023
3.7.200.45 144,693 9/22/2023
3.7.200.44 212,186 9/20/2023
3.7.200.43 73,828 9/19/2023
3.7.200.42 166,861 9/15/2023
3.7.200.41 35,805 9/15/2023
3.7.200.40 18,864 9/14/2023
3.7.200.39 48,237 9/13/2023
3.7.200.38 87,079 9/12/2023
3.7.200.37 231,130 9/8/2023
3.7.200.36 63,460 9/8/2023
3.7.200.35 42,252 9/6/2023
3.7.200.34 48,500 9/5/2023
3.7.200.33 182,566 9/1/2023
3.7.200.32 34,916 9/1/2023
3.7.200.31 5,934 8/31/2023
3.7.200.30 33,952 8/31/2023
3.7.200.29 8,988 8/30/2023
3.7.200.28 122,067 8/28/2023
3.7.200.27 137,905 8/25/2023
3.7.200.26 304,048 8/24/2023
3.7.200.25 166,630 8/23/2023
3.7.200.24 80,221 8/22/2023
3.7.200.23 121,502 8/21/2023
3.7.200.22 79,382 8/18/2023
3.7.200.21 10,771 8/18/2023
3.7.200.20 130,775 8/17/2023
3.7.200.19 140,509 8/15/2023
3.7.200.18 69,660 8/14/2023
3.7.200.17 102,611 8/11/2023
3.7.200.16 63,952 8/10/2023
3.7.200.15 84,583 8/9/2023
3.7.200.14 62,551 8/8/2023
3.7.200.13 10,541 8/8/2023
3.7.200.12 55,247 8/7/2023
3.7.200.11 145,619 8/4/2023
3.7.200.10 145,785 8/2/2023
3.7.200.9 67,583 8/1/2023
3.7.200.8 162,583 7/31/2023
3.7.200.7 633,963 7/28/2023
3.7.200.6 50,051 7/28/2023
3.7.200.5 122,222 7/26/2023
3.7.200.4 203,449 7/24/2023
3.7.200.3 142,866 7/21/2023
3.7.200.2 185,918 7/20/2023
3.7.200.1 1,252,242 7/18/2023
3.7.200 224,658 7/18/2023
3.7.103.12 58,555 7/17/2023
3.7.103.11 1,101,441 7/13/2023
3.7.103.10 281,033 7/7/2023
3.7.103.9 6,192 7/7/2023
3.7.103.8 40,769 7/6/2023
3.7.103.7 86,793 7/5/2023
3.7.103.6 123,509 7/3/2023
3.7.103.5 1,024,955 6/20/2023
3.7.103.4 443,621 6/15/2023
3.7.103.3 300,241 6/13/2023
3.7.103.2 135,534 6/12/2023
3.7.103.1 138,601 6/8/2023
3.7.103 377,066 6/6/2023
3.7.102.16 156,264 6/5/2023
3.7.102.15 101,768 6/2/2023
3.7.102.14 10,862 6/2/2023
3.7.102.13 49,825 6/1/2023
3.7.102.12 193,577 5/30/2023
3.7.102.11 169,100 5/26/2023
3.7.102.10 51,760 5/25/2023
3.7.102.9 77,183 5/24/2023
3.7.102.8 94,495 5/23/2023
3.7.102.7 190,806 5/19/2023
3.7.102.6 57,773 5/18/2023
3.7.102.5 151,320 5/16/2023
3.7.102.4 99,542 5/15/2023
3.7.102.3 178,892 5/11/2023
3.7.102.2 203,032 5/9/2023
3.7.102.1 101,470 5/8/2023
3.7.102 111,668 5/5/2023
3.7.101 92,351 5/4/2023
3.7.100.124 653,858 5/2/2023
3.7.100.123 143,145 5/1/2023
3.7.100.122 182,486 4/28/2023
3.7.100.121 118,123 4/27/2023
3.7.100.120 55,365 4/26/2023
3.7.100.119 76,714 4/25/2023
3.7.100.118 65,945 4/25/2023
3.7.100.117 154,083 4/21/2023
3.7.100.116 47,612 4/21/2023
3.7.100.115 130,396 4/19/2023
3.7.100.114 846,537 4/17/2023
3.7.100.113 114,322 4/14/2023
3.7.100.112 33,706 4/13/2023
3.7.100.111 49,758 4/12/2023
3.7.100.110 58,614 4/11/2023
3.7.100.109 149,588 4/10/2023
3.7.100.108 52,541 4/7/2023
3.7.100.107 32,053 4/6/2023
3.7.100.106 134,021 4/5/2023
3.7.100.105 119,264 4/4/2023
3.7.100.104 83,537 4/3/2023
3.7.100.103 117,091 3/31/2023
3.7.100.102 232,717 3/30/2023
3.7.100.101 120,441 3/29/2023
3.7.100.100 68,483 3/28/2023
3.7.100.99 267,423 3/24/2023
3.7.100.98 51,789 3/23/2023
3.7.100.97 62,908 3/22/2023
3.7.100.96 224,600 3/21/2023
3.7.100.95 126,721 3/20/2023
3.7.100.94 192,961 3/17/2023
3.7.100.93 26,087 3/17/2023
3.7.100.92 55,049 3/16/2023
3.7.100.91 73,516 3/15/2023
3.7.100.90 40,501 3/14/2023
3.7.100.89 103,368 3/13/2023
3.7.100.88 142,303 3/10/2023
3.7.100.87 104,814 3/9/2023
3.7.100.86 210,760 3/8/2023
3.7.100.85 74,867 3/7/2023
3.7.100.84 144,090 3/3/2023
3.7.100.83 111,797 3/2/2023
3.7.100.82 113,316 3/1/2023
3.7.100.81 54,510 2/28/2023
3.7.100.80 89,004 2/27/2023
3.7.100.79 194,137 2/23/2023
3.7.100.78 281,774 2/21/2023
3.7.100.77 747,594 2/18/2023
3.7.100.76 5,489 2/17/2023
3.7.100.75 71,209 2/16/2023
3.7.100.74 160,538 2/15/2023
3.7.100.73 203,358 2/13/2023
3.7.100.72 98,368 2/10/2023
3.7.100.71 72,501 2/9/2023
3.7.100.70 76,497 2/8/2023
3.7.100.69 93,700 2/7/2023
3.7.100.68 165,175 2/6/2023
3.7.100.67 377,032 2/3/2023
3.7.100.66 110,599 2/2/2023
3.7.100.65 19,603 2/2/2023
3.7.100.64 41,861 2/1/2023
3.7.100.63 341,120 1/31/2023
3.7.100.62 455,431 1/26/2023
3.7.100.61 42,792 1/25/2023
3.7.100.60 79,645 1/24/2023
3.7.100.59 104,073 1/23/2023
3.7.100.58 316,158 1/20/2023
3.7.100.57 48,367 1/20/2023
3.7.100.56 115,104 1/18/2023
3.7.100.55 309,771 1/17/2023
3.7.100.54 259,466 1/13/2023
3.7.100.53 99,862 1/12/2023
3.7.100.52 391,948 1/10/2023
3.7.100.51 98,930 1/9/2023
3.7.100.50 69,733 1/6/2023
3.7.100.49 41,490 1/5/2023
3.7.100.48 836,667 1/4/2023
3.7.100.47 28,265 1/3/2023
3.7.100.46 249,663 12/30/2022
3.7.100.45 37,332 12/29/2022
3.7.100.44 148,428 12/23/2022
3.7.100.43 39,217 12/22/2022
3.7.100.42 41,951 12/21/2022
3.7.100.41 114,247 12/20/2022
3.7.100.40 54,442 12/19/2022
3.7.100.39 118,198 12/16/2022
3.7.100.38 72,823 12/16/2022
3.7.100.37 34,413 12/15/2022
3.7.100.36 126,325 12/14/2022
3.7.100.35 85,872 12/13/2022
3.7.100.34 133,146 12/12/2022
3.7.100.33 191,195 12/8/2022
3.7.100.32 44,111 12/8/2022
3.7.100.31 11,882 12/7/2022
3.7.100.30 74,688 12/6/2022
3.7.100.29 213,350 12/5/2022
3.7.100.28 65,349 12/2/2022
3.7.100.27 369,444 12/1/2022
3.7.100.26 173,116 11/30/2022
3.7.100.25 308,209 11/29/2022
3.7.100.24 43,805 11/29/2022
3.7.100.23 233,632 11/28/2022
3.7.100.22 399,304 11/22/2022
3.7.100.21 501,681 11/18/2022
3.7.100.20 93,865 11/17/2022
3.7.100.19 67,233 11/16/2022
3.7.100.18 96,217 11/16/2022
3.7.100.17 107,877 11/15/2022
3.7.100.16 391,662 11/11/2022
3.7.100.15 89,660 11/10/2022
3.7.100.14 218,120 11/9/2022
3.7.100.13 19,064 11/9/2022
3.7.100.12 12,406 11/9/2022
3.7.100.11 6,452 11/8/2022
3.7.100.10 188,584 11/7/2022
3.7.100.9 180,977 11/4/2022
3.7.100.8 178,397 11/2/2022
3.7.100.7 204,273 10/31/2022
3.7.100.6 73,961 10/29/2022
3.7.100.5 10,838 10/28/2022
3.7.100.4 122,887 10/27/2022
3.7.100.3 143,011 10/26/2022
3.7.100.2 65,422 10/25/2022
3.7.100.1 105,768 10/24/2022
3.7.100 480,559 10/21/2022
3.7.2.122 210,779 10/20/2022
3.7.2.121 216,831 10/19/2022
3.7.2.120 646,243 10/18/2022
3.7.2.119 270,323 10/14/2022
3.7.2.118 56,823 10/13/2022
3.7.2.117 744,309 10/7/2022
3.7.2.116 116,923 10/6/2022
3.7.2.115 155,386 10/4/2022
3.7.2.114 134,639 10/3/2022
3.7.2.113 364,316 9/30/2022
3.7.2.112 187,033 9/29/2022
3.7.2.111 181,208 9/27/2022
3.7.2.110 4,160,381 9/27/2022
3.7.2.109 8,833 9/26/2022
3.7.2.108 131,464 9/23/2022
3.7.2.107 47,196 9/22/2022
3.7.2.106 114,853 9/21/2022
3.7.2.105 131,609 9/20/2022
3.7.2.104 301,866 9/19/2022
3.7.2.103 140,192 9/15/2022
3.7.2.102 80,592 9/14/2022
3.7.2.101 87,916 9/13/2022
3.7.2.100 233,656 9/9/2022
3.7.2.99 467,551 9/9/2022
3.7.2.98 22,966 9/8/2022
3.7.2.97 712,506 9/2/2022
3.7.2.96 71,218 9/1/2022
3.7.2.95 171,396 8/30/2022
3.7.2.94 145,820 8/29/2022
3.7.2.93 104,552 8/25/2022
3.7.2.92 723,503 8/22/2022
3.7.2.91 48,834 8/19/2022
3.7.2.90 192,727 8/16/2022
3.7.2.89 181,321 8/12/2022
3.7.2.88 138,485 8/11/2022
3.7.2.87 520,830 8/8/2022
3.7.2.86 230,162 8/4/2022
3.7.2.85 218,147 8/2/2022
3.7.2.84 172,397 7/29/2022
3.7.2.83 85,236 7/28/2022
3.7.2.82 56,425 7/27/2022
3.7.2.81 255,120 7/22/2022
3.7.2.80 275,259 7/20/2022
3.7.2.79 146,033 7/18/2022
3.7.2.78 67,469 7/15/2022
3.7.2.77 60,582 7/14/2022
3.7.2.76 148,098 7/12/2022
3.7.2.75 58,827 7/11/2022
3.7.2.74 220,368 7/5/2022
3.7.2.73 661,068 6/29/2022
3.7.2.72 329,300 6/24/2022
3.7.2.71 1,425,001 6/17/2022
3.7.2.70 81,768 6/16/2022
3.7.2.69 373,825 6/14/2022
3.7.2.68 160,137 6/10/2022
3.7.2.67 141,941 6/8/2022
3.7.2.66 111,541 6/7/2022
3.7.2.65 92,432 6/6/2022
3.7.2.64 345,897 5/31/2022
3.7.2.63 247,032 5/27/2022
3.7.2.62 188,897 5/26/2022
3.7.2.61 10,263 5/26/2022
3.7.2.60 32,353 5/25/2022
3.7.2.59 159,423 5/24/2022
3.7.2.58 122,943 5/23/2022
3.7.2.57 202,028 5/19/2022
3.7.2.56 138,504 5/18/2022
3.7.2.55 724,705 5/9/2022
3.7.2.54 533,662 5/6/2022
3.7.2.53 9,158 5/6/2022
3.7.2.52 62,162 5/5/2022
3.7.2.51 185,731 5/4/2022
3.7.2.50 336,919 5/3/2022
3.7.2.49 65,149 5/3/2022
3.7.2.48 13,719 5/2/2022
3.7.2.47 782,347 4/20/2022
3.7.2.46 1,870,776 4/19/2022
3.7.2.45 559,933 4/14/2022
3.7.2.44 1,644,167 4/12/2022
3.7.2.43 82,171 4/11/2022
3.7.2.42 216,983 4/7/2022
3.7.2.41 82,532 4/6/2022
3.7.2.40 547,749 4/1/2022
3.7.2.39 1,825,893 3/31/2022
3.7.2.38 602,058 3/28/2022
3.7.2.37 183,776 3/24/2022
3.7.2.36 119,620 3/23/2022
3.7.2.35 649,487 3/17/2022
3.7.2.34 43,545 3/16/2022
3.7.2.33 278,541 3/14/2022
3.7.2.32 174,589 3/10/2022
3.7.2.31 115,486 3/9/2022
3.7.2.30 58,057 3/8/2022
3.7.2.29 238,859 3/3/2022
3.7.2.28 150,588 3/1/2022
3.7.2.27 43,836 2/28/2022
3.7.2.26 84,059 2/26/2022
3.7.2.25 95,528 2/23/2022
3.7.2.24 34,678 2/22/2022
3.7.2.23 14,052 2/22/2022
3.7.2.22 53,977 2/21/2022
3.7.2.21 219,316 2/17/2022
3.7.2.20 299,607 2/11/2022
3.7.2.19 16,677 2/10/2022
3.7.2.18 250,640 2/4/2022
3.7.2.17 59,547 2/3/2022
3.7.2.16 631,974 1/28/2022
3.7.2.15 261,901 1/25/2022
3.7.2.14 703,988 1/15/2022
3.7.2.13 6,332 1/14/2022
3.7.2.12 97,704 1/13/2022
3.7.2.11 856,014 1/11/2022
3.7.2.10 154,641 1/7/2022
3.7.2.9 27,133 1/6/2022
3.7.2.8 31,925 1/5/2022
3.7.2.7 122,226 1/3/2022
3.7.2.6 417,218 12/21/2021
3.7.2.5 41,504 12/20/2021
3.7.2.4 747,593 12/13/2021
3.7.2.3 239,332 12/8/2021
3.7.2.2 268,163 12/2/2021
3.7.2.1 59,786 12/1/2021
3.7.2 681,045 11/23/2021
3.7.1.46 226,477 11/22/2021
3.7.1.45 596,056 11/19/2021
3.7.1.44 5,170 11/18/2021
3.7.1.43 540,973 11/17/2021
3.7.1.42 44,759 11/16/2021
3.7.1.41 202,244 11/15/2021
3.7.1.40 87,685 11/12/2021
3.7.1.39 134,845 11/11/2021
3.7.1.38 34,017 11/11/2021
3.7.1.37 68,267 11/9/2021
3.7.1.36 663,648 11/5/2021
3.7.1.35 8,083 11/4/2021
3.7.1.34 114,336 11/3/2021
3.7.1.33 79,370 11/2/2021
3.7.1.32 55,377 11/1/2021
3.7.1.31 153,964 10/29/2021
3.7.1.30 104,872 10/27/2021
3.7.1.29 242,842 10/26/2021
3.7.1.28 6,207 10/26/2021
3.7.1.27 172,373 10/22/2021
3.7.1.26 9,060 10/21/2021
3.7.1.25 335,659 10/14/2021
3.7.1.24 164,947 10/13/2021
3.7.1.23 96,996 10/12/2021
3.7.1.22 98,172 10/8/2021
3.7.1.21 44,277 10/7/2021
3.7.1.20 223,840 10/7/2021
3.7.1.19 5,913 10/6/2021
3.7.1.18 310,898 10/1/2021
3.7.1.17 74,936 9/30/2021
3.7.1.16 144,948 9/29/2021
3.7.1.15 153,608 9/27/2021
3.7.1.14 86,938 9/24/2021
3.7.1.13 78,168 9/23/2021
3.7.1.12 44,761 9/22/2021
3.7.1.11 355,486 9/17/2021
3.7.1.10 43,380 9/16/2021
3.7.1.9 99,171 9/16/2021
3.7.1.8 358,785 9/13/2021
3.7.1.7 115,539 9/10/2021
3.7.1.6 57,518 9/9/2021
3.7.1.5 61,424 9/7/2021
3.7.1.4 120,061 9/3/2021
3.7.1.3 21,981 9/3/2021
3.7.1.2 12,164 9/2/2021
3.7.1.1 44,792 9/1/2021
3.7.1 271,584 8/31/2021
3.7.0.57 800,009 8/27/2021
3.7.0.56 98,820 8/25/2021
3.7.0.55 173,822 8/23/2021
3.7.0.54 82,615 8/19/2021
3.7.0.53 384,222 8/16/2021
3.7.0.52 274,779 8/12/2021
3.7.0.51 445,836 8/10/2021
3.7.0.50 337,446 8/6/2021
3.7.0.49 89,677 8/4/2021
3.7.0.48 553,069 7/30/2021
3.7.0.47 29,600 7/29/2021
3.7.0.46 163,463 7/27/2021
3.7.0.45 281,384 7/21/2021
3.7.0.44 213,128 7/16/2021
3.7.0.43 381,058 7/13/2021
3.7.0.42 82,266 7/12/2021
3.7.0.41 163,595 7/9/2021
3.7.0.40 48,745 7/8/2021
3.7.0.39 85,967 7/7/2021
3.7.0.38 49,860 7/6/2021
3.7.0.37 155,920 7/1/2021
3.7.0.36 181,543 6/25/2021
3.7.0.35 42,213 6/24/2021
3.7.0.34 299,998 6/21/2021
3.7.0.33 53,380 6/17/2021
3.7.0.32 206,912 6/15/2021
3.7.0.31 153,696 6/11/2021
3.7.0.30 772,871 5/28/2021
3.7.0.29 178,579 5/27/2021
3.7.0.28 35,019 5/27/2021
3.7.0.27 109,505 5/24/2021
3.7.0.26 48,862 5/21/2021
3.7.0.25 36,674 5/20/2021
3.7.0.24 61,088 5/19/2021
3.7.0.23 65,458 5/18/2021
3.7.0.22 294,623 5/14/2021
3.7.0.21 66,111 5/12/2021
3.7.0.20 128,088 5/10/2021
3.7.0.19 4,946 5/10/2021
3.7.0.18 173,392 5/6/2021
3.7.0.17 797,430 4/30/2021
3.7.0.16 69,929 4/27/2021
3.7.0.15 150,076 4/23/2021
3.7.0.14 257,431 4/19/2021
3.7.0.13 126,876 4/15/2021
3.7.0.12 248,270 4/13/2021
3.7.0.11 578,014 4/12/2021
3.7.0.10 179,386 4/8/2021
3.7.0.9 115,583 4/7/2021
3.7.0.8 469,983 4/2/2021
3.7.0.7 366,459 4/1/2021
3.7.0.6 68,783 3/31/2021
3.7.0.5 8,683 3/31/2021
3.7.0.4 79,782 3/30/2021
3.7.0.3 130,866 3/29/2021
3.7.0.2 73,987 3/27/2021
3.7.0.1 89,194 3/26/2021
3.7.0 4,662,702 3/26/2021
3.5.1.28 875,706 3/25/2021
3.5.1.27 589,260 3/17/2021
3.5.1.26 104,663 3/15/2021
3.5.1.25 445,189 3/9/2021
3.5.1.24 218,025 3/5/2021
3.5.1.23 8,272 3/4/2021
3.5.1.22 122,108 3/1/2021
3.5.1.21 379,171 2/23/2021
3.5.1.20 426,995 2/19/2021
3.5.1.19 199,749 2/12/2021
3.5.1.18 191,846 2/9/2021
3.5.1.17 150,666 2/8/2021
3.5.1.16 59,020 2/5/2021
3.5.1.15 34,262 2/4/2021
3.5.1.14 485,792 1/29/2021
3.5.1.13 51,414 1/28/2021
3.5.1.12 38,983 1/27/2021
3.5.1.11 689,591 1/26/2021
3.5.1.10 428,506 1/20/2021
3.5.1.9 12,990 1/19/2021
3.5.1.8 433,360 1/11/2021
3.5.1.7 225,136 1/7/2021
3.5.1.6 288,559 12/30/2020
3.5.1.5 97,920 12/23/2020
3.5.1.4 227,742 12/22/2020
3.5.1.3 27,466 12/22/2020
3.5.1.2 11,751 12/21/2020
3.5.1.1 51,773 12/18/2020
3.5.1 128,939 12/17/2020
3.5.0.50 165,711 12/16/2020
3.5.0.49 53,276 12/14/2020
3.5.0.48 496,120 12/9/2020
3.5.0.47 101,763 12/7/2020
3.5.0.46 114,779 12/3/2020
3.5.0.45 181,193 12/2/2020
3.5.0.44 29,974 12/1/2020
3.5.0.43 204,190 12/1/2020
3.5.0.42 170,724 11/24/2020
3.5.0.41 66,779 11/23/2020
3.5.0.40 34,649 11/20/2020
3.5.0.39 90,207 11/19/2020
3.5.0.38 12,740 11/18/2020
3.5.0.37 85,139 11/13/2020
3.5.0.36 702,074 11/5/2020
3.5.0.35 42,254 11/4/2020
3.5.0.34 226,524 10/28/2020
3.5.0.33 50,107 10/27/2020
3.5.0.32 49,237 10/26/2020
3.5.0.31 204,222 10/22/2020
3.5.0.30 44,528 10/21/2020
3.5.0.29 51,992 10/20/2020
3.5.0.28 106,510 10/16/2020
3.5.0.27 48,165 10/15/2020
3.5.0.26 416,195 10/9/2020
3.5.0.25 402,882 10/6/2020
3.5.0.24 36,013 10/2/2020
3.5.0.23 125,388 10/1/2020
3.5.0.22 54,727 9/30/2020
3.5.0.21 72,185 9/29/2020
3.5.0.20 40,274 9/25/2020
3.5.0.19 186,433 9/24/2020
3.5.0.18 205,675 9/21/2020
3.5.0.17 41,272 9/18/2020
3.5.0.16 298,944 9/17/2020
3.5.0.15 78,382 9/16/2020
3.5.0.14 31,337 9/15/2020
3.5.0.13 52,524 9/14/2020
3.5.0.12 92,615 9/11/2020
3.5.0.11 146,711 9/10/2020
3.5.0.10 10,716 9/9/2020
3.5.0.9 91,949 9/4/2020
3.5.0.8 75,531 9/2/2020
3.5.0.7 321,489 9/1/2020
3.5.0.6 9,465 8/31/2020
3.5.0.5 31,194 8/28/2020
3.5.0.4 19,581 8/27/2020
3.5.0.3 23,083 8/26/2020
3.5.0.2 94,083 8/25/2020
3.5.0.1 12,351 8/24/2020
3.5.0 1,007,626 8/20/2020
3.5.0-beta 100,011 2/4/2020
3.3.103.26 2,258,105 8/19/2020
3.3.103.25 180,610 8/14/2020
3.3.103.24 148,278 8/10/2020
3.3.103.23 65,251 8/8/2020
3.3.103.22 105,229 8/6/2020
3.3.103.21 127,400 8/4/2020
3.3.103.20 60,695 8/3/2020
3.3.103.19 43,527 7/31/2020
3.3.103.18 23,419 7/30/2020
3.3.103.17 96,054 7/29/2020
3.3.103.16 64,108 7/28/2020
3.3.103.15 374,764 7/23/2020
3.3.103.14 18,486 7/22/2020
3.3.103.13 95,914 7/17/2020
3.3.103.12 41,944 7/15/2020
3.3.103.11 172,461 7/9/2020
3.3.103.10 18,737 7/9/2020
3.3.103.9 52,524 7/8/2020
3.3.103.8 36,339 7/7/2020
3.3.103.7 353,619 7/2/2020
3.3.103.6 67,239 6/29/2020
3.3.103.5 86,981 6/26/2020
3.3.103.4 26,481 6/25/2020
3.3.103.3 38,178 6/24/2020
3.3.103.2 4,360 6/24/2020
3.3.103.1 89,194 6/23/2020
3.3.103 82,580 6/22/2020
3.3.102.128 143,906 6/19/2020
3.3.102.127 29,853 6/18/2020
3.3.102.126 48,125 6/17/2020
3.3.102.125 217,834 6/11/2020
3.3.102.124 72,094 6/9/2020
3.3.102.123 538,244 6/5/2020
3.3.102.122 42,873 6/4/2020
3.3.102.121 27,690 6/3/2020
3.3.102.120 12,151 6/3/2020
3.3.102.119 25,072 6/1/2020
3.3.102.118 157,236 5/27/2020
3.3.102.117 179,075 5/26/2020
3.3.102.116 78,005 5/22/2020
3.3.102.115 20,133 5/22/2020
3.3.102.114 35,669 5/21/2020
3.3.102.113 63,202 5/19/2020
3.3.102.112 42,299 5/18/2020
3.3.102.111 43,557 5/15/2020
3.3.102.110 51,014 5/14/2020
3.3.102.109 98,853 5/11/2020
3.3.102.108 33,325 5/8/2020
3.3.102.107 29,699 5/8/2020
3.3.102.106 6,726 5/7/2020
3.3.102.105 38,034 5/6/2020
3.3.102.104 100,691 5/4/2020
3.3.102.103 31,653 5/1/2020
3.3.102.102 35,244 4/30/2020
3.3.102.101 67,225 4/29/2020
3.3.102.100 44,276 4/28/2020
3.3.102.99 37,441 4/27/2020
3.3.102.98 108,593 4/24/2020
3.3.102.97 317,557 4/23/2020
3.3.102.96 27,697 4/22/2020
3.3.102.95 20,337 4/21/2020
3.3.102.94 26,580 4/20/2020
3.3.102.93 45,602 4/17/2020
3.3.102.92 53,921 4/16/2020
3.3.102.91 266,896 4/8/2020
3.3.102.90 368,608 4/6/2020
3.3.102.89 341,477 4/3/2020
3.3.102.88 12,829 4/3/2020
3.3.102.87 43,413 4/2/2020
3.3.102.86 75,136 4/1/2020
3.3.102.85 36,524 3/31/2020
3.3.102.84 39,003 3/30/2020
3.3.102.83 81,684 3/27/2020
3.3.102.82 37,756 3/26/2020
3.3.102.81 31,148 3/25/2020
3.3.102.80 67,716 3/24/2020
3.3.102.79 84,823 3/20/2020
3.3.102.78 12,152 3/19/2020
3.3.102.77 94,065 3/18/2020
3.3.102.76 14,616 3/17/2020
3.3.102.75 25,848 3/16/2020
3.3.102.74 53,658 3/12/2020
3.3.102.73 355,647 3/6/2020
3.3.102.72 70,480 3/5/2020
3.3.102.71 213,762 3/2/2020
3.3.102.70 87,860 2/28/2020
3.3.102.69 5,447 2/27/2020
3.3.102.68 50,246 2/26/2020
3.3.102.67 141,132 2/25/2020
3.3.102.66 239,281 2/19/2020
3.3.102.65 102,750 2/17/2020
3.3.102.64 131,962 2/13/2020
3.3.102.63 198,181 2/10/2020
3.3.102.62 107,399 2/7/2020
3.3.102.61 216,492 2/4/2020
3.3.102.60 430,122 1/24/2020
3.3.102.59 54,476 1/23/2020
3.3.102.58 86,684 1/21/2020
3.3.102.57 104,522 1/17/2020
3.3.102.56 21,590 1/16/2020
3.3.102.55 47,556 1/15/2020
3.3.102.54 157,715 1/10/2020
3.3.102.53 398,258 1/8/2020
3.3.102.52 60,379 1/6/2020
3.3.102.51 427,812 1/2/2020
3.3.102.50 138,958 12/25/2019
3.3.102.49 8,121 12/23/2019
3.3.102.48 18,289 12/20/2019
3.3.102.47 69,239 12/18/2019
3.3.102.46 47,662 12/18/2019
3.3.102.45 73,256 12/16/2019
3.3.102.44 99,320 12/13/2019
3.3.102.43 22,849 12/12/2019
3.3.102.42 20,412 12/12/2019
3.3.102.41 19,826 12/11/2019
3.3.102.40 93,106 12/9/2019
3.3.102.39 93,300 12/3/2019
3.3.102.38 206,953 12/2/2019
3.3.102.37 68,781 11/26/2019
3.3.102.36 14,533 11/25/2019
3.3.102.35 27,371 11/22/2019
3.3.102.34 20,271 11/22/2019
3.3.102.33 102,416 11/20/2019
3.3.102.32 4,612 11/19/2019
3.3.102.31 162,191 11/14/2019
3.3.102.30 46,366 11/13/2019
3.3.102.29 91,767 11/8/2019
3.3.102.28 34,506 11/7/2019
3.3.102.27 35,540 11/7/2019
3.3.102.26 56,905 11/5/2019
3.3.102.25 134,952 10/31/2019
3.3.102.24 64,151 10/30/2019
3.3.102.23 80,142 10/28/2019
3.3.102.22 102,226 10/28/2019
3.3.102.21 86,867 10/24/2019
3.3.102.20 55,568 10/22/2019
3.3.102.19 60,732 10/18/2019
3.3.102.18 21,639 10/17/2019
3.3.102.17 43,331 10/16/2019
3.3.102.16 228,608 10/11/2019
3.3.102.15 22,173 10/10/2019
3.3.102.14 146,903 10/8/2019
3.3.102.13 152,946 9/30/2019
3.3.102.12 67,157 9/26/2019
3.3.102.11 225,030 9/23/2019
3.3.102.10 25,930 9/21/2019
3.3.102.9 57,572 9/19/2019
3.3.102.8 60,452 9/18/2019
3.3.102.7 138,385 9/17/2019
3.3.102.6 23,663 9/16/2019
3.3.102.5 41,028 9/12/2019
3.3.102.4 94,851 9/9/2019
3.3.102.3 34,808 9/6/2019
3.3.102.2 22,523 9/5/2019
3.3.102.1 19,536 9/4/2019
3.3.102 430,735 8/28/2019
3.3.101.3 60,987 8/27/2019
3.3.101.2 526,187 8/23/2019
3.3.101.1 117,629 8/22/2019
3.3.101 29,913 8/21/2019
3.3.100.65 294,424 8/16/2019
3.3.100.64 22,462 8/15/2019
3.3.100.63 27,222 8/14/2019
3.3.100.62 19,049 8/13/2019
3.3.100.61 32,700 8/12/2019
3.3.100.60 42,900 8/9/2019
3.3.100.59 20,014 8/8/2019
3.3.100.58 70,623 8/7/2019
3.3.100.57 4,508 8/7/2019
3.3.100.56 125,664 8/2/2019
3.3.100.55 22,049 8/1/2019
3.3.100.54 98,235 7/30/2019
3.3.100.53 19,854 7/29/2019
3.3.100.52 63,324 7/25/2019
3.3.100.51 87,696 7/24/2019
3.3.100.50 54,887 7/22/2019
3.3.100.49 33,408 7/19/2019
3.3.100.48 7,933 7/19/2019
3.3.100.47 159,430 7/12/2019
3.3.100.46 52,154 7/10/2019
3.3.100.45 18,404 7/9/2019
3.3.100.44 40,706 7/8/2019
3.3.100.43 140,095 7/2/2019
3.3.100.42 79,126 7/1/2019
3.3.100.41 86,586 6/28/2019
3.3.100.40 37,562 6/27/2019
3.3.100.39 10,140 6/27/2019
3.3.100.38 4,916 6/26/2019
3.3.100.37 67,121 6/24/2019
3.3.100.36 35,928 6/20/2019
3.3.100.35 17,924 6/20/2019
3.3.100.34 106,885 6/17/2019
3.3.100.33 13,963 6/14/2019
3.3.100.32 65,886 6/13/2019
3.3.100.31 146,724 6/7/2019
3.3.100.30 190,875 6/4/2019
3.3.100.29 112,693 6/3/2019
3.3.100.28 93,345 5/31/2019
3.3.100.27 19,566 5/30/2019
3.3.100.26 49,951 5/29/2019
3.3.100.25 25,894 5/28/2019
3.3.100.24 103,671 5/23/2019
3.3.100.23 33,247 5/22/2019
3.3.100.22 32,007 5/21/2019
3.3.100.21 54,481 5/20/2019
3.3.100.20 19,336 5/17/2019
3.3.100.19 109,336 5/15/2019
3.3.100.18 93,111 5/10/2019
3.3.100.17 120,673 5/8/2019
3.3.100.16 44,178 5/7/2019
3.3.100.15 42,990 5/3/2019
3.3.100.14 25,235 5/2/2019
3.3.100.13 110,895 4/30/2019
3.3.100.12 15,118 4/29/2019
3.3.100.11 54,596 4/26/2019
3.3.100.10 11,526 4/25/2019
3.3.100.9 15,673 4/25/2019
3.3.100.8 18,959 4/24/2019
3.3.100.7 102,019 4/18/2019
3.3.100.6 45,494 4/16/2019
3.3.100.5 352,788 4/4/2019
3.3.100.4 21,732 4/3/2019
3.3.100.3 149,591 3/29/2019
3.3.100.2 58,349 3/26/2019
3.3.100.1 228,976 3/22/2019
3.3.100 564,930 3/21/2019
3.3.3.62 697,329 3/11/2019
3.3.3.61 163,579 3/7/2019
3.3.3.60 20,515 3/6/2019
3.3.3.59 317,599 2/26/2019
3.3.3.58 261,495 2/20/2019
3.3.3.57 95,566 2/15/2019
3.3.3.56 55,326 2/14/2019
3.3.3.55 22,582 2/13/2019
3.3.3.54 211,449 2/4/2019
3.3.3.53 254,595 1/26/2019
3.3.3.52 15,508 1/25/2019
3.3.3.51 40,262 1/24/2019
3.3.3.50 129,547 1/18/2019
3.3.3.49 148,464 1/11/2019
3.3.3.48 22,235 1/10/2019
3.3.3.47 63,662 1/8/2019
3.3.3.46 7,879 1/7/2019
3.3.3.45 42,065 1/4/2019
3.3.3.44 303,314 12/22/2018
3.3.3.43 171,228 12/21/2018
3.3.3.42 113,352 12/15/2018
3.3.3.41 15,326 12/14/2018
3.3.3.40 31,568 12/12/2018
3.3.3.39 570,044 12/4/2018
3.3.3.38 238,192 11/16/2018
3.3.3.37 6,463 11/16/2018
3.3.3.36 49,272 11/15/2018
3.3.3.35 17,545 11/13/2018
3.3.3.34 48,658 11/9/2018
3.3.3.33 23,087 11/9/2018
3.3.3.32 18,789 11/7/2018
3.3.3.31 27,447 11/7/2018
3.3.3.30 6,058 11/6/2018
3.3.3.29 63,179 10/30/2018
3.3.3.28 9,201 10/29/2018
3.3.3.27 14,411 10/29/2018
3.3.3.26 17,132 10/26/2018
3.3.3.25 92,710 10/22/2018
3.3.3.24 5,709 10/22/2018
3.3.3.23 68,155 10/17/2018
3.3.3.22 223,743 10/6/2018
3.3.3.21 22,889 10/4/2018
3.3.3.20 497,319 9/26/2018
3.3.3.19 1,028,246 9/10/2018
3.3.3.18 41,685 9/7/2018
3.3.3.17 192,731 8/28/2018
3.3.3.16 235,849 8/16/2018
3.3.3.15 27,580 8/15/2018
3.3.3.14 207,871 8/3/2018
3.3.3.13 26,527 8/2/2018
3.3.3.12 107,469 7/23/2018
3.3.3.11 368,561 7/3/2018
3.3.3.10 582,956 6/23/2018
3.3.3.9 69,814 6/19/2018
3.3.3.8 134,441 6/1/2018
3.3.3.7 708,309 4/25/2018
3.3.3.6 166,777 4/20/2018
3.3.3.5 268,994 3/29/2018
3.3.3.4 149,058 3/15/2018
3.3.3.3 157,946 3/3/2018
3.3.3.2 1,448,203 11/11/2017
3.3.3.1 718,672 10/24/2017
3.3.3 890,152 10/19/2017
3.3.2.9 1,350,279 10/9/2017
3.3.2.8 77,979 10/7/2017
3.3.2.7 1,112,188 7/7/2017
3.3.2.6 10,900 7/5/2017
3.3.2.5 38,166 6/28/2017
3.3.2.4 156,983 6/7/2017
3.3.2.3 209,006 5/11/2017
3.3.2.2 25,009 5/8/2017
3.3.2.1 29,363 5/5/2017
3.3.2 31,241 4/28/2017
3.3.1.14 17,107 4/28/2017
3.3.1.13 41,703 4/21/2017
3.3.1.12 19,689 4/19/2017
3.3.1.11 172,165 3/31/2017
3.3.1.10 80,113 3/15/2017
3.3.1.9 16,719 3/14/2017
3.3.1.8 6,699 3/14/2017
3.3.1.7 256,828 1/20/2017
3.3.1.6 56,846 12/28/2016
3.3.1.5 6,644 12/20/2016
3.3.1.4 26,750 12/16/2016
3.3.1.3 39,815 12/9/2016
3.3.1.2 14,155 12/8/2016
3.3.1.1 54,881 12/7/2016
3.3.1 93,568 11/18/2016
3.3.0.3 24,228 11/15/2016
3.3.0.2 32,634 11/4/2016
3.3.0.1 57,987 10/11/2016
3.3.0 357,378 9/19/2016
3.2.8-rc 4,302 9/8/2016
3.2.7-beta 3,483 8/23/2016
3.2.6-beta 3,437 8/2/2016
3.2.5-beta 8,402 6/28/2016
3.2.4.1-beta 4,907 6/2/2016
3.2.4-beta 2,236 6/1/2016
3.2.3.1-beta 3,377 4/20/2016
3.2.3-beta 3,727 3/12/2016
3.2.2.1-beta 2,398 3/2/2016
3.2.2-beta 3,040 1/12/2016
3.2.1-beta 3,212 12/7/2015
3.2.0-beta 2,864 9/29/2015
3.1.0.13 162,046 8/9/2016
3.1.0.12 80,580 7/13/2016
3.1.0.11 56,499 6/28/2016
3.1.0.10 11,723 6/14/2016
3.1.0.9 24,690 6/3/2016
3.1.0.8 7,071 5/26/2016
3.1.0.7 17,984 5/10/2016
3.1.0.6 45,237 2/22/2016
3.1.0.5 52,068 1/6/2016
3.1.0.4 16,102 12/2/2015
3.1.0.3 5,667 11/21/2015
3.1.0.2 21,147 10/7/2015
3.1.0.1 9,652 8/27/2015
3.1.0 86,228 7/28/2015
3.0.0.2-preview 3,694 5/21/2015
3.0.0.1-preview 2,728 5/6/2015
3.0.0-preview 2,587 4/30/2015