AWSSDK.SimpleNotificationService 4.0.2.2

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.2.2
                    
NuGet\Install-Package AWSSDK.SimpleNotificationService -Version 4.0.2.2
                    
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.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SimpleNotificationService" Version="4.0.2.2" />
                    
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.2.2
                    
#r "nuget: AWSSDK.SimpleNotificationService, 4.0.2.2"
                    
#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.2.2
                    
#: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.2.2
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SimpleNotificationService&version=4.0.2.2
                    
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 (181)

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