AWSSDK.SimpleNotificationService 4.0.1.5

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

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