AWSSDK.SQS 4.0.0.15

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.SQS --version 4.0.0.15
                    
NuGet\Install-Package AWSSDK.SQS -Version 4.0.0.15
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AWSSDK.SQS" Version="4.0.0.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SQS" Version="4.0.0.15" />
                    
Directory.Packages.props
<PackageReference Include="AWSSDK.SQS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AWSSDK.SQS --version 4.0.0.15
                    
#r "nuget: AWSSDK.SQS, 4.0.0.15"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AWSSDK.SQS@4.0.0.15
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AWSSDK.SQS&version=4.0.0.15
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SQS&version=4.0.0.15
                    
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 (340)

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