AWSSDK.SimpleNotificationService 4.0.0.18

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.SimpleNotificationService --version 4.0.0.18
                    
NuGet\Install-Package AWSSDK.SimpleNotificationService -Version 4.0.0.18
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="4.0.0.18" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SimpleNotificationService" Version="4.0.0.18" />
                    
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.0.18
                    
#r "nuget: AWSSDK.SimpleNotificationService, 4.0.0.18"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AWSSDK.SimpleNotificationService@4.0.0.18
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AWSSDK.SimpleNotificationService&version=4.0.0.18
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SimpleNotificationService&version=4.0.0.18
                    
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 (179)

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