AWSSDK.SQS 4.0.1.7

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

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