AWSSDK.SQS 4.0.0.9

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

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