AWSSDK.SQS 4.0.0.22

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

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