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