AWSSDK.SimpleNotificationService 4.0.0-preview

Prefix Reserved
This is a prerelease version of AWSSDK.SimpleNotificationService.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.SimpleNotificationService --version 4.0.0-preview
                    
NuGet\Install-Package AWSSDK.SimpleNotificationService -Version 4.0.0-preview
                    
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="4.0.0-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SimpleNotificationService" Version="4.0.0-preview" />
                    
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 4.0.0-preview
                    
#r "nuget: AWSSDK.SimpleNotificationService, 4.0.0-preview"
                    
#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@4.0.0-preview
                    
#: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=4.0.0-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SimpleNotificationService&version=4.0.0-preview&prerelease
                    
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 is compatible.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
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.

NuGet packages (174)

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