AWSSDK.SQS 4.0.1.1

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.1.1
                    
NuGet\Install-Package AWSSDK.SQS -Version 4.0.1.1
                    
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.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SQS" Version="4.0.1.1" />
                    
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.1.1
                    
#r "nuget: AWSSDK.SQS, 4.0.1.1"
                    
#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.1.1
                    
#: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.1.1
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SQS&version=4.0.1.1
                    
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 (346)

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