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