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