AWSSDK.SimpleNotificationService 4.0.2.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.SimpleNotificationService --version 4.0.2.1
                    
NuGet\Install-Package AWSSDK.SimpleNotificationService -Version 4.0.2.1
                    
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.SimpleNotificationService" Version="4.0.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SimpleNotificationService" Version="4.0.2.1" />
                    
Directory.Packages.props
<PackageReference Include="AWSSDK.SimpleNotificationService" />
                    
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.SimpleNotificationService --version 4.0.2.1
                    
#r "nuget: AWSSDK.SimpleNotificationService, 4.0.2.1"
                    
#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.SimpleNotificationService@4.0.2.1
                    
#: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.SimpleNotificationService&version=4.0.2.1
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SimpleNotificationService&version=4.0.2.1
                    
Install as a Cake Tool

Amazon Simple Notification Service (Amazon SNS) is a fast, flexible, fully managed push messaging service. Amazon SNS makes it simple and cost-effective to push notifications to Apple, Google, Fire OS, and Windows devices, as well as Android devices in China with Baidu Cloud Push.  You can also use SNS to push notifications to internet connected smart devices, as well as other distributed services.

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 (180)

Showing the top 5 NuGet packages that depend on AWSSDK.SimpleNotificationService:

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.

OpenTelemetry.Instrumentation.AWS

AWS client instrumentation for OpenTelemetry .NET.

NServiceBus.AmazonSQS

NServiceBus.AmazonSQS

JustSaying

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

GitHub repositories (21)

Showing the top 20 popular GitHub repositories that depend on AWSSDK.SimpleNotificationService:

