AWSSDK.SQS 4.0.1.11

Prefix Reserved
dotnet add package AWSSDK.SQS --version 4.0.1.11
                    
NuGet\Install-Package AWSSDK.SQS -Version 4.0.1.11
                    
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.11" />
                    
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.11" />
                    
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.11
                    
#r "nuget: AWSSDK.SQS, 4.0.1.11"
                    
#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.11
                    
#: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.11
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SQS&version=4.0.1.11
                    
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 (350)

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