AWSSDK.SQS 4.0.0.10

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

Amazon Simple Queue Service (SQS) is a fast, reliable, scalable, fully managed message queuing service. SQS makes it simple and cost-effective to decouple the components of a cloud application.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (338)

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