AWSSDK.SQS 4.0.1.5

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

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