AWSSDK.SimpleNotificationService 4.0.0.17

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