AWSSDK.SQS 4.0.0.18

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