AWSSDK.SimpleNotificationService 3.3.101.106

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

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