AWSSDK.SQS 4.0.0.20

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

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