AWSSDK.SimpleNotificationService 4.0.0.15

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.15
                    
NuGet\Install-Package AWSSDK.SimpleNotificationService -Version 4.0.0.15
                    
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.15" />
                    
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.15" />
                    
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.15
                    
#r "nuget: AWSSDK.SimpleNotificationService, 4.0.0.15"
                    
#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.15
                    
#: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.15
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SimpleNotificationService&version=4.0.0.15
                    
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.1 0 10/23/2025
4.0.2 761 10/22/2025
4.0.1.9 14,968 10/16/2025
4.0.1.8 29,754 10/10/2025
4.0.1.7 7,146 10/9/2025
4.0.1.6 48,433 10/1/2025
4.0.1.5 19,930 9/30/2025
4.0.1.4 9,286 9/29/2025
4.0.1.3 85,442 9/23/2025
4.0.1.2 68,905 9/16/2025
4.0.1.1 192,306 8/29/2025
4.0.1 24,346 8/27/2025
4.0.0.21 59,390 8/21/2025
4.0.0.20 68,504 8/15/2025
4.0.0.19 21,100 8/13/2025
4.0.0.18 183,283 8/6/2025
4.0.0.17 43,835 8/4/2025
4.0.0.16 38,254 8/1/2025
4.0.0.15 101,356 7/23/2025
4.0.0.14 103,427 7/15/2025
4.0.0.13 81,229 7/9/2025
4.0.0.12 145,707 7/1/2025
4.0.0.11 83,779 6/23/2025
4.0.0.10 36,344 6/18/2025
4.0.0.9 38,986 6/16/2025
4.0.0.8 125,511 6/12/2025
4.0.0.7 17,274 6/11/2025
4.0.0.6 41,766 6/10/2025
4.0.0.5 115,626 6/4/2025
4.0.0.4 254,018 5/16/2025
4.0.0.3 15,750 5/15/2025
4.0.0.2 237,118 5/6/2025
4.0.0.1 53,421 4/30/2025
4.0.0 1,034,396 4/28/2025
4.0.0-preview.13 1,914 4/9/2025
4.0.0-preview.12 317 4/4/2025
4.0.0-preview.11 6,418 3/26/2025
4.0.0-preview.10 10,578 3/7/2025
4.0.0-preview.9 337 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,729 10/11/2024
4.0.0-preview.3 475 10/1/2024
4.0.0-preview.2 2,552 8/28/2024
4.0.0-preview 1,957 8/15/2024
3.7.502.1 0 10/23/2025
3.7.502 466 10/22/2025
3.7.501.23 8,110 10/17/2025
3.7.501.22 2,490 10/16/2025
3.7.501.21 3,611 10/15/2025
3.7.501.20 12,245 10/10/2025
3.7.501.19 5,005 10/9/2025
3.7.501.18 4,248 10/8/2025
3.7.501.17 4,332 10/7/2025
3.7.501.16 21,116 9/30/2025
3.7.501.15 5,682 9/29/2025
3.7.501.14 8,647 9/26/2025
3.7.501.13 4,943 9/25/2025
3.7.501.12 8,658 9/23/2025
3.7.501.11 6,224 9/22/2025
3.7.501.10 8,290 9/19/2025
3.7.501.9 31,133 9/16/2025
3.7.501.8 7,036 9/15/2025
3.7.501.7 39,133 9/11/2025
3.7.501.6 4,800 9/10/2025
3.7.501.5 7,253 9/9/2025
3.7.501.4 10,699 9/8/2025
3.7.501.3 22,365 9/4/2025
3.7.501.2 11,999 9/2/2025
3.7.501.1 11,782 8/29/2025
3.7.501 11,027 8/27/2025
3.7.500.11 8,426 8/26/2025
3.7.500.10 6,366 8/25/2025
3.7.500.9 8,321 8/21/2025
3.7.500.8 7,145 8/20/2025
3.7.500.7 21,550 8/12/2025
3.7.500.6 9,587 8/11/2025
3.7.500.5 16,715 8/8/2025
3.7.500.4 9,988 8/6/2025
3.7.500.3 8,480 8/5/2025
3.7.500.2 5,658 8/4/2025
3.7.500.1 8,362 8/1/2025
3.7.500 21,517 7/31/2025
3.7.400.185 11,452 7/30/2025
3.7.400.184 7,299 7/29/2025
3.7.400.183 7,790 7/28/2025
3.7.400.182 77,040 7/24/2025
3.7.400.181 8,984 7/23/2025
3.7.400.180 7,533 7/22/2025
3.7.400.179 11,660 7/21/2025
3.7.400.178 11,570 7/18/2025
3.7.400.177 6,746 7/17/2025
3.7.400.176 13,707 7/16/2025
3.7.400.175 5,245 7/15/2025
3.7.400.174 29,010 7/9/2025
3.7.400.173 34,423 7/3/2025
3.7.400.172 12,392 7/1/2025
3.7.400.171 12,470 6/30/2025
3.7.400.170 17,749 6/27/2025
3.7.400.169 24,696 6/26/2025
3.7.400.168 16,098 6/23/2025
3.7.400.167 10,750 6/20/2025
3.7.400.166 34,664 6/18/2025
3.7.400.165 78,109 6/11/2025
3.7.400.164 22,527 6/10/2025
3.7.400.163 11,386 6/9/2025
3.7.400.162 16,439 6/6/2025
3.7.400.161 12,029 6/5/2025
3.7.400.160 11,641 6/4/2025
3.7.400.159 99,349 6/2/2025
3.7.400.158 11,048 5/30/2025
3.7.400.157 23,982 5/28/2025
3.7.400.156 24,675 5/23/2025
3.7.400.155 15,247 5/21/2025
3.7.400.154 47,680 5/20/2025
3.7.400.153 48,023 5/19/2025
3.7.400.152 14,810 5/16/2025
3.7.400.151 62,947 5/12/2025
3.7.400.150 31,781 5/9/2025
3.7.400.149 10,263 5/8/2025
3.7.400.148 15,537 5/7/2025
3.7.400.147 16,150 5/6/2025
3.7.400.146 13,125 5/5/2025
3.7.400.145 26,895 5/2/2025
3.7.400.144 13,649 5/1/2025
3.7.400.143 13,063 4/30/2025
3.7.400.142 75,408 4/29/2025
3.7.400.141 175,260 4/28/2025
3.7.400.140 49,485 4/25/2025
3.7.400.139 15,642 4/24/2025
3.7.400.138 48,719 4/23/2025
3.7.400.137 74,212 4/18/2025
3.7.400.136 18,244 4/17/2025
3.7.400.135 46,753 4/16/2025
3.7.400.134 69,400 4/14/2025
3.7.400.133 85,071 4/11/2025
3.7.400.132 41,426 4/10/2025
3.7.400.131 27,782 4/9/2025
3.7.400.130 22,804 4/8/2025
3.7.400.129 215,712 4/4/2025
3.7.400.128 19,227 4/3/2025
3.7.400.127 39,441 4/3/2025
3.7.400.126 7,717 4/2/2025
3.7.400.125 65,955 4/1/2025
3.7.400.124 23,810 3/31/2025
3.7.400.123 50,526 3/28/2025
3.7.400.122 175,233 3/27/2025
3.7.400.121 23,934 3/26/2025
3.7.400.120 40,325 3/25/2025
3.7.400.119 51,655 3/24/2025
3.7.400.118 55,420 3/21/2025
3.7.400.117 29,371 3/20/2025
3.7.400.116 44,088 3/19/2025
3.7.400.115 30,417 3/18/2025
3.7.400.114 44,385 3/17/2025
3.7.400.113 35,682 3/14/2025
3.7.400.112 24,775 3/14/2025
3.7.400.111 100,293 3/11/2025
3.7.400.110 29,973 3/10/2025
3.7.400.109 47,486 3/7/2025
3.7.400.108 40,040 3/6/2025
3.7.400.107 26,308 3/5/2025
3.7.400.106 122,742 3/4/2025
3.7.400.105 79,441 3/3/2025
3.7.400.104 106,547 2/28/2025
3.7.400.103 19,397 2/27/2025
3.7.400.102 22,972 2/26/2025
3.7.400.101 46,811 2/25/2025
3.7.400.100 45,636 2/24/2025
3.7.400.99 47,063 2/21/2025
3.7.400.98 1,893,412 2/20/2025
3.7.400.97 67,837 2/18/2025
3.7.400.96 35,314 2/17/2025
3.7.400.95 59,136 2/13/2025
3.7.400.94 66,187 2/12/2025
3.7.400.93 49,760 2/11/2025
3.7.400.92 116,604 2/10/2025
3.7.400.91 43,107 2/7/2025
3.7.400.90 80,123 2/6/2025
3.7.400.89 21,886 2/5/2025
3.7.400.88 97,884 2/4/2025
3.7.400.87 37,806 2/3/2025
3.7.400.86 179,527 1/30/2025
3.7.400.85 169,185 1/27/2025
3.7.400.84 116,639 1/22/2025
3.7.400.83 21,364 1/21/2025
3.7.400.82 49,420 1/17/2025
3.7.400.81 34,687 1/16/2025
3.7.400.80 368,781 1/15/2025
3.7.400.79 49,385 1/14/2025
3.7.400.78 27,854 1/13/2025
3.7.400.77 48,365 1/10/2025
3.7.400.76 22,617 1/9/2025
3.7.400.75 27,737 1/8/2025
3.7.400.74 54,583 1/7/2025
3.7.400.73 30,607 1/6/2025
3.7.400.72 96,303 1/3/2025
3.7.400.71 42,117 1/2/2025
3.7.400.70 203,589 12/26/2024
3.7.400.69 61,899 12/23/2024
3.7.400.68 22,966 12/20/2024
3.7.400.67 41,210 12/19/2024
3.7.400.66 54,925 12/18/2024
3.7.400.65 31,364 12/17/2024
3.7.400.64 103,912 12/13/2024
3.7.400.63 78,351 12/12/2024
3.7.400.62 38,620 12/11/2024
3.7.400.61 65,694 12/10/2024
3.7.400.60 35,191 12/9/2024
3.7.400.59 458,653 12/3/2024
3.7.400.58 296,761 11/27/2024
3.7.400.57 220,256 11/22/2024
3.7.400.56 36,822 11/21/2024
3.7.400.55 37,064 11/21/2024
3.7.400.54 157,329 11/19/2024
3.7.400.53 197,137 11/15/2024
3.7.400.52 23,016 11/15/2024
3.7.400.51 11,132 11/14/2024
3.7.400.50 56,690 11/13/2024
3.7.400.49 46,626 11/12/2024
3.7.400.48 36,289 11/11/2024
3.7.400.47 49,607 11/8/2024
3.7.400.46 87,268 11/7/2024
3.7.400.45 392,826 11/1/2024
3.7.400.44 112,367 10/31/2024
3.7.400.43 47,268 10/30/2024
3.7.400.42 133,112 10/29/2024
3.7.400.41 79,772 10/28/2024
3.7.400.40 35,415 10/25/2024
3.7.400.39 32,345 10/24/2024
3.7.400.38 94,420 10/23/2024
3.7.400.37 78,966 10/22/2024
3.7.400.36 225,565 10/16/2024
3.7.400.35 101,913 10/15/2024
3.7.400.34 57,815 10/14/2024
3.7.400.33 169,950 10/9/2024
3.7.400.32 82,913 10/8/2024
3.7.400.31 44,844 10/7/2024
3.7.400.30 1,291,873 10/4/2024
3.7.400.29 58,989 10/3/2024
3.7.400.28 56,675 10/2/2024
3.7.400.27 28,345 10/1/2024
3.7.400.26 117,017 9/27/2024
3.7.400.25 76,070 9/26/2024
3.7.400.24 50,235 9/25/2024
3.7.400.23 36,344 9/24/2024
3.7.400.22 125,969 9/21/2024
3.7.400.21 763,924 9/16/2024
3.7.400.20 58,192 9/13/2024
3.7.400.19 72,392 9/11/2024
3.7.400.18 66,153 9/10/2024
3.7.400.17 90,616 9/9/2024
3.7.400.16 68,170 9/6/2024
3.7.400.15 71,136 9/5/2024
3.7.400.14 184,240 9/4/2024
3.7.400.13 136,768 8/30/2024
3.7.400.12 165,304 8/28/2024
3.7.400.11 246,637 8/22/2024
3.7.400.10 104,574 8/21/2024
3.7.400.9 19,639 8/20/2024
3.7.400.8 42,925 8/19/2024
3.7.400.7 45,288 8/16/2024
3.7.400.6 50,892 8/15/2024
3.7.400.5 190,880 8/13/2024
3.7.400.4 154,438 8/9/2024
3.7.400.3 810,801 8/5/2024
3.7.400.2 267,221 7/30/2024
3.7.400.1 104,768 7/29/2024
3.7.400 2,057,497 7/24/2024
3.7.302.2 55,890 7/22/2024
3.7.302.1 137,887 7/18/2024
3.7.302 337,861 7/12/2024
3.7.301.66 98,352 7/10/2024
3.7.301.65 67,523 7/9/2024
3.7.301.64 26,177 7/8/2024
3.7.301.63 89,814 7/5/2024
3.7.301.62 102,607 7/3/2024
3.7.301.61 74,293 7/1/2024
3.7.301.60 134,596 6/28/2024
3.7.301.59 47,826 6/27/2024
3.7.301.58 99,561 6/24/2024
3.7.301.57 65,456 6/20/2024
3.7.301.56 106,711 6/19/2024
3.7.301.55 25,326 6/18/2024
3.7.301.54 336,713 6/12/2024
3.7.301.53 46,255 6/11/2024
3.7.301.52 86,119 6/10/2024
3.7.301.51 71,002 6/7/2024
3.7.301.50 41,152 6/6/2024
3.7.301.49 31,427 6/5/2024
3.7.301.48 52,355 6/4/2024
3.7.301.47 43,460 6/3/2024
3.7.301.46 102,888 5/30/2024
3.7.301.45 32,301 5/29/2024
3.7.301.44 45,045 5/28/2024
3.7.301.43 105,330 5/23/2024
3.7.301.42 37,839 5/22/2024
3.7.301.41 112,144 5/17/2024
3.7.301.40 51,435 5/16/2024
3.7.301.39 110,264 5/14/2024
3.7.301.38 110,047 5/13/2024
3.7.301.37 67,288 5/10/2024
3.7.301.36 45,043 5/9/2024
3.7.301.35 244,076 5/6/2024
3.7.301.34 56,814 5/3/2024
3.7.301.33 36,391 5/1/2024
3.7.301.32 51,920 4/29/2024
3.7.301.31 51,114 4/26/2024
3.7.301.30 26,081 4/25/2024
3.7.301.29 128,584 4/24/2024
3.7.301.28 182,560 4/23/2024
3.7.301.27 33,162 4/22/2024
3.7.301.26 52,937 4/19/2024
3.7.301.25 516,914 4/18/2024
3.7.301.24 32,825 4/17/2024
3.7.301.23 72,361 4/16/2024
3.7.301.22 328,506 4/11/2024
3.7.301.21 37,530 4/10/2024
3.7.301.20 51,755 4/9/2024
3.7.301.19 80,718 4/8/2024
3.7.301.18 87,175 4/5/2024
3.7.301.17 45,050 4/4/2024
3.7.301.16 38,968 4/3/2024
3.7.301.15 41,231 4/2/2024
3.7.301.14 56,112 4/1/2024
3.7.301.13 38,348 3/29/2024
3.7.301.12 33,409 3/28/2024
3.7.301.11 109,724 3/27/2024
3.7.301.10 65,224 3/26/2024
3.7.301.9 49,239 3/25/2024
3.7.301.8 1,380,230 3/22/2024
3.7.301.7 230,313 3/18/2024
3.7.301.6 42,814 3/15/2024
3.7.301.5 64,097 3/14/2024
3.7.301.4 49,160 3/13/2024
3.7.301.3 166,908 3/8/2024
3.7.301.2 253,928 2/29/2024
3.7.301.1 235,604 2/27/2024
3.7.301 699,292 2/16/2024
3.7.300.51 63,048 2/15/2024
3.7.300.50 31,128 2/14/2024
3.7.300.49 28,072 2/13/2024
3.7.300.48 90,645 2/9/2024
3.7.300.47 81,630 2/7/2024
3.7.300.46 323,214 2/2/2024
3.7.300.45 23,052 2/1/2024
3.7.300.44 58,518 1/31/2024
3.7.300.43 64,338 1/30/2024
3.7.300.42 138,885 1/29/2024
3.7.300.41 107,303 1/25/2024
3.7.300.40 89,234 1/25/2024
3.7.300.39 96,163 1/19/2024
3.7.300.38 23,043 1/18/2024
3.7.300.37 71,151 1/16/2024
3.7.300.36 139,762 1/14/2024
3.7.300.35 7,106 1/12/2024
3.7.300.34 43,592 1/11/2024
3.7.300.33 35,431 1/10/2024
3.7.300.32 85,987 1/8/2024
3.7.300.31 67,103 1/5/2024
3.7.300.30 14,201 1/4/2024
3.7.300.29 80,883 1/3/2024
3.7.300.28 183,130 12/28/2023
3.7.300.27 23,310 12/27/2023
3.7.300.26 13,000 12/26/2023
3.7.300.25 26,823 12/22/2023
3.7.300.24 37,691 12/21/2023
3.7.300.23 23,020 12/20/2023
3.7.300.22 32,248 12/19/2023
3.7.300.21 713,913 12/18/2023
3.7.300.20 44,573 12/15/2023
3.7.300.19 25,025 12/14/2023
3.7.300.18 94,399 12/13/2023
3.7.300.17 117,700 12/12/2023
3.7.300.16 423,534 12/7/2023
3.7.300.15 190,367 12/6/2023
3.7.300.14 43,382 12/5/2023
3.7.300.13 84,384 12/4/2023
3.7.300.12 101,670 11/30/2023
3.7.300.11 47,899 11/28/2023
3.7.300.10 34,030 11/28/2023
3.7.300.9 12,705 11/27/2023
3.7.300.8 82,630 11/27/2023
3.7.300.7 453,224 11/21/2023
3.7.300.6 37,936 11/20/2023
3.7.300.5 190,541 11/17/2023
3.7.300.4 26,929 11/16/2023
3.7.300.3 32,082 11/15/2023
3.7.300.2 62,982 11/14/2023
3.7.300.1 51,513 11/13/2023
3.7.300 1,247,828 11/10/2023
3.7.201.5 110,049 11/8/2023
3.7.201.4 233,009 11/7/2023
3.7.201.3 34,892 11/6/2023
3.7.201.2 142,714 11/2/2023
3.7.201.1 162,121 10/27/2023
3.7.201 93,134 10/26/2023
3.7.200.61 432,823 10/24/2023
3.7.200.60 39,067 10/23/2023
3.7.200.59 43,593 10/20/2023
3.7.200.58 36,949 10/19/2023
3.7.200.57 44,213 10/18/2023
3.7.200.56 38,671 10/17/2023
3.7.200.55 24,788 10/16/2023
3.7.200.54 39,104 10/12/2023
3.7.200.53 98,014 10/7/2023
3.7.200.52 147,615 10/5/2023
3.7.200.51 39,618 10/4/2023
3.7.200.50 50,218 10/3/2023
3.7.200.49 129,956 10/2/2023
3.7.200.48 69,715 9/28/2023
3.7.200.47 24,111 9/28/2023
3.7.200.46 6,613 9/27/2023
3.7.200.45 79,559 9/25/2023
3.7.200.44 126,429 9/22/2023
3.7.200.43 90,368 9/20/2023
3.7.200.42 29,857 9/19/2023
3.7.200.41 71,469 9/15/2023
3.7.200.40 27,933 9/15/2023
3.7.200.39 25,589 9/14/2023
3.7.200.38 18,271 9/13/2023
3.7.200.37 37,970 9/12/2023
3.7.200.36 173,973 9/8/2023
3.7.200.35 96,436 9/8/2023
3.7.200.34 55,935 9/6/2023
3.7.200.33 30,521 9/5/2023
3.7.200.32 163,146 9/1/2023
3.7.200.31 25,574 9/1/2023
3.7.200.30 5,762 8/31/2023
3.7.200.29 44,355 8/31/2023
3.7.200.28 5,948 8/30/2023
3.7.200.27 92,961 8/28/2023
3.7.200.26 92,392 8/25/2023
3.7.200.25 29,999 8/24/2023
3.7.200.24 302,010 8/23/2023
3.7.200.23 73,263 8/22/2023
3.7.200.22 77,244 8/21/2023
3.7.200.21 55,298 8/18/2023
3.7.200.20 10,585 8/18/2023
3.7.200.19 23,757 8/17/2023
3.7.200.18 97,438 8/15/2023
3.7.200.17 30,351 8/14/2023
3.7.200.16 65,283 8/11/2023
3.7.200.15 35,941 8/10/2023
3.7.200.14 33,010 8/9/2023
3.7.200.13 29,574 8/8/2023
3.7.200.12 6,620 8/8/2023
3.7.200.11 30,788 8/7/2023
3.7.200.10 75,035 8/4/2023
3.7.200.9 63,559 8/2/2023
3.7.200.8 103,239 8/1/2023
3.7.200.7 56,329 7/31/2023
3.7.200.6 178,572 7/28/2023
3.7.200.5 109,166 7/26/2023
3.7.200.4 163,977 7/24/2023
3.7.200.3 59,316 7/21/2023
3.7.200.2 48,219 7/20/2023
3.7.200.1 632,711 7/18/2023
3.7.200 183,795 7/18/2023
3.7.101.90 76,295 7/17/2023
3.7.101.89 1,056,882 7/13/2023
3.7.101.88 646,928 7/7/2023
3.7.101.87 6,121 7/7/2023
3.7.101.86 30,825 7/6/2023
3.7.101.85 86,802 7/5/2023
3.7.101.84 61,649 7/3/2023
3.7.101.83 547,036 6/20/2023
3.7.101.82 705,182 6/15/2023
3.7.101.81 204,264 6/13/2023
3.7.101.80 58,172 6/12/2023
3.7.101.79 96,876 6/8/2023
3.7.101.78 129,933 6/6/2023
3.7.101.77 29,996 6/5/2023
3.7.101.76 59,865 6/2/2023
3.7.101.75 20,241 6/2/2023
3.7.101.74 41,560 6/1/2023
3.7.101.73 125,558 5/30/2023
3.7.101.72 65,259 5/26/2023
3.7.101.71 24,255 5/25/2023
3.7.101.70 74,956 5/24/2023
3.7.101.69 147,763 5/23/2023
3.7.101.68 88,093 5/19/2023
3.7.101.67 29,861 5/18/2023
3.7.101.66 75,470 5/16/2023
3.7.101.65 42,996 5/15/2023
3.7.101.64 196,368 5/11/2023
3.7.101.63 78,506 5/9/2023
3.7.101.62 57,396 5/8/2023
3.7.101.61 106,846 5/4/2023
3.7.101.60 94,130 5/2/2023
3.7.101.59 29,997 5/1/2023
3.7.101.58 63,754 4/28/2023
3.7.101.57 105,521 4/27/2023
3.7.101.56 38,503 4/26/2023
3.7.101.55 112,794 4/25/2023
3.7.101.54 58,819 4/25/2023
3.7.101.53 60,788 4/21/2023
3.7.101.52 36,681 4/21/2023
3.7.101.51 60,799 4/19/2023
3.7.101.50 895,013 4/17/2023
3.7.101.49 32,224 4/14/2023
3.7.101.48 29,751 4/13/2023
3.7.101.47 56,696 4/12/2023
3.7.101.46 42,861 4/11/2023
3.7.101.45 40,827 4/10/2023
3.7.101.44 38,460 4/7/2023
3.7.101.43 21,485 4/6/2023
3.7.101.42 33,547 4/5/2023
3.7.101.41 40,502 4/4/2023
3.7.101.40 41,760 4/3/2023
3.7.101.39 60,540 3/31/2023
3.7.101.38 33,536 3/30/2023
3.7.101.37 69,856 3/29/2023
3.7.101.36 30,528 3/28/2023
3.7.101.35 282,605 3/24/2023
3.7.101.34 38,360 3/23/2023
3.7.101.33 173,055 3/22/2023
3.7.101.32 251,724 3/21/2023
3.7.101.31 126,991 3/20/2023
3.7.101.30 64,931 3/17/2023
3.7.101.29 69,209 3/17/2023
3.7.101.28 41,709 3/16/2023
3.7.101.27 75,893 3/15/2023
3.7.101.26 38,593 3/14/2023
3.7.101.25 79,443 3/13/2023
3.7.101.24 58,093 3/10/2023
3.7.101.23 41,644 3/9/2023
3.7.101.22 64,366 3/8/2023
3.7.101.21 22,618 3/7/2023
3.7.101.20 205,832 3/3/2023
3.7.101.19 88,306 3/2/2023
3.7.101.18 61,908 3/1/2023
3.7.101.17 60,049 2/28/2023
3.7.101.16 36,600 2/27/2023
3.7.101.15 127,426 2/23/2023
3.7.101.14 232,070 2/21/2023
3.7.101.13 704,952 2/18/2023
3.7.101.12 6,011 2/17/2023
3.7.101.11 164,467 2/16/2023
3.7.101.10 67,734 2/15/2023
3.7.101.9 65,801 2/13/2023
3.7.101.8 69,359 2/10/2023
3.7.101.7 62,638 2/9/2023
3.7.101.6 77,658 2/8/2023
3.7.101.5 36,469 2/7/2023
3.7.101.4 59,418 2/6/2023
3.7.101.3 354,880 2/3/2023
3.7.101.2 60,612 2/2/2023
3.7.101.1 14,095 2/2/2023
3.7.101 59,671 2/1/2023
3.7.100.64 223,807 1/31/2023
3.7.100.63 167,920 1/26/2023
3.7.100.62 75,089 1/25/2023
3.7.100.61 106,396 1/24/2023
3.7.100.60 93,646 1/23/2023
3.7.100.59 279,623 1/20/2023
3.7.100.58 21,425 1/20/2023
3.7.100.57 63,186 1/18/2023
3.7.100.56 121,763 1/17/2023
3.7.100.55 174,403 1/13/2023
3.7.100.54 45,428 1/12/2023
3.7.100.53 102,549 1/10/2023
3.7.100.52 67,065 1/9/2023
3.7.100.51 74,283 1/6/2023
3.7.100.50 38,945 1/5/2023
3.7.100.49 752,203 1/4/2023
3.7.100.48 8,611 1/3/2023
3.7.100.47 217,168 12/30/2022
3.7.100.46 32,064 12/29/2022
3.7.100.45 110,850 12/23/2022
3.7.100.44 29,731 12/22/2022
3.7.100.43 35,131 12/21/2022
3.7.100.42 42,047 12/20/2022
3.7.100.41 38,213 12/19/2022
3.7.100.40 137,503 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,819 12/14/2022
3.7.100.36 34,125 12/13/2022
3.7.100.35 120,242 12/12/2022
3.7.100.34 85,310 12/8/2022
3.7.100.33 105,091 12/8/2022
3.7.100.32 8,546 12/7/2022
3.7.100.31 55,694 12/6/2022
3.7.100.30 236,503 12/5/2022
3.7.100.29 41,741 12/2/2022
3.7.100.28 14,789 12/2/2022
3.7.100.27 283,196 12/1/2022
3.7.100.26 29,117 11/30/2022
3.7.100.25 54,769 11/29/2022
3.7.100.24 29,839 11/29/2022
3.7.100.23 163,171 11/28/2022
3.7.100.22 158,742 11/22/2022
3.7.100.21 234,037 11/18/2022
3.7.100.20 68,665 11/17/2022
3.7.100.19 1,711,228 11/16/2022
3.7.100.18 13,936 11/16/2022
3.7.100.17 69,367 11/15/2022
3.7.100.16 169,623 11/11/2022
3.7.100.15 62,809 11/10/2022
3.7.100.14 251,288 11/9/2022
3.7.100.13 27,787 11/9/2022
3.7.100.12 10,899 11/9/2022
3.7.100.11 6,812 11/8/2022
3.7.100.10 250,620 11/7/2022
3.7.100.9 148,239 11/4/2022
3.7.100.8 74,412 11/2/2022
3.7.100.7 116,554 10/31/2022
3.7.100.6 61,592 10/29/2022
3.7.100.5 14,633 10/28/2022
3.7.100.4 68,061 10/27/2022
3.7.100.3 47,188 10/26/2022
3.7.100.2 43,149 10/25/2022
3.7.100.1 23,784 10/24/2022
3.7.100 233,474 10/21/2022
3.7.4.25 144,664 10/20/2022
3.7.4.24 99,382 10/19/2022
3.7.4.23 354,680 10/18/2022
3.7.4.22 104,310 10/14/2022
3.7.4.21 593,482 10/13/2022
3.7.4.20 360,172 10/7/2022
3.7.4.19 98,368 10/6/2022
3.7.4.18 115,693 10/4/2022
3.7.4.17 37,080 10/3/2022
3.7.4.16 244,514 9/30/2022
3.7.4.15 44,894 9/29/2022
3.7.4.14 54,607 9/27/2022
3.7.4.13 4,106,954 9/27/2022
3.7.4.12 15,786 9/26/2022
3.7.4.11 66,874 9/23/2022
3.7.4.10 51,828 9/22/2022
3.7.4.9 43,813 9/21/2022
3.7.4.8 32,116 9/20/2022
3.7.4.7 150,990 9/19/2022
3.7.4.6 93,043 9/15/2022
3.7.4.5 40,518 9/14/2022
3.7.4.4 59,770 9/13/2022
3.7.4.3 168,701 9/9/2022
3.7.4.2 66,532 9/9/2022
3.7.4.1 9,781 9/8/2022
3.7.4 32,739 9/7/2022
3.7.3.101 617,101 9/2/2022
3.7.3.100 35,312 9/1/2022
3.7.3.99 129,647 8/30/2022
3.7.3.98 106,341 8/29/2022
3.7.3.97 81,510 8/25/2022
3.7.3.96 148,606 8/23/2022
3.7.3.95 85,587 8/22/2022
3.7.3.94 69,453 8/19/2022
3.7.3.93 147,913 8/16/2022
3.7.3.92 106,070 8/12/2022
3.7.3.91 91,811 8/11/2022
3.7.3.90 215,299 8/8/2022
3.7.3.89 59,086 8/4/2022
3.7.3.88 126,605 8/2/2022
3.7.3.87 139,268 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,417 7/22/2022
3.7.3.83 278,461 7/20/2022
3.7.3.82 76,438 7/18/2022
3.7.3.81 31,218 7/15/2022
3.7.3.80 35,217 7/14/2022
3.7.3.79 99,954 7/12/2022
3.7.3.78 30,357 7/11/2022
3.7.3.77 118,895 7/5/2022
3.7.3.76 369,479 6/29/2022
3.7.3.75 202,640 6/24/2022
3.7.3.74 707,664 6/17/2022
3.7.3.73 39,530 6/16/2022
3.7.3.72 265,699 6/14/2022
3.7.3.71 108,154 6/10/2022
3.7.3.70 67,966 6/8/2022
3.7.3.69 44,173 6/7/2022
3.7.3.68 39,263 6/6/2022
3.7.3.67 162,104 5/31/2022
3.7.3.66 136,456 5/27/2022
3.7.3.65 47,590 5/26/2022
3.7.3.64 10,605 5/26/2022
3.7.3.63 21,001 5/25/2022
3.7.3.62 59,525 5/24/2022
3.7.3.61 105,526 5/23/2022
3.7.3.60 133,759 5/19/2022
3.7.3.59 64,781 5/18/2022
3.7.3.58 367,821 5/9/2022
3.7.3.57 537,602 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,656 5/4/2022
3.7.3.53 200,037 5/3/2022
3.7.3.52 84,364 5/3/2022
3.7.3.51 6,642 5/2/2022
3.7.3.50 635,855 4/20/2022
3.7.3.49 1,542,265 4/19/2022
3.7.3.48 427,126 4/14/2022
3.7.3.47 361,115 4/12/2022
3.7.3.46 19,082 4/11/2022
3.7.3.45 143,283 4/7/2022
3.7.3.44 120,111 4/6/2022
3.7.3.43 324,085 4/1/2022
3.7.3.42 210,843 3/31/2022
3.7.3.41 130,375 3/28/2022
3.7.3.40 77,811 3/24/2022
3.7.3.39 97,205 3/23/2022
3.7.3.38 454,756 3/17/2022
3.7.3.37 64,983 3/16/2022
3.7.3.36 114,356 3/14/2022
3.7.3.35 119,217 3/10/2022
3.7.3.34 55,060 3/9/2022
3.7.3.33 32,228 3/8/2022
3.7.3.32 221,484 3/3/2022
3.7.3.31 97,658 3/1/2022
3.7.3.30 33,011 2/28/2022
3.7.3.29 60,781 2/26/2022
3.7.3.28 48,177 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,907 2/21/2022
3.7.3.24 51,654 2/17/2022
3.7.3.23 328,910 2/11/2022
3.7.3.22 12,372 2/10/2022
3.7.3.21 149,657 2/4/2022
3.7.3.20 61,506 2/3/2022
3.7.3.19 264,596 1/28/2022
3.7.3.18 358,253 1/25/2022
3.7.3.17 427,955 1/15/2022
3.7.3.16 9,464 1/14/2022
3.7.3.15 60,629 1/13/2022
3.7.3.14 764,546 1/11/2022
3.7.3.13 107,369 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,025 1/3/2022
3.7.3.9 332,002 12/21/2021
3.7.3.8 27,130 12/20/2021
3.7.3.7 389,300 12/13/2021
3.7.3.6 131,467 12/8/2021
3.7.3.5 155,342 12/2/2021
3.7.3.4 40,376 12/1/2021
3.7.3.3 294,674 11/22/2021
3.7.3.2 41,564 11/19/2021
3.7.3.1 13,088 11/18/2021
3.7.3 1,100,257 11/17/2021
3.7.2.70 3,459,186 11/16/2021
3.7.2.69 72,176 11/15/2021
3.7.2.68 73,427 11/12/2021
3.7.2.67 176,513 11/11/2021
3.7.2.66 37,324 11/11/2021
3.7.2.65 37,808 11/9/2021
3.7.2.64 191,733 11/5/2021
3.7.2.63 12,713 11/4/2021
3.7.2.62 93,040 11/3/2021
3.7.2.61 29,837 11/2/2021
3.7.2.60 60,496 11/1/2021
3.7.2.59 606,263 10/29/2021
3.7.2.58 107,814 10/27/2021
3.7.2.57 66,831 10/26/2021
3.7.2.56 5,810 10/26/2021
3.7.2.55 71,288 10/22/2021
3.7.2.54 6,804 10/21/2021
3.7.2.53 244,447 10/14/2021
3.7.2.52 29,431 10/13/2021
3.7.2.51 38,356 10/12/2021
3.7.2.50 230,841 10/8/2021
3.7.2.49 39,106 10/7/2021
3.7.2.48 12,530 10/7/2021
3.7.2.47 10,042 10/6/2021
3.7.2.46 235,340 10/1/2021
3.7.2.45 54,864 9/30/2021
3.7.2.44 118,044 9/29/2021
3.7.2.43 59,154 9/27/2021
3.7.2.42 61,310 9/24/2021
3.7.2.41 64,760 9/23/2021
3.7.2.40 19,189 9/22/2021
3.7.2.39 302,476 9/17/2021
3.7.2.38 16,372 9/16/2021
3.7.2.37 40,965 9/16/2021
3.7.2.36 314,969 9/13/2021
3.7.2.35 179,062 9/10/2021
3.7.2.34 40,545 9/9/2021
3.7.2.33 50,082 9/7/2021
3.7.2.32 45,588 9/3/2021
3.7.2.31 27,704 9/3/2021
3.7.2.30 26,306 9/2/2021
3.7.2.29 21,062 9/1/2021
3.7.2.28 54,181 8/31/2021
3.7.2.27 69,298 8/27/2021
3.7.2.26 36,548 8/25/2021
3.7.2.25 330,680 8/23/2021
3.7.2.24 87,940 8/19/2021
3.7.2.23 337,737 8/16/2021
3.7.2.22 123,866 8/12/2021
3.7.2.21 113,523 8/10/2021
3.7.2.20 139,982 8/6/2021
3.7.2.19 57,613 8/4/2021
3.7.2.18 160,294 7/30/2021
3.7.2.17 29,842 7/29/2021
3.7.2.16 98,415 7/27/2021
3.7.2.15 213,483 7/21/2021
3.7.2.14 181,288 7/16/2021
3.7.2.13 446,095 7/13/2021
3.7.2.12 39,556 7/12/2021
3.7.2.11 82,710 7/9/2021
3.7.2.10 43,446 7/8/2021
3.7.2.9 111,214 7/7/2021
3.7.2.8 42,526 7/6/2021
3.7.2.7 234,949 7/1/2021
3.7.2.6 170,242 6/25/2021
3.7.2.5 27,735 6/24/2021
3.7.2.4 108,094 6/21/2021
3.7.2.3 50,832 6/17/2021
3.7.2.2 42,404 6/15/2021
3.7.2.1 156,824 6/11/2021
3.7.2 300,768 6/1/2021
3.7.1.15 200,391 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,900 5/24/2021
3.7.1.11 35,716 5/21/2021
3.7.1.10 54,870 5/20/2021
3.7.1.9 39,541 5/19/2021
3.7.1.8 73,248 5/18/2021
3.7.1.7 217,671 5/14/2021
3.7.1.6 22,611 5/12/2021
3.7.1.5 58,215 5/10/2021
3.7.1.4 6,043 5/10/2021
3.7.1.3 131,925 5/6/2021
3.7.1.2 273,136 4/30/2021
3.7.1.1 65,225 4/27/2021
3.7.1 507,248 4/23/2021
3.7.0.14 422,725 4/19/2021
3.7.0.13 138,715 4/15/2021
3.7.0.12 436,934 4/13/2021
3.7.0.11 29,237 4/12/2021
3.7.0.10 255,542 4/8/2021
3.7.0.9 66,397 4/7/2021
3.7.0.8 255,764 4/2/2021
3.7.0.7 58,822 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,631 3/30/2021
3.7.0.3 23,873 3/29/2021
3.7.0.2 24,058 3/27/2021
3.7.0.1 19,967 3/26/2021
3.7.0 3,199,671 3/26/2021
3.5.1.51 313,511 3/25/2021
3.5.1.50 350,193 3/17/2021
3.5.1.49 117,999 3/15/2021
3.5.1.48 326,948 3/9/2021
3.5.1.47 171,080 3/5/2021
3.5.1.46 16,991 3/4/2021
3.5.1.45 70,294 3/1/2021
3.5.1.44 1,193,388 2/23/2021
3.5.1.43 83,152 2/19/2021
3.5.1.42 120,232 2/12/2021
3.5.1.41 84,038 2/9/2021
3.5.1.40 14,271 2/8/2021
3.5.1.39 75,940 2/5/2021
3.5.1.38 27,727 2/4/2021
3.5.1.37 465,330 1/29/2021
3.5.1.36 132,264 1/28/2021
3.5.1.35 27,869 1/27/2021
3.5.1.34 391,950 1/26/2021
3.5.1.33 251,584 1/20/2021
3.5.1.32 15,405 1/19/2021
3.5.1.31 133,584 1/15/2021
3.5.1.30 140,591 1/11/2021
3.5.1.29 52,876 1/7/2021
3.5.1.28 157,532 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,539 12/22/2020
3.5.1.24 8,441 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,047 12/7/2020
3.5.1.17 83,966 12/3/2020
3.5.1.16 170,982 12/2/2020
3.5.1.15 21,806 12/1/2020
3.5.1.14 157,078 12/1/2020
3.5.1.13 93,404 11/24/2020
3.5.1.12 29,586 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,931 11/16/2020
3.5.1.7 50,280 11/13/2020
3.5.1.6 241,608 11/5/2020
3.5.1.5 46,285 11/4/2020
3.5.1.4 198,232 10/30/2020
3.5.1.3 36,499 10/28/2020
3.5.1.2 125,518 10/27/2020
3.5.1.1 22,652 10/26/2020
3.5.1 263,035 10/22/2020
3.5.0.31 25,854 10/21/2020
3.5.0.30 33,870 10/20/2020
3.5.0.29 186,511 10/16/2020
3.5.0.28 74,712 10/15/2020
3.5.0.27 259,962 10/9/2020
3.5.0.26 214,204 10/8/2020
3.5.0.25 63,693 10/6/2020
3.5.0.24 20,036 10/2/2020
3.5.0.23 131,780 10/1/2020
3.5.0.22 13,007 9/30/2020
3.5.0.21 31,564 9/29/2020
3.5.0.20 55,662 9/25/2020
3.5.0.19 182,768 9/24/2020
3.5.0.18 56,377 9/21/2020
3.5.0.17 19,561 9/18/2020
3.5.0.16 302,818 9/17/2020
3.5.0.15 25,028 9/16/2020
3.5.0.14 31,419 9/15/2020
3.5.0.13 35,604 9/14/2020
3.5.0.12 79,230 9/11/2020
3.5.0.11 122,586 9/10/2020
3.5.0.10 11,553 9/9/2020
3.5.0.9 57,427 9/4/2020
3.5.0.8 110,177 9/2/2020
3.5.0.7 262,133 9/1/2020
3.5.0.6 6,555 8/31/2020
3.5.0.5 14,764 8/28/2020
3.5.0.4 29,625 8/27/2020
3.5.0.3 14,879 8/26/2020
3.5.0.2 45,612 8/25/2020
3.5.0.1 110,638 8/24/2020
3.5.0 860,612 8/20/2020
3.5.0-beta 107,232 2/4/2020
3.3.102.17 1,931,974 8/19/2020
3.3.102.16 168,408 8/14/2020
3.3.102.15 91,802 8/10/2020
3.3.102.14 50,789 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,743 8/3/2020
3.3.102.9 80,325 7/31/2020
3.3.102.8 19,002 7/30/2020
3.3.102.7 19,253 7/29/2020
3.3.102.6 23,702 7/28/2020
3.3.102.5 286,787 7/23/2020
3.3.102.4 88,411 7/22/2020
3.3.102.3 134,138 7/17/2020
3.3.102.2 25,795 7/15/2020
3.3.102.1 152,481 7/9/2020
3.3.102 18,311 7/9/2020
3.3.101.194 215,462 7/8/2020
3.3.101.193 28,940 7/7/2020
3.3.101.192 78,027 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,113 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,501 6/11/2020
3.3.101.181 55,287 6/9/2020
3.3.101.180 132,535 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,472 5/27/2020
3.3.101.174 71,803 5/26/2020
3.3.101.173 66,095 5/22/2020
3.3.101.172 29,694 5/22/2020
3.3.101.171 11,994 5/21/2020
3.3.101.170 69,920 5/19/2020
3.3.101.169 41,998 5/18/2020
3.3.101.168 54,878 5/15/2020
3.3.101.167 59,796 5/14/2020
3.3.101.166 93,574 5/11/2020
3.3.101.165 41,980 5/8/2020
3.3.101.164 21,618 5/8/2020
3.3.101.163 6,262 5/7/2020
3.3.101.162 36,109 5/6/2020
3.3.101.161 48,860 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,557 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,142 4/24/2020
3.3.101.154 16,577 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,391 4/16/2020
3.3.101.148 222,756 4/8/2020
3.3.101.147 323,108 4/6/2020
3.3.101.146 104,470 4/3/2020
3.3.101.145 14,905 4/3/2020
3.3.101.144 17,882 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,523 3/30/2020
3.3.101.140 67,840 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,326 3/24/2020
3.3.101.136 40,367 3/20/2020
3.3.101.135 13,719 3/19/2020
3.3.101.134 39,549 3/18/2020
3.3.101.133 12,962 3/17/2020
3.3.101.132 96,368 3/16/2020
3.3.101.131 32,081 3/12/2020
3.3.101.130 104,859 3/6/2020
3.3.101.129 99,151 3/5/2020
3.3.101.128 95,067 3/2/2020
3.3.101.127 72,132 2/28/2020
3.3.101.126 7,159 2/27/2020
3.3.101.125 77,749 2/26/2020
3.3.101.124 20,375 2/25/2020
3.3.101.123 169,842 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,983 2/10/2020
3.3.101.119 84,846 2/7/2020
3.3.101.118 79,660 2/4/2020
3.3.101.117 177,355 1/24/2020
3.3.101.116 10,958 1/23/2020
3.3.101.115 60,303 1/21/2020
3.3.101.114 99,926 1/17/2020
3.3.101.113 36,319 1/16/2020
3.3.101.112 93,852 1/15/2020
3.3.101.111 105,128 1/10/2020
3.3.101.110 229,194 1/8/2020
3.3.101.109 14,522 1/6/2020
3.3.101.108 59,244 1/2/2020
3.3.101.107 158,103 12/25/2019
3.3.101.106 7,899 12/23/2019
3.3.101.105 24,623 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,039 12/16/2019
3.3.101.101 27,007 12/13/2019
3.3.101.100 16,594 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,391 12/3/2019
3.3.101.95 50,905 12/2/2019
3.3.101.94 70,990 11/26/2019
3.3.101.93 14,161 11/25/2019
3.3.101.92 14,285 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,088 11/19/2019
3.3.101.88 85,004 11/14/2019
3.3.101.87 35,650 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,505 10/31/2019
3.3.101.81 11,248 10/30/2019
3.3.101.80 40,107 10/28/2019
3.3.101.79 6,814 10/28/2019
3.3.101.78 70,290 10/24/2019
3.3.101.77 9,223 10/22/2019
3.3.101.76 31,053 10/18/2019
3.3.101.75 43,851 10/17/2019
3.3.101.74 183,689 10/16/2019
3.3.101.73 104,331 10/11/2019
3.3.101.72 10,647 10/10/2019
3.3.101.71 35,260 10/8/2019
3.3.101.70 190,938 9/30/2019
3.3.101.69 77,448 9/26/2019
3.3.101.68 59,979 9/23/2019
3.3.101.67 24,588 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,059 9/17/2019
3.3.101.63 21,522 9/16/2019
3.3.101.62 38,786 9/12/2019
3.3.101.61 114,064 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,128 8/27/2019
3.3.101.56 140,112 8/23/2019
3.3.101.55 16,964 8/22/2019
3.3.101.54 119,121 8/16/2019
3.3.101.53 22,448 8/15/2019
3.3.101.52 26,324 8/14/2019
3.3.101.51 9,513 8/13/2019
3.3.101.50 37,630 8/12/2019
3.3.101.49 16,686 8/9/2019
3.3.101.48 9,174 8/8/2019
3.3.101.47 36,311 8/7/2019
3.3.101.46 6,118 8/7/2019
3.3.101.45 129,875 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,432 7/25/2019
3.3.101.40 19,611 7/24/2019
3.3.101.39 34,951 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,722 7/12/2019
3.3.101.35 58,269 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,365 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,594 6/20/2019
3.3.101.23 71,212 6/17/2019
3.3.101.22 14,112 6/14/2019
3.3.101.21 36,925 6/13/2019
3.3.101.20 54,104 6/7/2019
3.3.101.19 35,340 6/4/2019
3.3.101.18 69,137 6/3/2019
3.3.101.17 57,823 5/31/2019
3.3.101.16 10,582 5/30/2019
3.3.101.15 40,111 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,240 5/17/2019
3.3.101.8 104,603 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,882 5/7/2019
3.3.101.4 234,133 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,160 4/29/2019
3.3.101 558,170 4/26/2019
3.3.100.10 12,434 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,539 4/18/2019
3.3.100.6 53,105 4/16/2019
3.3.100.5 159,056 4/4/2019
3.3.100.4 20,666 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,089 3/21/2019
3.3.3.26 122,349 3/11/2019
3.3.3.25 20,605 3/7/2019
3.3.3.24 8,604 3/6/2019
3.3.3.23 79,584 2/26/2019
3.3.3.22 232,767 2/20/2019
3.3.3.21 118,885 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,685 2/4/2019
3.3.3.17 477,862 1/26/2019
3.3.3.16 9,126 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,788 1/11/2019
3.3.3.12 8,935 1/10/2019
3.3.3.11 67,977 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,610 12/22/2018
3.3.3.7 11,387 12/21/2018
3.3.3.6 54,810 12/15/2018
3.3.3.5 11,216 12/14/2018
3.3.3.4 17,635 12/12/2018
3.3.3.3 278,924 12/4/2018
3.3.3.2 145,444 11/16/2018
3.3.3.1 15,132 11/16/2018
3.3.3 176,390 11/15/2018
3.3.2.11 26,347 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,674 11/7/2018
3.3.2.7 17,910 11/7/2018
3.3.2.6 7,451 11/6/2018
3.3.2.5 78,986 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,870 10/26/2018
3.3.2.1 64,183 10/22/2018
3.3.2 13,669 10/22/2018
3.3.1.15 95,363 10/17/2018
3.3.1.14 129,258 10/6/2018
3.3.1.13 20,646 10/4/2018
3.3.1.12 87,031 9/26/2018
3.3.1.11 892,439 9/10/2018
3.3.1.10 39,136 9/7/2018
3.3.1.9 134,841 8/28/2018
3.3.1.8 105,689 8/16/2018
3.3.1.7 9,683 8/15/2018
3.3.1.6 172,858 8/3/2018
3.3.1.5 40,185 8/2/2018
3.3.1.4 171,196 7/23/2018
3.3.1.3 293,743 7/3/2018
3.3.1.2 170,023 6/23/2018
3.3.1.1 41,194 6/19/2018
3.3.1 136,992 6/1/2018
3.3.0.29 554,692 4/25/2018
3.3.0.28 52,266 4/20/2018
3.3.0.27 245,160 3/29/2018
3.3.0.26 107,870 3/15/2018
3.3.0.25 81,460 3/3/2018
3.3.0.24 1,966,233 11/11/2017
3.3.0.23 96,708 10/24/2017
3.3.0.22 94,595 10/9/2017
3.3.0.21 625,399 7/24/2017
3.3.0.20 187,380 7/7/2017
3.3.0.19 9,051 7/5/2017
3.3.0.18 23,751 6/28/2017
3.3.0.17 895,041 5/11/2017
3.3.0.16 13,431 5/8/2017
3.3.0.15 8,552 5/5/2017
3.3.0.14 16,020 4/28/2017
3.3.0.13 24,791 4/21/2017
3.3.0.12 11,285 4/19/2017
3.3.0.11 554,635 3/31/2017
3.3.0.10 45,758 3/15/2017
3.3.0.9 8,227 3/14/2017
3.3.0.8 7,354 3/14/2017
3.3.0.7 137,992 1/20/2017
3.3.0.6 42,914 12/16/2016
3.3.0.5 16,646 12/9/2016
3.3.0.4 29,298 12/7/2016
3.3.0.3 98,856 11/15/2016
3.3.0.2 16,406 11/4/2016
3.3.0.1 62,076 10/11/2016
3.3.0 296,409 9/19/2016
3.2.8-rc 4,872 9/8/2016
3.2.7-beta 5,225 8/23/2016
3.2.6-beta 4,256 8/2/2016
3.2.5-beta 7,442 6/28/2016
3.2.4.1-beta 4,208 6/2/2016
3.2.4-beta 3,852 6/1/2016
3.2.3.1-beta 4,427 4/20/2016
3.2.3-beta 4,793 3/12/2016
3.2.2.1-beta 3,824 3/2/2016
3.2.2-beta 4,278 1/12/2016
3.2.1-beta 4,583 12/7/2015
3.2.0-beta 4,474 9/29/2015
3.1.2.1 37,866 9/8/2016
3.1.2 6,780 9/6/2016
3.1.1.2 92,132 8/9/2016
3.1.1.1 21,780 7/13/2016
3.1.1 12,656 6/29/2016
3.1.0.8 11,888 6/28/2016
3.1.0.7 14,647 6/3/2016
3.1.0.6 7,688 5/26/2016
3.1.0.5 103,749 2/22/2016
3.1.0.4 32,059 1/6/2016
3.1.0.3 14,534 12/2/2015
3.1.0.2 19,123 10/7/2015
3.1.0.1 9,252 8/27/2015
3.1.0 68,285 7/28/2015
3.0.0.2-preview 4,361 5/21/2015
3.0.0.1-preview 6,178 5/6/2015
3.0.0-preview 4,188 4/30/2015