AWSSDK.SQS 4.0.1.10

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