AWSSDK.SimpleNotificationService 3.3.101.96

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

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