AWSSDK.SQS 4.0.1.12

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

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