AWSSDK.SimpleNotificationService 4.0.1.3

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