AWSSDK.SimpleNotificationService 3.3.101.29

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.SimpleNotificationService --version 3.3.101.29
                    
NuGet\Install-Package AWSSDK.SimpleNotificationService -Version 3.3.101.29
                    
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="3.3.101.29" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SimpleNotificationService" Version="3.3.101.29" />
                    
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 3.3.101.29
                    
#r "nuget: AWSSDK.SimpleNotificationService, 3.3.101.29"
                    
#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@3.3.101.29
                    
#: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=3.3.101.29
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SimpleNotificationService&version=3.3.101.29
                    
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 was computed.  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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid10 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed.  monotouch10 is compatible. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap is compatible.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
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.
  • All Frameworks

  • MonoAndroid 1.0

  • MonoTouch 1.0

  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

  • UAP 0.0

  • Xamarin.iOS 1.0

NuGet packages (183)

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.

OpenTelemetry.Instrumentation.AWS

AWS client instrumentation for OpenTelemetry .NET.

AWSSDK.Glacier

Amazon Glacier is a secure, durable, and extremely low-cost storage service for data archiving and online backup.

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