AWSSDK.SimpleNotificationService 4.0.0.16

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.SimpleNotificationService --version 4.0.0.16
                    
NuGet\Install-Package AWSSDK.SimpleNotificationService -Version 4.0.0.16
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="4.0.0.16" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SimpleNotificationService" Version="4.0.0.16" />
                    
Directory.Packages.props
<PackageReference Include="AWSSDK.SimpleNotificationService" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AWSSDK.SimpleNotificationService --version 4.0.0.16
                    
#r "nuget: AWSSDK.SimpleNotificationService, 4.0.0.16"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AWSSDK.SimpleNotificationService@4.0.0.16
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AWSSDK.SimpleNotificationService&version=4.0.0.16
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SimpleNotificationService&version=4.0.0.16
                    
Install as a Cake Tool

Amazon Simple Notification Service (Amazon SNS) is a fast, flexible, fully managed push messaging service. Amazon SNS makes it simple and cost-effective to push notifications to Apple, Google, Fire OS, and Windows devices, as well as Android devices in China with Baidu Cloud Push.  You can also use SNS to push notifications to internet connected smart devices, as well as other distributed services.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (177)

Showing the top 5 NuGet packages that depend on AWSSDK.SimpleNotificationService:

Package Downloads
MassTransit.AmazonSQS

MassTransit Amazon SQS transport support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.

AWSSDK.Glacier

Amazon Glacier is a secure, durable, and extremely low-cost storage service for data archiving and online backup.

OpenTelemetry.Instrumentation.AWS

AWS client instrumentation for OpenTelemetry .NET.

NServiceBus.AmazonSQS

NServiceBus.AmazonSQS

JustSaying

A light-weight message bus on top of AWS SNS and SQS

GitHub repositories (21)

Showing the top 20 popular GitHub repositories that depend on AWSSDK.SimpleNotificationService:

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