Repository Stars
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
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#.
JasperFx/wolverine
Supercharged .NET server side development!
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.
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
Elfocrash/aws-videos
awslabs/aws-sdk-net-samples
Illumina/Nirvana
The nimble & robust variant annotator
jorgevgut/airquality-mx
aws/aws-dotnet-deploy
Opinionated tooling that simplifies deployment of .NET applications to AWS.
localstack-dotnet/localstack-dotnet-client
A lightweight .NET client for LocalStack
aws/integrations-on-dotnet-aspire-for-aws
This repositry contains the integrations with .NET Aspire for AWS.
aws/aws-dotnet-messaging
An AWS-native framework that simplifies the development of .NET message processing applications that use AWS services, such as SQS, SNS, and EventBridge.
aws/aws-xray-sdk-dotnet
The official AWS X-Ray SDK for .NET.
akkadotnet/Alpakka
Akka Streams Connectors - Alpakka
LambdaSharp/LambdaSharpTool
Serverless .NET on AWS - λ# is a CLI and Framework for Rapid Application Development using .NET on AWS
Version Downloads Last Updated
4.0.2.2 21,720 10/27/2025
4.0.2.1 12,675 10/23/2025
4.0.2 4,776 10/22/2025
4.0.1.9 27,646 10/16/2025
4.0.1.8 43,563 10/10/2025
4.0.1.7 8,787 10/9/2025
4.0.1.6 61,398 10/1/2025
4.0.1.5 27,128 9/30/2025
4.0.1.4 11,099 9/29/2025
4.0.1.3 119,945 9/23/2025
4.0.1.2 81,083 9/16/2025
4.0.1.1 212,467 8/29/2025
4.0.1 27,654 8/27/2025
4.0.0.21 66,967 8/21/2025
4.0.0.20 75,794 8/15/2025
4.0.0.19 22,219 8/13/2025
4.0.0.18 199,294 8/6/2025
4.0.0.17 46,565 8/4/2025
4.0.0.16 42,852 8/1/2025
4.0.0.15 113,995 7/23/2025
4.0.0.14 110,558 7/15/2025
4.0.0.13 84,796 7/9/2025
4.0.0.12 155,298 7/1/2025
4.0.0.11 89,872 6/23/2025
4.0.0.10 37,471 6/18/2025
4.0.0.9 41,234 6/16/2025
4.0.0.8 144,184 6/12/2025
4.0.0.7 18,074 6/11/2025
4.0.0.6 44,861 6/10/2025
4.0.0.5 128,012 6/4/2025
4.0.0.4 271,610 5/16/2025
4.0.0.3 16,357 5/15/2025
4.0.0.2 249,622 5/6/2025
4.0.0.1 55,872 4/30/2025
4.0.0 1,147,962 4/28/2025
4.0.0-preview.13 1,951 4/9/2025
4.0.0-preview.12 329 4/4/2025
4.0.0-preview.11 6,579 3/26/2025
4.0.0-preview.10 10,849 3/7/2025
4.0.0-preview.9 350 3/4/2025
4.0.0-preview.8 331 2/25/2025
4.0.0-preview.7 300 2/17/2025
4.0.0-preview.6 1,302 2/6/2025
4.0.0-preview.5 4,832 1/3/2025
4.0.0-preview.4 19,840 10/11/2024
4.0.0-preview.3 486 10/1/2024
4.0.0-preview.2 2,582 8/28/2024
4.0.0-preview 2,021 8/15/2024
3.7.502.6 2,619 10/31/2025
3.7.502.5 1,946 10/30/2025
3.7.502.4 4,448 10/28/2025
3.7.502.3 5,611 10/27/2025
3.7.502.2 4,498 10/24/2025
3.7.502.1 2,814 10/23/2025
3.7.502 2,206 10/22/2025
3.7.501.23 14,699 10/17/2025
3.7.501.22 3,113 10/16/2025
3.7.501.21 4,042 10/15/2025
3.7.501.20 13,312 10/10/2025
3.7.501.19 5,491 10/9/2025
3.7.501.18 4,656 10/8/2025
3.7.501.17 4,769 10/7/2025
3.7.501.16 23,145 9/30/2025
3.7.501.15 6,206 9/29/2025
3.7.501.14 9,349 9/26/2025
3.7.501.13 5,264 9/25/2025
3.7.501.12 9,736 9/23/2025
3.7.501.11 6,712 9/22/2025
3.7.501.10 9,073 9/19/2025
3.7.501.9 40,724 9/16/2025
3.7.501.8 7,519 9/15/2025
3.7.501.7 53,625 9/11/2025
3.7.501.6 5,081 9/10/2025
3.7.501.5 7,750 9/9/2025
3.7.501.4 11,868 9/8/2025
3.7.501.3 23,810 9/4/2025
3.7.501.2 12,633 9/2/2025
3.7.501.1 13,059 8/29/2025
3.7.501 12,263 8/27/2025
3.7.500.11 9,016 8/26/2025
3.7.500.10 6,830 8/25/2025
3.7.500.9 8,630 8/21/2025
3.7.500.8 7,439 8/20/2025
3.7.500.7 22,878 8/12/2025
3.7.500.6 9,866 8/11/2025
3.7.500.5 19,336 8/8/2025
3.7.500.4 10,471 8/6/2025
3.7.500.3 8,754 8/5/2025
3.7.500.2 5,925 8/4/2025
3.7.500.1 8,792 8/1/2025
3.7.500 25,854 7/31/2025
3.7.400.185 13,505 7/30/2025
3.7.400.184 7,659 7/29/2025
3.7.400.183 8,329 7/28/2025
3.7.400.182 82,864 7/24/2025
3.7.400.181 9,400 7/23/2025
3.7.400.180 7,826 7/22/2025
3.7.400.179 12,206 7/21/2025
3.7.400.178 11,928 7/18/2025
3.7.400.177 7,056 7/17/2025
3.7.400.176 14,148 7/16/2025
3.7.400.175 5,510 7/15/2025
3.7.400.174 30,537 7/9/2025
3.7.400.173 36,819 7/3/2025
3.7.400.172 12,781 7/1/2025
3.7.400.171 13,306 6/30/2025
3.7.400.170 18,380 6/27/2025
3.7.400.169 26,586 6/26/2025
3.7.400.168 16,472 6/23/2025
3.7.400.167 11,024 6/20/2025
3.7.400.166 36,264 6/18/2025
3.7.400.165 83,951 6/11/2025
3.7.400.164 23,420 6/10/2025
3.7.400.163 11,891 6/9/2025
3.7.400.162 16,827 6/6/2025
3.7.400.161 12,402 6/5/2025
3.7.400.160 12,043 6/4/2025
3.7.400.159 106,859 6/2/2025
3.7.400.158 11,352 5/30/2025
3.7.400.157 25,231 5/28/2025
3.7.400.156 25,536 5/23/2025
3.7.400.155 15,685 5/21/2025
3.7.400.154 51,071 5/20/2025
3.7.400.153 48,521 5/19/2025
3.7.400.152 15,243 5/16/2025
3.7.400.151 66,791 5/12/2025
3.7.400.150 32,040 5/9/2025
3.7.400.149 10,529 5/8/2025
3.7.400.148 16,060 5/7/2025
3.7.400.147 16,642 5/6/2025
3.7.400.146 13,553 5/5/2025
3.7.400.145 27,740 5/2/2025
3.7.400.144 14,421 5/1/2025
3.7.400.143 13,477 4/30/2025
3.7.400.142 81,431 4/29/2025
3.7.400.141 187,280 4/28/2025
3.7.400.140 50,793 4/25/2025
3.7.400.139 16,021 4/24/2025
3.7.400.138 52,671 4/23/2025
3.7.400.137 76,755 4/18/2025
3.7.400.136 18,996 4/17/2025
3.7.400.135 49,391 4/16/2025
3.7.400.134 70,909 4/14/2025
3.7.400.133 88,832 4/11/2025
3.7.400.132 42,785 4/10/2025
3.7.400.131 28,495 4/9/2025
3.7.400.130 23,567 4/8/2025
3.7.400.129 225,242 4/4/2025
3.7.400.128 19,632 4/3/2025
3.7.400.127 42,242 4/3/2025
3.7.400.126 7,939 4/2/2025
3.7.400.125 67,012 4/1/2025
3.7.400.124 24,254 3/31/2025
3.7.400.123 51,948 3/28/2025
3.7.400.122 183,268 3/27/2025
3.7.400.121 24,576 3/26/2025
3.7.400.120 42,065 3/25/2025
3.7.400.119 53,316 3/24/2025
3.7.400.118 57,145 3/21/2025
3.7.400.117 30,271 3/20/2025
3.7.400.116 45,478 3/19/2025
3.7.400.115 31,252 3/18/2025
3.7.400.114 45,927 3/17/2025
3.7.400.113 36,350 3/14/2025
3.7.400.112 25,280 3/14/2025
3.7.400.111 102,475 3/11/2025
3.7.400.110 30,615 3/10/2025
3.7.400.109 49,548 3/7/2025
3.7.400.108 43,860 3/6/2025
3.7.400.107 26,630 3/5/2025
3.7.400.106 124,384 3/4/2025
3.7.400.105 81,253 3/3/2025
3.7.400.104 112,402 2/28/2025
3.7.400.103 20,011 2/27/2025
3.7.400.102 23,331 2/26/2025
3.7.400.101 48,947 2/25/2025
3.7.400.100 46,691 2/24/2025
3.7.400.99 48,597 2/21/2025
3.7.400.98 1,992,382 2/20/2025
3.7.400.97 69,561 2/18/2025
3.7.400.96 36,697 2/17/2025
3.7.400.95 61,757 2/13/2025
3.7.400.94 67,944 2/12/2025
3.7.400.93 51,880 2/11/2025
3.7.400.92 119,222 2/10/2025
3.7.400.91 43,467 2/7/2025
3.7.400.90 87,254 2/6/2025
3.7.400.89 22,160 2/5/2025
3.7.400.88 98,717 2/4/2025
3.7.400.87 38,884 2/3/2025
3.7.400.86 183,737 1/30/2025
3.7.400.85 173,231 1/27/2025
3.7.400.84 119,357 1/22/2025
3.7.400.83 21,614 1/21/2025
3.7.400.82 50,249 1/17/2025
3.7.400.81 34,996 1/16/2025
3.7.400.80 381,981 1/15/2025
3.7.400.79 50,391 1/14/2025
3.7.400.78 28,685 1/13/2025
3.7.400.77 48,846 1/10/2025
3.7.400.76 23,599 1/9/2025
3.7.400.75 28,275 1/8/2025
3.7.400.74 55,678 1/7/2025
3.7.400.73 32,446 1/6/2025
3.7.400.72 98,866 1/3/2025
3.7.400.71 42,908 1/2/2025
3.7.400.70 213,430 12/26/2024
3.7.400.69 64,733 12/23/2024
3.7.400.68 23,275 12/20/2024
3.7.400.67 41,879 12/19/2024
3.7.400.66 57,404 12/18/2024
3.7.400.65 31,925 12/17/2024
3.7.400.64 105,854 12/13/2024
3.7.400.63 79,649 12/12/2024
3.7.400.62 39,781 12/11/2024
3.7.400.61 66,704 12/10/2024
3.7.400.60 35,823 12/9/2024
3.7.400.59 474,635 12/3/2024
3.7.400.58 303,138 11/27/2024
3.7.400.57 225,789 11/22/2024
3.7.400.56 37,802 11/21/2024
3.7.400.55 37,755 11/21/2024
3.7.400.54 161,943 11/19/2024
3.7.400.53 203,823 11/15/2024
3.7.400.52 23,466 11/15/2024
3.7.400.51 11,276 11/14/2024
3.7.400.50 58,201 11/13/2024
3.7.400.49 46,997 11/12/2024
3.7.400.48 36,699 11/11/2024
3.7.400.47 50,324 11/8/2024
3.7.400.46 87,628 11/7/2024
3.7.400.45 400,171 11/1/2024
3.7.400.44 116,344 10/31/2024
3.7.400.43 48,076 10/30/2024
3.7.400.42 136,214 10/29/2024
3.7.400.41 82,443 10/28/2024
3.7.400.40 35,934 10/25/2024
3.7.400.39 32,861 10/24/2024
3.7.400.38 95,518 10/23/2024
3.7.400.37 80,561 10/22/2024
3.7.400.36 229,365 10/16/2024
3.7.400.35 103,565 10/15/2024
3.7.400.34 58,479 10/14/2024
3.7.400.33 172,524 10/9/2024
3.7.400.32 84,006 10/8/2024
3.7.400.31 45,512 10/7/2024
3.7.400.30 1,310,557 10/4/2024
3.7.400.29 61,044 10/3/2024
3.7.400.28 58,244 10/2/2024
3.7.400.27 28,609 10/1/2024
3.7.400.26 119,166 9/27/2024
3.7.400.25 78,156 9/26/2024
3.7.400.24 51,405 9/25/2024
3.7.400.23 36,834 9/24/2024
3.7.400.22 128,898 9/21/2024
3.7.400.21 788,653 9/16/2024
3.7.400.20 58,972 9/13/2024
3.7.400.19 73,917 9/11/2024
3.7.400.18 66,903 9/10/2024
3.7.400.17 92,236 9/9/2024
3.7.400.16 69,056 9/6/2024
3.7.400.15 72,667 9/5/2024
3.7.400.14 188,445 9/4/2024
3.7.400.13 137,993 8/30/2024
3.7.400.12 168,261 8/28/2024
3.7.400.11 251,203 8/22/2024
3.7.400.10 106,399 8/21/2024
3.7.400.9 19,760 8/20/2024
3.7.400.8 43,545 8/19/2024
3.7.400.7 46,015 8/16/2024
3.7.400.6 52,088 8/15/2024
3.7.400.5 196,541 8/13/2024
3.7.400.4 158,867 8/9/2024
3.7.400.3 823,506 8/5/2024
3.7.400.2 273,394 7/30/2024
3.7.400.1 111,639 7/29/2024
3.7.400 2,154,782 7/24/2024
3.7.302.2 56,302 7/22/2024
3.7.302.1 139,843 7/18/2024
3.7.302 344,249 7/12/2024
3.7.301.66 100,335 7/10/2024
3.7.301.65 68,007 7/9/2024
3.7.301.64 26,364 7/8/2024
3.7.301.63 90,988 7/5/2024
3.7.301.62 103,554 7/3/2024
3.7.301.61 75,150 7/1/2024
3.7.301.60 138,654 6/28/2024
3.7.301.59 48,185 6/27/2024
3.7.301.58 100,868 6/24/2024
3.7.301.57 66,144 6/20/2024
3.7.301.56 110,509 6/19/2024
3.7.301.55 25,487 6/18/2024
3.7.301.54 345,934 6/12/2024
3.7.301.53 46,621 6/11/2024
3.7.301.52 86,732 6/10/2024
3.7.301.51 72,562 6/7/2024
3.7.301.50 41,335 6/6/2024
3.7.301.49 32,292 6/5/2024
3.7.301.48 53,429 6/4/2024
3.7.301.47 43,698 6/3/2024
3.7.301.46 103,146 5/30/2024
3.7.301.45 32,398 5/29/2024
3.7.301.44 45,569 5/28/2024
3.7.301.43 106,320 5/23/2024
3.7.301.42 38,070 5/22/2024
3.7.301.41 112,696 5/17/2024
3.7.301.40 51,881 5/16/2024
3.7.301.39 111,222 5/14/2024
3.7.301.38 110,489 5/13/2024
3.7.301.37 67,801 5/10/2024
3.7.301.36 45,639 5/9/2024
3.7.301.35 247,481 5/6/2024
3.7.301.34 57,500 5/3/2024
3.7.301.33 36,510 5/1/2024
3.7.301.32 52,341 4/29/2024
3.7.301.31 51,667 4/26/2024
3.7.301.30 26,216 4/25/2024
3.7.301.29 136,001 4/24/2024
3.7.301.28 185,729 4/23/2024
3.7.301.27 33,482 4/22/2024
3.7.301.26 53,170 4/19/2024
3.7.301.25 533,406 4/18/2024
3.7.301.24 33,126 4/17/2024
3.7.301.23 74,430 4/16/2024
3.7.301.22 334,067 4/11/2024
3.7.301.21 37,974 4/10/2024
3.7.301.20 52,284 4/9/2024
3.7.301.19 82,148 4/8/2024
3.7.301.18 88,865 4/5/2024
3.7.301.17 45,636 4/4/2024
3.7.301.16 39,514 4/3/2024
3.7.301.15 41,391 4/2/2024
3.7.301.14 56,814 4/1/2024
3.7.301.13 38,731 3/29/2024
3.7.301.12 33,626 3/28/2024
3.7.301.11 112,211 3/27/2024
3.7.301.10 65,771 3/26/2024
3.7.301.9 49,460 3/25/2024
3.7.301.8 1,402,887 3/22/2024
3.7.301.7 233,567 3/18/2024
3.7.301.6 43,006 3/15/2024
3.7.301.5 64,514 3/14/2024
3.7.301.4 49,947 3/13/2024
3.7.301.3 169,282 3/8/2024
3.7.301.2 255,927 2/29/2024
3.7.301.1 241,090 2/27/2024
3.7.301 712,545 2/16/2024
3.7.300.51 63,481 2/15/2024
3.7.300.50 31,279 2/14/2024
3.7.300.49 28,129 2/13/2024
3.7.300.48 91,449 2/9/2024
3.7.300.47 82,554 2/7/2024
3.7.300.46 326,567 2/2/2024
3.7.300.45 23,327 2/1/2024
3.7.300.44 58,778 1/31/2024
3.7.300.43 64,507 1/30/2024
3.7.300.42 141,537 1/29/2024
3.7.300.41 108,116 1/25/2024
3.7.300.40 89,714 1/25/2024
3.7.300.39 97,137 1/19/2024
3.7.300.38 23,217 1/18/2024
3.7.300.37 71,358 1/16/2024
3.7.300.36 141,456 1/14/2024
3.7.300.35 7,154 1/12/2024
3.7.300.34 44,018 1/11/2024
3.7.300.33 35,622 1/10/2024
3.7.300.32 86,882 1/8/2024
3.7.300.31 67,956 1/5/2024
3.7.300.30 14,272 1/4/2024
3.7.300.29 82,020 1/3/2024
3.7.300.28 184,389 12/28/2023
3.7.300.27 23,532 12/27/2023
3.7.300.26 13,099 12/26/2023
3.7.300.25 27,548 12/22/2023
3.7.300.24 38,172 12/21/2023
3.7.300.23 23,154 12/20/2023
3.7.300.22 32,422 12/19/2023
3.7.300.21 719,406 12/18/2023
3.7.300.20 45,137 12/15/2023
3.7.300.19 25,147 12/14/2023
3.7.300.18 95,018 12/13/2023
3.7.300.17 118,322 12/12/2023
3.7.300.16 431,569 12/7/2023
3.7.300.15 192,547 12/6/2023
3.7.300.14 44,580 12/5/2023
3.7.300.13 85,232 12/4/2023
3.7.300.12 102,159 11/30/2023
3.7.300.11 48,079 11/28/2023
3.7.300.10 34,096 11/28/2023
3.7.300.9 12,904 11/27/2023
3.7.300.8 83,144 11/27/2023
3.7.300.7 462,607 11/21/2023
3.7.300.6 38,312 11/20/2023
3.7.300.5 191,898 11/17/2023
3.7.300.4 27,028 11/16/2023
3.7.300.3 32,224 11/15/2023
3.7.300.2 63,193 11/14/2023
3.7.300.1 51,753 11/13/2023
3.7.300 1,261,717 11/10/2023
3.7.201.5 110,522 11/8/2023
3.7.201.4 234,248 11/7/2023
3.7.201.3 35,111 11/6/2023
3.7.201.2 143,029 11/2/2023
3.7.201.1 165,745 10/27/2023
3.7.201 93,894 10/26/2023
3.7.200.61 442,885 10/24/2023
3.7.200.60 39,427 10/23/2023
3.7.200.59 43,721 10/20/2023
3.7.200.58 37,036 10/19/2023
3.7.200.57 44,399 10/18/2023
3.7.200.56 39,142 10/17/2023
3.7.200.55 24,882 10/16/2023
3.7.200.54 39,217 10/12/2023
3.7.200.53 98,447 10/7/2023
3.7.200.52 149,306 10/5/2023
3.7.200.51 40,184 10/4/2023
3.7.200.50 50,282 10/3/2023
3.7.200.49 131,065 10/2/2023
3.7.200.48 70,223 9/28/2023
3.7.200.47 24,167 9/28/2023
3.7.200.46 6,656 9/27/2023
3.7.200.45 80,219 9/25/2023
3.7.200.44 126,801 9/22/2023
3.7.200.43 91,456 9/20/2023
3.7.200.42 29,933 9/19/2023
3.7.200.41 71,621 9/15/2023
3.7.200.40 28,033 9/15/2023
3.7.200.39 25,787 9/14/2023
3.7.200.38 18,321 9/13/2023
3.7.200.37 38,056 9/12/2023
3.7.200.36 175,147 9/8/2023
3.7.200.35 97,671 9/8/2023
3.7.200.34 56,108 9/6/2023
3.7.200.33 30,550 9/5/2023
3.7.200.32 168,578 9/1/2023
3.7.200.31 25,649 9/1/2023
3.7.200.30 5,793 8/31/2023
3.7.200.29 44,671 8/31/2023
3.7.200.28 5,997 8/30/2023
3.7.200.27 93,448 8/28/2023
3.7.200.26 92,516 8/25/2023
3.7.200.25 30,262 8/24/2023
3.7.200.24 304,353 8/23/2023
3.7.200.23 74,411 8/22/2023
3.7.200.22 77,766 8/21/2023
3.7.200.21 55,874 8/18/2023
3.7.200.20 10,633 8/18/2023
3.7.200.19 23,891 8/17/2023
3.7.200.18 97,650 8/15/2023
3.7.200.17 30,411 8/14/2023
3.7.200.16 65,364 8/11/2023
3.7.200.15 36,101 8/10/2023
3.7.200.14 33,206 8/9/2023
3.7.200.13 29,703 8/8/2023
3.7.200.12 6,824 8/8/2023
3.7.200.11 30,826 8/7/2023
3.7.200.10 75,281 8/4/2023
3.7.200.9 64,081 8/2/2023
3.7.200.8 106,350 8/1/2023
3.7.200.7 56,714 7/31/2023
3.7.200.6 179,039 7/28/2023
3.7.200.5 109,948 7/26/2023
3.7.200.4 164,966 7/24/2023
3.7.200.3 60,095 7/21/2023
3.7.200.2 48,296 7/20/2023
3.7.200.1 640,545 7/18/2023
3.7.200 185,566 7/18/2023
3.7.101.90 77,230 7/17/2023
3.7.101.89 1,068,944 7/13/2023
3.7.101.88 655,933 7/7/2023
3.7.101.87 6,156 7/7/2023
3.7.101.86 30,948 7/6/2023
3.7.101.85 88,373 7/5/2023
3.7.101.84 61,712 7/3/2023
3.7.101.83 549,806 6/20/2023
3.7.101.82 711,358 6/15/2023
3.7.101.81 205,232 6/13/2023
3.7.101.80 58,568 6/12/2023
3.7.101.79 97,399 6/8/2023
3.7.101.78 130,087 6/6/2023
3.7.101.77 30,114 6/5/2023
3.7.101.76 60,262 6/2/2023
3.7.101.75 20,285 6/2/2023
3.7.101.74 41,885 6/1/2023
3.7.101.73 126,009 5/30/2023
3.7.101.72 65,753 5/26/2023
3.7.101.71 24,521 5/25/2023
3.7.101.70 75,702 5/24/2023
3.7.101.69 148,042 5/23/2023
3.7.101.68 88,890 5/19/2023
3.7.101.67 29,893 5/18/2023
3.7.101.66 76,454 5/16/2023
3.7.101.65 43,040 5/15/2023
3.7.101.64 197,822 5/11/2023
3.7.101.63 78,873 5/9/2023
3.7.101.62 57,688 5/8/2023
3.7.101.61 107,160 5/4/2023
3.7.101.60 94,520 5/2/2023
3.7.101.59 30,088 5/1/2023
3.7.101.58 64,656 4/28/2023
3.7.101.57 105,732 4/27/2023
3.7.101.56 38,723 4/26/2023
3.7.101.55 113,774 4/25/2023
3.7.101.54 59,077 4/25/2023
3.7.101.53 60,933 4/21/2023
3.7.101.52 36,828 4/21/2023
3.7.101.51 60,839 4/19/2023
3.7.101.50 898,987 4/17/2023
3.7.101.49 32,293 4/14/2023
3.7.101.48 29,803 4/13/2023
3.7.101.47 57,176 4/12/2023
3.7.101.46 42,997 4/11/2023
3.7.101.45 40,948 4/10/2023
3.7.101.44 38,502 4/7/2023
3.7.101.43 21,514 4/6/2023
3.7.101.42 33,675 4/5/2023
3.7.101.41 40,689 4/4/2023
3.7.101.40 41,826 4/3/2023
3.7.101.39 60,647 3/31/2023
3.7.101.38 33,570 3/30/2023
3.7.101.37 70,183 3/29/2023
3.7.101.36 30,605 3/28/2023
3.7.101.35 283,461 3/24/2023
3.7.101.34 38,566 3/23/2023
3.7.101.33 173,200 3/22/2023
3.7.101.32 252,935 3/21/2023
3.7.101.31 127,769 3/20/2023
3.7.101.30 65,205 3/17/2023
3.7.101.29 69,849 3/17/2023
3.7.101.28 41,838 3/16/2023
3.7.101.27 76,287 3/15/2023
3.7.101.26 38,648 3/14/2023
3.7.101.25 79,723 3/13/2023
3.7.101.24 58,202 3/10/2023
3.7.101.23 41,992 3/9/2023
3.7.101.22 64,666 3/8/2023
3.7.101.21 22,648 3/7/2023
3.7.101.20 207,258 3/3/2023
3.7.101.19 88,616 3/2/2023
3.7.101.18 62,475 3/1/2023
3.7.101.17 60,109 2/28/2023
3.7.101.16 36,771 2/27/2023
3.7.101.15 127,606 2/23/2023
3.7.101.14 232,230 2/21/2023
3.7.101.13 706,201 2/18/2023
3.7.101.12 6,039 2/17/2023
3.7.101.11 165,917 2/16/2023
3.7.101.10 69,241 2/15/2023
3.7.101.9 66,289 2/13/2023
3.7.101.8 69,859 2/10/2023
3.7.101.7 62,754 2/9/2023
3.7.101.6 77,747 2/8/2023
3.7.101.5 36,663 2/7/2023
3.7.101.4 59,608 2/6/2023
3.7.101.3 357,918 2/3/2023
3.7.101.2 60,968 2/2/2023
3.7.101.1 14,125 2/2/2023
3.7.101 60,387 2/1/2023
3.7.100.64 225,224 1/31/2023
3.7.100.63 168,412 1/26/2023
3.7.100.62 75,969 1/25/2023
3.7.100.61 107,652 1/24/2023
3.7.100.60 94,282 1/23/2023
3.7.100.59 280,434 1/20/2023
3.7.100.58 21,473 1/20/2023
3.7.100.57 63,335 1/18/2023
3.7.100.56 122,030 1/17/2023
3.7.100.55 175,271 1/13/2023
3.7.100.54 45,510 1/12/2023
3.7.100.53 102,754 1/10/2023
3.7.100.52 67,920 1/9/2023
3.7.100.51 75,994 1/6/2023
3.7.100.50 39,193 1/5/2023
3.7.100.49 760,407 1/4/2023
3.7.100.48 8,640 1/3/2023
3.7.100.47 218,307 12/30/2022
3.7.100.46 32,090 12/29/2022
3.7.100.45 111,392 12/23/2022
3.7.100.44 29,915 12/22/2022
3.7.100.43 35,295 12/21/2022
3.7.100.42 42,258 12/20/2022
3.7.100.41 38,272 12/19/2022
3.7.100.40 137,663 12/16/2022
3.7.100.39 94,102 12/16/2022
3.7.100.38 35,431 12/15/2022
3.7.100.37 137,885 12/14/2022
3.7.100.36 34,951 12/13/2022
3.7.100.35 120,986 12/12/2022
3.7.100.34 85,482 12/8/2022
3.7.100.33 106,419 12/8/2022
3.7.100.32 8,572 12/7/2022
3.7.100.31 56,157 12/6/2022
3.7.100.30 236,652 12/5/2022
3.7.100.29 41,826 12/2/2022
3.7.100.28 14,840 12/2/2022
3.7.100.27 285,407 12/1/2022
3.7.100.26 29,231 11/30/2022
3.7.100.25 55,060 11/29/2022
3.7.100.24 29,959 11/29/2022
3.7.100.23 163,239 11/28/2022
3.7.100.22 159,692 11/22/2022
3.7.100.21 234,940 11/18/2022
3.7.100.20 69,068 11/17/2022
3.7.100.19 1,728,958 11/16/2022
3.7.100.18 13,955 11/16/2022
3.7.100.17 69,413 11/15/2022
3.7.100.16 170,047 11/11/2022
3.7.100.15 63,413 11/10/2022
3.7.100.14 252,521 11/9/2022
3.7.100.13 27,928 11/9/2022
3.7.100.12 10,917 11/9/2022
3.7.100.11 6,832 11/8/2022
3.7.100.10 251,386 11/7/2022
3.7.100.9 148,440 11/4/2022
3.7.100.8 74,663 11/2/2022
3.7.100.7 116,624 10/31/2022
3.7.100.6 61,887 10/29/2022
3.7.100.5 14,687 10/28/2022
3.7.100.4 68,089 10/27/2022
3.7.100.3 47,267 10/26/2022
3.7.100.2 43,748 10/25/2022
3.7.100.1 23,950 10/24/2022
3.7.100 236,511 10/21/2022
3.7.4.25 145,879 10/20/2022
3.7.4.24 99,717 10/19/2022
3.7.4.23 357,190 10/18/2022
3.7.4.22 105,240 10/14/2022
3.7.4.21 593,620 10/13/2022
3.7.4.20 361,730 10/7/2022
3.7.4.19 99,044 10/6/2022
3.7.4.18 116,535 10/4/2022
3.7.4.17 37,147 10/3/2022
3.7.4.16 245,638 9/30/2022
3.7.4.15 45,007 9/29/2022
3.7.4.14 54,690 9/27/2022
3.7.4.13 4,110,631 9/27/2022
3.7.4.12 15,816 9/26/2022
3.7.4.11 67,369 9/23/2022
3.7.4.10 51,938 9/22/2022
3.7.4.9 43,907 9/21/2022
3.7.4.8 32,280 9/20/2022
3.7.4.7 151,069 9/19/2022
3.7.4.6 93,419 9/15/2022
3.7.4.5 40,540 9/14/2022
3.7.4.4 59,827 9/13/2022
3.7.4.3 168,835 9/9/2022
3.7.4.2 66,552 9/9/2022
3.7.4.1 9,805 9/8/2022
3.7.4 32,844 9/7/2022
3.7.3.101 618,238 9/2/2022
3.7.3.100 35,412 9/1/2022
3.7.3.99 129,847 8/30/2022
3.7.3.98 106,711 8/29/2022
3.7.3.97 81,583 8/25/2022
3.7.3.96 149,168 8/23/2022
3.7.3.95 86,686 8/22/2022
3.7.3.94 69,663 8/19/2022
3.7.3.93 148,910 8/16/2022
3.7.3.92 106,281 8/12/2022
3.7.3.91 92,611 8/11/2022
3.7.3.90 220,006 8/8/2022
3.7.3.89 59,198 8/4/2022
3.7.3.88 126,911 8/2/2022
3.7.3.87 139,850 7/29/2022
3.7.3.86 24,049 7/28/2022
3.7.3.85 37,746 7/27/2022
3.7.3.84 122,002 7/22/2022
3.7.3.83 279,370 7/20/2022
3.7.3.82 76,920 7/18/2022
3.7.3.81 31,295 7/15/2022
3.7.3.80 35,275 7/14/2022
3.7.3.79 100,131 7/12/2022
3.7.3.78 30,410 7/11/2022
3.7.3.77 119,421 7/5/2022
3.7.3.76 371,829 6/29/2022
3.7.3.75 203,095 6/24/2022
3.7.3.74 709,537 6/17/2022
3.7.3.73 39,825 6/16/2022
3.7.3.72 265,897 6/14/2022
3.7.3.71 108,651 6/10/2022
3.7.3.70 69,260 6/8/2022
3.7.3.69 44,294 6/7/2022
3.7.3.68 39,364 6/6/2022
3.7.3.67 162,323 5/31/2022
3.7.3.66 137,065 5/27/2022
3.7.3.65 48,032 5/26/2022
3.7.3.64 10,632 5/26/2022
3.7.3.63 21,024 5/25/2022
3.7.3.62 59,961 5/24/2022
3.7.3.61 105,562 5/23/2022
3.7.3.60 134,033 5/19/2022
3.7.3.59 64,921 5/18/2022
3.7.3.58 369,515 5/9/2022
3.7.3.57 539,932 5/6/2022
3.7.3.56 10,124 5/6/2022
3.7.3.55 32,025 5/5/2022
3.7.3.54 125,816 5/4/2022
3.7.3.53 200,434 5/3/2022
3.7.3.52 84,629 5/3/2022
3.7.3.51 6,668 5/2/2022
3.7.3.50 637,639 4/20/2022
3.7.3.49 1,582,447 4/19/2022
3.7.3.48 427,858 4/14/2022
3.7.3.47 361,603 4/12/2022
3.7.3.46 19,103 4/11/2022
3.7.3.45 143,570 4/7/2022
3.7.3.44 120,585 4/6/2022
3.7.3.43 327,968 4/1/2022
3.7.3.42 212,740 3/31/2022
3.7.3.41 131,286 3/28/2022
3.7.3.40 77,872 3/24/2022
3.7.3.39 97,574 3/23/2022
3.7.3.38 455,569 3/17/2022
3.7.3.37 65,032 3/16/2022
3.7.3.36 114,784 3/14/2022
3.7.3.35 119,607 3/10/2022
3.7.3.34 55,220 3/9/2022
3.7.3.33 32,267 3/8/2022
3.7.3.32 221,668 3/3/2022
3.7.3.31 97,714 3/1/2022
3.7.3.30 33,034 2/28/2022
3.7.3.29 61,024 2/26/2022
3.7.3.28 48,211 2/23/2022
3.7.3.27 32,203 2/22/2022
3.7.3.26 10,691 2/22/2022
3.7.3.25 20,975 2/21/2022
3.7.3.24 51,779 2/17/2022
3.7.3.23 329,347 2/11/2022
3.7.3.22 12,678 2/10/2022
3.7.3.21 149,825 2/4/2022
3.7.3.20 61,821 2/3/2022
3.7.3.19 265,340 1/28/2022
3.7.3.18 366,465 1/25/2022
3.7.3.17 430,017 1/15/2022
3.7.3.16 9,481 1/14/2022
3.7.3.15 60,927 1/13/2022
3.7.3.14 768,151 1/11/2022
3.7.3.13 107,915 1/7/2022
3.7.3.12 44,666 1/6/2022
3.7.3.11 18,171 1/5/2022
3.7.3.10 75,158 1/3/2022
3.7.3.9 333,289 12/21/2021
3.7.3.8 27,328 12/20/2021
3.7.3.7 391,086 12/13/2021
3.7.3.6 131,649 12/8/2021
3.7.3.5 155,695 12/2/2021
3.7.3.4 40,565 12/1/2021
3.7.3.3 295,347 11/22/2021
3.7.3.2 41,640 11/19/2021
3.7.3.1 13,114 11/18/2021
3.7.3 1,115,163 11/17/2021
3.7.2.70 3,520,454 11/16/2021
3.7.2.69 72,494 11/15/2021
3.7.2.68 73,817 11/12/2021
3.7.2.67 176,529 11/11/2021
3.7.2.66 37,365 11/11/2021
3.7.2.65 37,836 11/9/2021
3.7.2.64 192,837 11/5/2021
3.7.2.63 12,729 11/4/2021
3.7.2.62 93,098 11/3/2021
3.7.2.61 30,072 11/2/2021
3.7.2.60 60,536 11/1/2021
3.7.2.59 606,757 10/29/2021
3.7.2.58 108,093 10/27/2021
3.7.2.57 67,191 10/26/2021
3.7.2.56 5,822 10/26/2021
3.7.2.55 71,381 10/22/2021
3.7.2.54 6,818 10/21/2021
3.7.2.53 244,708 10/14/2021
3.7.2.52 29,497 10/13/2021
3.7.2.51 38,414 10/12/2021
3.7.2.50 231,511 10/8/2021
3.7.2.49 39,126 10/7/2021
3.7.2.48 12,546 10/7/2021
3.7.2.47 10,073 10/6/2021
3.7.2.46 236,355 10/1/2021
3.7.2.45 55,064 9/30/2021
3.7.2.44 118,117 9/29/2021
3.7.2.43 59,382 9/27/2021
3.7.2.42 61,378 9/24/2021
3.7.2.41 65,531 9/23/2021
3.7.2.40 19,205 9/22/2021
3.7.2.39 303,454 9/17/2021
3.7.2.38 16,385 9/16/2021
3.7.2.37 40,989 9/16/2021
3.7.2.36 315,860 9/13/2021
3.7.2.35 179,310 9/10/2021
3.7.2.34 40,673 9/9/2021
3.7.2.33 50,173 9/7/2021
3.7.2.32 45,783 9/3/2021
3.7.2.31 27,737 9/3/2021
3.7.2.30 26,650 9/2/2021
3.7.2.29 21,087 9/1/2021
3.7.2.28 54,276 8/31/2021
3.7.2.27 69,428 8/27/2021
3.7.2.26 36,595 8/25/2021
3.7.2.25 332,524 8/23/2021
3.7.2.24 89,297 8/19/2021
3.7.2.23 338,931 8/16/2021
3.7.2.22 124,005 8/12/2021
3.7.2.21 113,839 8/10/2021
3.7.2.20 140,242 8/6/2021
3.7.2.19 57,769 8/4/2021
3.7.2.18 160,741 7/30/2021
3.7.2.17 29,899 7/29/2021
3.7.2.16 98,560 7/27/2021
3.7.2.15 213,842 7/21/2021
3.7.2.14 181,709 7/16/2021
3.7.2.13 446,814 7/13/2021
3.7.2.12 39,645 7/12/2021
3.7.2.11 82,871 7/9/2021
3.7.2.10 43,768 7/8/2021
3.7.2.9 111,961 7/7/2021
3.7.2.8 42,619 7/6/2021
3.7.2.7 235,458 7/1/2021
3.7.2.6 170,500 6/25/2021
3.7.2.5 27,811 6/24/2021
3.7.2.4 108,225 6/21/2021
3.7.2.3 50,969 6/17/2021
3.7.2.2 42,453 6/15/2021
3.7.2.1 156,985 6/11/2021
3.7.2 303,203 6/1/2021
3.7.1.15 200,732 5/28/2021
3.7.1.14 48,934 5/27/2021
3.7.1.13 35,135 5/27/2021
3.7.1.12 131,059 5/24/2021
3.7.1.11 35,787 5/21/2021
3.7.1.10 54,903 5/20/2021
3.7.1.9 39,719 5/19/2021
3.7.1.8 73,604 5/18/2021
3.7.1.7 218,973 5/14/2021
3.7.1.6 22,667 5/12/2021
3.7.1.5 58,263 5/10/2021
3.7.1.4 6,061 5/10/2021
3.7.1.3 132,099 5/6/2021
3.7.1.2 275,794 4/30/2021
3.7.1.1 65,389 4/27/2021
3.7.1 509,315 4/23/2021
3.7.0.14 425,935 4/19/2021
3.7.0.13 139,789 4/15/2021
3.7.0.12 437,370 4/13/2021
3.7.0.11 29,276 4/12/2021
3.7.0.10 258,860 4/8/2021
3.7.0.9 66,622 4/7/2021
3.7.0.8 258,783 4/2/2021
3.7.0.7 58,979 4/1/2021
3.7.0.6 40,075 3/31/2021
3.7.0.5 7,918 3/31/2021
3.7.0.4 33,650 3/30/2021
3.7.0.3 23,904 3/29/2021
3.7.0.2 24,079 3/27/2021
3.7.0.1 20,024 3/26/2021
3.7.0 3,215,470 3/26/2021
3.5.1.51 315,124 3/25/2021
3.5.1.50 350,890 3/17/2021
3.5.1.49 118,146 3/15/2021
3.5.1.48 327,123 3/9/2021
3.5.1.47 171,202 3/5/2021
3.5.1.46 17,007 3/4/2021
3.5.1.45 70,504 3/1/2021
3.5.1.44 1,194,017 2/23/2021
3.5.1.43 83,195 2/19/2021
3.5.1.42 120,337 2/12/2021
3.5.1.41 84,081 2/9/2021
3.5.1.40 14,310 2/8/2021
3.5.1.39 75,976 2/5/2021
3.5.1.38 27,760 2/4/2021
3.5.1.37 465,594 1/29/2021
3.5.1.36 133,484 1/28/2021
3.5.1.35 27,917 1/27/2021
3.5.1.34 394,150 1/26/2021
3.5.1.33 251,756 1/20/2021
3.5.1.32 15,472 1/19/2021
3.5.1.31 133,653 1/15/2021
3.5.1.30 140,833 1/11/2021
3.5.1.29 52,931 1/7/2021
3.5.1.28 157,978 12/30/2020
3.5.1.27 43,270 12/23/2020
3.5.1.26 110,157 12/22/2020
3.5.1.25 27,556 12/22/2020
3.5.1.24 8,455 12/21/2020
3.5.1.23 21,602 12/18/2020
3.5.1.22 83,140 12/17/2020
3.5.1.21 27,693 12/16/2020
3.5.1.20 40,491 12/14/2020
3.5.1.19 127,478 12/9/2020
3.5.1.18 65,068 12/7/2020
3.5.1.17 84,006 12/3/2020
3.5.1.16 171,034 12/2/2020
3.5.1.15 21,840 12/1/2020
3.5.1.14 157,267 12/1/2020
3.5.1.13 93,476 11/24/2020
3.5.1.12 29,599 11/23/2020
3.5.1.11 32,892 11/20/2020
3.5.1.10 46,265 11/19/2020
3.5.1.9 13,284 11/18/2020
3.5.1.8 271,987 11/16/2020
3.5.1.7 50,532 11/13/2020
3.5.1.6 242,305 11/5/2020
3.5.1.5 46,294 11/4/2020
3.5.1.4 198,279 10/30/2020
3.5.1.3 36,542 10/28/2020
3.5.1.2 126,106 10/27/2020
3.5.1.1 22,663 10/26/2020
3.5.1 263,188 10/22/2020
3.5.0.31 25,900 10/21/2020
3.5.0.30 33,900 10/20/2020
3.5.0.29 186,533 10/16/2020
3.5.0.28 74,735 10/15/2020
3.5.0.27 261,781 10/9/2020
3.5.0.26 214,260 10/8/2020
3.5.0.25 63,809 10/6/2020
3.5.0.24 20,046 10/2/2020
3.5.0.23 131,789 10/1/2020
3.5.0.22 13,021 9/30/2020
3.5.0.21 31,640 9/29/2020
3.5.0.20 55,678 9/25/2020
3.5.0.19 182,791 9/24/2020
3.5.0.18 56,479 9/21/2020
3.5.0.17 19,603 9/18/2020
3.5.0.16 305,861 9/17/2020
3.5.0.15 25,050 9/16/2020
3.5.0.14 31,429 9/15/2020
3.5.0.13 35,739 9/14/2020
3.5.0.12 79,368 9/11/2020
3.5.0.11 122,671 9/10/2020
3.5.0.10 11,568 9/9/2020
3.5.0.9 57,458 9/4/2020
3.5.0.8 110,210 9/2/2020
3.5.0.7 262,811 9/1/2020
3.5.0.6 6,572 8/31/2020
3.5.0.5 14,805 8/28/2020
3.5.0.4 29,705 8/27/2020
3.5.0.3 14,909 8/26/2020
3.5.0.2 45,721 8/25/2020
3.5.0.1 111,457 8/24/2020
3.5.0 862,880 8/20/2020
3.5.0-beta 107,486 2/4/2020
3.3.102.17 1,936,930 8/19/2020
3.3.102.16 168,435 8/14/2020
3.3.102.15 91,884 8/10/2020
3.3.102.14 50,825 8/8/2020
3.3.102.13 16,477 8/6/2020
3.3.102.12 51,940 8/5/2020
3.3.102.11 28,924 8/4/2020
3.3.102.10 59,196 8/3/2020
3.3.102.9 80,423 7/31/2020
3.3.102.8 19,012 7/30/2020
3.3.102.7 19,260 7/29/2020
3.3.102.6 23,726 7/28/2020
3.3.102.5 287,121 7/23/2020
3.3.102.4 88,423 7/22/2020
3.3.102.3 134,166 7/17/2020
3.3.102.2 25,811 7/15/2020
3.3.102.1 152,737 7/9/2020
3.3.102 18,363 7/9/2020
3.3.101.194 216,695 7/8/2020
3.3.101.193 28,960 7/7/2020
3.3.101.192 78,119 7/2/2020
3.3.101.191 39,325 6/29/2020
3.3.101.190 23,371 6/26/2020
3.3.101.189 17,548 6/25/2020
3.3.101.188 33,091 6/24/2020
3.3.101.187 10,214 6/24/2020
3.3.101.186 41,711 6/23/2020
3.3.101.185 91,375 6/19/2020
3.3.101.184 24,077 6/18/2020
3.3.101.183 25,133 6/17/2020
3.3.101.182 225,564 6/11/2020
3.3.101.181 55,306 6/9/2020
3.3.101.180 132,604 6/5/2020
3.3.101.179 26,745 6/4/2020
3.3.101.178 15,967 6/3/2020
3.3.101.177 6,787 6/3/2020
3.3.101.176 55,891 6/1/2020
3.3.101.175 120,489 5/27/2020
3.3.101.174 72,625 5/26/2020
3.3.101.173 66,105 5/22/2020
3.3.101.172 29,736 5/22/2020
3.3.101.171 12,023 5/21/2020
3.3.101.170 69,936 5/19/2020
3.3.101.169 42,060 5/18/2020
3.3.101.168 54,934 5/15/2020
3.3.101.167 59,810 5/14/2020
3.3.101.166 93,672 5/11/2020
3.3.101.165 42,089 5/8/2020
3.3.101.164 21,670 5/8/2020
3.3.101.163 6,272 5/7/2020
3.3.101.162 36,119 5/6/2020
3.3.101.161 48,872 5/4/2020
3.3.101.160 25,022 5/1/2020
3.3.101.159 15,024 4/30/2020
3.3.101.158 55,616 4/29/2020
3.3.101.157 33,967 4/28/2020
3.3.101.156 19,539 4/27/2020
3.3.101.155 85,223 4/24/2020
3.3.101.154 16,586 4/23/2020
3.3.101.153 19,317 4/22/2020
3.3.101.152 17,882 4/21/2020
3.3.101.151 24,022 4/20/2020
3.3.101.150 21,236 4/17/2020
3.3.101.149 25,422 4/16/2020
3.3.101.148 222,890 4/8/2020
3.3.101.147 324,680 4/6/2020
3.3.101.146 104,591 4/3/2020
3.3.101.145 14,917 4/3/2020
3.3.101.144 17,907 4/2/2020
3.3.101.143 64,623 4/1/2020
3.3.101.142 20,989 3/31/2020
3.3.101.141 15,534 3/30/2020
3.3.101.140 68,139 3/27/2020
3.3.101.139 21,925 3/26/2020
3.3.101.138 19,307 3/25/2020
3.3.101.137 40,366 3/24/2020
3.3.101.136 40,460 3/20/2020
3.3.101.135 13,744 3/19/2020
3.3.101.134 39,582 3/18/2020
3.3.101.133 12,972 3/17/2020
3.3.101.132 96,401 3/16/2020
3.3.101.131 32,120 3/12/2020
3.3.101.130 104,964 3/6/2020
3.3.101.129 99,174 3/5/2020
3.3.101.128 95,077 3/2/2020
3.3.101.127 72,237 2/28/2020
3.3.101.126 7,168 2/27/2020
3.3.101.125 77,829 2/26/2020
3.3.101.124 20,445 2/25/2020
3.3.101.123 170,148 2/19/2020
3.3.101.122 83,914 2/17/2020
3.3.101.121 29,947 2/13/2020
3.3.101.120 123,193 2/10/2020
3.3.101.119 84,869 2/7/2020
3.3.101.118 79,701 2/4/2020
3.3.101.117 177,480 1/24/2020
3.3.101.116 10,966 1/23/2020
3.3.101.115 60,350 1/21/2020
3.3.101.114 100,045 1/17/2020
3.3.101.113 36,331 1/16/2020
3.3.101.112 93,891 1/15/2020
3.3.101.111 105,501 1/10/2020
3.3.101.110 229,236 1/8/2020
3.3.101.109 14,557 1/6/2020
3.3.101.108 59,254 1/2/2020
3.3.101.107 158,199 12/25/2019
3.3.101.106 7,911 12/23/2019
3.3.101.105 24,633 12/20/2019
3.3.101.104 41,760 12/18/2019
3.3.101.103 55,684 12/18/2019
3.3.101.102 76,259 12/16/2019
3.3.101.101 27,066 12/13/2019
3.3.101.100 16,604 12/12/2019
3.3.101.99 13,487 12/12/2019
3.3.101.98 10,105 12/11/2019
3.3.101.97 74,958 12/9/2019
3.3.101.96 163,402 12/3/2019
3.3.101.95 51,094 12/2/2019
3.3.101.94 71,068 11/26/2019
3.3.101.93 14,180 11/25/2019
3.3.101.92 14,296 11/22/2019
3.3.101.91 15,870 11/22/2019
3.3.101.90 62,383 11/20/2019
3.3.101.89 6,098 11/19/2019
3.3.101.88 85,029 11/14/2019
3.3.101.87 35,661 11/13/2019
3.3.101.86 155,524 11/8/2019
3.3.101.85 16,232 11/7/2019
3.3.101.84 27,126 11/7/2019
3.3.101.83 21,261 11/5/2019
3.3.101.82 75,692 10/31/2019
3.3.101.81 11,258 10/30/2019
3.3.101.80 40,229 10/28/2019
3.3.101.79 6,824 10/28/2019
3.3.101.78 70,406 10/24/2019
3.3.101.77 9,229 10/22/2019
3.3.101.76 31,075 10/18/2019
3.3.101.75 43,898 10/17/2019
3.3.101.74 183,758 10/16/2019
3.3.101.73 104,585 10/11/2019
3.3.101.72 10,658 10/10/2019
3.3.101.71 35,279 10/8/2019
3.3.101.70 191,304 9/30/2019
3.3.101.69 77,909 9/26/2019
3.3.101.68 60,366 9/23/2019
3.3.101.67 24,598 9/21/2019
3.3.101.66 44,211 9/19/2019
3.3.101.65 34,772 9/18/2019
3.3.101.64 119,512 9/17/2019
3.3.101.63 21,559 9/16/2019
3.3.101.62 38,874 9/12/2019
3.3.101.61 114,376 9/9/2019
3.3.101.60 27,344 9/6/2019
3.3.101.59 70,108 9/5/2019
3.3.101.58 18,506 9/4/2019
3.3.101.57 188,242 8/27/2019
3.3.101.56 140,233 8/23/2019
3.3.101.55 16,973 8/22/2019
3.3.101.54 119,160 8/16/2019
3.3.101.53 22,564 8/15/2019
3.3.101.52 26,351 8/14/2019
3.3.101.51 9,526 8/13/2019
3.3.101.50 37,718 8/12/2019
3.3.101.49 16,699 8/9/2019
3.3.101.48 9,184 8/8/2019
3.3.101.47 36,638 8/7/2019
3.3.101.46 6,129 8/7/2019
3.3.101.45 129,927 8/2/2019
3.3.101.44 14,781 8/1/2019
3.3.101.43 634,884 7/30/2019
3.3.101.42 26,630 7/29/2019
3.3.101.41 36,632 7/25/2019
3.3.101.40 19,621 7/24/2019
3.3.101.39 34,977 7/22/2019
3.3.101.38 16,475 7/19/2019
3.3.101.37 13,168 7/19/2019
3.3.101.36 74,761 7/12/2019
3.3.101.35 58,281 7/10/2019
3.3.101.34 24,910 7/9/2019
3.3.101.33 9,309 7/8/2019
3.3.101.32 39,980 7/2/2019
3.3.101.31 40,399 7/1/2019
3.3.101.30 10,429 6/28/2019
3.3.101.29 26,458 6/27/2019
3.3.101.28 30,647 6/27/2019
3.3.101.27 7,202 6/26/2019
3.3.101.26 21,579 6/24/2019
3.3.101.25 20,694 6/20/2019
3.3.101.24 7,613 6/20/2019
3.3.101.23 71,259 6/17/2019
3.3.101.22 14,186 6/14/2019
3.3.101.21 36,939 6/13/2019
3.3.101.20 54,145 6/7/2019
3.3.101.19 35,349 6/4/2019
3.3.101.18 69,154 6/3/2019
3.3.101.17 57,858 5/31/2019
3.3.101.16 10,608 5/30/2019
3.3.101.15 40,120 5/29/2019
3.3.101.14 12,993 5/28/2019
3.3.101.13 148,546 5/23/2019
3.3.101.12 14,937 5/22/2019
3.3.101.11 12,086 5/21/2019
3.3.101.10 31,634 5/20/2019
3.3.101.9 60,282 5/17/2019
3.3.101.8 104,648 5/15/2019
3.3.101.7 69,242 5/10/2019
3.3.101.6 33,665 5/8/2019
3.3.101.5 26,906 5/7/2019
3.3.101.4 234,144 5/3/2019
3.3.101.3 30,514 5/2/2019
3.3.101.2 48,604 4/30/2019
3.3.101.1 129,176 4/29/2019
3.3.101 559,115 4/26/2019
3.3.100.10 12,446 4/25/2019
3.3.100.9 57,244 4/25/2019
3.3.100.8 10,957 4/24/2019
3.3.100.7 36,566 4/18/2019
3.3.100.6 53,120 4/16/2019
3.3.100.5 159,125 4/4/2019
3.3.100.4 20,702 4/3/2019
3.3.100.3 76,940 3/29/2019
3.3.100.2 30,941 3/26/2019
3.3.100.1 109,392 3/22/2019
3.3.100 105,986 3/21/2019
3.3.3.26 122,507 3/11/2019
3.3.3.25 20,618 3/7/2019
3.3.3.24 8,625 3/6/2019
3.3.3.23 79,738 2/26/2019
3.3.3.22 232,991 2/20/2019
3.3.3.21 119,026 2/15/2019
3.3.3.20 41,520 2/14/2019
3.3.3.19 16,542 2/13/2019
3.3.3.18 122,755 2/4/2019
3.3.3.17 477,974 1/26/2019
3.3.3.16 9,147 1/25/2019
3.3.3.15 21,484 1/24/2019
3.3.3.14 55,137 1/18/2019
3.3.3.13 133,017 1/11/2019
3.3.3.12 8,945 1/10/2019
3.3.3.11 68,005 1/8/2019
3.3.3.10 6,455 1/7/2019
3.3.3.9 32,735 1/4/2019
3.3.3.8 99,638 12/22/2018
3.3.3.7 11,400 12/21/2018
3.3.3.6 54,974 12/15/2018
3.3.3.5 11,226 12/14/2018
3.3.3.4 17,673 12/12/2018
3.3.3.3 281,771 12/4/2018
3.3.3.2 145,459 11/16/2018
3.3.3.1 15,144 11/16/2018
3.3.3 176,601 11/15/2018
3.3.2.11 26,584 11/13/2018
3.3.2.10 35,179 11/9/2018
3.3.2.9 40,725 11/9/2018
3.3.2.8 12,684 11/7/2018
3.3.2.7 17,967 11/7/2018
3.3.2.6 7,459 11/6/2018
3.3.2.5 79,098 10/30/2018
3.3.2.4 11,629 10/29/2018
3.3.2.3 12,123 10/29/2018
3.3.2.2 59,899 10/26/2018
3.3.2.1 64,194 10/22/2018
3.3.2 13,681 10/22/2018
3.3.1.15 95,798 10/17/2018
3.3.1.14 129,350 10/6/2018
3.3.1.13 20,665 10/4/2018
3.3.1.12 87,116 9/26/2018
3.3.1.11 894,181 9/10/2018
3.3.1.10 39,161 9/7/2018
3.3.1.9 134,976 8/28/2018
3.3.1.8 106,044 8/16/2018
3.3.1.7 9,696 8/15/2018
3.3.1.6 173,423 8/3/2018
3.3.1.5 40,283 8/2/2018
3.3.1.4 171,577 7/23/2018
3.3.1.3 293,831 7/3/2018
3.3.1.2 170,062 6/23/2018
3.3.1.1 41,228 6/19/2018
3.3.1 137,168 6/1/2018
3.3.0.29 556,459 4/25/2018
3.3.0.28 52,285 4/20/2018
3.3.0.27 245,206 3/29/2018
3.3.0.26 107,905 3/15/2018
3.3.0.25 81,489 3/3/2018
3.3.0.24 1,967,284 11/11/2017
3.3.0.23 97,060 10/24/2017
3.3.0.22 94,683 10/9/2017
3.3.0.21 627,564 7/24/2017
3.3.0.20 187,536 7/7/2017
3.3.0.19 9,066 7/5/2017
3.3.0.18 23,764 6/28/2017
3.3.0.17 895,246 5/11/2017
3.3.0.16 13,448 5/8/2017
3.3.0.15 8,568 5/5/2017
3.3.0.14 16,107 4/28/2017
3.3.0.13 24,805 4/21/2017
3.3.0.12 11,300 4/19/2017
3.3.0.11 555,987 3/31/2017
3.3.0.10 45,780 3/15/2017
3.3.0.9 8,240 3/14/2017
3.3.0.8 7,368 3/14/2017
3.3.0.7 138,090 1/20/2017
3.3.0.6 42,989 12/16/2016
3.3.0.5 16,662 12/9/2016
3.3.0.4 29,315 12/7/2016
3.3.0.3 99,008 11/15/2016
3.3.0.2 16,425 11/4/2016
3.3.0.1 62,267 10/11/2016
3.3.0 297,008 9/19/2016
3.2.8-rc 4,890 9/8/2016
3.2.7-beta 5,251 8/23/2016
3.2.6-beta 4,270 8/2/2016
3.2.5-beta 7,457 6/28/2016
3.2.4.1-beta 4,225 6/2/2016
3.2.4-beta 3,866 6/1/2016
3.2.3.1-beta 4,444 4/20/2016
3.2.3-beta 4,816 3/12/2016
3.2.2.1-beta 3,838 3/2/2016
3.2.2-beta 4,293 1/12/2016
3.2.1-beta 4,599 12/7/2015
3.2.0-beta 4,488 9/29/2015
3.1.2.1 38,210 9/8/2016
3.1.2 6,794 9/6/2016
3.1.1.2 92,220 8/9/2016
3.1.1.1 21,804 7/13/2016
3.1.1 12,747 6/29/2016
3.1.0.8 11,905 6/28/2016
3.1.0.7 14,664 6/3/2016
3.1.0.6 7,706 5/26/2016
3.1.0.5 103,767 2/22/2016
3.1.0.4 32,144 1/6/2016
3.1.0.3 14,550 12/2/2015
3.1.0.2 19,566 10/7/2015
3.1.0.1 9,268 8/27/2015
3.1.0 69,528 7/28/2015
3.0.0.2-preview 4,374 5/21/2015
3.0.0.1-preview 6,191 5/6/2015
3.0.0-preview 4,214 4/30/2015