AWSSDK.SQS 3.3.0.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.SQS --version 3.3.0.2
                    
NuGet\Install-Package AWSSDK.SQS -Version 3.3.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AWSSDK.SQS" Version="3.3.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SQS" Version="3.3.0.2" />
                    
Directory.Packages.props
<PackageReference Include="AWSSDK.SQS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AWSSDK.SQS --version 3.3.0.2
                    
#r "nuget: AWSSDK.SQS, 3.3.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=AWSSDK.SQS&version=3.3.0.2
                    
Install AWSSDK.SQS as a Cake Addin
#tool nuget:?package=AWSSDK.SQS&version=3.3.0.2
                    
Install AWSSDK.SQS 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 was computed.  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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap is compatible.  uap10.0 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 (324)

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.

Microting.eForm

Package Description

AWSSDK.Glacier

Amazon Glacier is a secure, durable, and extremely low-cost storage service for data archiving and online backup.

NServiceBus.AmazonSQS

NServiceBus.AmazonSQS

JustSaying

A light-weight message bus on top of AWS SNS and SQS

GitHub repositories (35)

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