AWSSDK.SimpleNotificationService 4.0.1.7

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

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