AWSSDK.SimpleNotificationService 3.3.101.76

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

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