AWSSDK.SimpleNotificationService 4.0.0.16

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