AWSSDK.SQS 4.0.1.7

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.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 (348)

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