AWSSDK.SimpleNotificationService 3.3.101.140

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