AWSSDK.SQS 4.0.1.3

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

Showing the top 5 NuGet packages that depend on AWSSDK.SQS:

Package Downloads
MassTransit.AmazonSQS

MassTransit Amazon SQS transport support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.

AWSSDK.Glacier

Amazon Glacier is a secure, durable, and extremely low-cost storage service for data archiving and online backup.

Microting.eForm

Package Description

OpenTelemetry.Instrumentation.AWS

AWS client instrumentation for OpenTelemetry .NET.

NServiceBus.AmazonSQS

NServiceBus.AmazonSQS

GitHub repositories (36)

Showing the top 20 popular GitHub repositories that depend on AWSSDK.SQS:

Repository Stars
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
dotnet/orleans
Cloud Native application framework for .NET
MassTransit/MassTransit
Distributed Application Framework for .NET
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
KSP-CKAN/CKAN
The Comprehensive Kerbal Archive Network
JasperFx/wolverine
Supercharged .NET server side development!
aws/aws-lambda-dotnet
Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
open-telemetry/opentelemetry-dotnet-contrib
This repository contains set of components extending functionality of the OpenTelemetry .NET SDK. Instrumentation libraries, exporters, and other components can find their home here.
zarusz/SlimMessageBus
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
Dynatrace/superdump
A service for automated crash-dump analysis
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
aws/aws-extensions-for-dotnet-cli
Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services
robinrodricks/FluentStorage
A polycloud .NET cloud storage abstraction layer. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#.
trimble-oss/dba-dash
DBA Dash - SQL Server Monitoring Tool
aws-samples/serverless-test-samples
This repository is designed to provide guidance for implementing comprehensive test suites for serverless applications.
Version Downloads Last Updated
4.0.1.11 3,880 10/16/2025
4.0.1.10 37,379 10/10/2025
4.0.1.9 10,651 10/9/2025
4.0.1.8 79,193 10/1/2025
4.0.1.7 21,337 9/30/2025
4.0.1.6 16,454 9/29/2025
4.0.1.5 120,119 9/23/2025
4.0.1.4 50,099 9/19/2025
4.0.1.3 54,396 9/16/2025
4.0.1.2 290,525 8/29/2025
4.0.1.1 108,770 8/25/2025
4.0.1 35,732 8/22/2025
4.0.0.22 30,624 8/21/2025
4.0.0.21 117,259 8/15/2025
4.0.0.20 40,228 8/13/2025
4.0.0.19 211,690 8/6/2025
4.0.0.18 63,032 8/4/2025
4.0.0.17 191,504 7/25/2025
4.0.0.16 32,118 7/23/2025
4.0.0.15 212,356 7/15/2025
4.0.0.14 170,999 7/9/2025
4.0.0.13 255,571 7/1/2025
4.0.0.12 207,610 6/23/2025
4.0.0.11 76,036 6/18/2025
4.0.0.10 79,458 6/16/2025
4.0.0.9 132,498 6/12/2025
4.0.0.8 37,265 6/11/2025
4.0.0.7 43,342 6/10/2025
4.0.0.6 79,662 6/6/2025
4.0.0.5 65,916 6/4/2025
4.0.0.4 520,663 5/16/2025
4.0.0.3 21,253 5/15/2025
4.0.0.2 315,628 5/6/2025
4.0.0.1 144,614 4/30/2025
4.0.0 1,041,759 4/28/2025
4.0.0-preview.13 2,060 4/9/2025
4.0.0-preview.12 2,321 4/4/2025
4.0.0-preview.11 2,109 3/26/2025
4.0.0-preview.10 10,938 3/7/2025
4.0.0-preview.9 359 3/4/2025
4.0.0-preview.8 1,301 2/25/2025
4.0.0-preview.7 1,960 2/17/2025
4.0.0-preview.6 1,792 2/6/2025
4.0.0-preview.5 7,992 1/3/2025
4.0.0-preview.4 38,989 10/11/2024
4.0.0-preview.3 2,704 10/1/2024
4.0.0-preview.2 9,181 8/28/2024
4.0.0-preview 61,518 8/15/2024
3.7.501.25 396 10/17/2025
3.7.501.24 2,020 10/16/2025
3.7.501.23 3,714 10/15/2025
3.7.501.22 44,107 10/10/2025
3.7.501.21 6,804 10/9/2025
3.7.501.20 7,071 10/8/2025
3.7.501.19 7,914 10/7/2025
3.7.501.18 22,863 9/30/2025
3.7.501.17 8,344 9/29/2025
3.7.501.16 10,326 9/26/2025
3.7.501.15 8,402 9/25/2025
3.7.501.14 13,273 9/23/2025
3.7.501.13 15,037 9/22/2025
3.7.501.12 11,087 9/19/2025
3.7.501.11 34,335 9/16/2025
3.7.501.10 10,138 9/15/2025
3.7.501.9 26,156 9/11/2025
3.7.501.8 11,956 9/10/2025
3.7.501.7 12,762 9/9/2025
3.7.501.6 12,715 9/8/2025
3.7.501.5 29,314 9/4/2025
3.7.501.4 17,417 9/2/2025
3.7.501.3 378,998 8/29/2025
3.7.501.2 24,363 8/26/2025
3.7.501.1 19,965 8/25/2025
3.7.501 16,961 8/22/2025
3.7.500.9 21,620 8/21/2025
3.7.500.8 14,816 8/20/2025
3.7.500.7 32,975 8/12/2025
3.7.500.6 219,742 8/11/2025
3.7.500.5 17,298 8/8/2025
3.7.500.4 15,281 8/6/2025
3.7.500.3 11,455 8/5/2025
3.7.500.2 7,460 8/4/2025
3.7.500.1 9,498 8/1/2025
3.7.500 112,044 7/31/2025
3.7.400.186 27,705 7/30/2025
3.7.400.185 18,756 7/29/2025
3.7.400.184 12,988 7/28/2025
3.7.400.183 12,597 7/25/2025
3.7.400.182 11,991 7/24/2025
3.7.400.181 12,559 7/23/2025
3.7.400.180 10,439 7/22/2025
3.7.400.179 13,743 7/21/2025
3.7.400.178 113,522 7/18/2025
3.7.400.177 8,536 7/17/2025
3.7.400.176 21,736 7/16/2025
3.7.400.175 36,126 7/15/2025
3.7.400.174 34,682 7/9/2025
3.7.400.173 41,382 7/3/2025
3.7.400.172 75,839 7/1/2025
3.7.400.171 14,367 6/30/2025
3.7.400.170 21,178 6/27/2025
3.7.400.169 25,535 6/26/2025
3.7.400.168 40,324 6/23/2025
3.7.400.167 243,824 6/20/2025
3.7.400.166 30,272 6/18/2025
3.7.400.165 146,714 6/11/2025
3.7.400.164 17,469 6/10/2025
3.7.400.163 15,473 6/9/2025
3.7.400.162 68,704 6/6/2025
3.7.400.161 38,762 6/5/2025
3.7.400.160 14,478 6/4/2025
3.7.400.159 117,403 6/2/2025
3.7.400.158 31,753 5/30/2025
3.7.400.157 79,356 5/28/2025
3.7.400.156 54,971 5/23/2025
3.7.400.155 43,770 5/21/2025
3.7.400.154 59,273 5/20/2025
3.7.400.153 58,092 5/19/2025
3.7.400.152 104,027 5/16/2025
3.7.400.151 54,182 5/12/2025
3.7.400.150 88,437 5/9/2025
3.7.400.149 16,841 5/8/2025
3.7.400.148 19,431 5/7/2025
3.7.400.147 37,497 5/6/2025
3.7.400.146 24,493 5/5/2025
3.7.400.145 602,043 5/2/2025
3.7.400.144 18,730 5/1/2025
3.7.400.143 27,781 4/30/2025
3.7.400.142 87,767 4/29/2025
3.7.400.141 197,822 4/28/2025
3.7.400.140 90,807 4/25/2025
3.7.400.139 39,914 4/24/2025
3.7.400.138 86,004 4/23/2025
3.7.400.137 181,780 4/18/2025
3.7.400.136 97,003 4/17/2025
3.7.400.135 122,555 4/16/2025
3.7.400.134 205,307 4/14/2025
3.7.400.133 91,570 4/11/2025
3.7.400.132 57,467 4/10/2025
3.7.400.131 40,304 4/9/2025
3.7.400.130 120,779 4/8/2025
3.7.400.129 303,426 4/4/2025
3.7.400.128 72,796 4/3/2025
3.7.400.127 66,927 4/3/2025
3.7.400.126 17,562 4/2/2025
3.7.400.125 85,912 4/1/2025
3.7.400.124 49,858 3/31/2025
3.7.400.123 123,698 3/28/2025
3.7.400.122 56,319 3/27/2025
3.7.400.121 63,145 3/26/2025
3.7.400.120 61,894 3/25/2025
3.7.400.119 76,472 3/24/2025
3.7.400.118 130,819 3/21/2025
3.7.400.117 44,121 3/20/2025
3.7.400.116 48,993 3/19/2025
3.7.400.115 62,094 3/18/2025
3.7.400.114 106,448 3/17/2025
3.7.400.113 135,448 3/14/2025
3.7.400.112 44,803 3/14/2025
3.7.400.111 165,712 3/11/2025
3.7.400.110 122,739 3/10/2025
3.7.400.109 96,121 3/7/2025
3.7.400.108 61,844 3/6/2025
3.7.400.107 47,600 3/5/2025
3.7.400.106 126,764 3/4/2025
3.7.400.105 113,677 3/3/2025
3.7.400.104 127,035 2/28/2025
3.7.400.103 47,650 2/27/2025
3.7.400.102 65,397 2/26/2025
3.7.400.101 60,303 2/25/2025
3.7.400.100 63,807 2/24/2025
3.7.400.99 81,280 2/21/2025
3.7.400.98 681,695 2/20/2025
3.7.400.97 128,713 2/18/2025
3.7.400.96 117,367 2/17/2025
3.7.400.95 101,600 2/13/2025
3.7.400.94 120,218 2/12/2025
3.7.400.93 88,368 2/11/2025
3.7.400.92 91,352 2/10/2025
3.7.400.91 143,206 2/7/2025
3.7.400.90 120,968 2/6/2025
3.7.400.89 48,912 2/5/2025
3.7.400.88 152,450 2/4/2025
3.7.400.87 48,962 2/3/2025
3.7.400.86 180,248 1/30/2025
3.7.400.85 219,908 1/27/2025
3.7.400.84 170,068 1/22/2025
3.7.400.83 49,463 1/21/2025
3.7.400.82 104,489 1/17/2025
3.7.400.81 59,612 1/16/2025
3.7.400.80 407,143 1/15/2025
3.7.400.79 78,131 1/14/2025
3.7.400.78 73,582 1/13/2025
3.7.400.77 119,862 1/10/2025
3.7.400.76 44,843 1/9/2025
3.7.400.75 116,363 1/8/2025
3.7.400.74 78,831 1/7/2025
3.7.400.73 101,256 1/6/2025
3.7.400.72 66,266 1/3/2025
3.7.400.71 73,545 1/2/2025
3.7.400.70 251,288 12/26/2024
3.7.400.69 527,416 12/23/2024
3.7.400.68 76,352 12/20/2024
3.7.400.67 106,737 12/19/2024
3.7.400.66 84,801 12/18/2024
3.7.400.65 81,871 12/17/2024
3.7.400.64 247,533 12/13/2024
3.7.400.63 147,404 12/12/2024
3.7.400.62 67,144 12/11/2024
3.7.400.61 85,760 12/10/2024
3.7.400.60 125,321 12/9/2024
3.7.400.59 481,447 12/3/2024
3.7.400.58 533,708 11/27/2024
3.7.400.57 464,390 11/22/2024
3.7.400.56 59,259 11/21/2024
3.7.400.55 58,122 11/21/2024
3.7.400.54 168,172 11/19/2024
3.7.400.53 363,397 11/15/2024
3.7.400.52 464,515 11/15/2024
3.7.400.51 19,151 11/14/2024
3.7.400.50 102,004 11/13/2024
3.7.400.49 132,767 11/12/2024
3.7.400.48 48,295 11/11/2024
3.7.400.47 108,346 11/8/2024
3.7.400.46 232,717 11/7/2024
3.7.400.45 477,890 11/1/2024
3.7.400.44 136,076 10/31/2024
3.7.400.43 163,696 10/30/2024
3.7.400.42 70,835 10/29/2024
3.7.400.41 131,719 10/28/2024
3.7.400.40 122,711 10/25/2024
3.7.400.39 45,366 10/24/2024
3.7.400.38 302,358 10/23/2024
3.7.400.37 163,197 10/22/2024
3.7.400.36 424,540 10/16/2024
3.7.400.35 346,796 10/15/2024
3.7.400.34 127,868 10/14/2024
3.7.400.33 450,396 10/9/2024
3.7.400.32 111,997 10/8/2024
3.7.400.31 69,597 10/7/2024
3.7.400.30 836,147 10/4/2024
3.7.400.29 50,882 10/3/2024
3.7.400.28 96,717 10/2/2024
3.7.400.27 59,754 10/1/2024
3.7.400.26 257,805 9/27/2024
3.7.400.25 164,863 9/26/2024
3.7.400.24 54,010 9/25/2024
3.7.400.23 61,894 9/24/2024
3.7.400.22 217,278 9/21/2024
3.7.400.21 1,234,348 9/16/2024
3.7.400.20 79,221 9/13/2024
3.7.400.19 84,528 9/11/2024
3.7.400.18 131,735 9/10/2024
3.7.400.17 101,119 9/9/2024
3.7.400.16 213,332 9/6/2024
3.7.400.15 89,633 9/5/2024
3.7.400.14 284,350 9/4/2024
3.7.400.13 223,387 8/30/2024
3.7.400.12 270,328 8/28/2024
3.7.400.11 413,902 8/22/2024
3.7.400.10 101,055 8/21/2024
3.7.400.9 42,895 8/20/2024
3.7.400.8 96,379 8/19/2024
3.7.400.7 410,473 8/16/2024
3.7.400.6 79,509 8/15/2024
3.7.400.5 162,309 8/13/2024
3.7.400.4 223,633 8/9/2024
3.7.400.3 844,846 8/5/2024
3.7.400.2 393,353 7/30/2024
3.7.400.1 88,894 7/29/2024
3.7.400 2,138,919 7/24/2024
3.7.301.34 195,767 7/22/2024
3.7.301.33 232,791 7/18/2024
3.7.301.32 396,975 7/12/2024
3.7.301.31 488,288 7/10/2024
3.7.301.30 250,684 7/9/2024
3.7.301.29 51,456 7/8/2024
3.7.301.28 90,477 7/5/2024
3.7.301.27 166,955 7/3/2024
3.7.301.26 116,961 7/1/2024
3.7.301.25 131,234 6/28/2024
3.7.301.24 61,970 6/27/2024
3.7.301.23 405,164 6/24/2024
3.7.301.22 146,068 6/20/2024
3.7.301.21 123,237 6/19/2024
3.7.301.20 61,368 6/18/2024
3.7.301.19 676,317 6/12/2024
3.7.301.18 57,899 6/11/2024
3.7.301.17 128,775 6/10/2024
3.7.301.16 67,303 6/7/2024
3.7.301.15 144,406 6/6/2024
3.7.301.14 48,075 6/5/2024
3.7.301.13 76,747 6/4/2024
3.7.301.12 148,314 6/3/2024
3.7.301.11 138,155 5/30/2024
3.7.301.10 117,066 5/29/2024
3.7.301.9 95,248 5/28/2024
3.7.301.8 301,023 5/23/2024
3.7.301.7 85,255 5/22/2024
3.7.301.6 319,396 5/17/2024
3.7.301.5 75,623 5/16/2024
3.7.301.4 133,083 5/14/2024
3.7.301.3 268,856 5/13/2024
3.7.301.2 128,938 5/10/2024
3.7.301.1 88,795 5/9/2024
3.7.301 63,578 5/8/2024
3.7.300.87 201,254 5/6/2024
3.7.300.86 124,086 5/3/2024
3.7.300.85 109,552 5/1/2024
3.7.300.84 172,095 4/29/2024
3.7.300.83 80,889 4/26/2024
3.7.300.82 51,103 4/25/2024
3.7.300.81 95,856 4/24/2024
3.7.300.80 284,382 4/23/2024
3.7.300.79 183,422 4/22/2024
3.7.300.78 72,760 4/19/2024
3.7.300.77 543,690 4/18/2024
3.7.300.76 69,667 4/17/2024
3.7.300.75 145,827 4/16/2024
3.7.300.74 452,532 4/11/2024
3.7.300.73 65,677 4/10/2024
3.7.300.72 136,590 4/9/2024
3.7.300.71 119,737 4/8/2024
3.7.300.70 183,425 4/5/2024
3.7.300.69 105,269 4/4/2024
3.7.300.68 112,777 4/3/2024
3.7.300.67 67,044 4/2/2024
3.7.300.66 88,999 4/1/2024
3.7.300.65 60,417 3/29/2024
3.7.300.64 101,047 3/28/2024
3.7.300.63 129,499 3/27/2024
3.7.300.62 103,744 3/26/2024
3.7.300.61 86,573 3/25/2024
3.7.300.60 1,174,536 3/22/2024
3.7.300.59 314,749 3/18/2024
3.7.300.58 81,498 3/15/2024
3.7.300.57 61,228 3/14/2024
3.7.300.56 62,592 3/13/2024
3.7.300.55 230,817 3/8/2024
3.7.300.54 384,904 2/29/2024
3.7.300.53 356,192 2/27/2024
3.7.300.52 1,238,495 2/16/2024
3.7.300.51 58,152 2/15/2024
3.7.300.50 53,362 2/14/2024
3.7.300.49 46,907 2/13/2024
3.7.300.48 149,080 2/9/2024
3.7.300.47 111,636 2/7/2024
3.7.300.46 332,052 2/2/2024
3.7.300.45 53,626 2/1/2024
3.7.300.44 163,582 1/31/2024
3.7.300.43 111,072 1/30/2024
3.7.300.42 76,397 1/29/2024
3.7.300.41 179,056 1/25/2024
3.7.300.40 128,492 1/25/2024
3.7.300.39 270,888 1/19/2024
3.7.300.38 55,637 1/18/2024
3.7.300.37 121,463 1/16/2024
3.7.300.36 116,389 1/14/2024
3.7.300.35 17,687 1/12/2024
3.7.300.34 67,847 1/11/2024
3.7.300.33 53,072 1/10/2024
3.7.300.32 176,721 1/8/2024
3.7.300.31 131,140 1/5/2024
3.7.300.30 45,193 1/4/2024
3.7.300.29 62,583 1/3/2024
3.7.300.28 192,470 12/28/2023
3.7.300.27 32,669 12/27/2023
3.7.300.26 41,085 12/26/2023
3.7.300.25 42,217 12/22/2023
3.7.300.24 48,448 12/21/2023
3.7.300.23 87,917 12/20/2023
3.7.300.22 46,671 12/19/2023
3.7.300.21 693,889 12/18/2023
3.7.300.20 43,934 12/15/2023
3.7.300.19 74,703 12/14/2023
3.7.300.18 114,551 12/13/2023
3.7.300.17 305,456 12/12/2023
3.7.300.16 651,884 12/7/2023
3.7.300.15 210,218 12/6/2023
3.7.300.14 58,594 12/5/2023
3.7.300.13 191,820 12/4/2023
3.7.300.12 163,927 11/30/2023
3.7.300.11 159,977 11/28/2023
3.7.300.10 59,945 11/28/2023
3.7.300.9 18,750 11/27/2023
3.7.300.8 100,195 11/27/2023
3.7.300.7 642,835 11/21/2023
3.7.300.6 52,414 11/20/2023
3.7.300.5 145,219 11/17/2023
3.7.300.4 37,869 11/16/2023
3.7.300.3 33,305 11/15/2023
3.7.300.2 491,740 11/14/2023
3.7.300.1 58,543 11/13/2023
3.7.300 1,330,404 11/10/2023
3.7.202 134,601 11/9/2023
3.7.201 18,728 11/8/2023
3.7.200.67 492,498 11/7/2023
3.7.200.66 61,210 11/6/2023
3.7.200.65 375,467 11/2/2023
3.7.200.64 358,955 10/27/2023
3.7.200.63 80,475 10/26/2023
3.7.200.62 254,653 10/24/2023
3.7.200.61 64,923 10/23/2023
3.7.200.60 56,121 10/20/2023
3.7.200.59 37,893 10/19/2023
3.7.200.58 71,487 10/18/2023
3.7.200.57 68,006 10/17/2023
3.7.200.56 32,304 10/16/2023
3.7.200.55 145,684 10/12/2023
3.7.200.54 297,554 10/7/2023
3.7.200.53 40,553 10/5/2023
3.7.200.52 86,678 10/4/2023
3.7.200.51 80,664 10/3/2023
3.7.200.50 155,938 10/2/2023
3.7.200.49 150,260 9/28/2023
3.7.200.48 28,112 9/28/2023
3.7.200.47 14,259 9/27/2023
3.7.200.46 91,000 9/25/2023
3.7.200.45 147,503 9/22/2023
3.7.200.44 215,875 9/20/2023
3.7.200.43 75,325 9/19/2023
3.7.200.42 169,607 9/15/2023
3.7.200.41 37,028 9/15/2023
3.7.200.40 20,039 9/14/2023
3.7.200.39 49,562 9/13/2023
3.7.200.38 89,178 9/12/2023
3.7.200.37 234,293 9/8/2023
3.7.200.36 65,798 9/8/2023
3.7.200.35 43,588 9/6/2023
3.7.200.34 50,060 9/5/2023
3.7.200.33 191,728 9/1/2023
3.7.200.32 36,318 9/1/2023
3.7.200.31 7,068 8/31/2023
3.7.200.30 35,388 8/31/2023
3.7.200.29 10,216 8/30/2023
3.7.200.28 123,671 8/28/2023
3.7.200.27 139,129 8/25/2023
3.7.200.26 310,900 8/24/2023
3.7.200.25 169,238 8/23/2023
3.7.200.24 82,880 8/22/2023
3.7.200.23 125,718 8/21/2023
3.7.200.22 81,846 8/18/2023
3.7.200.21 11,911 8/18/2023
3.7.200.20 131,995 8/17/2023
3.7.200.19 143,231 8/15/2023
3.7.200.18 71,005 8/14/2023
3.7.200.17 104,148 8/11/2023
3.7.200.16 65,331 8/10/2023
3.7.200.15 86,273 8/9/2023
3.7.200.14 64,352 8/8/2023
3.7.200.13 11,834 8/8/2023
3.7.200.12 57,048 8/7/2023
3.7.200.11 151,492 8/4/2023
3.7.200.10 148,617 8/2/2023
3.7.200.9 69,135 8/1/2023
3.7.200.8 166,843 7/31/2023
3.7.200.7 658,799 7/28/2023
3.7.200.6 51,591 7/28/2023
3.7.200.5 124,329 7/26/2023
3.7.200.4 206,492 7/24/2023
3.7.200.3 145,339 7/21/2023
3.7.200.2 187,794 7/20/2023
3.7.200.1 1,273,639 7/18/2023
3.7.200 228,913 7/18/2023
3.7.103.12 60,642 7/17/2023
3.7.103.11 1,120,281 7/13/2023
3.7.103.10 284,968 7/7/2023
3.7.103.9 7,308 7/7/2023
3.7.103.8 41,883 7/6/2023
3.7.103.7 89,707 7/5/2023
3.7.103.6 124,907 7/3/2023
3.7.103.5 1,037,748 6/20/2023
3.7.103.4 456,990 6/15/2023
3.7.103.3 303,141 6/13/2023
3.7.103.2 138,796 6/12/2023
3.7.103.1 141,990 6/8/2023
3.7.103 383,622 6/6/2023
3.7.102.16 157,785 6/5/2023
3.7.102.15 103,609 6/2/2023
3.7.102.14 12,214 6/2/2023
3.7.102.13 51,175 6/1/2023
3.7.102.12 195,989 5/30/2023
3.7.102.11 172,243 5/26/2023
3.7.102.10 52,949 5/25/2023
3.7.102.9 78,978 5/24/2023
3.7.102.8 96,885 5/23/2023
3.7.102.7 193,874 5/19/2023
3.7.102.6 59,260 5/18/2023
3.7.102.5 156,202 5/16/2023
3.7.102.4 101,847 5/15/2023
3.7.102.3 181,546 5/11/2023
3.7.102.2 204,971 5/9/2023
3.7.102.1 102,700 5/8/2023
3.7.102 113,767 5/5/2023
3.7.101 95,590 5/4/2023
3.7.100.124 665,320 5/2/2023
3.7.100.123 144,699 5/1/2023
3.7.100.122 184,516 4/28/2023
3.7.100.121 119,337 4/27/2023
3.7.100.120 56,835 4/26/2023
3.7.100.119 78,417 4/25/2023
3.7.100.118 67,219 4/25/2023
3.7.100.117 157,453 4/21/2023
3.7.100.116 48,850 4/21/2023
3.7.100.115 131,666 4/19/2023
3.7.100.114 855,632 4/17/2023
3.7.100.113 116,904 4/14/2023
3.7.100.112 34,951 4/13/2023
3.7.100.111 51,051 4/12/2023
3.7.100.110 59,922 4/11/2023
3.7.100.109 154,315 4/10/2023
3.7.100.108 53,835 4/7/2023
3.7.100.107 33,249 4/6/2023
3.7.100.106 137,209 4/5/2023
3.7.100.105 122,973 4/4/2023
3.7.100.104 85,728 4/3/2023
3.7.100.103 119,155 3/31/2023
3.7.100.102 235,328 3/30/2023
3.7.100.101 122,947 3/29/2023
3.7.100.100 70,346 3/28/2023
3.7.100.99 270,939 3/24/2023
3.7.100.98 53,286 3/23/2023
3.7.100.97 64,439 3/22/2023
3.7.100.96 226,190 3/21/2023
3.7.100.95 129,085 3/20/2023
3.7.100.94 196,417 3/17/2023
3.7.100.93 27,395 3/17/2023
3.7.100.92 56,457 3/16/2023
3.7.100.91 76,188 3/15/2023
3.7.100.90 41,729 3/14/2023
3.7.100.89 105,137 3/13/2023
3.7.100.88 146,200 3/10/2023
3.7.100.87 106,774 3/9/2023
3.7.100.86 218,319 3/8/2023
3.7.100.85 76,925 3/7/2023
3.7.100.84 147,802 3/3/2023
3.7.100.83 114,364 3/2/2023
3.7.100.82 117,539 3/1/2023
3.7.100.81 55,712 2/28/2023
3.7.100.80 91,000 2/27/2023
3.7.100.79 197,422 2/23/2023
3.7.100.78 283,501 2/21/2023
3.7.100.77 750,611 2/18/2023
3.7.100.76 6,598 2/17/2023
3.7.100.75 72,428 2/16/2023
3.7.100.74 163,997 2/15/2023
3.7.100.73 205,876 2/13/2023
3.7.100.72 100,284 2/10/2023
3.7.100.71 73,784 2/9/2023
3.7.100.70 77,870 2/8/2023
3.7.100.69 95,204 2/7/2023
3.7.100.68 168,070 2/6/2023
3.7.100.67 383,436 2/3/2023
3.7.100.66 112,293 2/2/2023
3.7.100.65 20,799 2/2/2023
3.7.100.64 43,043 2/1/2023
3.7.100.63 350,381 1/31/2023
3.7.100.62 459,014 1/26/2023
3.7.100.61 44,027 1/25/2023
3.7.100.60 81,076 1/24/2023
3.7.100.59 105,650 1/23/2023
3.7.100.58 318,119 1/20/2023
3.7.100.57 49,730 1/20/2023
3.7.100.56 117,257 1/18/2023
3.7.100.55 313,666 1/17/2023
3.7.100.54 262,948 1/13/2023
3.7.100.53 101,865 1/12/2023
3.7.100.52 400,050 1/10/2023
3.7.100.51 100,712 1/9/2023
3.7.100.50 71,657 1/6/2023
3.7.100.49 43,065 1/5/2023
3.7.100.48 853,797 1/4/2023
3.7.100.47 29,389 1/3/2023
3.7.100.46 253,111 12/30/2022
3.7.100.45 39,548 12/29/2022
3.7.100.44 150,931 12/23/2022
3.7.100.43 40,641 12/22/2022
3.7.100.42 43,222 12/21/2022
3.7.100.41 116,042 12/20/2022
3.7.100.40 55,750 12/19/2022
3.7.100.39 119,586 12/16/2022
3.7.100.38 74,774 12/16/2022
3.7.100.37 35,562 12/15/2022
3.7.100.36 128,960 12/14/2022
3.7.100.35 88,639 12/13/2022
3.7.100.34 136,040 12/12/2022
3.7.100.33 193,557 12/8/2022
3.7.100.32 45,424 12/8/2022
3.7.100.31 13,019 12/7/2022
3.7.100.30 77,130 12/6/2022
3.7.100.29 215,135 12/5/2022
3.7.100.28 66,589 12/2/2022
3.7.100.27 373,515 12/1/2022
3.7.100.26 174,724 11/30/2022
3.7.100.25 309,807 11/29/2022
3.7.100.24 45,295 11/29/2022
3.7.100.23 235,452 11/28/2022
3.7.100.22 406,468 11/22/2022
3.7.100.21 512,987 11/18/2022
3.7.100.20 95,763 11/17/2022
3.7.100.19 68,694 11/16/2022
3.7.100.18 97,331 11/16/2022
3.7.100.17 109,991 11/15/2022
3.7.100.16 395,576 11/11/2022
3.7.100.15 92,049 11/10/2022
3.7.100.14 220,889 11/9/2022
3.7.100.13 20,213 11/9/2022
3.7.100.12 13,516 11/9/2022
3.7.100.11 7,561 11/8/2022
3.7.100.10 192,135 11/7/2022
3.7.100.9 182,784 11/4/2022
3.7.100.8 180,295 11/2/2022
3.7.100.7 205,651 10/31/2022
3.7.100.6 76,325 10/29/2022
3.7.100.5 11,955 10/28/2022
3.7.100.4 126,304 10/27/2022
3.7.100.3 144,122 10/26/2022
3.7.100.2 66,892 10/25/2022
3.7.100.1 107,847 10/24/2022
3.7.100 488,132 10/21/2022
3.7.2.122 214,807 10/20/2022
3.7.2.121 220,146 10/19/2022
3.7.2.120 659,056 10/18/2022
3.7.2.119 272,092 10/14/2022
3.7.2.118 58,066 10/13/2022
3.7.2.117 750,715 10/7/2022
3.7.2.116 118,496 10/6/2022
3.7.2.115 158,374 10/4/2022
3.7.2.114 137,211 10/3/2022
3.7.2.113 367,674 9/30/2022
3.7.2.112 188,454 9/29/2022
3.7.2.111 182,944 9/27/2022
3.7.2.110 4,165,733 9/27/2022
3.7.2.109 9,978 9/26/2022
3.7.2.108 134,203 9/23/2022
3.7.2.107 48,390 9/22/2022
3.7.2.106 115,973 9/21/2022
3.7.2.105 133,644 9/20/2022
3.7.2.104 304,085 9/19/2022
3.7.2.103 141,867 9/15/2022
3.7.2.102 81,766 9/14/2022
3.7.2.101 89,245 9/13/2022
3.7.2.100 235,250 9/9/2022
3.7.2.99 468,721 9/9/2022
3.7.2.98 24,113 9/8/2022
3.7.2.97 716,140 9/2/2022
3.7.2.96 72,509 9/1/2022
3.7.2.95 173,302 8/30/2022
3.7.2.94 148,358 8/29/2022
3.7.2.93 106,286 8/25/2022
3.7.2.92 742,169 8/22/2022
3.7.2.91 50,157 8/19/2022
3.7.2.90 194,758 8/16/2022
3.7.2.89 183,396 8/12/2022
3.7.2.88 141,403 8/11/2022
3.7.2.87 524,876 8/8/2022
3.7.2.86 234,529 8/4/2022
3.7.2.85 220,769 8/2/2022
3.7.2.84 175,048 7/29/2022
3.7.2.83 87,845 7/28/2022
3.7.2.82 57,862 7/27/2022
3.7.2.81 258,303 7/22/2022
3.7.2.80 278,264 7/20/2022
3.7.2.79 148,586 7/18/2022
3.7.2.78 68,746 7/15/2022
3.7.2.77 61,800 7/14/2022
3.7.2.76 149,773 7/12/2022
3.7.2.75 60,254 7/11/2022
3.7.2.74 222,476 7/5/2022
3.7.2.73 667,712 6/29/2022
3.7.2.72 332,235 6/24/2022
3.7.2.71 1,434,135 6/17/2022
3.7.2.70 83,151 6/16/2022
3.7.2.69 379,300 6/14/2022
3.7.2.68 161,629 6/10/2022
3.7.2.67 143,786 6/8/2022
3.7.2.66 113,046 6/7/2022
3.7.2.65 93,832 6/6/2022
3.7.2.64 350,141 5/31/2022
3.7.2.63 251,373 5/27/2022
3.7.2.62 191,057 5/26/2022
3.7.2.61 11,376 5/26/2022
3.7.2.60 33,641 5/25/2022
3.7.2.59 162,281 5/24/2022
3.7.2.58 124,460 5/23/2022
3.7.2.57 204,194 5/19/2022
3.7.2.56 140,572 5/18/2022
3.7.2.55 746,494 5/9/2022
3.7.2.54 538,414 5/6/2022
3.7.2.53 10,263 5/6/2022
3.7.2.52 63,392 5/5/2022
3.7.2.51 186,906 5/4/2022
3.7.2.50 339,262 5/3/2022
3.7.2.49 66,693 5/3/2022
3.7.2.48 14,816 5/2/2022
3.7.2.47 785,791 4/20/2022
3.7.2.46 1,905,162 4/19/2022
3.7.2.45 562,465 4/14/2022
3.7.2.44 1,659,086 4/12/2022
3.7.2.43 83,523 4/11/2022
3.7.2.42 229,802 4/7/2022
3.7.2.41 83,702 4/6/2022
3.7.2.40 550,101 4/1/2022
3.7.2.39 1,858,487 3/31/2022
3.7.2.38 611,272 3/28/2022
3.7.2.37 186,848 3/24/2022
3.7.2.36 121,136 3/23/2022
3.7.2.35 654,669 3/17/2022
3.7.2.34 44,662 3/16/2022
3.7.2.33 282,147 3/14/2022
3.7.2.32 176,070 3/10/2022
3.7.2.31 117,903 3/9/2022
3.7.2.30 59,339 3/8/2022
3.7.2.29 240,426 3/3/2022
3.7.2.28 152,078 3/1/2022
3.7.2.27 45,089 2/28/2022
3.7.2.26 85,173 2/26/2022
3.7.2.25 96,653 2/23/2022
3.7.2.24 35,901 2/22/2022
3.7.2.23 15,237 2/22/2022
3.7.2.22 55,364 2/21/2022
3.7.2.21 220,925 2/17/2022
3.7.2.20 301,959 2/11/2022
3.7.2.19 17,983 2/10/2022
3.7.2.18 252,428 2/4/2022
3.7.2.17 60,684 2/3/2022
3.7.2.16 636,504 1/28/2022
3.7.2.15 263,723 1/25/2022
3.7.2.14 712,940 1/15/2022
3.7.2.13 7,455 1/14/2022
3.7.2.12 99,344 1/13/2022
3.7.2.11 863,290 1/11/2022
3.7.2.10 156,410 1/7/2022
3.7.2.9 28,262 1/6/2022
3.7.2.8 33,099 1/5/2022
3.7.2.7 123,725 1/3/2022
3.7.2.6 420,592 12/21/2021
3.7.2.5 42,792 12/20/2021
3.7.2.4 755,760 12/13/2021
3.7.2.3 242,440 12/8/2021
3.7.2.2 270,877 12/2/2021
3.7.2.1 61,228 12/1/2021
3.7.2 684,710 11/23/2021
3.7.1.46 228,457 11/22/2021
3.7.1.45 604,858 11/19/2021
3.7.1.44 6,269 11/18/2021
3.7.1.43 548,889 11/17/2021
3.7.1.42 46,011 11/16/2021
3.7.1.41 205,844 11/15/2021
3.7.1.40 89,028 11/12/2021
3.7.1.39 137,104 11/11/2021
3.7.1.38 35,187 11/11/2021
3.7.1.37 69,630 11/9/2021
3.7.1.36 671,807 11/5/2021
3.7.1.35 9,181 11/4/2021
3.7.1.34 117,613 11/3/2021
3.7.1.33 80,934 11/2/2021
3.7.1.32 56,588 11/1/2021
3.7.1.31 155,550 10/29/2021
3.7.1.30 106,082 10/27/2021
3.7.1.29 245,067 10/26/2021
3.7.1.28 7,306 10/26/2021
3.7.1.27 173,624 10/22/2021
3.7.1.26 10,162 10/21/2021
3.7.1.25 338,937 10/14/2021
3.7.1.24 167,277 10/13/2021
3.7.1.23 98,337 10/12/2021
3.7.1.22 99,631 10/8/2021
3.7.1.21 45,513 10/7/2021
3.7.1.20 225,317 10/7/2021
3.7.1.19 7,013 10/6/2021
3.7.1.18 313,064 10/1/2021
3.7.1.17 76,779 9/30/2021
3.7.1.16 146,062 9/29/2021
3.7.1.15 156,553 9/27/2021
3.7.1.14 88,430 9/24/2021
3.7.1.13 80,337 9/23/2021
3.7.1.12 45,974 9/22/2021
3.7.1.11 359,594 9/17/2021
3.7.1.10 44,774 9/16/2021
3.7.1.9 100,848 9/16/2021
3.7.1.8 361,817 9/13/2021
3.7.1.7 116,806 9/10/2021
3.7.1.6 58,649 9/9/2021
3.7.1.5 62,657 9/7/2021
3.7.1.4 121,632 9/3/2021
3.7.1.3 23,089 9/3/2021
3.7.1.2 13,266 9/2/2021
3.7.1.1 46,129 9/1/2021
3.7.1 275,618 8/31/2021
3.7.0.57 804,935 8/27/2021
3.7.0.56 100,273 8/25/2021
3.7.0.55 178,324 8/23/2021
3.7.0.54 83,787 8/19/2021
3.7.0.53 387,342 8/16/2021
3.7.0.52 284,048 8/12/2021
3.7.0.51 449,534 8/10/2021
3.7.0.50 340,091 8/6/2021
3.7.0.49 91,329 8/4/2021
3.7.0.48 555,402 7/30/2021
3.7.0.47 30,769 7/29/2021
3.7.0.46 164,641 7/27/2021
3.7.0.45 283,592 7/21/2021
3.7.0.44 215,445 7/16/2021
3.7.0.43 384,246 7/13/2021
3.7.0.42 83,625 7/12/2021
3.7.0.41 167,013 7/9/2021
3.7.0.40 49,919 7/8/2021
3.7.0.39 87,508 7/7/2021
3.7.0.38 50,993 7/6/2021
3.7.0.37 158,534 7/1/2021
3.7.0.36 183,610 6/25/2021
3.7.0.35 43,464 6/24/2021
3.7.0.34 301,735 6/21/2021
3.7.0.33 54,621 6/17/2021
3.7.0.32 211,491 6/15/2021
3.7.0.31 155,011 6/11/2021
3.7.0.30 778,994 5/28/2021
3.7.0.29 180,268 5/27/2021
3.7.0.28 36,164 5/27/2021
3.7.0.27 110,970 5/24/2021
3.7.0.26 50,021 5/21/2021
3.7.0.25 37,830 5/20/2021
3.7.0.24 62,464 5/19/2021
3.7.0.23 67,154 5/18/2021
3.7.0.22 299,360 5/14/2021
3.7.0.21 67,640 5/12/2021
3.7.0.20 129,524 5/10/2021
3.7.0.19 6,050 5/10/2021
3.7.0.18 176,555 5/6/2021
3.7.0.17 804,709 4/30/2021
3.7.0.16 71,492 4/27/2021
3.7.0.15 151,941 4/23/2021
3.7.0.14 260,511 4/19/2021
3.7.0.13 128,450 4/15/2021
3.7.0.12 250,539 4/13/2021
3.7.0.11 586,503 4/12/2021
3.7.0.10 180,940 4/8/2021
3.7.0.9 117,556 4/7/2021
3.7.0.8 474,567 4/2/2021
3.7.0.7 376,483 4/1/2021
3.7.0.6 70,046 3/31/2021
3.7.0.5 9,787 3/31/2021
3.7.0.4 82,703 3/30/2021
3.7.0.3 132,447 3/29/2021
3.7.0.2 75,353 3/27/2021
3.7.0.1 91,295 3/26/2021
3.7.0 4,703,558 3/26/2021
3.5.1.28 885,848 3/25/2021
3.5.1.27 592,174 3/17/2021
3.5.1.26 105,909 3/15/2021
3.5.1.25 447,312 3/9/2021
3.5.1.24 219,319 3/5/2021
3.5.1.23 9,371 3/4/2021
3.5.1.22 124,664 3/1/2021
3.5.1.21 380,558 2/23/2021
3.5.1.20 428,404 2/19/2021
3.5.1.19 202,165 2/12/2021
3.5.1.18 193,432 2/9/2021
3.5.1.17 156,384 2/8/2021
3.5.1.16 60,309 2/5/2021
3.5.1.15 35,386 2/4/2021
3.5.1.14 488,039 1/29/2021
3.5.1.13 52,748 1/28/2021
3.5.1.12 40,240 1/27/2021
3.5.1.11 697,711 1/26/2021
3.5.1.10 430,462 1/20/2021
3.5.1.9 14,093 1/19/2021
3.5.1.8 436,029 1/11/2021
3.5.1.7 229,735 1/7/2021
3.5.1.6 290,597 12/30/2020
3.5.1.5 99,384 12/23/2020
3.5.1.4 231,088 12/22/2020
3.5.1.3 28,686 12/22/2020
3.5.1.2 12,935 12/21/2020
3.5.1.1 53,104 12/18/2020
3.5.1 130,244 12/17/2020
3.5.0.50 166,869 12/16/2020
3.5.0.49 55,015 12/14/2020
3.5.0.48 503,231 12/9/2020
3.5.0.47 104,480 12/7/2020
3.5.0.46 116,291 12/3/2020
3.5.0.45 182,452 12/2/2020
3.5.0.44 31,072 12/1/2020
3.5.0.43 205,562 12/1/2020
3.5.0.42 171,993 11/24/2020
3.5.0.41 68,323 11/23/2020
3.5.0.40 35,833 11/20/2020
3.5.0.39 91,328 11/19/2020
3.5.0.38 13,842 11/18/2020
3.5.0.37 86,371 11/13/2020
3.5.0.36 715,409 11/5/2020
3.5.0.35 43,883 11/4/2020
3.5.0.34 227,871 10/28/2020
3.5.0.33 51,349 10/27/2020
3.5.0.32 50,398 10/26/2020
3.5.0.31 205,320 10/22/2020
3.5.0.30 45,705 10/21/2020
3.5.0.29 53,209 10/20/2020
3.5.0.28 107,679 10/16/2020
3.5.0.27 49,304 10/15/2020
3.5.0.26 421,118 10/9/2020
3.5.0.25 406,812 10/6/2020
3.5.0.24 37,188 10/2/2020
3.5.0.23 126,497 10/1/2020
3.5.0.22 55,825 9/30/2020
3.5.0.21 73,368 9/29/2020
3.5.0.20 41,443 9/25/2020
3.5.0.19 187,549 9/24/2020
3.5.0.18 208,503 9/21/2020
3.5.0.17 42,543 9/18/2020
3.5.0.16 304,939 9/17/2020
3.5.0.15 79,511 9/16/2020
3.5.0.14 32,436 9/15/2020
3.5.0.13 53,720 9/14/2020
3.5.0.12 94,270 9/11/2020
3.5.0.11 147,914 9/10/2020
3.5.0.10 11,854 9/9/2020
3.5.0.9 93,589 9/4/2020
3.5.0.8 76,671 9/2/2020
3.5.0.7 323,730 9/1/2020
3.5.0.6 10,560 8/31/2020
3.5.0.5 32,294 8/28/2020
3.5.0.4 20,675 8/27/2020
3.5.0.3 24,187 8/26/2020
3.5.0.2 95,551 8/25/2020
3.5.0.1 13,448 8/24/2020
3.5.0 1,013,288 8/20/2020
3.5.0-beta 100,053 2/4/2020
3.3.103.26 2,269,947 8/19/2020
3.3.103.25 182,060 8/14/2020
3.3.103.24 149,663 8/10/2020
3.3.103.23 67,600 8/8/2020
3.3.103.22 106,665 8/6/2020
3.3.103.21 128,704 8/4/2020
3.3.103.20 62,291 8/3/2020
3.3.103.19 44,775 7/31/2020
3.3.103.18 24,536 7/30/2020
3.3.103.17 98,570 7/29/2020
3.3.103.16 65,377 7/28/2020
3.3.103.15 376,132 7/23/2020
3.3.103.14 19,648 7/22/2020
3.3.103.13 97,540 7/17/2020
3.3.103.12 43,091 7/15/2020
3.3.103.11 173,938 7/9/2020
3.3.103.10 19,843 7/9/2020
3.3.103.9 53,739 7/8/2020
3.3.103.8 37,438 7/7/2020
3.3.103.7 355,830 7/2/2020
3.3.103.6 68,413 6/29/2020
3.3.103.5 88,089 6/26/2020
3.3.103.4 27,584 6/25/2020
3.3.103.3 39,276 6/24/2020
3.3.103.2 5,459 6/24/2020
3.3.103.1 90,315 6/23/2020
3.3.103 83,839 6/22/2020
3.3.102.128 145,461 6/19/2020
3.3.102.127 31,044 6/18/2020
3.3.102.126 49,349 6/17/2020
3.3.102.125 219,377 6/11/2020
3.3.102.124 73,211 6/9/2020
3.3.102.123 540,644 6/5/2020
3.3.102.122 43,984 6/4/2020
3.3.102.121 28,820 6/3/2020
3.3.102.120 13,258 6/3/2020
3.3.102.119 26,195 6/1/2020
3.3.102.118 158,596 5/27/2020
3.3.102.117 180,202 5/26/2020
3.3.102.116 79,232 5/22/2020
3.3.102.115 21,312 5/22/2020
3.3.102.114 36,783 5/21/2020
3.3.102.113 64,325 5/19/2020
3.3.102.112 43,508 5/18/2020
3.3.102.111 44,698 5/15/2020
3.3.102.110 52,147 5/14/2020
3.3.102.109 100,538 5/11/2020
3.3.102.108 34,560 5/8/2020
3.3.102.107 30,862 5/8/2020
3.3.102.106 7,825 5/7/2020
3.3.102.105 39,169 5/6/2020
3.3.102.104 101,989 5/4/2020
3.3.102.103 32,770 5/1/2020
3.3.102.102 36,413 4/30/2020
3.3.102.101 68,493 4/29/2020
3.3.102.100 45,742 4/28/2020
3.3.102.99 38,664 4/27/2020
3.3.102.98 110,297 4/24/2020
3.3.102.97 321,052 4/23/2020
3.3.102.96 28,843 4/22/2020
3.3.102.95 21,436 4/21/2020
3.3.102.94 27,696 4/20/2020
3.3.102.93 46,886 4/17/2020
3.3.102.92 55,163 4/16/2020
3.3.102.91 269,692 4/8/2020
3.3.102.90 371,646 4/6/2020
3.3.102.89 343,562 4/3/2020
3.3.102.88 13,934 4/3/2020
3.3.102.87 44,533 4/2/2020
3.3.102.86 76,703 4/1/2020
3.3.102.85 37,630 3/31/2020
3.3.102.84 40,124 3/30/2020
3.3.102.83 83,210 3/27/2020
3.3.102.82 38,889 3/26/2020
3.3.102.81 32,302 3/25/2020
3.3.102.80 68,852 3/24/2020
3.3.102.79 86,029 3/20/2020
3.3.102.78 13,251 3/19/2020
3.3.102.77 95,182 3/18/2020
3.3.102.76 15,714 3/17/2020
3.3.102.75 26,969 3/16/2020
3.3.102.74 54,872 3/12/2020
3.3.102.73 358,660 3/6/2020
3.3.102.72 71,665 3/5/2020
3.3.102.71 215,045 3/2/2020
3.3.102.70 89,074 2/28/2020
3.3.102.69 6,548 2/27/2020
3.3.102.68 51,381 2/26/2020
3.3.102.67 143,426 2/25/2020
3.3.102.66 244,621 2/19/2020
3.3.102.65 103,901 2/17/2020
3.3.102.64 133,245 2/13/2020
3.3.102.63 199,308 2/10/2020
3.3.102.62 108,554 2/7/2020
3.3.102.61 217,849 2/4/2020
3.3.102.60 431,497 1/24/2020
3.3.102.59 55,615 1/23/2020
3.3.102.58 87,826 1/21/2020
3.3.102.57 105,877 1/17/2020
3.3.102.56 22,688 1/16/2020
3.3.102.55 48,673 1/15/2020
3.3.102.54 159,116 1/10/2020
3.3.102.53 400,918 1/8/2020
3.3.102.52 61,703 1/6/2020
3.3.102.51 430,429 1/2/2020
3.3.102.50 140,225 12/25/2019
3.3.102.49 9,215 12/23/2019
3.3.102.48 19,487 12/20/2019
3.3.102.47 70,431 12/18/2019
3.3.102.46 48,760 12/18/2019
3.3.102.45 74,763 12/16/2019
3.3.102.44 101,024 12/13/2019
3.3.102.43 23,953 12/12/2019
3.3.102.42 21,520 12/12/2019
3.3.102.41 20,923 12/11/2019
3.3.102.40 94,332 12/9/2019
3.3.102.39 94,585 12/3/2019
3.3.102.38 210,136 12/2/2019
3.3.102.37 70,020 11/26/2019
3.3.102.36 15,639 11/25/2019
3.3.102.35 28,545 11/22/2019
3.3.102.34 21,368 11/22/2019
3.3.102.33 104,242 11/20/2019
3.3.102.32 5,704 11/19/2019
3.3.102.31 163,906 11/14/2019
3.3.102.30 47,505 11/13/2019
3.3.102.29 93,566 11/8/2019
3.3.102.28 35,613 11/7/2019
3.3.102.27 36,638 11/7/2019
3.3.102.26 58,004 11/5/2019
3.3.102.25 136,755 10/31/2019
3.3.102.24 65,270 10/30/2019
3.3.102.23 81,798 10/28/2019
3.3.102.22 103,326 10/28/2019
3.3.102.21 88,049 10/24/2019
3.3.102.20 56,763 10/22/2019
3.3.102.19 61,877 10/18/2019
3.3.102.18 22,739 10/17/2019
3.3.102.17 44,439 10/16/2019
3.3.102.16 230,165 10/11/2019
3.3.102.15 23,446 10/10/2019
3.3.102.14 148,231 10/8/2019
3.3.102.13 154,679 9/30/2019
3.3.102.12 68,480 9/26/2019
3.3.102.11 226,830 9/23/2019
3.3.102.10 27,203 9/21/2019
3.3.102.9 58,842 9/19/2019
3.3.102.8 61,685 9/18/2019
3.3.102.7 139,938 9/17/2019
3.3.102.6 24,756 9/16/2019
3.3.102.5 42,359 9/12/2019
3.3.102.4 96,028 9/9/2019
3.3.102.3 36,069 9/6/2019
3.3.102.2 23,727 9/5/2019
3.3.102.1 20,683 9/4/2019
3.3.102 432,179 8/28/2019
3.3.101.3 62,373 8/27/2019
3.3.101.2 527,368 8/23/2019
3.3.101.1 118,728 8/22/2019
3.3.101 31,037 8/21/2019
3.3.100.65 296,003 8/16/2019
3.3.100.64 23,557 8/15/2019
3.3.100.63 28,332 8/14/2019
3.3.100.62 20,225 8/13/2019
3.3.100.61 33,810 8/12/2019
3.3.100.60 44,196 8/9/2019
3.3.100.59 21,222 8/8/2019
3.3.100.58 72,193 8/7/2019
3.3.100.57 5,596 8/7/2019
3.3.100.56 127,256 8/2/2019
3.3.100.55 23,160 8/1/2019
3.3.100.54 99,455 7/30/2019
3.3.100.53 20,946 7/29/2019
3.3.100.52 65,119 7/25/2019
3.3.100.51 89,547 7/24/2019
3.3.100.50 55,994 7/22/2019
3.3.100.49 34,502 7/19/2019
3.3.100.48 9,026 7/19/2019
3.3.100.47 161,485 7/12/2019
3.3.100.46 53,612 7/10/2019
3.3.100.45 19,563 7/9/2019
3.3.100.44 41,808 7/8/2019
3.3.100.43 141,357 7/2/2019
3.3.100.42 80,352 7/1/2019
3.3.100.41 87,685 6/28/2019
3.3.100.40 38,816 6/27/2019
3.3.100.39 11,256 6/27/2019
3.3.100.38 6,019 6/26/2019
3.3.100.37 68,369 6/24/2019
3.3.100.36 37,078 6/20/2019
3.3.100.35 19,025 6/20/2019
3.3.100.34 108,043 6/17/2019
3.3.100.33 15,061 6/14/2019
3.3.100.32 67,030 6/13/2019
3.3.100.31 148,318 6/7/2019
3.3.100.30 193,750 6/4/2019
3.3.100.29 113,794 6/3/2019
3.3.100.28 94,455 5/31/2019
3.3.100.27 20,693 5/30/2019
3.3.100.26 51,056 5/29/2019
3.3.100.25 27,002 5/28/2019
3.3.100.24 104,924 5/23/2019
3.3.100.23 34,542 5/22/2019
3.3.100.22 33,141 5/21/2019
3.3.100.21 55,611 5/20/2019
3.3.100.20 20,456 5/17/2019
3.3.100.19 110,485 5/15/2019
3.3.100.18 94,622 5/10/2019
3.3.100.17 121,906 5/8/2019
3.3.100.16 45,742 5/7/2019
3.3.100.15 44,162 5/3/2019
3.3.100.14 26,669 5/2/2019
3.3.100.13 112,016 4/30/2019
3.3.100.12 16,267 4/29/2019
3.3.100.11 55,848 4/26/2019
3.3.100.10 12,621 4/25/2019
3.3.100.9 16,767 4/25/2019
3.3.100.8 20,061 4/24/2019
3.3.100.7 103,366 4/18/2019
3.3.100.6 46,639 4/16/2019
3.3.100.5 354,715 4/4/2019
3.3.100.4 22,874 4/3/2019
3.3.100.3 150,898 3/29/2019
3.3.100.2 59,481 3/26/2019
3.3.100.1 230,434 3/22/2019
3.3.100 567,101 3/21/2019
3.3.3.62 702,140 3/11/2019
3.3.3.61 165,380 3/7/2019
3.3.3.60 23,442 3/6/2019
3.3.3.59 320,730 2/26/2019
3.3.3.58 262,886 2/20/2019
3.3.3.57 96,683 2/15/2019
3.3.3.56 56,593 2/14/2019
3.3.3.55 23,795 2/13/2019
3.3.3.54 212,940 2/4/2019
3.3.3.53 256,284 1/26/2019
3.3.3.52 16,679 1/25/2019
3.3.3.51 41,385 1/24/2019
3.3.3.50 131,078 1/18/2019
3.3.3.49 149,996 1/11/2019
3.3.3.48 23,329 1/10/2019
3.3.3.47 64,776 1/8/2019
3.3.3.46 8,984 1/7/2019
3.3.3.45 43,210 1/4/2019
3.3.3.44 304,702 12/22/2018
3.3.3.43 172,324 12/21/2018
3.3.3.42 114,856 12/15/2018
3.3.3.41 16,426 12/14/2018
3.3.3.40 32,702 12/12/2018
3.3.3.39 574,219 12/4/2018
3.3.3.38 240,319 11/16/2018
3.3.3.37 7,592 11/16/2018
3.3.3.36 50,390 11/15/2018
3.3.3.35 18,645 11/13/2018
3.3.3.34 49,783 11/9/2018
3.3.3.33 24,185 11/9/2018
3.3.3.32 19,889 11/7/2018
3.3.3.31 28,615 11/7/2018
3.3.3.30 7,159 11/6/2018
3.3.3.29 64,353 10/30/2018
3.3.3.28 10,299 10/29/2018
3.3.3.27 15,510 10/29/2018
3.3.3.26 18,643 10/26/2018
3.3.3.25 93,886 10/22/2018
3.3.3.24 6,805 10/22/2018
3.3.3.23 69,313 10/17/2018
3.3.3.22 225,258 10/6/2018
3.3.3.21 23,996 10/4/2018
3.3.3.20 500,211 9/26/2018
3.3.3.19 1,033,668 9/10/2018
3.3.3.18 42,884 9/7/2018
3.3.3.17 194,392 8/28/2018
3.3.3.16 237,113 8/16/2018
3.3.3.15 28,692 8/15/2018
3.3.3.14 209,812 8/3/2018
3.3.3.13 27,671 8/2/2018
3.3.3.12 108,627 7/23/2018
3.3.3.11 372,092 7/3/2018
3.3.3.10 584,642 6/23/2018
3.3.3.9 71,246 6/19/2018
3.3.3.8 136,042 6/1/2018
3.3.3.7 712,130 4/25/2018
3.3.3.6 168,235 4/20/2018
3.3.3.5 270,656 3/29/2018
3.3.3.4 150,516 3/15/2018
3.3.3.3 159,276 3/3/2018
3.3.3.2 1,453,888 11/11/2017
3.3.3.1 720,085 10/24/2017
3.3.3 906,602 10/19/2017
3.3.2.9 1,352,467 10/9/2017
3.3.2.8 82,498 10/7/2017
3.3.2.7 1,116,764 7/7/2017
3.3.2.6 12,008 7/5/2017
3.3.2.5 39,535 6/28/2017
3.3.2.4 158,346 6/7/2017
3.3.2.3 210,342 5/11/2017
3.3.2.2 26,138 5/8/2017
3.3.2.1 30,509 5/5/2017
3.3.2 32,359 4/28/2017
3.3.1.14 18,397 4/28/2017
3.3.1.13 42,818 4/21/2017
3.3.1.12 20,814 4/19/2017
3.3.1.11 173,908 3/31/2017
3.3.1.10 81,528 3/15/2017
3.3.1.9 17,996 3/14/2017
3.3.1.8 7,809 3/14/2017
3.3.1.7 258,098 1/20/2017
3.3.1.6 58,189 12/28/2016
3.3.1.5 7,748 12/20/2016
3.3.1.4 27,862 12/16/2016
3.3.1.3 41,065 12/9/2016
3.3.1.2 15,272 12/8/2016
3.3.1.1 56,024 12/7/2016
3.3.1 94,820 11/18/2016
3.3.0.3 25,375 11/15/2016
3.3.0.2 33,776 11/4/2016
3.3.0.1 59,570 10/11/2016
3.3.0 359,942 9/19/2016
3.2.8-rc 4,334 9/8/2016
3.2.7-beta 3,502 8/23/2016
3.2.6-beta 3,457 8/2/2016
3.2.5-beta 8,421 6/28/2016
3.2.4.1-beta 4,922 6/2/2016
3.2.4-beta 2,254 6/1/2016
3.2.3.1-beta 3,392 4/20/2016
3.2.3-beta 3,750 3/12/2016
3.2.2.1-beta 2,416 3/2/2016
3.2.2-beta 3,056 1/12/2016
3.2.1-beta 3,226 12/7/2015
3.2.0-beta 2,883 9/29/2015
3.1.0.13 163,836 8/9/2016
3.1.0.12 81,782 7/13/2016
3.1.0.11 57,701 6/28/2016
3.1.0.10 12,841 6/14/2016
3.1.0.9 25,883 6/3/2016
3.1.0.8 8,186 5/26/2016
3.1.0.7 19,106 5/10/2016
3.1.0.6 46,496 2/22/2016
3.1.0.5 53,994 1/6/2016
3.1.0.4 17,309 12/2/2015
3.1.0.3 6,775 11/21/2015
3.1.0.2 22,268 10/7/2015
3.1.0.1 10,757 8/27/2015
3.1.0 88,565 7/28/2015
3.0.0.2-preview 3,713 5/21/2015
3.0.0.1-preview 2,745 5/6/2015
3.0.0-preview 2,601 4/30/2015