AWSSDK.SQS 4.0.0.18

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.0.18
                    
NuGet\Install-Package AWSSDK.SQS -Version 4.0.0.18
                    
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.0.18" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SQS" Version="4.0.0.18" />
                    
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.0.18
                    
#r "nuget: AWSSDK.SQS, 4.0.0.18"
                    
#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.0.18
                    
#: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.0.18
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SQS&version=4.0.0.18
                    
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 (343)

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