AWSSDK.SQS 4.0.0.16

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

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