AWSSDK.SimpleNotificationService 4.0.0.21

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.21
                    
NuGet\Install-Package AWSSDK.SimpleNotificationService -Version 4.0.0.21
                    
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.21" />
                    
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.21" />
                    
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.21
                    
#r "nuget: AWSSDK.SimpleNotificationService, 4.0.0.21"
                    
#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.21
                    
#: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.21
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SimpleNotificationService&version=4.0.0.21
                    
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 (176)

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