AWSSDK.SQS 4.0.1.2

Prefix Reserved
dotnet add package AWSSDK.SQS --version 4.0.1.2
                    
NuGet\Install-Package AWSSDK.SQS -Version 4.0.1.2
                    
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.2" />
                    
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.2" />
                    
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.2
                    
#r "nuget: AWSSDK.SQS, 4.0.1.2"
                    
#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.2
                    
#: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.2
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SQS&version=4.0.1.2
                    
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 (336)

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