AWSSDK.SQS 4.0.1.7

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.7
                    
NuGet\Install-Package AWSSDK.SQS -Version 4.0.1.7
                    
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.7" />
                    
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.7" />
                    
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.7
                    
#r "nuget: AWSSDK.SQS, 4.0.1.7"
                    
#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.7
                    
#: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.7
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SQS&version=4.0.1.7
                    
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 (348)

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