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