AWSSDK.SimpleNotificationService 4.0.0-preview

Prefix Reserved
This is a prerelease version of AWSSDK.SimpleNotificationService.
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-preview
                    
NuGet\Install-Package AWSSDK.SimpleNotificationService -Version 4.0.0-preview
                    
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-preview" />
                    
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-preview" />
                    
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-preview
                    
#r "nuget: AWSSDK.SimpleNotificationService, 4.0.0-preview"
                    
#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-preview
                    
#: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-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SimpleNotificationService&version=4.0.0-preview&prerelease
                    
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 (179)

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