AWSSDK.SimpleNotificationService 4.0.1.5

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