AWSSDK.SQS 4.0.1.8

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

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