AWSSDK.SimpleNotificationService 3.3.101.97

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.97
                    
NuGet\Install-Package AWSSDK.SimpleNotificationService -Version 3.3.101.97
                    
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.97" />
                    
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.97" />
                    
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.97
                    
#r "nuget: AWSSDK.SimpleNotificationService, 3.3.101.97"
                    
#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.97
                    
#: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.97
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SimpleNotificationService&version=3.3.101.97
                    
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 (176)

Showing the top 5 NuGet packages that depend on AWSSDK.SimpleNotificationService:

Package Downloads
MassTransit.AmazonSQS

MassTransit Amazon SQS transport support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.

AWSSDK.Glacier

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

OpenTelemetry.Instrumentation.AWS

AWS client instrumentation for OpenTelemetry .NET.

NServiceBus.AmazonSQS

NServiceBus.AmazonSQS

JustSaying

A light-weight message bus on top of AWS SNS and SQS

GitHub repositories (21)

Showing the top 20 popular GitHub repositories that depend on AWSSDK.SimpleNotificationService:

Repository Stars
MassTransit/MassTransit
Distributed Application Framework for .NET
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
JasperFx/wolverine
Supercharged .NET server side development!
open-telemetry/opentelemetry-dotnet-contrib
This repository contains set of components extending functionality of the OpenTelemetry .NET SDK. Instrumentation libraries, exporters, and other components can find their home here.
zarusz/SlimMessageBus
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
Elfocrash/aws-videos
awslabs/aws-sdk-net-samples
Illumina/Nirvana
The nimble & robust variant annotator
jorgevgut/airquality-mx
aws/aws-dotnet-deploy
Opinionated tooling that simplifies deployment of .NET applications to AWS.
localstack-dotnet/localstack-dotnet-client
A lightweight .NET client for LocalStack
aws/aws-dotnet-messaging
An AWS-native framework that simplifies the development of .NET message processing applications that use AWS services, such as SQS, SNS, and EventBridge.
aws/integrations-on-dotnet-aspire-for-aws
This repositry contains the integrations with .NET Aspire for AWS.
aws/aws-xray-sdk-dotnet
The official AWS X-Ray SDK for .NET.
akkadotnet/Alpakka
Akka Streams Connectors - Alpakka
LambdaSharp/LambdaSharpTool
Serverless .NET on AWS - λ# is a CLI and Framework for Rapid Application Development using .NET on AWS
Version Downloads Last Updated
4.0.1.3 6,091 9/23/2025
4.0.1.2 28,165 9/16/2025
4.0.1.1 114,929 8/29/2025
4.0.1 14,671 8/27/2025
4.0.0.21 42,860 8/21/2025
4.0.0.20 48,260 8/15/2025
4.0.0.19 14,590 8/13/2025
4.0.0.18 135,770 8/6/2025
4.0.0.17 34,384 8/4/2025
4.0.0.16 25,425 8/1/2025
4.0.0.15 74,074 7/23/2025
4.0.0.14 84,569 7/15/2025
4.0.0.13 67,168 7/9/2025
4.0.0.12 118,232 7/1/2025
4.0.0.11 67,772 6/23/2025
4.0.0.10 31,698 6/18/2025
4.0.0.9 31,484 6/16/2025
4.0.0.8 96,074 6/12/2025
4.0.0.7 13,689 6/11/2025
4.0.0.6 34,244 6/10/2025
4.0.0.5 92,243 6/4/2025
4.0.0.4 215,869 5/16/2025
4.0.0.3 12,236 5/15/2025
4.0.0.2 203,400 5/6/2025
4.0.0.1 46,089 4/30/2025
4.0.0 736,461 4/28/2025
4.0.0-preview.13 1,768 4/9/2025
4.0.0-preview.12 295 4/4/2025
4.0.0-preview.11 5,874 3/26/2025
4.0.0-preview.10 9,670 3/7/2025
4.0.0-preview.9 320 3/4/2025
4.0.0-preview.8 295 2/25/2025
4.0.0-preview.7 273 2/17/2025
4.0.0-preview.6 1,265 2/6/2025
4.0.0-preview.5 4,422 1/3/2025
4.0.0-preview.4 19,513 10/11/2024
4.0.0-preview.3 458 10/1/2024
4.0.0-preview.2 2,537 8/28/2024
4.0.0-preview 1,857 8/15/2024
3.7.501.14 0 9/26/2025
3.7.501.13 638 9/25/2025
3.7.501.12 2,989 9/23/2025
3.7.501.11 2,052 9/22/2025
3.7.501.10 4,375 9/19/2025
3.7.501.9 8,650 9/16/2025
3.7.501.8 4,017 9/15/2025
3.7.501.7 17,178 9/11/2025
3.7.501.6 2,330 9/10/2025
3.7.501.5 3,816 9/9/2025
3.7.501.4 5,446 9/8/2025
3.7.501.3 13,758 9/4/2025
3.7.501.2 8,638 9/2/2025
3.7.501.1 7,203 8/29/2025
3.7.501 6,129 8/27/2025
3.7.500.11 5,110 8/26/2025
3.7.500.10 3,726 8/25/2025
3.7.500.9 5,691 8/21/2025
3.7.500.8 4,599 8/20/2025
3.7.500.7 16,631 8/12/2025
3.7.500.6 7,106 8/11/2025
3.7.500.5 10,866 8/8/2025
3.7.500.4 6,963 8/6/2025
3.7.500.3 6,075 8/5/2025
3.7.500.2 3,251 8/4/2025
3.7.500.1 5,256 8/1/2025
3.7.500 12,089 7/31/2025
3.7.400.185 6,488 7/30/2025
3.7.400.184 4,110 7/29/2025
3.7.400.183 4,461 7/28/2025
3.7.400.182 48,496 7/24/2025
3.7.400.181 6,154 7/23/2025
3.7.400.180 4,711 7/22/2025
3.7.400.179 8,330 7/21/2025
3.7.400.178 8,498 7/18/2025
3.7.400.177 4,137 7/17/2025
3.7.400.176 10,384 7/16/2025
3.7.400.175 2,757 7/15/2025
3.7.400.174 24,016 7/9/2025
3.7.400.173 27,964 7/3/2025
3.7.400.172 9,663 7/1/2025
3.7.400.171 8,859 6/30/2025
3.7.400.170 13,953 6/27/2025
3.7.400.169 19,035 6/26/2025
3.7.400.168 13,036 6/23/2025
3.7.400.167 8,228 6/20/2025
3.7.400.166 28,202 6/18/2025
3.7.400.165 64,197 6/11/2025
3.7.400.164 17,804 6/10/2025
3.7.400.163 8,584 6/9/2025
3.7.400.162 13,416 6/6/2025
3.7.400.161 9,291 6/5/2025
3.7.400.160 8,773 6/4/2025
3.7.400.159 78,414 6/2/2025
3.7.400.158 8,327 5/30/2025
3.7.400.157 18,565 5/28/2025
3.7.400.156 20,239 5/23/2025
3.7.400.155 12,079 5/21/2025
3.7.400.154 37,514 5/20/2025
3.7.400.153 43,940 5/19/2025
3.7.400.152 11,760 5/16/2025
3.7.400.151 50,988 5/12/2025
3.7.400.150 29,128 5/9/2025
3.7.400.149 7,754 5/8/2025
3.7.400.148 12,610 5/7/2025
3.7.400.147 13,203 5/6/2025
3.7.400.146 10,368 5/5/2025
3.7.400.145 22,886 5/2/2025
3.7.400.144 10,337 5/1/2025
3.7.400.143 9,866 4/30/2025
3.7.400.142 60,372 4/29/2025
3.7.400.141 145,463 4/28/2025
3.7.400.140 44,346 4/25/2025
3.7.400.139 12,659 4/24/2025
3.7.400.138 41,893 4/23/2025
3.7.400.137 66,554 4/18/2025
3.7.400.136 14,599 4/17/2025
3.7.400.135 39,130 4/16/2025
3.7.400.134 62,710 4/14/2025
3.7.400.133 76,017 4/11/2025
3.7.400.132 36,591 4/10/2025
3.7.400.131 24,014 4/9/2025
3.7.400.130 19,174 4/8/2025
3.7.400.129 179,002 4/4/2025
3.7.400.128 16,129 4/3/2025
3.7.400.127 31,274 4/3/2025
3.7.400.126 5,373 4/2/2025
3.7.400.125 58,420 4/1/2025
3.7.400.124 20,737 3/31/2025
3.7.400.123 44,058 3/28/2025
3.7.400.122 153,111 3/27/2025
3.7.400.121 20,335 3/26/2025
3.7.400.120 33,657 3/25/2025
3.7.400.119 43,987 3/24/2025
3.7.400.118 49,639 3/21/2025
3.7.400.117 25,480 3/20/2025
3.7.400.116 39,428 3/19/2025
3.7.400.115 26,037 3/18/2025
3.7.400.114 38,858 3/17/2025
3.7.400.113 31,891 3/14/2025
3.7.400.112 21,562 3/14/2025
3.7.400.111 92,579 3/11/2025
3.7.400.110 26,527 3/10/2025
3.7.400.109 41,364 3/7/2025
3.7.400.108 29,987 3/6/2025
3.7.400.107 23,360 3/5/2025
3.7.400.106 116,598 3/4/2025
3.7.400.105 72,476 3/3/2025
3.7.400.104 96,979 2/28/2025
3.7.400.103 15,995 2/27/2025
3.7.400.102 20,346 2/26/2025
3.7.400.101 41,119 2/25/2025
3.7.400.100 40,747 2/24/2025
3.7.400.99 41,198 2/21/2025
3.7.400.98 1,689,521 2/20/2025
3.7.400.97 60,947 2/18/2025
3.7.400.96 30,439 2/17/2025
3.7.400.95 53,353 2/13/2025
3.7.400.94 61,165 2/12/2025
3.7.400.93 43,598 2/11/2025
3.7.400.92 104,693 2/10/2025
3.7.400.91 40,072 2/7/2025
3.7.400.90 65,823 2/6/2025
3.7.400.89 19,240 2/5/2025
3.7.400.88 93,786 2/4/2025
3.7.400.87 34,328 2/3/2025
3.7.400.86 169,051 1/30/2025
3.7.400.85 157,015 1/27/2025
3.7.400.84 108,629 1/22/2025
3.7.400.83 18,851 1/21/2025
3.7.400.82 45,583 1/17/2025
3.7.400.81 31,664 1/16/2025
3.7.400.80 340,361 1/15/2025
3.7.400.79 45,111 1/14/2025
3.7.400.78 24,365 1/13/2025
3.7.400.77 45,564 1/10/2025
3.7.400.76 19,186 1/9/2025
3.7.400.75 24,899 1/8/2025
3.7.400.74 49,959 1/7/2025
3.7.400.73 25,309 1/6/2025
3.7.400.72 89,009 1/3/2025
3.7.400.71 38,829 1/2/2025
3.7.400.70 180,201 12/26/2024
3.7.400.69 52,336 12/23/2024
3.7.400.68 20,435 12/20/2024
3.7.400.67 37,142 12/19/2024
3.7.400.66 47,571 12/18/2024
3.7.400.65 27,960 12/17/2024
3.7.400.64 97,261 12/13/2024
3.7.400.63 73,186 12/12/2024
3.7.400.62 33,467 12/11/2024
3.7.400.61 60,765 12/10/2024
3.7.400.60 31,970 12/9/2024
3.7.400.59 420,404 12/3/2024
3.7.400.58 281,432 11/27/2024
3.7.400.57 205,845 11/22/2024
3.7.400.56 33,175 11/21/2024
3.7.400.55 33,718 11/21/2024
3.7.400.54 144,647 11/19/2024
3.7.400.53 182,604 11/15/2024
3.7.400.52 20,190 11/15/2024
3.7.400.51 9,064 11/14/2024
3.7.400.50 52,184 11/13/2024
3.7.400.49 43,983 11/12/2024
3.7.400.48 33,505 11/11/2024
3.7.400.47 46,208 11/8/2024
3.7.400.46 84,221 11/7/2024
3.7.400.45 378,458 11/1/2024
3.7.400.44 99,858 10/31/2024
3.7.400.43 43,421 10/30/2024
3.7.400.42 122,781 10/29/2024
3.7.400.41 70,506 10/28/2024
3.7.400.40 32,574 10/25/2024
3.7.400.39 29,289 10/24/2024
3.7.400.38 90,158 10/23/2024
3.7.400.37 73,092 10/22/2024
3.7.400.36 214,847 10/16/2024
3.7.400.35 95,786 10/15/2024
3.7.400.34 53,731 10/14/2024
3.7.400.33 161,213 10/9/2024
3.7.400.32 78,103 10/8/2024
3.7.400.31 41,691 10/7/2024
3.7.400.30 1,241,798 10/4/2024
3.7.400.29 54,504 10/3/2024
3.7.400.28 52,069 10/2/2024
3.7.400.27 25,963 10/1/2024
3.7.400.26 108,862 9/27/2024
3.7.400.25 69,799 9/26/2024
3.7.400.24 45,905 9/25/2024
3.7.400.23 33,275 9/24/2024
3.7.400.22 117,367 9/21/2024
3.7.400.21 686,001 9/16/2024
3.7.400.20 54,666 9/13/2024
3.7.400.19 66,391 9/11/2024
3.7.400.18 61,453 9/10/2024
3.7.400.17 84,624 9/9/2024
3.7.400.16 63,936 9/6/2024
3.7.400.15 65,692 9/5/2024
3.7.400.14 173,415 9/4/2024
3.7.400.13 131,941 8/30/2024
3.7.400.12 155,397 8/28/2024
3.7.400.11 234,432 8/22/2024
3.7.400.10 97,048 8/21/2024
3.7.400.9 17,641 8/20/2024
3.7.400.8 39,757 8/19/2024
3.7.400.7 41,109 8/16/2024
3.7.400.6 46,407 8/15/2024
3.7.400.5 173,160 8/13/2024
3.7.400.4 145,997 8/9/2024
3.7.400.3 776,869 8/5/2024
3.7.400.2 251,433 7/30/2024
3.7.400.1 93,956 7/29/2024
3.7.400 1,812,679 7/24/2024
3.7.302.2 52,705 7/22/2024
3.7.302.1 131,511 7/18/2024
3.7.302 320,424 7/12/2024
3.7.301.66 92,224 7/10/2024
3.7.301.65 64,591 7/9/2024
3.7.301.64 23,990 7/8/2024
3.7.301.63 84,412 7/5/2024
3.7.301.62 98,070 7/3/2024
3.7.301.61 70,741 7/1/2024
3.7.301.60 122,389 6/28/2024
3.7.301.59 45,019 6/27/2024
3.7.301.58 94,425 6/24/2024
3.7.301.57 61,861 6/20/2024
3.7.301.56 97,364 6/19/2024
3.7.301.55 23,201 6/18/2024
3.7.301.54 313,122 6/12/2024
3.7.301.53 43,632 6/11/2024
3.7.301.52 82,951 6/10/2024
3.7.301.51 66,057 6/7/2024
3.7.301.50 39,088 6/6/2024
3.7.301.49 28,086 6/5/2024
3.7.301.48 48,644 6/4/2024
3.7.301.47 40,657 6/3/2024
3.7.301.46 100,243 5/30/2024
3.7.301.45 30,156 5/29/2024
3.7.301.44 42,251 5/28/2024
3.7.301.43 100,948 5/23/2024
3.7.301.42 34,726 5/22/2024
3.7.301.41 108,887 5/17/2024
3.7.301.40 48,576 5/16/2024
3.7.301.39 105,856 5/14/2024
3.7.301.38 106,383 5/13/2024
3.7.301.37 64,366 5/10/2024
3.7.301.36 42,037 5/9/2024
3.7.301.35 234,060 5/6/2024
3.7.301.34 53,721 5/3/2024
3.7.301.33 34,246 5/1/2024
3.7.301.32 49,123 4/29/2024
3.7.301.31 47,657 4/26/2024
3.7.301.30 24,119 4/25/2024
3.7.301.29 109,579 4/24/2024
3.7.301.28 173,500 4/23/2024
3.7.301.27 29,609 4/22/2024
3.7.301.26 50,399 4/19/2024
3.7.301.25 482,180 4/18/2024
3.7.301.24 30,273 4/17/2024
3.7.301.23 63,740 4/16/2024
3.7.301.22 314,068 4/11/2024
3.7.301.21 34,629 4/10/2024
3.7.301.20 48,427 4/9/2024
3.7.301.19 76,062 4/8/2024
3.7.301.18 80,832 4/5/2024
3.7.301.17 41,247 4/4/2024
3.7.301.16 36,028 4/3/2024
3.7.301.15 39,072 4/2/2024
3.7.301.14 52,864 4/1/2024
3.7.301.13 35,500 3/29/2024
3.7.301.12 30,989 3/28/2024
3.7.301.11 101,936 3/27/2024
3.7.301.10 61,396 3/26/2024
3.7.301.9 45,835 3/25/2024
3.7.301.8 1,320,979 3/22/2024
3.7.301.7 221,853 3/18/2024
3.7.301.6 40,436 3/15/2024
3.7.301.5 60,842 3/14/2024
3.7.301.4 45,913 3/13/2024
3.7.301.3 159,057 3/8/2024
3.7.301.2 247,421 2/29/2024
3.7.301.1 225,100 2/27/2024
3.7.301 665,293 2/16/2024
3.7.300.51 60,270 2/15/2024
3.7.300.50 29,077 2/14/2024
3.7.300.49 26,129 2/13/2024
3.7.300.48 87,102 2/9/2024
3.7.300.47 78,040 2/7/2024
3.7.300.46 310,110 2/2/2024
3.7.300.45 20,653 2/1/2024
3.7.300.44 55,347 1/31/2024
3.7.300.43 61,946 1/30/2024
3.7.300.42 131,848 1/29/2024
3.7.300.41 103,460 1/25/2024
3.7.300.40 86,353 1/25/2024
3.7.300.39 91,814 1/19/2024
3.7.300.38 20,905 1/18/2024
3.7.300.37 68,619 1/16/2024
3.7.300.36 133,526 1/14/2024
3.7.300.35 5,209 1/12/2024
3.7.300.34 40,962 1/11/2024
3.7.300.33 33,242 1/10/2024
3.7.300.32 82,211 1/8/2024
3.7.300.31 63,329 1/5/2024
3.7.300.30 12,193 1/4/2024
3.7.300.29 77,347 1/3/2024
3.7.300.28 178,656 12/28/2023
3.7.300.27 21,195 12/27/2023
3.7.300.26 11,013 12/26/2023
3.7.300.25 23,293 12/22/2023
3.7.300.24 34,192 12/21/2023
3.7.300.23 20,885 12/20/2023
3.7.300.22 29,926 12/19/2023
3.7.300.21 695,521 12/18/2023
3.7.300.20 41,897 12/15/2023
3.7.300.19 22,936 12/14/2023
3.7.300.18 91,225 12/13/2023
3.7.300.17 114,112 12/12/2023
3.7.300.16 406,100 12/7/2023
3.7.300.15 183,328 12/6/2023
3.7.300.14 38,675 12/5/2023
3.7.300.13 80,002 12/4/2023
3.7.300.12 98,012 11/30/2023
3.7.300.11 45,769 11/28/2023
3.7.300.10 31,876 11/28/2023
3.7.300.9 10,426 11/27/2023
3.7.300.8 80,042 11/27/2023
3.7.300.7 429,004 11/21/2023
3.7.300.6 35,543 11/20/2023
3.7.300.5 184,225 11/17/2023
3.7.300.4 24,916 11/16/2023
3.7.300.3 29,905 11/15/2023
3.7.300.2 60,514 11/14/2023
3.7.300.1 48,362 11/13/2023
3.7.300 1,207,785 11/10/2023
3.7.201.5 107,314 11/8/2023
3.7.201.4 228,832 11/7/2023
3.7.201.3 32,612 11/6/2023
3.7.201.2 139,823 11/2/2023
3.7.201.1 153,956 10/27/2023
3.7.201 89,756 10/26/2023
3.7.200.61 403,310 10/24/2023
3.7.200.60 36,797 10/23/2023
3.7.200.59 41,433 10/20/2023
3.7.200.58 34,945 10/19/2023
3.7.200.57 41,488 10/18/2023
3.7.200.56 35,985 10/17/2023
3.7.200.55 22,707 10/16/2023
3.7.200.54 37,011 10/12/2023
3.7.200.53 94,909 10/7/2023
3.7.200.52 140,766 10/5/2023
3.7.200.51 36,755 10/4/2023
3.7.200.50 48,225 10/3/2023
3.7.200.49 125,845 10/2/2023
3.7.200.48 66,109 9/28/2023
3.7.200.47 22,172 9/28/2023
3.7.200.46 4,706 9/27/2023
3.7.200.45 76,342 9/25/2023
3.7.200.44 123,579 9/22/2023
3.7.200.43 86,649 9/20/2023
3.7.200.42 27,767 9/19/2023
3.7.200.41 69,179 9/15/2023
3.7.200.40 25,922 9/15/2023
3.7.200.39 23,264 9/14/2023
3.7.200.38 16,337 9/13/2023
3.7.200.37 35,740 9/12/2023
3.7.200.36 168,792 9/8/2023
3.7.200.35 90,866 9/8/2023
3.7.200.34 53,585 9/6/2023
3.7.200.33 28,619 9/5/2023
3.7.200.32 149,289 9/1/2023
3.7.200.31 23,479 9/1/2023
3.7.200.30 3,892 8/31/2023
3.7.200.29 42,105 8/31/2023
3.7.200.28 4,087 8/30/2023
3.7.200.27 90,285 8/28/2023
3.7.200.26 90,368 8/25/2023
3.7.200.25 27,554 8/24/2023
3.7.200.24 296,353 8/23/2023
3.7.200.23 68,468 8/22/2023
3.7.200.22 74,270 8/21/2023
3.7.200.21 51,869 8/18/2023
3.7.200.20 8,599 8/18/2023
3.7.200.19 21,841 8/17/2023
3.7.200.18 95,276 8/15/2023
3.7.200.17 28,281 8/14/2023
3.7.200.16 63,251 8/11/2023
3.7.200.15 33,904 8/10/2023
3.7.200.14 30,821 8/9/2023
3.7.200.13 27,440 8/8/2023
3.7.200.12 4,536 8/8/2023
3.7.200.11 28,893 8/7/2023
3.7.200.10 72,287 8/4/2023
3.7.200.9 60,897 8/2/2023
3.7.200.8 95,464 8/1/2023
3.7.200.7 53,132 7/31/2023
3.7.200.6 175,758 7/28/2023
3.7.200.5 105,613 7/26/2023
3.7.200.4 160,124 7/24/2023
3.7.200.3 56,359 7/21/2023
3.7.200.2 46,101 7/20/2023
3.7.200.1 613,071 7/18/2023
3.7.200 177,765 7/18/2023
3.7.101.90 72,814 7/17/2023
3.7.101.89 1,028,568 7/13/2023
3.7.101.88 621,204 7/7/2023
3.7.101.87 4,253 7/7/2023
3.7.101.86 28,749 7/6/2023
3.7.101.85 80,809 7/5/2023
3.7.101.84 59,607 7/3/2023
3.7.101.83 536,099 6/20/2023
3.7.101.82 682,650 6/15/2023
3.7.101.81 199,852 6/13/2023
3.7.101.80 55,460 6/12/2023
3.7.101.79 93,083 6/8/2023
3.7.101.78 127,590 6/6/2023
3.7.101.77 28,007 6/5/2023
3.7.101.76 57,268 6/2/2023
3.7.101.75 18,335 6/2/2023
3.7.101.74 38,981 6/1/2023
3.7.101.73 122,959 5/30/2023
3.7.101.72 62,278 5/26/2023
3.7.101.71 22,221 5/25/2023
3.7.101.70 71,211 5/24/2023
3.7.101.69 144,156 5/23/2023
3.7.101.68 84,238 5/19/2023
3.7.101.67 27,921 5/18/2023
3.7.101.66 71,812 5/16/2023
3.7.101.65 41,081 5/15/2023
3.7.101.64 190,941 5/11/2023
3.7.101.63 75,635 5/9/2023
3.7.101.62 54,965 5/8/2023
3.7.101.61 102,802 5/4/2023
3.7.101.60 91,350 5/2/2023
3.7.101.59 27,864 5/1/2023
3.7.101.58 59,036 4/28/2023
3.7.101.57 103,268 4/27/2023
3.7.101.56 36,235 4/26/2023
3.7.101.55 109,018 4/25/2023
3.7.101.54 56,457 4/25/2023
3.7.101.53 58,464 4/21/2023
3.7.101.52 34,729 4/21/2023
3.7.101.51 58,859 4/19/2023
3.7.101.50 882,023 4/17/2023
3.7.101.49 30,253 4/14/2023
3.7.101.48 27,833 4/13/2023
3.7.101.47 53,243 4/12/2023
3.7.101.46 40,840 4/11/2023
3.7.101.45 38,787 4/10/2023
3.7.101.44 36,511 4/7/2023
3.7.101.43 19,618 4/6/2023
3.7.101.42 31,156 4/5/2023
3.7.101.41 38,337 4/4/2023
3.7.101.40 39,799 4/3/2023
3.7.101.39 58,376 3/31/2023
3.7.101.38 31,597 3/30/2023
3.7.101.37 67,277 3/29/2023
3.7.101.36 28,395 3/28/2023
3.7.101.35 279,078 3/24/2023
3.7.101.34 35,984 3/23/2023
3.7.101.33 170,931 3/22/2023
3.7.101.32 244,706 3/21/2023
3.7.101.31 123,572 3/20/2023
3.7.101.30 62,129 3/17/2023
3.7.101.29 64,982 3/17/2023
3.7.101.28 39,602 3/16/2023
3.7.101.27 71,962 3/15/2023
3.7.101.26 36,669 3/14/2023
3.7.101.25 76,904 3/13/2023
3.7.101.24 56,005 3/10/2023
3.7.101.23 38,996 3/9/2023
3.7.101.22 61,664 3/8/2023
3.7.101.21 20,725 3/7/2023
3.7.101.20 199,544 3/3/2023
3.7.101.19 85,729 3/2/2023
3.7.101.18 58,050 3/1/2023
3.7.101.17 58,028 2/28/2023
3.7.101.16 34,438 2/27/2023
3.7.101.15 125,023 2/23/2023
3.7.101.14 229,805 2/21/2023
3.7.101.13 699,672 2/18/2023
3.7.101.12 4,157 2/17/2023
3.7.101.11 157,736 2/16/2023
3.7.101.10 63,172 2/15/2023
3.7.101.9 63,382 2/13/2023
3.7.101.8 66,236 2/10/2023
3.7.101.7 60,439 2/9/2023
3.7.101.6 75,491 2/8/2023
3.7.101.5 34,170 2/7/2023
3.7.101.4 57,224 2/6/2023
3.7.101.3 346,758 2/3/2023
3.7.101.2 57,640 2/2/2023
3.7.101.1 12,233 2/2/2023
3.7.101 56,111 2/1/2023
3.7.100.64 217,150 1/31/2023
3.7.100.63 165,160 1/26/2023
3.7.100.62 71,532 1/25/2023
3.7.100.61 102,109 1/24/2023
3.7.100.60 90,135 1/23/2023
3.7.100.59 275,706 1/20/2023
3.7.100.58 19,461 1/20/2023
3.7.100.57 60,888 1/18/2023
3.7.100.56 119,030 1/17/2023
3.7.100.55 170,934 1/13/2023
3.7.100.54 43,492 1/12/2023
3.7.100.53 99,988 1/10/2023
3.7.100.52 63,878 1/9/2023
3.7.100.51 68,677 1/6/2023
3.7.100.50 36,571 1/5/2023
3.7.100.49 730,783 1/4/2023
3.7.100.48 6,757 1/3/2023
3.7.100.47 211,638 12/30/2022
3.7.100.46 30,178 12/29/2022
3.7.100.45 107,549 12/23/2022
3.7.100.44 27,513 12/22/2022
3.7.100.43 32,932 12/21/2022
3.7.100.42 39,755 12/20/2022
3.7.100.41 36,297 12/19/2022
3.7.100.40 135,250 12/16/2022
3.7.100.39 91,795 12/16/2022
3.7.100.38 33,450 12/15/2022
3.7.100.37 132,168 12/14/2022
3.7.100.36 31,305 12/13/2022
3.7.100.35 117,006 12/12/2022
3.7.100.34 82,333 12/8/2022
3.7.100.33 100,021 12/8/2022
3.7.100.32 6,689 12/7/2022
3.7.100.31 52,604 12/6/2022
3.7.100.30 234,322 12/5/2022
3.7.100.29 39,566 12/2/2022
3.7.100.28 12,908 12/2/2022
3.7.100.27 277,217 12/1/2022
3.7.100.26 27,197 11/30/2022
3.7.100.25 52,235 11/29/2022
3.7.100.24 27,798 11/29/2022
3.7.100.23 161,130 11/28/2022
3.7.100.22 154,766 11/22/2022
3.7.100.21 230,044 11/18/2022
3.7.100.20 65,904 11/17/2022
3.7.100.19 1,648,908 11/16/2022
3.7.100.18 12,075 11/16/2022
3.7.100.17 66,464 11/15/2022
3.7.100.16 166,930 11/11/2022
3.7.100.15 59,264 11/10/2022
3.7.100.14 246,555 11/9/2022
3.7.100.13 25,554 11/9/2022
3.7.100.12 9,040 11/9/2022
3.7.100.11 4,965 11/8/2022
3.7.100.10 247,562 11/7/2022
3.7.100.9 146,025 11/4/2022
3.7.100.8 71,849 11/2/2022
3.7.100.7 114,535 10/31/2022
3.7.100.6 59,170 10/29/2022
3.7.100.5 12,747 10/28/2022
3.7.100.4 66,185 10/27/2022
3.7.100.3 45,207 10/26/2022
3.7.100.2 40,718 10/25/2022
3.7.100.1 21,619 10/24/2022
3.7.100 225,465 10/21/2022
3.7.4.25 139,606 10/20/2022
3.7.4.24 96,941 10/19/2022
3.7.4.23 347,453 10/18/2022
3.7.4.22 99,191 10/14/2022
3.7.4.21 591,453 10/13/2022
3.7.4.20 355,435 10/7/2022
3.7.4.19 94,832 10/6/2022
3.7.4.18 112,381 10/4/2022
3.7.4.17 35,088 10/3/2022
3.7.4.16 240,183 9/30/2022
3.7.4.15 42,807 9/29/2022
3.7.4.14 52,491 9/27/2022
3.7.4.13 4,098,396 9/27/2022
3.7.4.12 13,922 9/26/2022
3.7.4.11 63,944 9/23/2022
3.7.4.10 49,715 9/22/2022
3.7.4.9 41,767 9/21/2022
3.7.4.8 29,984 9/20/2022
3.7.4.7 148,912 9/19/2022
3.7.4.6 89,598 9/15/2022
3.7.4.5 38,659 9/14/2022
3.7.4.4 57,789 9/13/2022
3.7.4.3 166,062 9/9/2022
3.7.4.2 64,554 9/9/2022
3.7.4.1 7,920 9/8/2022
3.7.4 30,782 9/7/2022
3.7.3.101 613,436 9/2/2022
3.7.3.100 33,355 9/1/2022
3.7.3.99 127,452 8/30/2022
3.7.3.98 102,848 8/29/2022
3.7.3.97 79,476 8/25/2022
3.7.3.96 145,178 8/23/2022
3.7.3.95 81,520 8/22/2022
3.7.3.94 66,466 8/19/2022
3.7.3.93 144,097 8/16/2022
3.7.3.92 103,848 8/12/2022
3.7.3.91 87,941 8/11/2022
3.7.3.90 205,185 8/8/2022
3.7.3.89 56,962 8/4/2022
3.7.3.88 123,975 8/2/2022
3.7.3.87 136,874 7/29/2022
3.7.3.86 21,920 7/28/2022
3.7.3.85 35,866 7/27/2022
3.7.3.84 117,800 7/22/2022
3.7.3.83 274,291 7/20/2022
3.7.3.82 73,730 7/18/2022
3.7.3.81 29,259 7/15/2022
3.7.3.80 33,304 7/14/2022
3.7.3.79 97,568 7/12/2022
3.7.3.78 28,487 7/11/2022
3.7.3.77 115,125 7/5/2022
3.7.3.76 361,198 6/29/2022
3.7.3.75 199,176 6/24/2022
3.7.3.74 702,064 6/17/2022
3.7.3.73 37,201 6/16/2022
3.7.3.72 263,328 6/14/2022
3.7.3.71 105,717 6/10/2022
3.7.3.70 63,842 6/8/2022
3.7.3.69 42,006 6/7/2022
3.7.3.68 37,226 6/6/2022
3.7.3.67 159,772 5/31/2022
3.7.3.66 132,887 5/27/2022
3.7.3.65 44,076 5/26/2022
3.7.3.64 8,708 5/26/2022
3.7.3.63 19,094 5/25/2022
3.7.3.62 56,647 5/24/2022
3.7.3.61 103,630 5/23/2022
3.7.3.60 131,400 5/19/2022
3.7.3.59 62,515 5/18/2022
3.7.3.58 361,858 5/9/2022
3.7.3.57 529,461 5/6/2022
3.7.3.56 8,218 5/6/2022
3.7.3.55 30,093 5/5/2022
3.7.3.54 123,404 5/4/2022
3.7.3.53 196,742 5/3/2022
3.7.3.52 81,903 5/3/2022
3.7.3.51 4,798 5/2/2022
3.7.3.50 629,488 4/20/2022
3.7.3.49 1,445,606 4/19/2022
3.7.3.48 422,189 4/14/2022
3.7.3.47 358,417 4/12/2022
3.7.3.46 17,183 4/11/2022
3.7.3.45 129,175 4/7/2022
3.7.3.44 117,400 4/6/2022
3.7.3.43 312,953 4/1/2022
3.7.3.42 204,270 3/31/2022
3.7.3.41 126,461 3/28/2022
3.7.3.40 75,880 3/24/2022
3.7.3.39 94,729 3/23/2022
3.7.3.38 450,563 3/17/2022
3.7.3.37 63,098 3/16/2022
3.7.3.36 111,369 3/14/2022
3.7.3.35 116,701 3/10/2022
3.7.3.34 52,810 3/9/2022
3.7.3.33 30,215 3/8/2022
3.7.3.32 219,254 3/3/2022
3.7.3.31 95,742 3/1/2022
3.7.3.30 31,134 2/28/2022
3.7.3.29 57,952 2/26/2022
3.7.3.28 46,301 2/23/2022
3.7.3.27 30,178 2/22/2022
3.7.3.26 8,825 2/22/2022
3.7.3.25 18,927 2/21/2022
3.7.3.24 49,386 2/17/2022
3.7.3.23 325,789 2/11/2022
3.7.3.22 9,720 2/10/2022
3.7.3.21 147,287 2/4/2022
3.7.3.20 58,822 2/3/2022
3.7.3.19 260,267 1/28/2022
3.7.3.18 341,285 1/25/2022
3.7.3.17 419,905 1/15/2022
3.7.3.16 7,619 1/14/2022
3.7.3.15 57,997 1/13/2022
3.7.3.14 753,688 1/11/2022
3.7.3.13 104,502 1/7/2022
3.7.3.12 42,638 1/6/2022
3.7.3.11 16,224 1/5/2022
3.7.3.10 72,862 1/3/2022
3.7.3.9 326,154 12/21/2021
3.7.3.8 24,910 12/20/2021
3.7.3.7 380,700 12/13/2021
3.7.3.6 129,351 12/8/2021
3.7.3.5 152,495 12/2/2021
3.7.3.4 38,234 12/1/2021
3.7.3.3 290,912 11/22/2021
3.7.3.2 39,541 11/19/2021
3.7.3.1 11,227 11/18/2021
3.7.3 1,062,455 11/17/2021
3.7.2.70 3,372,852 11/16/2021
3.7.2.69 69,709 11/15/2021
3.7.2.68 70,661 11/12/2021
3.7.2.67 174,665 11/11/2021
3.7.2.66 35,392 11/11/2021
3.7.2.65 35,917 11/9/2021
3.7.2.64 184,807 11/5/2021
3.7.2.63 10,855 11/4/2021
3.7.2.62 88,025 11/3/2021
3.7.2.61 27,336 11/2/2021
3.7.2.60 58,586 11/1/2021
3.7.2.59 603,055 10/29/2021
3.7.2.58 105,464 10/27/2021
3.7.2.57 64,325 10/26/2021
3.7.2.56 3,977 10/26/2021
3.7.2.55 69,186 10/22/2021
3.7.2.54 4,972 10/21/2021
3.7.2.53 241,782 10/14/2021
3.7.2.52 27,494 10/13/2021
3.7.2.51 36,367 10/12/2021
3.7.2.50 227,777 10/8/2021
3.7.2.49 37,261 10/7/2021
3.7.2.48 10,695 10/7/2021
3.7.2.47 8,183 10/6/2021
3.7.2.46 230,954 10/1/2021
3.7.2.45 52,396 9/30/2021
3.7.2.44 116,095 9/29/2021
3.7.2.43 57,020 9/27/2021
3.7.2.42 59,401 9/24/2021
3.7.2.41 61,512 9/23/2021
3.7.2.40 17,277 9/22/2021
3.7.2.39 297,476 9/17/2021
3.7.2.38 14,530 9/16/2021
3.7.2.37 39,106 9/16/2021
3.7.2.36 311,541 9/13/2021
3.7.2.35 176,305 9/10/2021
3.7.2.34 38,577 9/9/2021
3.7.2.33 48,080 9/7/2021
3.7.2.32 43,358 9/3/2021
3.7.2.31 25,856 9/3/2021
3.7.2.30 23,999 9/2/2021
3.7.2.29 19,208 9/1/2021
3.7.2.28 51,978 8/31/2021
3.7.2.27 66,953 8/27/2021
3.7.2.26 34,689 8/25/2021
3.7.2.25 322,904 8/23/2021
3.7.2.24 84,537 8/19/2021
3.7.2.23 333,046 8/16/2021
3.7.2.22 121,604 8/12/2021
3.7.2.21 111,085 8/10/2021
3.7.2.20 137,265 8/6/2021
3.7.2.19 55,526 8/4/2021
3.7.2.18 157,196 7/30/2021
3.7.2.17 27,964 7/29/2021
3.7.2.16 96,278 7/27/2021
3.7.2.15 210,527 7/21/2021
3.7.2.14 178,139 7/16/2021
3.7.2.13 442,156 7/13/2021
3.7.2.12 37,558 7/12/2021
3.7.2.11 80,531 7/9/2021
3.7.2.10 40,830 7/8/2021
3.7.2.9 107,297 7/7/2021
3.7.2.8 40,373 7/6/2021
3.7.2.7 230,624 7/1/2021
3.7.2.6 167,932 6/25/2021
3.7.2.5 25,801 6/24/2021
3.7.2.4 105,862 6/21/2021
3.7.2.3 48,734 6/17/2021
3.7.2.2 40,515 6/15/2021
3.7.2.1 154,441 6/11/2021
3.7.2 294,705 6/1/2021
3.7.1.15 197,251 5/28/2021
3.7.1.14 46,722 5/27/2021
3.7.1.13 33,004 5/27/2021
3.7.1.12 125,819 5/24/2021
3.7.1.11 33,871 5/21/2021
3.7.1.10 52,989 5/20/2021
3.7.1.9 37,521 5/19/2021
3.7.1.8 69,656 5/18/2021
3.7.1.7 211,793 5/14/2021
3.7.1.6 20,695 5/12/2021
3.7.1.5 56,306 5/10/2021
3.7.1.4 4,213 5/10/2021
3.7.1.3 129,424 5/6/2021
3.7.1.2 264,992 4/30/2021
3.7.1.1 63,031 4/27/2021
3.7.1 500,669 4/23/2021
3.7.0.14 411,289 4/19/2021
3.7.0.13 134,961 4/15/2021
3.7.0.12 434,020 4/13/2021
3.7.0.11 27,344 4/12/2021
3.7.0.10 245,773 4/8/2021
3.7.0.9 64,304 4/7/2021
3.7.0.8 253,253 4/2/2021
3.7.0.7 56,367 4/1/2021
3.7.0.6 37,910 3/31/2021
3.7.0.5 6,079 3/31/2021
3.7.0.4 31,368 3/30/2021
3.7.0.3 22,009 3/29/2021
3.7.0.2 22,213 3/27/2021
3.7.0.1 18,016 3/26/2021
3.7.0 3,157,848 3/26/2021
3.5.1.51 308,135 3/25/2021
3.5.1.50 346,790 3/17/2021
3.5.1.49 115,976 3/15/2021
3.5.1.48 324,233 3/9/2021
3.5.1.47 168,963 3/5/2021
3.5.1.46 15,157 3/4/2021
3.5.1.45 67,935 3/1/2021
3.5.1.44 1,190,071 2/23/2021
3.5.1.43 81,253 2/19/2021
3.5.1.42 118,179 2/12/2021
3.5.1.41 82,121 2/9/2021
3.5.1.40 12,403 2/8/2021
3.5.1.39 74,049 2/5/2021
3.5.1.38 25,874 2/4/2021
3.5.1.37 461,713 1/29/2021
3.5.1.36 127,207 1/28/2021
3.5.1.35 26,026 1/27/2021
3.5.1.34 378,531 1/26/2021
3.5.1.33 249,111 1/20/2021
3.5.1.32 13,451 1/19/2021
3.5.1.31 131,691 1/15/2021
3.5.1.30 137,981 1/11/2021
3.5.1.29 50,638 1/7/2021
3.5.1.28 154,547 12/30/2020
3.5.1.27 41,199 12/23/2020
3.5.1.26 108,273 12/22/2020
3.5.1.25 25,703 12/22/2020
3.5.1.24 6,620 12/21/2020
3.5.1.23 19,782 12/18/2020
3.5.1.22 81,210 12/17/2020
3.5.1.21 25,767 12/16/2020
3.5.1.20 37,746 12/14/2020
3.5.1.19 125,517 12/9/2020
3.5.1.18 63,202 12/7/2020
3.5.1.17 82,076 12/3/2020
3.5.1.16 169,050 12/2/2020
3.5.1.15 19,909 12/1/2020
3.5.1.14 154,911 12/1/2020
3.5.1.13 91,330 11/24/2020
3.5.1.12 27,761 11/23/2020
3.5.1.11 31,045 11/20/2020
3.5.1.10 44,435 11/19/2020
3.5.1.9 11,452 11/18/2020
3.5.1.8 269,974 11/16/2020
3.5.1.7 47,965 11/13/2020
3.5.1.6 238,129 11/5/2020
3.5.1.5 44,444 11/4/2020
3.5.1.4 196,273 10/30/2020
3.5.1.3 34,664 10/28/2020
3.5.1.2 122,168 10/27/2020
3.5.1.1 20,755 10/26/2020
3.5.1 261,079 10/22/2020
3.5.0.31 23,939 10/21/2020
3.5.0.30 32,046 10/20/2020
3.5.0.29 184,618 10/16/2020
3.5.0.28 72,870 10/15/2020
3.5.0.27 252,593 10/9/2020
3.5.0.26 210,221 10/8/2020
3.5.0.25 61,489 10/6/2020
3.5.0.24 18,210 10/2/2020
3.5.0.23 129,966 10/1/2020
3.5.0.22 11,180 9/30/2020
3.5.0.21 29,563 9/29/2020
3.5.0.20 53,694 9/25/2020
3.5.0.19 180,913 9/24/2020
3.5.0.18 54,273 9/21/2020
3.5.0.17 17,603 9/18/2020
3.5.0.16 293,657 9/17/2020
3.5.0.15 23,210 9/16/2020
3.5.0.14 29,594 9/15/2020
3.5.0.13 33,505 9/14/2020
3.5.0.12 76,983 9/11/2020
3.5.0.11 120,632 9/10/2020
3.5.0.10 9,724 9/9/2020
3.5.0.9 55,567 9/4/2020
3.5.0.8 108,271 9/2/2020
3.5.0.7 258,328 9/1/2020
3.5.0.6 4,746 8/31/2020
3.5.0.5 12,920 8/28/2020
3.5.0.4 27,691 8/27/2020
3.5.0.3 13,067 8/26/2020
3.5.0.2 43,453 8/25/2020
3.5.0.1 106,709 8/24/2020
3.5.0 853,159 8/20/2020
3.5.0-beta 106,786 2/4/2020
3.3.102.17 1,916,684 8/19/2020
3.3.102.16 166,456 8/14/2020
3.3.102.15 89,313 8/10/2020
3.3.102.14 48,891 8/8/2020
3.3.102.13 14,637 8/6/2020
3.3.102.12 50,120 8/5/2020
3.3.102.11 27,053 8/4/2020
3.3.102.10 55,803 8/3/2020
3.3.102.9 78,365 7/31/2020
3.3.102.8 17,188 7/30/2020
3.3.102.7 17,442 7/29/2020
3.3.102.6 21,883 7/28/2020
3.3.102.5 284,300 7/23/2020
3.3.102.4 86,596 7/22/2020
3.3.102.3 132,295 7/17/2020
3.3.102.2 23,953 7/15/2020
3.3.102.1 150,129 7/9/2020
3.3.102 16,368 7/9/2020
3.3.101.194 210,825 7/8/2020
3.3.101.193 27,120 7/7/2020
3.3.101.192 75,972 7/2/2020
3.3.101.191 37,447 6/29/2020
3.3.101.190 21,462 6/26/2020
3.3.101.189 15,680 6/25/2020
3.3.101.188 31,202 6/24/2020
3.3.101.187 8,391 6/24/2020
3.3.101.186 39,877 6/23/2020
3.3.101.185 88,978 6/19/2020
3.3.101.184 22,245 6/18/2020
3.3.101.183 23,207 6/17/2020
3.3.101.182 220,435 6/11/2020
3.3.101.181 53,447 6/9/2020
3.3.101.180 130,585 6/5/2020
3.3.101.179 24,894 6/4/2020
3.3.101.178 14,138 6/3/2020
3.3.101.177 4,958 6/3/2020
3.3.101.176 54,003 6/1/2020
3.3.101.175 118,596 5/27/2020
3.3.101.174 67,943 5/26/2020
3.3.101.173 64,278 5/22/2020
3.3.101.172 27,773 5/22/2020
3.3.101.171 10,152 5/21/2020
3.3.101.170 68,094 5/19/2020
3.3.101.169 39,985 5/18/2020
3.3.101.168 52,880 5/15/2020
3.3.101.167 57,951 5/14/2020
3.3.101.166 91,520 5/11/2020
3.3.101.165 39,886 5/8/2020
3.3.101.164 19,686 5/8/2020
3.3.101.163 4,449 5/7/2020
3.3.101.162 34,294 5/6/2020
3.3.101.161 47,039 5/4/2020
3.3.101.160 23,189 5/1/2020
3.3.101.159 13,180 4/30/2020
3.3.101.158 53,634 4/29/2020
3.3.101.157 32,125 4/28/2020
3.3.101.156 17,664 4/27/2020
3.3.101.155 83,082 4/24/2020
3.3.101.154 14,757 4/23/2020
3.3.101.153 17,490 4/22/2020
3.3.101.152 16,055 4/21/2020
3.3.101.151 22,179 4/20/2020
3.3.101.150 19,393 4/17/2020
3.3.101.149 23,411 4/16/2020
3.3.101.148 215,830 4/8/2020
3.3.101.147 317,958 4/6/2020
3.3.101.146 102,201 4/3/2020
3.3.101.145 13,094 4/3/2020
3.3.101.144 16,053 4/2/2020
3.3.101.143 61,655 4/1/2020
3.3.101.142 19,176 3/31/2020
3.3.101.141 13,703 3/30/2020
3.3.101.140 65,451 3/27/2020
3.3.101.139 20,093 3/26/2020
3.3.101.138 17,423 3/25/2020
3.3.101.137 38,449 3/24/2020
3.3.101.136 38,471 3/20/2020
3.3.101.135 11,900 3/19/2020
3.3.101.134 37,709 3/18/2020
3.3.101.133 11,139 3/17/2020
3.3.101.132 94,501 3/16/2020
3.3.101.131 30,237 3/12/2020
3.3.101.130 102,711 3/6/2020
3.3.101.129 97,283 3/5/2020
3.3.101.128 93,186 3/2/2020
3.3.101.127 70,186 2/28/2020
3.3.101.126 5,342 2/27/2020
3.3.101.125 75,603 2/26/2020
3.3.101.124 18,362 2/25/2020
3.3.101.123 167,421 2/19/2020
3.3.101.122 82,066 2/17/2020
3.3.101.121 28,114 2/13/2020
3.3.101.120 120,534 2/10/2020
3.3.101.119 83,006 2/7/2020
3.3.101.118 77,761 2/4/2020
3.3.101.117 175,422 1/24/2020
3.3.101.116 9,145 1/23/2020
3.3.101.115 58,456 1/21/2020
3.3.101.114 97,611 1/17/2020
3.3.101.113 34,504 1/16/2020
3.3.101.112 91,976 1/15/2020
3.3.101.111 102,912 1/10/2020
3.3.101.110 227,233 1/8/2020
3.3.101.109 12,674 1/6/2020
3.3.101.108 57,426 1/2/2020
3.3.101.107 155,961 12/25/2019
3.3.101.106 6,087 12/23/2019
3.3.101.105 22,803 12/20/2019
3.3.101.104 39,884 12/18/2019
3.3.101.103 53,787 12/18/2019
3.3.101.102 73,670 12/16/2019
3.3.101.101 25,110 12/13/2019
3.3.101.100 14,766 12/12/2019
3.3.101.99 11,657 12/12/2019
3.3.101.98 8,212 12/11/2019
3.3.101.97 73,084 12/9/2019
3.3.101.96 161,553 12/3/2019
3.3.101.95 48,829 12/2/2019
3.3.101.94 69,105 11/26/2019
3.3.101.93 12,346 11/25/2019
3.3.101.92 12,460 11/22/2019
3.3.101.91 14,045 11/22/2019
3.3.101.90 60,280 11/20/2019
3.3.101.89 4,276 11/19/2019
3.3.101.88 83,167 11/14/2019
3.3.101.87 33,834 11/13/2019
3.3.101.86 153,693 11/8/2019
3.3.101.85 14,369 11/7/2019
3.3.101.84 25,301 11/7/2019
3.3.101.83 19,386 11/5/2019
3.3.101.82 73,164 10/31/2019
3.3.101.81 9,440 10/30/2019
3.3.101.80 37,907 10/28/2019
3.3.101.79 5,003 10/28/2019
3.3.101.78 68,356 10/24/2019
3.3.101.77 7,414 10/22/2019
3.3.101.76 29,218 10/18/2019
3.3.101.75 41,956 10/17/2019
3.3.101.74 181,712 10/16/2019
3.3.101.73 101,882 10/11/2019
3.3.101.72 8,842 10/10/2019
3.3.101.71 33,419 10/8/2019
3.3.101.70 188,549 9/30/2019
3.3.101.69 75,280 9/26/2019
3.3.101.68 56,856 9/23/2019
3.3.101.67 22,746 9/21/2019
3.3.101.66 42,388 9/19/2019
3.3.101.65 32,911 9/18/2019
3.3.101.64 116,692 9/17/2019
3.3.101.63 19,686 9/16/2019
3.3.101.62 36,727 9/12/2019
3.3.101.61 111,341 9/9/2019
3.3.101.60 25,385 9/6/2019
3.3.101.59 68,205 9/5/2019
3.3.101.58 16,450 9/4/2019
3.3.101.57 186,128 8/27/2019
3.3.101.56 137,986 8/23/2019
3.3.101.55 15,147 8/22/2019
3.3.101.54 117,147 8/16/2019
3.3.101.53 20,254 8/15/2019
3.3.101.52 24,499 8/14/2019
3.3.101.51 7,671 8/13/2019
3.3.101.50 35,649 8/12/2019
3.3.101.49 14,862 8/9/2019
3.3.101.48 7,362 8/8/2019
3.3.101.47 33,804 8/7/2019
3.3.101.46 4,312 8/7/2019
3.3.101.45 127,993 8/2/2019
3.3.101.44 12,929 8/1/2019
3.3.101.43 633,064 7/30/2019
3.3.101.42 24,794 7/29/2019
3.3.101.41 34,370 7/25/2019
3.3.101.40 17,798 7/24/2019
3.3.101.39 33,067 7/22/2019
3.3.101.38 14,611 7/19/2019
3.3.101.37 11,195 7/19/2019
3.3.101.36 72,846 7/12/2019
3.3.101.35 56,427 7/10/2019
3.3.101.34 23,086 7/9/2019
3.3.101.33 7,470 7/8/2019
3.3.101.32 38,129 7/2/2019
3.3.101.31 38,483 7/1/2019
3.3.101.30 8,594 6/28/2019
3.3.101.29 24,603 6/27/2019
3.3.101.28 28,810 6/27/2019
3.3.101.27 5,375 6/26/2019
3.3.101.26 19,741 6/24/2019
3.3.101.25 18,843 6/20/2019
3.3.101.24 5,733 6/20/2019
3.3.101.23 69,335 6/17/2019
3.3.101.22 12,087 6/14/2019
3.3.101.21 35,110 6/13/2019
3.3.101.20 52,211 6/7/2019
3.3.101.19 32,586 6/4/2019
3.3.101.18 67,313 6/3/2019
3.3.101.17 55,961 5/31/2019
3.3.101.16 8,698 5/30/2019
3.3.101.15 38,293 5/29/2019
3.3.101.14 11,162 5/28/2019
3.3.101.13 146,582 5/23/2019
3.3.101.12 13,103 5/22/2019
3.3.101.11 10,257 5/21/2019
3.3.101.10 29,807 5/20/2019
3.3.101.9 58,187 5/17/2019
3.3.101.8 102,681 5/15/2019
3.3.101.7 67,375 5/10/2019
3.3.101.6 31,785 5/8/2019
3.3.101.5 24,961 5/7/2019
3.3.101.4 232,214 5/3/2019
3.3.101.3 28,617 5/2/2019
3.3.101.2 46,772 4/30/2019
3.3.101.1 127,164 4/29/2019
3.3.101 554,829 4/26/2019
3.3.100.10 10,606 4/25/2019
3.3.100.9 55,305 4/25/2019
3.3.100.8 9,098 4/24/2019
3.3.100.7 34,628 4/18/2019
3.3.100.6 51,257 4/16/2019
3.3.100.5 157,083 4/4/2019
3.3.100.4 18,803 4/3/2019
3.3.100.3 74,783 3/29/2019
3.3.100.2 29,015 3/26/2019
3.3.100.1 106,884 3/22/2019
3.3.100 100,562 3/21/2019
3.3.3.26 120,044 3/11/2019
3.3.3.25 18,779 3/7/2019
3.3.3.24 6,787 3/6/2019
3.3.3.23 77,514 2/26/2019
3.3.3.22 230,570 2/20/2019
3.3.3.21 115,755 2/15/2019
3.3.3.20 39,681 2/14/2019
3.3.3.19 14,641 2/13/2019
3.3.3.18 120,671 2/4/2019
3.3.3.17 475,062 1/26/2019
3.3.3.16 7,295 1/25/2019
3.3.3.15 19,626 1/24/2019
3.3.3.14 53,083 1/18/2019
3.3.3.13 130,318 1/11/2019
3.3.3.12 7,109 1/10/2019
3.3.3.11 66,021 1/8/2019
3.3.3.10 4,640 1/7/2019
3.3.3.9 30,689 1/4/2019
3.3.3.8 97,556 12/22/2018
3.3.3.7 9,560 12/21/2018
3.3.3.6 52,580 12/15/2018
3.3.3.5 9,398 12/14/2018
3.3.3.4 15,704 12/12/2018
3.3.3.3 269,148 12/4/2018
3.3.3.2 143,585 11/16/2018
3.3.3.1 13,287 11/16/2018
3.3.3 174,083 11/15/2018
3.3.2.11 23,930 11/13/2018
3.3.2.10 33,308 11/9/2018
3.3.2.9 36,640 11/9/2018
3.3.2.8 10,853 11/7/2018
3.3.2.7 15,961 11/7/2018
3.3.2.6 5,619 11/6/2018
3.3.2.5 77,036 10/30/2018
3.3.2.4 9,805 10/29/2018
3.3.2.3 10,299 10/29/2018
3.3.2.2 57,936 10/26/2018
3.3.2.1 62,290 10/22/2018
3.3.2 11,777 10/22/2018
3.3.1.15 92,858 10/17/2018
3.3.1.14 126,956 10/6/2018
3.3.1.13 18,816 10/4/2018
3.3.1.12 84,576 9/26/2018
3.3.1.11 883,386 9/10/2018
3.3.1.10 37,232 9/7/2018
3.3.1.9 132,765 8/28/2018
3.3.1.8 103,003 8/16/2018
3.3.1.7 7,863 8/15/2018
3.3.1.6 170,078 8/3/2018
3.3.1.5 38,329 8/2/2018
3.3.1.4 168,000 7/23/2018
3.3.1.3 291,648 7/3/2018
3.3.1.2 168,153 6/23/2018
3.3.1.1 39,333 6/19/2018
3.3.1 134,664 6/1/2018
3.3.0.29 547,315 4/25/2018
3.3.0.28 50,436 4/20/2018
3.3.0.27 242,762 3/29/2018
3.3.0.26 105,894 3/15/2018
3.3.0.25 79,015 3/3/2018
3.3.0.24 1,960,148 11/11/2017
3.3.0.23 94,371 10/24/2017
3.3.0.22 92,537 10/9/2017
3.3.0.21 619,458 7/24/2017
3.3.0.20 185,343 7/7/2017
3.3.0.19 7,227 7/5/2017
3.3.0.18 21,931 6/28/2017
3.3.0.17 892,680 5/11/2017
3.3.0.16 11,587 5/8/2017
3.3.0.15 6,732 5/5/2017
3.3.0.14 14,132 4/28/2017
3.3.0.13 22,944 4/21/2017
3.3.0.12 9,461 4/19/2017
3.3.0.11 549,155 3/31/2017
3.3.0.10 43,818 3/15/2017
3.3.0.9 6,403 3/14/2017
3.3.0.8 5,533 3/14/2017
3.3.0.7 135,902 1/20/2017
3.3.0.6 40,744 12/16/2016
3.3.0.5 14,820 12/9/2016
3.3.0.4 27,462 12/7/2016
3.3.0.3 96,802 11/15/2016
3.3.0.2 14,570 11/4/2016
3.3.0.1 59,731 10/11/2016
3.3.0 293,352 9/19/2016
3.2.8-rc 4,826 9/8/2016
3.2.7-beta 5,184 8/23/2016
3.2.6-beta 4,215 8/2/2016
3.2.5-beta 7,396 6/28/2016
3.2.4.1-beta 4,171 6/2/2016
3.2.4-beta 3,822 6/1/2016
3.2.3.1-beta 4,391 4/20/2016
3.2.3-beta 4,749 3/12/2016
3.2.2.1-beta 3,788 3/2/2016
3.2.2-beta 4,239 1/12/2016
3.2.1-beta 4,546 12/7/2015
3.2.0-beta 4,437 9/29/2015
3.1.2.1 35,111 9/8/2016
3.1.2 4,970 9/6/2016
3.1.1.2 90,042 8/9/2016
3.1.1.1 19,957 7/13/2016
3.1.1 10,766 6/29/2016
3.1.0.8 10,058 6/28/2016
3.1.0.7 12,827 6/3/2016
3.1.0.6 5,873 5/26/2016
3.1.0.5 101,856 2/22/2016
3.1.0.4 30,078 1/6/2016
3.1.0.3 12,662 12/2/2015
3.1.0.2 15,234 10/7/2015
3.1.0.1 7,438 8/27/2015
3.1.0 64,160 7/28/2015
3.0.0.2-preview 4,316 5/21/2015
3.0.0.1-preview 6,135 5/6/2015
3.0.0-preview 4,145 4/30/2015