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