AWSSDK.SimpleNotificationService 4.0.0-preview

Prefix Reserved
This is a prerelease version of AWSSDK.SimpleNotificationService.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.SimpleNotificationService --version 4.0.0-preview
                    
NuGet\Install-Package AWSSDK.SimpleNotificationService -Version 4.0.0-preview
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="4.0.0-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SimpleNotificationService" Version="4.0.0-preview" />
                    
Directory.Packages.props
<PackageReference Include="AWSSDK.SimpleNotificationService" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AWSSDK.SimpleNotificationService --version 4.0.0-preview
                    
#r "nuget: AWSSDK.SimpleNotificationService, 4.0.0-preview"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AWSSDK.SimpleNotificationService@4.0.0-preview
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AWSSDK.SimpleNotificationService&version=4.0.0-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SimpleNotificationService&version=4.0.0-preview&prerelease
                    
Install as a Cake Tool

Amazon Simple Notification Service (Amazon SNS) is a fast, flexible, fully managed push messaging service. Amazon SNS makes it simple and cost-effective to push notifications to Apple, Google, Fire OS, and Windows devices, as well as Android devices in China with Baidu Cloud Push.  You can also use SNS to push notifications to internet connected smart devices, as well as other distributed services.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (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 1,934 11/7/2025
4.0.2.3 6,636 11/5/2025
4.0.2.2 41,307 10/27/2025
4.0.2.1 15,670 10/23/2025
4.0.2 5,757 10/22/2025
4.0.1.9 31,578 10/16/2025
4.0.1.8 50,597 10/10/2025
4.0.1.7 9,468 10/9/2025
4.0.1.6 67,630 10/1/2025
4.0.1.5 30,477 9/30/2025
4.0.1.4 12,088 9/29/2025
4.0.1.3 140,217 9/23/2025
4.0.1.2 85,665 9/16/2025
4.0.1.1 223,384 8/29/2025
4.0.1 29,537 8/27/2025
4.0.0.21 70,756 8/21/2025
4.0.0.20 79,195 8/15/2025
4.0.0.19 22,669 8/13/2025
4.0.0.18 207,500 8/6/2025
4.0.0.17 47,849 8/4/2025
4.0.0.16 44,820 8/1/2025
4.0.0.15 120,476 7/23/2025
4.0.0.14 114,204 7/15/2025
4.0.0.13 86,342 7/9/2025
4.0.0.12 161,084 7/1/2025
4.0.0.11 92,814 6/23/2025
4.0.0.10 38,062 6/18/2025
4.0.0.9 42,731 6/16/2025
4.0.0.8 154,868 6/12/2025
4.0.0.7 18,385 6/11/2025
4.0.0.6 46,398 6/10/2025
4.0.0.5 132,920 6/4/2025
4.0.0.4 283,030 5/16/2025
4.0.0.3 16,848 5/15/2025
4.0.0.2 255,954 5/6/2025
4.0.0.1 57,087 4/30/2025
4.0.0 1,215,390 4/28/2025
4.0.0-preview.13 1,971 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,028 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,954 10/11/2024
4.0.0-preview.3 488 10/1/2024
4.0.0-preview.2 2,592 8/28/2024
4.0.0-preview 2,030 8/15/2024
3.7.502.8 3,029 11/6/2025
3.7.502.7 4,244 11/4/2025
3.7.502.6 9,048 10/31/2025
3.7.502.5 2,103 10/30/2025
3.7.502.4 5,122 10/28/2025
3.7.502.3 6,684 10/27/2025
3.7.502.2 4,704 10/24/2025
3.7.502.1 3,095 10/23/2025
3.7.502 2,328 10/22/2025
3.7.501.23 16,213 10/17/2025
3.7.501.22 3,310 10/16/2025
3.7.501.21 4,257 10/15/2025
3.7.501.20 13,545 10/10/2025
3.7.501.19 5,625 10/9/2025
3.7.501.18 4,834 10/8/2025
3.7.501.17 4,854 10/7/2025
3.7.501.16 23,958 9/30/2025
3.7.501.15 6,297 9/29/2025
3.7.501.14 9,441 9/26/2025
3.7.501.13 5,360 9/25/2025
3.7.501.12 10,368 9/23/2025
3.7.501.11 6,945 9/22/2025
3.7.501.10 9,373 9/19/2025
3.7.501.9 46,538 9/16/2025
3.7.501.8 7,599 9/15/2025
3.7.501.7 60,558 9/11/2025
3.7.501.6 5,163 9/10/2025
3.7.501.5 7,880 9/9/2025
3.7.501.4 12,373 9/8/2025
3.7.501.3 24,411 9/4/2025
3.7.501.2 12,888 9/2/2025
3.7.501.1 13,370 8/29/2025
3.7.501 12,754 8/27/2025
3.7.500.11 9,404 8/26/2025
3.7.500.10 7,019 8/25/2025
3.7.500.9 8,724 8/21/2025
3.7.500.8 7,509 8/20/2025
3.7.500.7 23,625 8/12/2025
3.7.500.6 9,933 8/11/2025
3.7.500.5 20,300 8/8/2025
3.7.500.4 10,663 8/6/2025
3.7.500.3 8,817 8/5/2025
3.7.500.2 5,991 8/4/2025
3.7.500.1 8,982 8/1/2025
3.7.500 27,699 7/31/2025
3.7.400.185 14,446 7/30/2025
3.7.400.184 7,753 7/29/2025
3.7.400.183 8,755 7/28/2025
3.7.400.182 85,522 7/24/2025
3.7.400.181 9,546 7/23/2025
3.7.400.180 7,910 7/22/2025
3.7.400.179 12,482 7/21/2025
3.7.400.178 12,122 7/18/2025
3.7.400.177 7,149 7/17/2025
3.7.400.176 14,276 7/16/2025
3.7.400.175 5,578 7/15/2025
3.7.400.174 31,171 7/9/2025
3.7.400.173 38,412 7/3/2025
3.7.400.172 12,978 7/1/2025
3.7.400.171 14,026 6/30/2025
3.7.400.170 18,649 6/27/2025
3.7.400.169 27,758 6/26/2025
3.7.400.168 16,641 6/23/2025
3.7.400.167 11,132 6/20/2025
3.7.400.166 37,382 6/18/2025
3.7.400.165 87,493 6/11/2025
3.7.400.164 23,778 6/10/2025
3.7.400.163 12,198 6/9/2025
3.7.400.162 16,966 6/6/2025
3.7.400.161 12,727 6/5/2025
3.7.400.160 12,215 6/4/2025
3.7.400.159 110,410 6/2/2025
3.7.400.158 11,430 5/30/2025
3.7.400.157 26,327 5/28/2025
3.7.400.156 25,955 5/23/2025
3.7.400.155 15,915 5/21/2025
3.7.400.154 53,006 5/20/2025
3.7.400.153 48,874 5/19/2025
3.7.400.152 15,314 5/16/2025
3.7.400.151 69,312 5/12/2025
3.7.400.150 32,141 5/9/2025
3.7.400.149 10,616 5/8/2025
3.7.400.148 16,278 5/7/2025
3.7.400.147 16,831 5/6/2025
3.7.400.146 13,685 5/5/2025
3.7.400.145 28,174 5/2/2025
3.7.400.144 14,597 5/1/2025
3.7.400.143 13,546 4/30/2025
3.7.400.142 84,494 4/29/2025
3.7.400.141 193,334 4/28/2025
3.7.400.140 51,447 4/25/2025
3.7.400.139 16,151 4/24/2025
3.7.400.138 54,932 4/23/2025
3.7.400.137 78,005 4/18/2025
3.7.400.136 19,441 4/17/2025
3.7.400.135 51,435 4/16/2025
3.7.400.134 72,186 4/14/2025
3.7.400.133 90,774 4/11/2025
3.7.400.132 43,577 4/10/2025
3.7.400.131 28,987 4/9/2025
3.7.400.130 23,827 4/8/2025
3.7.400.129 229,778 4/4/2025
3.7.400.128 19,876 4/3/2025
3.7.400.127 43,102 4/3/2025
3.7.400.126 7,998 4/2/2025
3.7.400.125 67,678 4/1/2025
3.7.400.124 24,501 3/31/2025
3.7.400.123 52,389 3/28/2025
3.7.400.122 187,085 3/27/2025
3.7.400.121 24,903 3/26/2025
3.7.400.120 43,121 3/25/2025
3.7.400.119 54,687 3/24/2025
3.7.400.118 57,896 3/21/2025
3.7.400.117 30,793 3/20/2025
3.7.400.116 45,925 3/19/2025
3.7.400.115 31,804 3/18/2025
3.7.400.114 46,736 3/17/2025
3.7.400.113 36,678 3/14/2025
3.7.400.112 25,486 3/14/2025
3.7.400.111 103,779 3/11/2025
3.7.400.110 30,956 3/10/2025
3.7.400.109 51,003 3/7/2025
3.7.400.108 45,833 3/6/2025
3.7.400.107 26,809 3/5/2025
3.7.400.106 124,998 3/4/2025
3.7.400.105 82,318 3/3/2025
3.7.400.104 114,865 2/28/2025
3.7.400.103 20,238 2/27/2025
3.7.400.102 23,500 2/26/2025
3.7.400.101 50,237 2/25/2025
3.7.400.100 47,303 2/24/2025
3.7.400.99 49,109 2/21/2025
3.7.400.98 2,036,707 2/20/2025
3.7.400.97 70,987 2/18/2025
3.7.400.96 37,461 2/17/2025
3.7.400.95 62,868 2/13/2025
3.7.400.94 68,572 2/12/2025
3.7.400.93 53,064 2/11/2025
3.7.400.92 120,503 2/10/2025
3.7.400.91 43,701 2/7/2025
3.7.400.90 90,286 2/6/2025
3.7.400.89 22,258 2/5/2025
3.7.400.88 98,993 2/4/2025
3.7.400.87 39,432 2/3/2025
3.7.400.86 185,907 1/30/2025
3.7.400.85 175,838 1/27/2025
3.7.400.84 120,977 1/22/2025
3.7.400.83 21,691 1/21/2025
3.7.400.82 50,587 1/17/2025
3.7.400.81 35,227 1/16/2025
3.7.400.80 390,106 1/15/2025
3.7.400.79 51,107 1/14/2025
3.7.400.78 29,182 1/13/2025
3.7.400.77 49,024 1/10/2025
3.7.400.76 24,170 1/9/2025
3.7.400.75 28,496 1/8/2025
3.7.400.74 56,275 1/7/2025
3.7.400.73 33,995 1/6/2025
3.7.400.72 100,370 1/3/2025
3.7.400.71 43,362 1/2/2025
3.7.400.70 219,827 12/26/2024
3.7.400.69 66,199 12/23/2024
3.7.400.68 23,394 12/20/2024
3.7.400.67 42,320 12/19/2024
3.7.400.66 58,623 12/18/2024
3.7.400.65 32,220 12/17/2024
3.7.400.64 106,709 12/13/2024
3.7.400.63 80,580 12/12/2024
3.7.400.62 40,822 12/11/2024
3.7.400.61 67,351 12/10/2024
3.7.400.60 36,054 12/9/2024
3.7.400.59 482,028 12/3/2024
3.7.400.58 308,064 11/27/2024
3.7.400.57 228,477 11/22/2024
3.7.400.56 38,344 11/21/2024
3.7.400.55 38,191 11/21/2024
3.7.400.54 164,929 11/19/2024
3.7.400.53 206,365 11/15/2024
3.7.400.52 23,844 11/15/2024
3.7.400.51 11,316 11/14/2024
3.7.400.50 59,113 11/13/2024
3.7.400.49 47,153 11/12/2024
3.7.400.48 36,872 11/11/2024
3.7.400.47 50,725 11/8/2024
3.7.400.46 87,953 11/7/2024
3.7.400.45 403,412 11/1/2024
3.7.400.44 118,710 10/31/2024
3.7.400.43 48,522 10/30/2024
3.7.400.42 138,206 10/29/2024
3.7.400.41 84,817 10/28/2024
3.7.400.40 36,147 10/25/2024
3.7.400.39 33,124 10/24/2024
3.7.400.38 96,045 10/23/2024
3.7.400.37 81,563 10/22/2024
3.7.400.36 231,533 10/16/2024
3.7.400.35 104,545 10/15/2024
3.7.400.34 58,827 10/14/2024
3.7.400.33 173,996 10/9/2024
3.7.400.32 84,574 10/8/2024
3.7.400.31 45,782 10/7/2024
3.7.400.30 1,320,960 10/4/2024
3.7.400.29 62,074 10/3/2024
3.7.400.28 59,283 10/2/2024
3.7.400.27 28,741 10/1/2024
3.7.400.26 120,276 9/27/2024
3.7.400.25 79,506 9/26/2024
3.7.400.24 51,984 9/25/2024
3.7.400.23 37,192 9/24/2024
3.7.400.22 130,646 9/21/2024
3.7.400.21 804,639 9/16/2024
3.7.400.20 59,515 9/13/2024
3.7.400.19 74,988 9/11/2024
3.7.400.18 67,426 9/10/2024
3.7.400.17 93,206 9/9/2024
3.7.400.16 69,556 9/6/2024
3.7.400.15 73,771 9/5/2024
3.7.400.14 190,599 9/4/2024
3.7.400.13 138,708 8/30/2024
3.7.400.12 169,750 8/28/2024
3.7.400.11 253,627 8/22/2024
3.7.400.10 107,952 8/21/2024
3.7.400.9 19,817 8/20/2024
3.7.400.8 43,884 8/19/2024
3.7.400.7 46,477 8/16/2024
3.7.400.6 52,700 8/15/2024
3.7.400.5 199,976 8/13/2024
3.7.400.4 161,629 8/9/2024
3.7.400.3 832,007 8/5/2024
3.7.400.2 276,514 7/30/2024
3.7.400.1 115,186 7/29/2024
3.7.400 2,211,723 7/24/2024
3.7.302.2 56,464 7/22/2024
3.7.302.1 140,923 7/18/2024
3.7.302 347,363 7/12/2024
3.7.301.66 101,398 7/10/2024
3.7.301.65 68,260 7/9/2024
3.7.301.64 26,474 7/8/2024
3.7.301.63 91,814 7/5/2024
3.7.301.62 104,111 7/3/2024
3.7.301.61 75,566 7/1/2024
3.7.301.60 141,065 6/28/2024
3.7.301.59 48,400 6/27/2024
3.7.301.58 101,724 6/24/2024
3.7.301.57 66,631 6/20/2024
3.7.301.56 112,666 6/19/2024
3.7.301.55 25,551 6/18/2024
3.7.301.54 350,852 6/12/2024
3.7.301.53 46,729 6/11/2024
3.7.301.52 87,165 6/10/2024
3.7.301.51 73,626 6/7/2024
3.7.301.50 41,436 6/6/2024
3.7.301.49 32,826 6/5/2024
3.7.301.48 53,861 6/4/2024
3.7.301.47 43,832 6/3/2024
3.7.301.46 103,390 5/30/2024
3.7.301.45 32,456 5/29/2024
3.7.301.44 46,174 5/28/2024
3.7.301.43 107,125 5/23/2024
3.7.301.42 38,227 5/22/2024
3.7.301.41 113,048 5/17/2024
3.7.301.40 52,067 5/16/2024
3.7.301.39 111,855 5/14/2024
3.7.301.38 110,697 5/13/2024
3.7.301.37 68,089 5/10/2024
3.7.301.36 45,951 5/9/2024
3.7.301.35 249,325 5/6/2024
3.7.301.34 57,820 5/3/2024
3.7.301.33 36,567 5/1/2024
3.7.301.32 52,525 4/29/2024
3.7.301.31 51,965 4/26/2024
3.7.301.30 26,262 4/25/2024
3.7.301.29 140,996 4/24/2024
3.7.301.28 187,465 4/23/2024
3.7.301.27 33,726 4/22/2024
3.7.301.26 53,388 4/19/2024
3.7.301.25 542,036 4/18/2024
3.7.301.24 33,273 4/17/2024
3.7.301.23 76,045 4/16/2024
3.7.301.22 337,642 4/11/2024
3.7.301.21 38,208 4/10/2024
3.7.301.20 52,674 4/9/2024
3.7.301.19 82,909 4/8/2024
3.7.301.18 90,094 4/5/2024
3.7.301.17 46,064 4/4/2024
3.7.301.16 39,872 4/3/2024
3.7.301.15 41,509 4/2/2024
3.7.301.14 57,236 4/1/2024
3.7.301.13 39,025 3/29/2024
3.7.301.12 33,677 3/28/2024
3.7.301.11 113,986 3/27/2024
3.7.301.10 66,747 3/26/2024
3.7.301.9 49,583 3/25/2024
3.7.301.8 1,415,871 3/22/2024
3.7.301.7 235,458 3/18/2024
3.7.301.6 43,104 3/15/2024
3.7.301.5 64,825 3/14/2024
3.7.301.4 50,455 3/13/2024
3.7.301.3 170,482 3/8/2024
3.7.301.2 256,919 2/29/2024
3.7.301.1 243,723 2/27/2024
3.7.301 719,812 2/16/2024
3.7.300.51 63,663 2/15/2024
3.7.300.50 31,431 2/14/2024
3.7.300.49 28,165 2/13/2024
3.7.300.48 91,845 2/9/2024
3.7.300.47 82,934 2/7/2024
3.7.300.46 329,095 2/2/2024
3.7.300.45 23,529 2/1/2024
3.7.300.44 59,037 1/31/2024
3.7.300.43 64,657 1/30/2024
3.7.300.42 142,738 1/29/2024
3.7.300.41 108,683 1/25/2024
3.7.300.40 90,256 1/25/2024
3.7.300.39 97,795 1/19/2024
3.7.300.38 23,288 1/18/2024
3.7.300.37 71,525 1/16/2024
3.7.300.36 142,342 1/14/2024
3.7.300.35 7,185 1/12/2024
3.7.300.34 44,198 1/11/2024
3.7.300.33 35,703 1/10/2024
3.7.300.32 87,337 1/8/2024
3.7.300.31 69,115 1/5/2024
3.7.300.30 14,312 1/4/2024
3.7.300.29 82,536 1/3/2024
3.7.300.28 184,908 12/28/2023
3.7.300.27 23,744 12/27/2023
3.7.300.26 13,133 12/26/2023
3.7.300.25 27,701 12/22/2023
3.7.300.24 38,579 12/21/2023
3.7.300.23 23,252 12/20/2023
3.7.300.22 32,585 12/19/2023
3.7.300.21 722,747 12/18/2023
3.7.300.20 45,331 12/15/2023
3.7.300.19 25,323 12/14/2023
3.7.300.18 95,432 12/13/2023
3.7.300.17 118,742 12/12/2023
3.7.300.16 435,312 12/7/2023
3.7.300.15 193,628 12/6/2023
3.7.300.14 45,331 12/5/2023
3.7.300.13 85,748 12/4/2023
3.7.300.12 102,526 11/30/2023
3.7.300.11 48,177 11/28/2023
3.7.300.10 34,130 11/28/2023
3.7.300.9 13,085 11/27/2023
3.7.300.8 83,436 11/27/2023
3.7.300.7 467,347 11/21/2023
3.7.300.6 38,442 11/20/2023
3.7.300.5 192,557 11/17/2023
3.7.300.4 27,077 11/16/2023
3.7.300.3 32,301 11/15/2023
3.7.300.2 63,401 11/14/2023
3.7.300.1 51,802 11/13/2023
3.7.300 1,269,322 11/10/2023
3.7.201.5 110,743 11/8/2023
3.7.201.4 234,907 11/7/2023
3.7.201.3 35,207 11/6/2023
3.7.201.2 143,251 11/2/2023
3.7.201.1 167,398 10/27/2023
3.7.201 94,426 10/26/2023
3.7.200.61 450,442 10/24/2023
3.7.200.60 39,638 10/23/2023
3.7.200.59 43,794 10/20/2023
3.7.200.58 37,075 10/19/2023
3.7.200.57 44,552 10/18/2023
3.7.200.56 39,512 10/17/2023
3.7.200.55 24,946 10/16/2023
3.7.200.54 39,270 10/12/2023
3.7.200.53 98,713 10/7/2023
3.7.200.52 150,457 10/5/2023
3.7.200.51 40,510 10/4/2023
3.7.200.50 50,319 10/3/2023
3.7.200.49 131,707 10/2/2023
3.7.200.48 70,457 9/28/2023
3.7.200.47 24,212 9/28/2023
3.7.200.46 6,699 9/27/2023
3.7.200.45 80,550 9/25/2023
3.7.200.44 127,117 9/22/2023
3.7.200.43 92,058 9/20/2023
3.7.200.42 30,011 9/19/2023
3.7.200.41 71,675 9/15/2023
3.7.200.40 28,095 9/15/2023
3.7.200.39 25,950 9/14/2023
3.7.200.38 18,352 9/13/2023
3.7.200.37 38,141 9/12/2023
3.7.200.36 175,940 9/8/2023
3.7.200.35 98,410 9/8/2023
3.7.200.34 56,186 9/6/2023
3.7.200.33 30,578 9/5/2023
3.7.200.32 171,745 9/1/2023
3.7.200.31 25,813 9/1/2023
3.7.200.30 5,816 8/31/2023
3.7.200.29 44,760 8/31/2023
3.7.200.28 6,016 8/30/2023
3.7.200.27 93,710 8/28/2023
3.7.200.26 92,605 8/25/2023
3.7.200.25 30,351 8/24/2023
3.7.200.24 306,046 8/23/2023
3.7.200.23 75,266 8/22/2023
3.7.200.22 77,991 8/21/2023
3.7.200.21 56,206 8/18/2023
3.7.200.20 10,693 8/18/2023
3.7.200.19 23,992 8/17/2023
3.7.200.18 97,745 8/15/2023
3.7.200.17 30,534 8/14/2023
3.7.200.16 65,398 8/11/2023
3.7.200.15 36,190 8/10/2023
3.7.200.14 33,332 8/9/2023
3.7.200.13 29,790 8/8/2023
3.7.200.12 6,905 8/8/2023
3.7.200.11 30,859 8/7/2023
3.7.200.10 75,408 8/4/2023
3.7.200.9 64,380 8/2/2023
3.7.200.8 107,387 8/1/2023
3.7.200.7 57,033 7/31/2023
3.7.200.6 179,303 7/28/2023
3.7.200.5 110,493 7/26/2023
3.7.200.4 165,452 7/24/2023
3.7.200.3 60,559 7/21/2023
3.7.200.2 48,342 7/20/2023
3.7.200.1 644,572 7/18/2023
3.7.200 186,841 7/18/2023
3.7.101.90 77,428 7/17/2023
3.7.101.89 1,076,376 7/13/2023
3.7.101.88 660,798 7/7/2023
3.7.101.87 6,179 7/7/2023
3.7.101.86 31,044 7/6/2023
3.7.101.85 89,473 7/5/2023
3.7.101.84 61,747 7/3/2023
3.7.101.83 551,097 6/20/2023
3.7.101.82 715,489 6/15/2023
3.7.101.81 205,893 6/13/2023
3.7.101.80 58,687 6/12/2023
3.7.101.79 97,722 6/8/2023
3.7.101.78 130,171 6/6/2023
3.7.101.77 30,158 6/5/2023
3.7.101.76 60,518 6/2/2023
3.7.101.75 20,314 6/2/2023
3.7.101.74 42,030 6/1/2023
3.7.101.73 126,575 5/30/2023
3.7.101.72 65,950 5/26/2023
3.7.101.71 24,651 5/25/2023
3.7.101.70 76,037 5/24/2023
3.7.101.69 148,231 5/23/2023
3.7.101.68 89,420 5/19/2023
3.7.101.67 29,919 5/18/2023
3.7.101.66 76,804 5/16/2023
3.7.101.65 43,068 5/15/2023
3.7.101.64 198,912 5/11/2023
3.7.101.63 79,172 5/9/2023
3.7.101.62 57,809 5/8/2023
3.7.101.61 107,457 5/4/2023
3.7.101.60 94,696 5/2/2023
3.7.101.59 30,122 5/1/2023
3.7.101.58 65,037 4/28/2023
3.7.101.57 106,135 4/27/2023
3.7.101.56 38,796 4/26/2023
3.7.101.55 114,242 4/25/2023
3.7.101.54 59,236 4/25/2023
3.7.101.53 61,023 4/21/2023
3.7.101.52 36,900 4/21/2023
3.7.101.51 60,868 4/19/2023
3.7.101.50 901,495 4/17/2023
3.7.101.49 32,357 4/14/2023
3.7.101.48 29,830 4/13/2023
3.7.101.47 57,384 4/12/2023
3.7.101.46 43,115 4/11/2023
3.7.101.45 41,091 4/10/2023
3.7.101.44 38,538 4/7/2023
3.7.101.43 21,536 4/6/2023
3.7.101.42 33,787 4/5/2023
3.7.101.41 40,839 4/4/2023
3.7.101.40 41,885 4/3/2023
3.7.101.39 60,703 3/31/2023
3.7.101.38 33,606 3/30/2023
3.7.101.37 70,414 3/29/2023
3.7.101.36 30,653 3/28/2023
3.7.101.35 283,974 3/24/2023
3.7.101.34 38,695 3/23/2023
3.7.101.33 173,294 3/22/2023
3.7.101.32 254,140 3/21/2023
3.7.101.31 128,302 3/20/2023
3.7.101.30 65,443 3/17/2023
3.7.101.29 70,240 3/17/2023
3.7.101.28 41,901 3/16/2023
3.7.101.27 76,476 3/15/2023
3.7.101.26 38,711 3/14/2023
3.7.101.25 79,918 3/13/2023
3.7.101.24 58,274 3/10/2023
3.7.101.23 42,206 3/9/2023
3.7.101.22 64,865 3/8/2023
3.7.101.21 22,674 3/7/2023
3.7.101.20 208,155 3/3/2023
3.7.101.19 88,715 3/2/2023
3.7.101.18 62,823 3/1/2023
3.7.101.17 60,153 2/28/2023
3.7.101.16 36,810 2/27/2023
3.7.101.15 127,730 2/23/2023
3.7.101.14 232,346 2/21/2023
3.7.101.13 707,329 2/18/2023
3.7.101.12 6,062 2/17/2023
3.7.101.11 166,863 2/16/2023
3.7.101.10 70,432 2/15/2023
3.7.101.9 66,482 2/13/2023
3.7.101.8 70,123 2/10/2023
3.7.101.7 62,953 2/9/2023
3.7.101.6 77,836 2/8/2023
3.7.101.5 36,811 2/7/2023
3.7.101.4 59,653 2/6/2023
3.7.101.3 359,847 2/3/2023
3.7.101.2 61,215 2/2/2023
3.7.101.1 14,151 2/2/2023
3.7.101 60,858 2/1/2023
3.7.100.64 226,320 1/31/2023
3.7.100.63 168,616 1/26/2023
3.7.100.62 76,391 1/25/2023
3.7.100.61 108,331 1/24/2023
3.7.100.60 94,642 1/23/2023
3.7.100.59 280,903 1/20/2023
3.7.100.58 21,500 1/20/2023
3.7.100.57 63,420 1/18/2023
3.7.100.56 122,235 1/17/2023
3.7.100.55 175,957 1/13/2023
3.7.100.54 45,555 1/12/2023
3.7.100.53 102,963 1/10/2023
3.7.100.52 68,414 1/9/2023
3.7.100.51 76,848 1/6/2023
3.7.100.50 39,369 1/5/2023
3.7.100.49 767,057 1/4/2023
3.7.100.48 8,663 1/3/2023
3.7.100.47 219,002 12/30/2022
3.7.100.46 32,116 12/29/2022
3.7.100.45 111,645 12/23/2022
3.7.100.44 30,116 12/22/2022
3.7.100.43 35,460 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,763 12/16/2022
3.7.100.39 94,182 12/16/2022
3.7.100.38 35,490 12/15/2022
3.7.100.37 138,392 12/14/2022
3.7.100.36 35,491 12/13/2022
3.7.100.35 121,278 12/12/2022
3.7.100.34 85,553 12/8/2022
3.7.100.33 107,121 12/8/2022
3.7.100.32 8,596 12/7/2022
3.7.100.31 56,413 12/6/2022
3.7.100.30 236,753 12/5/2022
3.7.100.29 41,910 12/2/2022
3.7.100.28 14,866 12/2/2022
3.7.100.27 286,456 12/1/2022
3.7.100.26 29,288 11/30/2022
3.7.100.25 55,332 11/29/2022
3.7.100.24 29,993 11/29/2022
3.7.100.23 163,300 11/28/2022
3.7.100.22 160,409 11/22/2022
3.7.100.21 235,524 11/18/2022
3.7.100.20 69,388 11/17/2022
3.7.100.19 1,743,955 11/16/2022
3.7.100.18 13,975 11/16/2022
3.7.100.17 69,461 11/15/2022
3.7.100.16 170,224 11/11/2022
3.7.100.15 63,687 11/10/2022
3.7.100.14 253,399 11/9/2022
3.7.100.13 28,094 11/9/2022
3.7.100.12 10,938 11/9/2022
3.7.100.11 6,855 11/8/2022
3.7.100.10 251,950 11/7/2022
3.7.100.9 148,648 11/4/2022
3.7.100.8 74,936 11/2/2022
3.7.100.7 116,658 10/31/2022
3.7.100.6 62,045 10/29/2022
3.7.100.5 14,716 10/28/2022
3.7.100.4 68,116 10/27/2022
3.7.100.3 47,325 10/26/2022
3.7.100.2 43,903 10/25/2022
3.7.100.1 24,048 10/24/2022
3.7.100 238,433 10/21/2022
3.7.4.25 146,527 10/20/2022
3.7.4.24 99,985 10/19/2022
3.7.4.23 358,435 10/18/2022
3.7.4.22 106,334 10/14/2022
3.7.4.21 593,670 10/13/2022
3.7.4.20 362,498 10/7/2022
3.7.4.19 99,405 10/6/2022
3.7.4.18 117,056 10/4/2022
3.7.4.17 37,182 10/3/2022
3.7.4.16 246,262 9/30/2022
3.7.4.15 45,129 9/29/2022
3.7.4.14 54,730 9/27/2022
3.7.4.13 4,111,867 9/27/2022
3.7.4.12 15,838 9/26/2022
3.7.4.11 67,628 9/23/2022
3.7.4.10 51,996 9/22/2022
3.7.4.9 43,969 9/21/2022
3.7.4.8 32,354 9/20/2022
3.7.4.7 151,100 9/19/2022
3.7.4.6 93,608 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,046 9/9/2022
3.7.4.2 66,649 9/9/2022
3.7.4.1 9,826 9/8/2022
3.7.4 32,892 9/7/2022
3.7.3.101 618,679 9/2/2022
3.7.3.100 35,458 9/1/2022
3.7.3.99 129,949 8/30/2022
3.7.3.98 107,009 8/29/2022
3.7.3.97 81,660 8/25/2022
3.7.3.96 149,550 8/23/2022
3.7.3.95 87,116 8/22/2022
3.7.3.94 69,766 8/19/2022
3.7.3.93 149,628 8/16/2022
3.7.3.92 106,373 8/12/2022
3.7.3.91 93,016 8/11/2022
3.7.3.90 221,484 8/8/2022
3.7.3.89 59,259 8/4/2022
3.7.3.88 127,082 8/2/2022
3.7.3.87 140,130 7/29/2022
3.7.3.86 24,086 7/28/2022
3.7.3.85 37,767 7/27/2022
3.7.3.84 122,442 7/22/2022
3.7.3.83 279,477 7/20/2022
3.7.3.82 77,119 7/18/2022
3.7.3.81 31,385 7/15/2022
3.7.3.80 35,312 7/14/2022
3.7.3.79 100,253 7/12/2022
3.7.3.78 30,436 7/11/2022
3.7.3.77 119,811 7/5/2022
3.7.3.76 373,224 6/29/2022
3.7.3.75 203,406 6/24/2022
3.7.3.74 710,340 6/17/2022
3.7.3.73 39,857 6/16/2022
3.7.3.72 266,067 6/14/2022
3.7.3.71 108,919 6/10/2022
3.7.3.70 69,986 6/8/2022
3.7.3.69 44,362 6/7/2022
3.7.3.68 39,436 6/6/2022
3.7.3.67 162,455 5/31/2022
3.7.3.66 137,425 5/27/2022
3.7.3.65 48,459 5/26/2022
3.7.3.64 10,659 5/26/2022
3.7.3.63 21,068 5/25/2022
3.7.3.62 60,195 5/24/2022
3.7.3.61 105,597 5/23/2022
3.7.3.60 134,264 5/19/2022
3.7.3.59 65,054 5/18/2022
3.7.3.58 370,478 5/9/2022
3.7.3.57 541,770 5/6/2022
3.7.3.56 10,159 5/6/2022
3.7.3.55 32,068 5/5/2022
3.7.3.54 125,880 5/4/2022
3.7.3.53 200,694 5/3/2022
3.7.3.52 84,800 5/3/2022
3.7.3.51 6,689 5/2/2022
3.7.3.50 638,725 4/20/2022
3.7.3.49 1,607,074 4/19/2022
3.7.3.48 427,977 4/14/2022
3.7.3.47 361,882 4/12/2022
3.7.3.46 19,138 4/11/2022
3.7.3.45 143,792 4/7/2022
3.7.3.44 120,798 4/6/2022
3.7.3.43 329,158 4/1/2022
3.7.3.42 214,166 3/31/2022
3.7.3.41 131,890 3/28/2022
3.7.3.40 77,931 3/24/2022
3.7.3.39 97,844 3/23/2022
3.7.3.38 456,020 3/17/2022
3.7.3.37 65,064 3/16/2022
3.7.3.36 114,996 3/14/2022
3.7.3.35 119,827 3/10/2022
3.7.3.34 55,319 3/9/2022
3.7.3.33 32,309 3/8/2022
3.7.3.32 221,793 3/3/2022
3.7.3.31 97,757 3/1/2022
3.7.3.30 33,064 2/28/2022
3.7.3.29 61,359 2/26/2022
3.7.3.28 48,238 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,028 2/21/2022
3.7.3.24 51,866 2/17/2022
3.7.3.23 329,625 2/11/2022
3.7.3.22 12,865 2/10/2022
3.7.3.21 149,919 2/4/2022
3.7.3.20 62,014 2/3/2022
3.7.3.19 265,913 1/28/2022
3.7.3.18 371,891 1/25/2022
3.7.3.17 431,190 1/15/2022
3.7.3.16 9,514 1/14/2022
3.7.3.15 61,101 1/13/2022
3.7.3.14 769,584 1/11/2022
3.7.3.13 108,276 1/7/2022
3.7.3.12 44,754 1/6/2022
3.7.3.11 18,220 1/5/2022
3.7.3.10 75,244 1/3/2022
3.7.3.9 333,816 12/21/2021
3.7.3.8 27,453 12/20/2021
3.7.3.7 392,219 12/13/2021
3.7.3.6 131,719 12/8/2021
3.7.3.5 155,919 12/2/2021
3.7.3.4 40,732 12/1/2021
3.7.3.3 295,847 11/22/2021
3.7.3.2 41,723 11/19/2021
3.7.3.1 13,144 11/18/2021
3.7.3 1,123,393 11/17/2021
3.7.2.70 3,562,883 11/16/2021
3.7.2.69 72,776 11/15/2021
3.7.2.68 74,165 11/12/2021
3.7.2.67 176,550 11/11/2021
3.7.2.66 37,400 11/11/2021
3.7.2.65 37,867 11/9/2021
3.7.2.64 193,964 11/5/2021
3.7.2.63 12,752 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,609 11/1/2021
3.7.2.59 606,996 10/29/2021
3.7.2.58 108,414 10/27/2021
3.7.2.57 67,393 10/26/2021
3.7.2.56 5,843 10/26/2021
3.7.2.55 71,478 10/22/2021
3.7.2.54 6,840 10/21/2021
3.7.2.53 244,941 10/14/2021
3.7.2.52 29,569 10/13/2021
3.7.2.51 38,490 10/12/2021
3.7.2.50 231,848 10/8/2021
3.7.2.49 39,165 10/7/2021
3.7.2.48 12,567 10/7/2021
3.7.2.47 10,107 10/6/2021
3.7.2.46 237,160 10/1/2021
3.7.2.45 55,183 9/30/2021
3.7.2.44 118,171 9/29/2021
3.7.2.43 59,487 9/27/2021
3.7.2.42 61,434 9/24/2021
3.7.2.41 66,162 9/23/2021
3.7.2.40 19,226 9/22/2021
3.7.2.39 304,020 9/17/2021
3.7.2.38 16,407 9/16/2021
3.7.2.37 41,030 9/16/2021
3.7.2.36 316,458 9/13/2021
3.7.2.35 179,419 9/10/2021
3.7.2.34 40,754 9/9/2021
3.7.2.33 50,227 9/7/2021
3.7.2.32 45,910 9/3/2021
3.7.2.31 27,766 9/3/2021
3.7.2.30 26,868 9/2/2021
3.7.2.29 21,114 9/1/2021
3.7.2.28 54,360 8/31/2021
3.7.2.27 69,541 8/27/2021
3.7.2.26 36,626 8/25/2021
3.7.2.25 333,646 8/23/2021
3.7.2.24 89,612 8/19/2021
3.7.2.23 339,609 8/16/2021
3.7.2.22 124,130 8/12/2021
3.7.2.21 114,019 8/10/2021
3.7.2.20 140,455 8/6/2021
3.7.2.19 57,853 8/4/2021
3.7.2.18 161,014 7/30/2021
3.7.2.17 29,947 7/29/2021
3.7.2.16 98,671 7/27/2021
3.7.2.15 214,108 7/21/2021
3.7.2.14 181,993 7/16/2021
3.7.2.13 447,218 7/13/2021
3.7.2.12 39,713 7/12/2021
3.7.2.11 82,954 7/9/2021
3.7.2.10 43,936 7/8/2021
3.7.2.9 112,337 7/7/2021
3.7.2.8 42,705 7/6/2021
3.7.2.7 235,697 7/1/2021
3.7.2.6 170,627 6/25/2021
3.7.2.5 27,862 6/24/2021
3.7.2.4 108,329 6/21/2021
3.7.2.3 51,062 6/17/2021
3.7.2.2 42,479 6/15/2021
3.7.2.1 157,038 6/11/2021
3.7.2 304,597 6/1/2021
3.7.1.15 200,967 5/28/2021
3.7.1.14 49,032 5/27/2021
3.7.1.13 35,182 5/27/2021
3.7.1.12 131,655 5/24/2021
3.7.1.11 35,816 5/21/2021
3.7.1.10 54,933 5/20/2021
3.7.1.9 39,869 5/19/2021
3.7.1.8 73,890 5/18/2021
3.7.1.7 220,034 5/14/2021
3.7.1.6 22,707 5/12/2021
3.7.1.5 58,303 5/10/2021
3.7.1.4 6,097 5/10/2021
3.7.1.3 132,178 5/6/2021
3.7.1.2 278,231 4/30/2021
3.7.1.1 65,532 4/27/2021
3.7.1 510,360 4/23/2021
3.7.0.14 427,924 4/19/2021
3.7.0.13 140,141 4/15/2021
3.7.0.12 437,517 4/13/2021
3.7.0.11 29,326 4/12/2021
3.7.0.10 260,734 4/8/2021
3.7.0.9 66,710 4/7/2021
3.7.0.8 260,541 4/2/2021
3.7.0.7 59,046 4/1/2021
3.7.0.6 40,163 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,935 3/29/2021
3.7.0.2 24,177 3/27/2021
3.7.0.1 20,077 3/26/2021
3.7.0 3,224,811 3/26/2021
3.5.1.51 315,870 3/25/2021
3.5.1.50 351,148 3/17/2021
3.5.1.49 118,202 3/15/2021
3.5.1.48 327,197 3/9/2021
3.5.1.47 171,280 3/5/2021
3.5.1.46 17,028 3/4/2021
3.5.1.45 70,576 3/1/2021
3.5.1.44 1,194,308 2/23/2021
3.5.1.43 83,227 2/19/2021
3.5.1.42 120,444 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,001 2/5/2021
3.5.1.38 27,785 2/4/2021
3.5.1.37 465,719 1/29/2021
3.5.1.36 134,093 1/28/2021
3.5.1.35 27,937 1/27/2021
3.5.1.34 394,780 1/26/2021
3.5.1.33 251,867 1/20/2021
3.5.1.32 15,533 1/19/2021
3.5.1.31 133,731 1/15/2021
3.5.1.30 141,023 1/11/2021
3.5.1.29 52,978 1/7/2021
3.5.1.28 158,207 12/30/2020
3.5.1.27 43,359 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,476 12/21/2020
3.5.1.23 21,624 12/18/2020
3.5.1.22 83,181 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,568 12/9/2020
3.5.1.18 65,101 12/7/2020
3.5.1.17 84,042 12/3/2020
3.5.1.16 171,081 12/2/2020
3.5.1.15 21,874 12/1/2020
3.5.1.14 157,365 12/1/2020
3.5.1.13 93,551 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,786 11/13/2020
3.5.1.6 242,693 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,580 10/28/2020
3.5.1.2 126,731 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,956 10/20/2020
3.5.0.29 186,555 10/16/2020
3.5.0.28 74,762 10/15/2020
3.5.0.27 263,140 10/9/2020
3.5.0.26 214,306 10/8/2020
3.5.0.25 63,895 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,716 9/29/2020
3.5.0.20 55,719 9/25/2020
3.5.0.19 182,816 9/24/2020
3.5.0.18 56,651 9/21/2020
3.5.0.17 19,646 9/18/2020
3.5.0.16 307,391 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,793 9/14/2020
3.5.0.12 79,410 9/11/2020
3.5.0.11 122,727 9/10/2020
3.5.0.10 11,589 9/9/2020
3.5.0.9 57,488 9/4/2020
3.5.0.8 110,248 9/2/2020
3.5.0.7 263,058 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,779 8/27/2020
3.5.0.3 14,933 8/26/2020
3.5.0.2 45,802 8/25/2020
3.5.0.1 111,981 8/24/2020
3.5.0 864,138 8/20/2020
3.5.0-beta 107,578 2/4/2020
3.3.102.17 1,939,393 8/19/2020
3.3.102.16 168,475 8/14/2020
3.3.102.15 91,931 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,483 8/3/2020
3.3.102.9 80,496 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,747 7/28/2020
3.3.102.5 287,262 7/23/2020
3.3.102.4 88,445 7/22/2020
3.3.102.3 134,215 7/17/2020
3.3.102.2 25,833 7/15/2020
3.3.102.1 152,907 7/9/2020
3.3.102 18,387 7/9/2020
3.3.101.194 217,472 7/8/2020
3.3.101.193 28,993 7/7/2020
3.3.101.192 78,294 7/2/2020
3.3.101.191 39,348 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,124 6/24/2020
3.3.101.187 10,234 6/24/2020
3.3.101.186 41,734 6/23/2020
3.3.101.185 91,506 6/19/2020
3.3.101.184 24,100 6/18/2020
3.3.101.183 25,172 6/17/2020
3.3.101.182 226,115 6/11/2020
3.3.101.181 55,332 6/9/2020
3.3.101.180 132,639 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,921 6/1/2020
3.3.101.175 120,511 5/27/2020
3.3.101.174 73,426 5/26/2020
3.3.101.173 66,126 5/22/2020
3.3.101.172 29,775 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,972 5/15/2020
3.3.101.167 59,843 5/14/2020
3.3.101.166 93,737 5/11/2020
3.3.101.165 42,186 5/8/2020
3.3.101.164 21,719 5/8/2020
3.3.101.163 6,294 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,060 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,396 4/24/2020
3.3.101.154 16,607 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,455 4/16/2020
3.3.101.148 222,937 4/8/2020
3.3.101.147 325,237 4/6/2020
3.3.101.146 104,675 4/3/2020
3.3.101.145 14,939 4/3/2020
3.3.101.144 17,962 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,349 3/27/2020
3.3.101.139 21,945 3/26/2020
3.3.101.138 19,329 3/25/2020
3.3.101.137 40,407 3/24/2020
3.3.101.136 40,486 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,995 3/17/2020
3.3.101.132 96,426 3/16/2020
3.3.101.131 32,157 3/12/2020
3.3.101.130 105,036 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,329 2/28/2020
3.3.101.126 7,189 2/27/2020
3.3.101.125 77,865 2/26/2020
3.3.101.124 20,467 2/25/2020
3.3.101.123 170,385 2/19/2020
3.3.101.122 83,934 2/17/2020
3.3.101.121 29,969 2/13/2020
3.3.101.120 123,328 2/10/2020
3.3.101.119 84,891 2/7/2020
3.3.101.118 79,759 2/4/2020
3.3.101.117 177,547 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,126 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,677 1/10/2020
3.3.101.110 229,276 1/8/2020
3.3.101.109 14,590 1/6/2020
3.3.101.108 59,278 1/2/2020
3.3.101.107 158,242 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,712 12/18/2019
3.3.101.102 76,415 12/16/2019
3.3.101.101 27,109 12/13/2019
3.3.101.100 16,626 12/12/2019
3.3.101.99 13,508 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,189 12/2/2019
3.3.101.94 71,142 11/26/2019
3.3.101.93 14,201 11/25/2019
3.3.101.92 14,317 11/22/2019
3.3.101.91 15,890 11/22/2019
3.3.101.90 62,449 11/20/2019
3.3.101.89 6,120 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,876 10/31/2019
3.3.101.81 11,278 10/30/2019
3.3.101.80 40,316 10/28/2019
3.3.101.79 6,844 10/28/2019
3.3.101.78 70,456 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,928 10/17/2019
3.3.101.74 183,812 10/16/2019
3.3.101.73 104,695 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,400 9/30/2019
3.3.101.69 78,026 9/26/2019
3.3.101.68 60,604 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,722 9/17/2019
3.3.101.63 21,599 9/16/2019
3.3.101.62 38,924 9/12/2019
3.3.101.61 114,612 9/9/2019
3.3.101.60 27,382 9/6/2019
3.3.101.59 70,135 9/5/2019
3.3.101.58 18,527 9/4/2019
3.3.101.57 188,312 8/27/2019
3.3.101.56 140,288 8/23/2019
3.3.101.55 17,002 8/22/2019
3.3.101.54 119,206 8/16/2019
3.3.101.53 22,641 8/15/2019
3.3.101.52 26,384 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,788 8/7/2019
3.3.101.46 6,150 8/7/2019
3.3.101.45 129,964 8/2/2019
3.3.101.44 14,803 8/1/2019
3.3.101.43 634,907 7/30/2019
3.3.101.42 26,652 7/29/2019
3.3.101.41 36,740 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,208 7/19/2019
3.3.101.36 74,791 7/12/2019
3.3.101.35 58,309 7/10/2019
3.3.101.34 24,931 7/9/2019
3.3.101.33 9,330 7/8/2019
3.3.101.32 40,001 7/2/2019
3.3.101.31 40,450 7/1/2019
3.3.101.30 10,450 6/28/2019
3.3.101.29 26,487 6/27/2019
3.3.101.28 30,672 6/27/2019
3.3.101.27 7,225 6/26/2019
3.3.101.26 21,604 6/24/2019
3.3.101.25 20,717 6/20/2019
3.3.101.24 7,640 6/20/2019
3.3.101.23 71,290 6/17/2019
3.3.101.22 14,245 6/14/2019
3.3.101.21 36,963 6/13/2019
3.3.101.20 54,194 6/7/2019
3.3.101.19 35,372 6/4/2019
3.3.101.18 69,177 6/3/2019
3.3.101.17 57,889 5/31/2019
3.3.101.16 10,640 5/30/2019
3.3.101.15 40,144 5/29/2019
3.3.101.14 13,017 5/28/2019
3.3.101.13 148,570 5/23/2019
3.3.101.12 14,959 5/22/2019
3.3.101.11 12,110 5/21/2019
3.3.101.10 31,655 5/20/2019
3.3.101.9 60,314 5/17/2019
3.3.101.8 104,690 5/15/2019
3.3.101.7 69,263 5/10/2019
3.3.101.6 33,687 5/8/2019
3.3.101.5 26,928 5/7/2019
3.3.101.4 234,166 5/3/2019
3.3.101.3 30,535 5/2/2019
3.3.101.2 48,625 4/30/2019
3.3.101.1 129,209 4/29/2019
3.3.101 559,533 4/26/2019
3.3.100.10 12,468 4/25/2019
3.3.100.9 57,280 4/25/2019
3.3.100.8 11,031 4/24/2019
3.3.100.7 36,606 4/18/2019
3.3.100.6 53,155 4/16/2019
3.3.100.5 159,209 4/4/2019
3.3.100.4 20,760 4/3/2019
3.3.100.3 77,027 3/29/2019
3.3.100.2 30,968 3/26/2019
3.3.100.1 109,431 3/22/2019
3.3.100 106,269 3/21/2019
3.3.3.26 122,617 3/11/2019
3.3.3.25 20,640 3/7/2019
3.3.3.24 8,646 3/6/2019
3.3.3.23 79,839 2/26/2019
3.3.3.22 233,123 2/20/2019
3.3.3.21 119,130 2/15/2019
3.3.3.20 41,542 2/14/2019
3.3.3.19 16,572 2/13/2019
3.3.3.18 122,807 2/4/2019
3.3.3.17 478,072 1/26/2019
3.3.3.16 9,170 1/25/2019
3.3.3.15 21,516 1/24/2019
3.3.3.14 55,172 1/18/2019
3.3.3.13 133,099 1/11/2019
3.3.3.12 8,968 1/10/2019
3.3.3.11 68,048 1/8/2019
3.3.3.10 6,487 1/7/2019
3.3.3.9 32,786 1/4/2019
3.3.3.8 99,663 12/22/2018
3.3.3.7 11,421 12/21/2018
3.3.3.6 55,115 12/15/2018
3.3.3.5 11,248 12/14/2018
3.3.3.4 17,703 12/12/2018
3.3.3.3 283,202 12/4/2018
3.3.3.2 145,494 11/16/2018
3.3.3.1 15,166 11/16/2018
3.3.3 176,728 11/15/2018
3.3.2.11 26,749 11/13/2018
3.3.2.10 35,204 11/9/2018
3.3.2.9 40,751 11/9/2018
3.3.2.8 12,720 11/7/2018
3.3.2.7 18,017 11/7/2018
3.3.2.6 7,481 11/6/2018
3.3.2.5 79,239 10/30/2018
3.3.2.4 11,651 10/29/2018
3.3.2.3 12,144 10/29/2018
3.3.2.2 59,938 10/26/2018
3.3.2.1 64,217 10/22/2018
3.3.2 13,709 10/22/2018
3.3.1.15 96,041 10/17/2018
3.3.1.14 129,429 10/6/2018
3.3.1.13 20,701 10/4/2018
3.3.1.12 87,200 9/26/2018
3.3.1.11 895,169 9/10/2018
3.3.1.10 39,191 9/7/2018
3.3.1.9 135,076 8/28/2018
3.3.1.8 106,323 8/16/2018
3.3.1.7 9,720 8/15/2018
3.3.1.6 173,759 8/3/2018
3.3.1.5 40,310 8/2/2018
3.3.1.4 171,766 7/23/2018
3.3.1.3 293,930 7/3/2018
3.3.1.2 170,092 6/23/2018
3.3.1.1 41,259 6/19/2018
3.3.1 137,265 6/1/2018
3.3.0.29 557,353 4/25/2018
3.3.0.28 52,312 4/20/2018
3.3.0.27 245,254 3/29/2018
3.3.0.26 107,953 3/15/2018
3.3.0.25 81,528 3/3/2018
3.3.0.24 1,967,994 11/11/2017
3.3.0.23 97,270 10/24/2017
3.3.0.22 94,746 10/9/2017
3.3.0.21 628,482 7/24/2017
3.3.0.20 187,618 7/7/2017
3.3.0.19 9,089 7/5/2017
3.3.0.18 23,787 6/28/2017
3.3.0.17 895,333 5/11/2017
3.3.0.16 13,476 5/8/2017
3.3.0.15 8,591 5/5/2017
3.3.0.14 16,130 4/28/2017
3.3.0.13 24,828 4/21/2017
3.3.0.12 11,321 4/19/2017
3.3.0.11 556,711 3/31/2017
3.3.0.10 45,802 3/15/2017
3.3.0.9 8,258 3/14/2017
3.3.0.8 7,385 3/14/2017
3.3.0.7 138,167 1/20/2017
3.3.0.6 43,032 12/16/2016
3.3.0.5 16,676 12/9/2016
3.3.0.4 29,329 12/7/2016
3.3.0.3 99,096 11/15/2016
3.3.0.2 16,437 11/4/2016
3.3.0.1 62,388 10/11/2016
3.3.0 297,268 9/19/2016
3.2.8-rc 4,895 9/8/2016
3.2.7-beta 5,266 8/23/2016
3.2.6-beta 4,276 8/2/2016
3.2.5-beta 7,462 6/28/2016
3.2.4.1-beta 4,230 6/2/2016
3.2.4-beta 3,872 6/1/2016
3.2.3.1-beta 4,449 4/20/2016
3.2.3-beta 4,824 3/12/2016
3.2.2.1-beta 3,854 3/2/2016
3.2.2-beta 4,299 1/12/2016
3.2.1-beta 4,605 12/7/2015
3.2.0-beta 4,494 9/29/2015
3.1.2.1 38,416 9/8/2016
3.1.2 6,802 9/6/2016
3.1.1.2 92,274 8/9/2016
3.1.1.1 21,814 7/13/2016
3.1.1 12,794 6/29/2016
3.1.0.8 11,914 6/28/2016
3.1.0.7 14,673 6/3/2016
3.1.0.6 7,717 5/26/2016
3.1.0.5 103,778 2/22/2016
3.1.0.4 32,242 1/6/2016
3.1.0.3 14,559 12/2/2015
3.1.0.2 19,855 10/7/2015
3.1.0.1 9,279 8/27/2015
3.1.0 70,251 7/28/2015
3.0.0.2-preview 4,380 5/21/2015
3.0.0.1-preview 6,197 5/6/2015
3.0.0-preview 4,219 4/30/2015