AWSSDK.SimpleNotificationService 4.0.1.7

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.SimpleNotificationService --version 4.0.1.7
                    
NuGet\Install-Package AWSSDK.SimpleNotificationService -Version 4.0.1.7
                    
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.1.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SimpleNotificationService" Version="4.0.1.7" />
                    
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.1.7
                    
#r "nuget: AWSSDK.SimpleNotificationService, 4.0.1.7"
                    
#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.1.7
                    
#: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.1.7
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SimpleNotificationService&version=4.0.1.7
                    
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 (178)

Showing the top 5 NuGet packages that depend on AWSSDK.SimpleNotificationService:

Package Downloads
MassTransit.AmazonSQS

MassTransit Amazon SQS transport support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.

AWSSDK.Glacier

Amazon Glacier is a secure, durable, and extremely low-cost storage service for data archiving and online backup.

OpenTelemetry.Instrumentation.AWS

AWS client instrumentation for OpenTelemetry .NET.

NServiceBus.AmazonSQS

NServiceBus.AmazonSQS

JustSaying

A light-weight message bus on top of AWS SNS and SQS

GitHub repositories (21)

Showing the top 20 popular GitHub repositories that depend on AWSSDK.SimpleNotificationService:

Repository Stars
MassTransit/MassTransit
Distributed Application Framework for .NET
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
JasperFx/wolverine
Supercharged .NET server side development!
open-telemetry/opentelemetry-dotnet-contrib
This repository contains set of components extending functionality of the OpenTelemetry .NET SDK. Instrumentation libraries, exporters, and other components can find their home here.
zarusz/SlimMessageBus
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
Elfocrash/aws-videos
awslabs/aws-sdk-net-samples
Illumina/Nirvana
The nimble & robust variant annotator
jorgevgut/airquality-mx
aws/aws-dotnet-deploy
Opinionated tooling that simplifies deployment of .NET applications to AWS.
localstack-dotnet/localstack-dotnet-client
A lightweight .NET client for LocalStack
aws/aws-dotnet-messaging
An AWS-native framework that simplifies the development of .NET message processing applications that use AWS services, such as SQS, SNS, and EventBridge.
aws/integrations-on-dotnet-aspire-for-aws
This repositry contains the integrations with .NET Aspire for AWS.
aws/aws-xray-sdk-dotnet
The official AWS X-Ray SDK for .NET.
akkadotnet/Alpakka
Akka Streams Connectors - Alpakka
LambdaSharp/LambdaSharpTool
Serverless .NET on AWS - λ# is a CLI and Framework for Rapid Application Development using .NET on AWS
Version Downloads Last Updated
4.0.1.8 5,512 10/10/2025
4.0.1.7 4,703 10/9/2025
4.0.1.6 32,622 10/1/2025
4.0.1.5 12,067 9/30/2025
4.0.1.4 7,145 9/29/2025
4.0.1.3 55,853 9/23/2025
4.0.1.2 59,477 9/16/2025
4.0.1.1 170,312 8/29/2025
4.0.1 20,945 8/27/2025
4.0.0.21 53,883 8/21/2025
4.0.0.20 60,960 8/15/2025
4.0.0.19 18,965 8/13/2025
4.0.0.18 167,931 8/6/2025
4.0.0.17 40,449 8/4/2025
4.0.0.16 33,934 8/1/2025
4.0.0.15 92,267 7/23/2025
4.0.0.14 95,938 7/15/2025
4.0.0.13 76,829 7/9/2025
4.0.0.12 135,946 7/1/2025
4.0.0.11 78,508 6/23/2025
4.0.0.10 34,746 6/18/2025
4.0.0.9 36,231 6/16/2025
4.0.0.8 112,159 6/12/2025
4.0.0.7 15,918 6/11/2025
4.0.0.6 39,698 6/10/2025
4.0.0.5 105,315 6/4/2025
4.0.0.4 239,127 5/16/2025
4.0.0.3 14,624 5/15/2025
4.0.0.2 224,895 5/6/2025
4.0.0.1 50,641 4/30/2025
4.0.0 924,963 4/28/2025
4.0.0-preview.13 1,860 4/9/2025
4.0.0-preview.12 304 4/4/2025
4.0.0-preview.11 6,156 3/26/2025
4.0.0-preview.10 10,297 3/7/2025
4.0.0-preview.9 327 3/4/2025
4.0.0-preview.8 304 2/25/2025
4.0.0-preview.7 278 2/17/2025
4.0.0-preview.6 1,271 2/6/2025
4.0.0-preview.5 4,569 1/3/2025
4.0.0-preview.4 19,659 10/11/2024
4.0.0-preview.3 466 10/1/2024
4.0.0-preview.2 2,541 8/28/2024
4.0.0-preview 1,919 8/15/2024
3.7.501.20 2,812 10/10/2025
3.7.501.19 3,775 10/9/2025
3.7.501.18 3,188 10/8/2025
3.7.501.17 3,332 10/7/2025
3.7.501.16 18,211 9/30/2025
3.7.501.15 4,552 9/29/2025
3.7.501.14 7,085 9/26/2025
3.7.501.13 3,990 9/25/2025
3.7.501.12 6,738 9/23/2025
3.7.501.11 5,195 9/22/2025
3.7.501.10 6,939 9/19/2025
3.7.501.9 22,838 9/16/2025
3.7.501.8 5,859 9/15/2025
3.7.501.7 26,834 9/11/2025
3.7.501.6 3,899 9/10/2025
3.7.501.5 5,972 9/9/2025
3.7.501.4 9,021 9/8/2025
3.7.501.3 20,386 9/4/2025
3.7.501.2 10,716 9/2/2025
3.7.501.1 9,880 8/29/2025
3.7.501 9,561 8/27/2025
3.7.500.11 7,028 8/26/2025
3.7.500.10 5,364 8/25/2025
3.7.500.9 7,350 8/21/2025
3.7.500.8 6,198 8/20/2025
3.7.500.7 19,602 8/12/2025
3.7.500.6 8,677 8/11/2025
3.7.500.5 14,829 8/8/2025
3.7.500.4 8,835 8/6/2025
3.7.500.3 7,588 8/5/2025
3.7.500.2 4,765 8/4/2025
3.7.500.1 7,244 8/1/2025
3.7.500 18,129 7/31/2025
3.7.400.185 9,315 7/30/2025
3.7.400.184 6,161 7/29/2025
3.7.400.183 6,655 7/28/2025
3.7.400.182 68,787 7/24/2025
3.7.400.181 7,929 7/23/2025
3.7.400.180 6,559 7/22/2025
3.7.400.179 10,512 7/21/2025
3.7.400.178 10,522 7/18/2025
3.7.400.177 5,808 7/17/2025
3.7.400.176 12,421 7/16/2025
3.7.400.175 4,355 7/15/2025
3.7.400.174 27,173 7/9/2025
3.7.400.173 31,956 7/3/2025
3.7.400.172 11,409 7/1/2025
3.7.400.171 11,192 6/30/2025
3.7.400.170 16,497 6/27/2025
3.7.400.169 22,298 6/26/2025
3.7.400.168 14,965 6/23/2025
3.7.400.167 9,820 6/20/2025
3.7.400.166 32,314 6/18/2025
3.7.400.165 72,625 6/11/2025
3.7.400.164 21,026 6/10/2025
3.7.400.163 10,393 6/9/2025
3.7.400.162 15,387 6/6/2025
3.7.400.161 11,052 6/5/2025
3.7.400.160 10,622 6/4/2025
3.7.400.159 90,339 6/2/2025
3.7.400.158 10,061 5/30/2025
3.7.400.157 21,991 5/28/2025
3.7.400.156 23,158 5/23/2025
3.7.400.155 14,118 5/21/2025
3.7.400.154 44,186 5/20/2025
3.7.400.153 46,740 5/19/2025
3.7.400.152 13,571 5/16/2025
3.7.400.151 58,305 5/12/2025
3.7.400.150 30,857 5/9/2025
3.7.400.149 9,359 5/8/2025
3.7.400.148 14,373 5/7/2025
3.7.400.147 15,094 5/6/2025
3.7.400.146 12,142 5/5/2025
3.7.400.145 25,550 5/2/2025
3.7.400.144 12,443 5/1/2025
3.7.400.143 11,792 4/30/2025
3.7.400.142 70,314 4/29/2025
3.7.400.141 163,674 4/28/2025
3.7.400.140 47,695 4/25/2025
3.7.400.139 14,625 4/24/2025
3.7.400.138 45,768 4/23/2025
3.7.400.137 71,277 4/18/2025
3.7.400.136 17,009 4/17/2025
3.7.400.135 43,771 4/16/2025
3.7.400.134 66,988 4/14/2025
3.7.400.133 82,122 4/11/2025
3.7.400.132 39,550 4/10/2025
3.7.400.131 26,403 4/9/2025
3.7.400.130 21,382 4/8/2025
3.7.400.129 204,260 4/4/2025
3.7.400.128 18,061 4/3/2025
3.7.400.127 36,094 4/3/2025
3.7.400.126 6,855 4/2/2025
3.7.400.125 62,832 4/1/2025
3.7.400.124 22,700 3/31/2025
3.7.400.123 48,705 3/28/2025
3.7.400.122 165,532 3/27/2025
3.7.400.121 22,722 3/26/2025
3.7.400.120 37,540 3/25/2025
3.7.400.119 48,294 3/24/2025
3.7.400.118 53,117 3/21/2025
3.7.400.117 27,919 3/20/2025
3.7.400.116 42,523 3/19/2025
3.7.400.115 28,779 3/18/2025
3.7.400.114 42,394 3/17/2025
3.7.400.113 34,317 3/14/2025
3.7.400.112 23,576 3/14/2025
3.7.400.111 97,860 3/11/2025
3.7.400.110 28,699 3/10/2025
3.7.400.109 45,228 3/7/2025
3.7.400.108 36,109 3/6/2025
3.7.400.107 25,224 3/5/2025
3.7.400.106 120,477 3/4/2025
3.7.400.105 76,584 3/3/2025
3.7.400.104 103,312 2/28/2025
3.7.400.103 18,189 2/27/2025
3.7.400.102 21,994 2/26/2025
3.7.400.101 44,492 2/25/2025
3.7.400.100 43,792 2/24/2025
3.7.400.99 45,184 2/21/2025
3.7.400.98 1,812,786 2/20/2025
3.7.400.97 65,289 2/18/2025
3.7.400.96 33,475 2/17/2025
3.7.400.95 56,723 2/13/2025
3.7.400.94 64,148 2/12/2025
3.7.400.93 47,284 2/11/2025
3.7.400.92 112,719 2/10/2025
3.7.400.91 42,012 2/7/2025
3.7.400.90 75,665 2/6/2025
3.7.400.89 20,974 2/5/2025
3.7.400.88 96,266 2/4/2025
3.7.400.87 36,500 2/3/2025
3.7.400.86 176,184 1/30/2025
3.7.400.85 164,668 1/27/2025
3.7.400.84 113,653 1/22/2025
3.7.400.83 20,430 1/21/2025
3.7.400.82 48,152 1/17/2025
3.7.400.81 33,520 1/16/2025
3.7.400.80 358,727 1/15/2025
3.7.400.79 47,860 1/14/2025
3.7.400.78 26,685 1/13/2025
3.7.400.77 47,437 1/10/2025
3.7.400.76 21,303 1/9/2025
3.7.400.75 26,691 1/8/2025
3.7.400.74 52,988 1/7/2025
3.7.400.73 28,270 1/6/2025
3.7.400.72 93,361 1/3/2025
3.7.400.71 40,955 1/2/2025
3.7.400.70 194,864 12/26/2024
3.7.400.69 57,922 12/23/2024
3.7.400.68 22,008 12/20/2024
3.7.400.67 39,918 12/19/2024
3.7.400.66 52,496 12/18/2024
3.7.400.65 30,138 12/17/2024
3.7.400.64 101,190 12/13/2024
3.7.400.63 76,431 12/12/2024
3.7.400.62 37,023 12/11/2024
3.7.400.61 63,671 12/10/2024
3.7.400.60 34,006 12/9/2024
3.7.400.59 445,258 12/3/2024
3.7.400.58 291,153 11/27/2024
3.7.400.57 215,374 11/22/2024
3.7.400.56 35,481 11/21/2024
3.7.400.55 35,809 11/21/2024
3.7.400.54 152,650 11/19/2024
3.7.400.53 192,611 11/15/2024
3.7.400.52 21,981 11/15/2024
3.7.400.51 10,338 11/14/2024
3.7.400.50 55,003 11/13/2024
3.7.400.49 45,637 11/12/2024
3.7.400.48 35,235 11/11/2024
3.7.400.47 48,375 11/8/2024
3.7.400.46 86,074 11/7/2024
3.7.400.45 387,488 11/1/2024
3.7.400.44 107,651 10/31/2024
3.7.400.43 45,837 10/30/2024
3.7.400.42 129,254 10/29/2024
3.7.400.41 76,470 10/28/2024
3.7.400.40 34,323 10/25/2024
3.7.400.39 31,178 10/24/2024
3.7.400.38 92,851 10/23/2024
3.7.400.37 76,770 10/22/2024
3.7.400.36 221,984 10/16/2024
3.7.400.35 99,798 10/15/2024
3.7.400.34 56,448 10/14/2024
3.7.400.33 166,870 10/9/2024
3.7.400.32 81,130 10/8/2024
3.7.400.31 43,585 10/7/2024
3.7.400.30 1,271,829 10/4/2024
3.7.400.29 57,259 10/3/2024
3.7.400.28 55,016 10/2/2024
3.7.400.27 27,446 10/1/2024
3.7.400.26 114,120 9/27/2024
3.7.400.25 73,867 9/26/2024
3.7.400.24 48,662 9/25/2024
3.7.400.23 35,130 9/24/2024
3.7.400.22 122,650 9/21/2024
3.7.400.21 733,711 9/16/2024
3.7.400.20 56,733 9/13/2024
3.7.400.19 70,225 9/11/2024
3.7.400.18 64,612 9/10/2024
3.7.400.17 88,525 9/9/2024
3.7.400.16 66,726 9/6/2024
3.7.400.15 69,164 9/5/2024
3.7.400.14 179,980 9/4/2024
3.7.400.13 134,924 8/30/2024
3.7.400.12 161,873 8/28/2024
3.7.400.11 242,410 8/22/2024
3.7.400.10 101,682 8/21/2024
3.7.400.9 18,858 8/20/2024
3.7.400.8 41,791 8/19/2024
3.7.400.7 43,653 8/16/2024
3.7.400.6 49,412 8/15/2024
3.7.400.5 184,706 8/13/2024
3.7.400.4 150,502 8/9/2024
3.7.400.3 799,059 8/5/2024
3.7.400.2 261,014 7/30/2024
3.7.400.1 100,874 7/29/2024
3.7.400 1,967,278 7/24/2024
3.7.302.2 54,871 7/22/2024
3.7.302.1 135,391 7/18/2024
3.7.302 331,892 7/12/2024
3.7.301.66 96,239 7/10/2024
3.7.301.65 66,421 7/9/2024
3.7.301.64 25,340 7/8/2024
3.7.301.63 87,425 7/5/2024
3.7.301.62 101,016 7/3/2024
3.7.301.61 72,929 7/1/2024
3.7.301.60 130,318 6/28/2024
3.7.301.59 46,572 6/27/2024
3.7.301.58 97,811 6/24/2024
3.7.301.57 64,058 6/20/2024
3.7.301.56 103,585 6/19/2024
3.7.301.55 24,513 6/18/2024
3.7.301.54 329,852 6/12/2024
3.7.301.53 45,267 6/11/2024
3.7.301.52 84,850 6/10/2024
3.7.301.51 69,230 6/7/2024
3.7.301.50 40,347 6/6/2024
3.7.301.49 30,078 6/5/2024
3.7.301.48 50,955 6/4/2024
3.7.301.47 42,052 6/3/2024
3.7.301.46 101,875 5/30/2024
3.7.301.45 31,458 5/29/2024
3.7.301.44 43,939 5/28/2024
3.7.301.43 103,487 5/23/2024
3.7.301.42 36,702 5/22/2024
3.7.301.41 110,821 5/17/2024
3.7.301.40 50,448 5/16/2024
3.7.301.39 108,416 5/14/2024
3.7.301.38 109,092 5/13/2024
3.7.301.37 66,131 5/10/2024
3.7.301.36 43,951 5/9/2024
3.7.301.35 240,282 5/6/2024
3.7.301.34 55,650 5/3/2024
3.7.301.33 35,570 5/1/2024
3.7.301.32 50,776 4/29/2024
3.7.301.31 49,820 4/26/2024
3.7.301.30 25,319 4/25/2024
3.7.301.29 121,719 4/24/2024
3.7.301.28 179,327 4/23/2024
3.7.301.27 31,871 4/22/2024
3.7.301.26 51,844 4/19/2024
3.7.301.25 505,173 4/18/2024
3.7.301.24 31,841 4/17/2024
3.7.301.23 68,264 4/16/2024
3.7.301.22 323,498 4/11/2024
3.7.301.21 36,390 4/10/2024
3.7.301.20 50,596 4/9/2024
3.7.301.19 79,014 4/8/2024
3.7.301.18 85,130 4/5/2024
3.7.301.17 43,739 4/4/2024
3.7.301.16 37,921 4/3/2024
3.7.301.15 40,412 4/2/2024
3.7.301.14 54,872 4/1/2024
3.7.301.13 37,193 3/29/2024
3.7.301.12 32,531 3/28/2024
3.7.301.11 106,432 3/27/2024
3.7.301.10 63,472 3/26/2024
3.7.301.9 48,002 3/25/2024
3.7.301.8 1,358,074 3/22/2024
3.7.301.7 227,189 3/18/2024
3.7.301.6 41,916 3/15/2024
3.7.301.5 63,026 3/14/2024
3.7.301.4 47,886 3/13/2024
3.7.301.3 164,108 3/8/2024
3.7.301.2 251,649 2/29/2024
3.7.301.1 231,384 2/27/2024
3.7.301 687,590 2/16/2024
3.7.300.51 61,988 2/15/2024
3.7.300.50 30,336 2/14/2024
3.7.300.49 27,310 2/13/2024
3.7.300.48 89,386 2/9/2024
3.7.300.47 80,327 2/7/2024
3.7.300.46 317,931 2/2/2024
3.7.300.45 22,133 2/1/2024
3.7.300.44 57,202 1/31/2024
3.7.300.43 63,409 1/30/2024
3.7.300.42 136,493 1/29/2024
3.7.300.41 105,860 1/25/2024
3.7.300.40 88,148 1/25/2024
3.7.300.39 94,604 1/19/2024
3.7.300.38 22,187 1/18/2024
3.7.300.37 70,219 1/16/2024
3.7.300.36 137,365 1/14/2024
3.7.300.35 6,357 1/12/2024
3.7.300.34 42,628 1/11/2024
3.7.300.33 34,603 1/10/2024
3.7.300.32 84,550 1/8/2024
3.7.300.31 65,604 1/5/2024
3.7.300.30 13,418 1/4/2024
3.7.300.29 79,483 1/3/2024
3.7.300.28 181,488 12/28/2023
3.7.300.27 22,455 12/27/2023
3.7.300.26 12,230 12/26/2023
3.7.300.25 25,305 12/22/2023
3.7.300.24 36,831 12/21/2023
3.7.300.23 22,198 12/20/2023
3.7.300.22 31,358 12/19/2023
3.7.300.21 706,044 12/18/2023
3.7.300.20 43,564 12/15/2023
3.7.300.19 24,199 12/14/2023
3.7.300.18 93,281 12/13/2023
3.7.300.17 116,275 12/12/2023
3.7.300.16 417,250 12/7/2023
3.7.300.15 187,694 12/6/2023
3.7.300.14 41,681 12/5/2023
3.7.300.13 82,828 12/4/2023
3.7.300.12 100,531 11/30/2023
3.7.300.11 47,083 11/28/2023
3.7.300.10 33,275 11/28/2023
3.7.300.9 11,795 11/27/2023
3.7.300.8 81,582 11/27/2023
3.7.300.7 443,675 11/21/2023
3.7.300.6 36,990 11/20/2023
3.7.300.5 188,630 11/17/2023
3.7.300.4 26,142 11/16/2023
3.7.300.3 31,232 11/15/2023
3.7.300.2 62,083 11/14/2023
3.7.300.1 50,512 11/13/2023
3.7.300 1,232,371 11/10/2023
3.7.201.5 109,037 11/8/2023
3.7.201.4 231,555 11/7/2023
3.7.201.3 33,934 11/6/2023
3.7.201.2 141,842 11/2/2023
3.7.201.1 159,431 10/27/2023
3.7.201 91,794 10/26/2023
3.7.200.61 421,315 10/24/2023
3.7.200.60 38,182 10/23/2023
3.7.200.59 42,756 10/20/2023
3.7.200.58 36,165 10/19/2023
3.7.200.57 43,113 10/18/2023
3.7.200.56 37,523 10/17/2023
3.7.200.55 23,986 10/16/2023
3.7.200.54 38,292 10/12/2023
3.7.200.53 96,896 10/7/2023
3.7.200.52 145,088 10/5/2023
3.7.200.51 38,494 10/4/2023
3.7.200.50 49,405 10/3/2023
3.7.200.49 128,472 10/2/2023
3.7.200.48 68,553 9/28/2023
3.7.200.47 23,345 9/28/2023
3.7.200.46 5,861 9/27/2023
3.7.200.45 78,351 9/25/2023
3.7.200.44 125,383 9/22/2023
3.7.200.43 88,856 9/20/2023
3.7.200.42 29,018 9/19/2023
3.7.200.41 70,577 9/15/2023
3.7.200.40 27,137 9/15/2023
3.7.200.39 24,655 9/14/2023
3.7.200.38 17,509 9/13/2023
3.7.200.37 37,095 9/12/2023
3.7.200.36 171,958 9/8/2023
3.7.200.35 94,644 9/8/2023
3.7.200.34 55,042 9/6/2023
3.7.200.33 29,773 9/5/2023
3.7.200.32 158,013 9/1/2023
3.7.200.31 24,726 9/1/2023
3.7.200.30 5,022 8/31/2023
3.7.200.29 43,486 8/31/2023
3.7.200.28 5,206 8/30/2023
3.7.200.27 91,960 8/28/2023
3.7.200.26 91,585 8/25/2023
3.7.200.25 29,030 8/24/2023
3.7.200.24 299,935 8/23/2023
3.7.200.23 71,050 8/22/2023
3.7.200.22 75,950 8/21/2023
3.7.200.21 53,929 8/18/2023
3.7.200.20 9,800 8/18/2023
3.7.200.19 22,985 8/17/2023
3.7.200.18 96,573 8/15/2023
3.7.200.17 29,590 8/14/2023
3.7.200.16 64,480 8/11/2023
3.7.200.15 35,120 8/10/2023
3.7.200.14 32,192 8/9/2023
3.7.200.13 28,738 8/8/2023
3.7.200.12 5,785 8/8/2023
3.7.200.11 30,040 8/7/2023
3.7.200.10 73,921 8/4/2023
3.7.200.9 62,562 8/2/2023
3.7.200.8 98,980 8/1/2023
3.7.200.7 55,134 7/31/2023
3.7.200.6 177,495 7/28/2023
3.7.200.5 107,770 7/26/2023
3.7.200.4 162,635 7/24/2023
3.7.200.3 57,840 7/21/2023
3.7.200.2 47,331 7/20/2023
3.7.200.1 623,374 7/18/2023
3.7.200 181,290 7/18/2023
3.7.101.90 74,847 7/17/2023
3.7.101.89 1,045,291 7/13/2023
3.7.101.88 638,135 7/7/2023
3.7.101.87 5,376 7/7/2023
3.7.101.86 30,020 7/6/2023
3.7.101.85 84,682 7/5/2023
3.7.101.84 60,876 7/3/2023
3.7.101.83 543,338 6/20/2023
3.7.101.82 696,761 6/15/2023
3.7.101.81 202,678 6/13/2023
3.7.101.80 57,122 6/12/2023
3.7.101.79 95,737 6/8/2023
3.7.101.78 129,109 6/6/2023
3.7.101.77 29,222 6/5/2023
3.7.101.76 58,868 6/2/2023
3.7.101.75 19,478 6/2/2023
3.7.101.74 40,520 6/1/2023
3.7.101.73 124,510 5/30/2023
3.7.101.72 64,019 5/26/2023
3.7.101.71 23,443 5/25/2023
3.7.101.70 73,521 5/24/2023
3.7.101.69 146,565 5/23/2023
3.7.101.68 86,525 5/19/2023
3.7.101.67 29,089 5/18/2023
3.7.101.66 74,126 5/16/2023
3.7.101.65 42,217 5/15/2023
3.7.101.64 194,213 5/11/2023
3.7.101.63 77,428 5/9/2023
3.7.101.62 56,511 5/8/2023
3.7.101.61 105,801 5/4/2023
3.7.101.60 93,093 5/2/2023
3.7.101.59 29,156 5/1/2023
3.7.101.58 61,684 4/28/2023
3.7.101.57 104,631 4/27/2023
3.7.101.56 37,520 4/26/2023
3.7.101.55 111,513 4/25/2023
3.7.101.54 57,896 4/25/2023
3.7.101.53 59,928 4/21/2023
3.7.101.52 35,897 4/21/2023
3.7.101.51 60,040 4/19/2023
3.7.101.50 889,999 4/17/2023
3.7.101.49 31,472 4/14/2023
3.7.101.48 28,985 4/13/2023
3.7.101.47 55,406 4/12/2023
3.7.101.46 42,046 4/11/2023
3.7.101.45 40,034 4/10/2023
3.7.101.44 37,695 4/7/2023
3.7.101.43 20,735 4/6/2023
3.7.101.42 32,675 4/5/2023
3.7.101.41 39,647 4/4/2023
3.7.101.40 40,979 4/3/2023
3.7.101.39 59,706 3/31/2023
3.7.101.38 32,750 3/30/2023
3.7.101.37 68,814 3/29/2023
3.7.101.36 29,660 3/28/2023
3.7.101.35 281,288 3/24/2023
3.7.101.34 37,413 3/23/2023
3.7.101.33 172,213 3/22/2023
3.7.101.32 249,395 3/21/2023
3.7.101.31 125,701 3/20/2023
3.7.101.30 63,898 3/17/2023
3.7.101.29 67,701 3/17/2023
3.7.101.28 40,877 3/16/2023
3.7.101.27 74,589 3/15/2023
3.7.101.26 37,829 3/14/2023
3.7.101.25 78,462 3/13/2023
3.7.101.24 57,257 3/10/2023
3.7.101.23 40,685 3/9/2023
3.7.101.22 63,228 3/8/2023
3.7.101.21 21,867 3/7/2023
3.7.101.20 204,028 3/3/2023
3.7.101.19 87,177 3/2/2023
3.7.101.18 60,749 3/1/2023
3.7.101.17 59,181 2/28/2023
3.7.101.16 35,678 2/27/2023
3.7.101.15 126,529 2/23/2023
3.7.101.14 231,207 2/21/2023
3.7.101.13 703,164 2/18/2023
3.7.101.12 5,266 2/17/2023
3.7.101.11 162,018 2/16/2023
3.7.101.10 65,590 2/15/2023
3.7.101.9 64,789 2/13/2023
3.7.101.8 68,171 2/10/2023
3.7.101.7 61,798 2/9/2023
3.7.101.6 76,821 2/8/2023
3.7.101.5 35,610 2/7/2023
3.7.101.4 58,540 2/6/2023
3.7.101.3 351,893 2/3/2023
3.7.101.2 59,449 2/2/2023
3.7.101.1 13,350 2/2/2023
3.7.101 58,281 2/1/2023
3.7.100.64 221,422 1/31/2023
3.7.100.63 166,840 1/26/2023
3.7.100.62 73,730 1/25/2023
3.7.100.61 104,867 1/24/2023
3.7.100.60 92,380 1/23/2023
3.7.100.59 278,037 1/20/2023
3.7.100.58 20,645 1/20/2023
3.7.100.57 62,389 1/18/2023
3.7.100.56 120,694 1/17/2023
3.7.100.55 173,005 1/13/2023
3.7.100.54 44,662 1/12/2023
3.7.100.53 101,537 1/10/2023
3.7.100.52 65,779 1/9/2023
3.7.100.51 72,235 1/6/2023
3.7.100.50 38,050 1/5/2023
3.7.100.49 745,191 1/4/2023
3.7.100.48 7,871 1/3/2023
3.7.100.47 214,870 12/30/2022
3.7.100.46 31,322 12/29/2022
3.7.100.45 109,519 12/23/2022
3.7.100.44 28,865 12/22/2022
3.7.100.43 34,276 12/21/2022
3.7.100.42 41,200 12/20/2022
3.7.100.41 37,456 12/19/2022
3.7.100.40 136,632 12/16/2022
3.7.100.39 93,157 12/16/2022
3.7.100.38 34,599 12/15/2022
3.7.100.37 135,207 12/14/2022
3.7.100.36 32,838 12/13/2022
3.7.100.35 119,006 12/12/2022
3.7.100.34 84,386 12/8/2022
3.7.100.33 103,130 12/8/2022
3.7.100.32 7,806 12/7/2022
3.7.100.31 54,520 12/6/2022
3.7.100.30 235,736 12/5/2022
3.7.100.29 40,922 12/2/2022
3.7.100.28 14,033 12/2/2022
3.7.100.27 280,938 12/1/2022
3.7.100.26 28,336 11/30/2022
3.7.100.25 53,818 11/29/2022
3.7.100.24 29,070 11/29/2022
3.7.100.23 162,357 11/28/2022
3.7.100.22 157,269 11/22/2022
3.7.100.21 232,658 11/18/2022
3.7.100.20 67,634 11/17/2022
3.7.100.19 1,692,517 11/16/2022
3.7.100.18 13,208 11/16/2022
3.7.100.17 68,572 11/15/2022
3.7.100.16 168,470 11/11/2022
3.7.100.15 61,575 11/10/2022
3.7.100.14 249,656 11/9/2022
3.7.100.13 26,924 11/9/2022
3.7.100.12 10,157 11/9/2022
3.7.100.11 6,082 11/8/2022
3.7.100.10 249,420 11/7/2022
3.7.100.9 147,390 11/4/2022
3.7.100.8 73,444 11/2/2022
3.7.100.7 115,770 10/31/2022
3.7.100.6 60,489 10/29/2022
3.7.100.5 13,888 10/28/2022
3.7.100.4 67,317 10/27/2022
3.7.100.3 46,417 10/26/2022
3.7.100.2 42,110 10/25/2022
3.7.100.1 22,988 10/24/2022
3.7.100 230,493 10/21/2022
3.7.4.25 142,877 10/20/2022
3.7.4.24 98,489 10/19/2022
3.7.4.23 352,722 10/18/2022
3.7.4.22 100,870 10/14/2022
3.7.4.21 592,649 10/13/2022
3.7.4.20 358,346 10/7/2022
3.7.4.19 96,933 10/6/2022
3.7.4.18 114,448 10/4/2022
3.7.4.17 36,303 10/3/2022
3.7.4.16 242,888 9/30/2022
3.7.4.15 44,099 9/29/2022
3.7.4.14 53,806 9/27/2022
3.7.4.13 4,104,017 9/27/2022
3.7.4.12 15,054 9/26/2022
3.7.4.11 65,724 9/23/2022
3.7.4.10 50,945 9/22/2022
3.7.4.9 43,025 9/21/2022
3.7.4.8 31,246 9/20/2022
3.7.4.7 150,204 9/19/2022
3.7.4.6 91,709 9/15/2022
3.7.4.5 39,780 9/14/2022
3.7.4.4 58,973 9/13/2022
3.7.4.3 167,892 9/9/2022
3.7.4.2 65,797 9/9/2022
3.7.4.1 9,044 9/8/2022
3.7.4 31,958 9/7/2022
3.7.3.101 615,778 9/2/2022
3.7.3.100 34,535 9/1/2022
3.7.3.99 128,802 8/30/2022
3.7.3.98 104,763 8/29/2022
3.7.3.97 80,706 8/25/2022
3.7.3.96 147,261 8/23/2022
3.7.3.95 83,896 8/22/2022
3.7.3.94 68,400 8/19/2022
3.7.3.93 146,381 8/16/2022
3.7.3.92 105,132 8/12/2022
3.7.3.91 90,317 8/11/2022
3.7.3.90 211,227 8/8/2022
3.7.3.89 58,286 8/4/2022
3.7.3.88 125,657 8/2/2022
3.7.3.87 138,330 7/29/2022
3.7.3.86 23,221 7/28/2022
3.7.3.85 36,984 7/27/2022
3.7.3.84 119,989 7/22/2022
3.7.3.83 276,858 7/20/2022
3.7.3.82 75,377 7/18/2022
3.7.3.81 30,396 7/15/2022
3.7.3.80 34,454 7/14/2022
3.7.3.79 99,103 7/12/2022
3.7.3.78 29,618 7/11/2022
3.7.3.77 117,437 7/5/2022
3.7.3.76 366,634 6/29/2022
3.7.3.75 201,513 6/24/2022
3.7.3.74 704,999 6/17/2022
3.7.3.73 38,595 6/16/2022
3.7.3.72 264,806 6/14/2022
3.7.3.71 107,184 6/10/2022
3.7.3.70 66,348 6/8/2022
3.7.3.69 43,362 6/7/2022
3.7.3.68 38,476 6/6/2022
3.7.3.67 161,222 5/31/2022
3.7.3.66 135,102 5/27/2022
3.7.3.65 46,435 5/26/2022
3.7.3.64 9,873 5/26/2022
3.7.3.63 20,270 5/25/2022
3.7.3.62 58,409 5/24/2022
3.7.3.61 104,773 5/23/2022
3.7.3.60 132,809 5/19/2022
3.7.3.59 63,930 5/18/2022
3.7.3.58 365,513 5/9/2022
3.7.3.57 533,141 5/6/2022
3.7.3.56 9,352 5/6/2022
3.7.3.55 31,262 5/5/2022
3.7.3.54 124,844 5/4/2022
3.7.3.53 198,973 5/3/2022
3.7.3.52 83,424 5/3/2022
3.7.3.51 5,913 5/2/2022
3.7.3.50 633,792 4/20/2022
3.7.3.49 1,505,241 4/19/2022
3.7.3.48 425,142 4/14/2022
3.7.3.47 360,001 4/12/2022
3.7.3.46 18,336 4/11/2022
3.7.3.45 141,323 4/7/2022
3.7.3.44 119,181 4/6/2022
3.7.3.43 319,658 4/1/2022
3.7.3.42 208,401 3/31/2022
3.7.3.41 128,876 3/28/2022
3.7.3.40 77,063 3/24/2022
3.7.3.39 96,286 3/23/2022
3.7.3.38 452,825 3/17/2022
3.7.3.37 64,242 3/16/2022
3.7.3.36 113,158 3/14/2022
3.7.3.35 118,083 3/10/2022
3.7.3.34 54,178 3/9/2022
3.7.3.33 31,456 3/8/2022
3.7.3.32 220,639 3/3/2022
3.7.3.31 96,903 3/1/2022
3.7.3.30 32,282 2/28/2022
3.7.3.29 59,665 2/26/2022
3.7.3.28 47,432 2/23/2022
3.7.3.27 31,372 2/22/2022
3.7.3.26 9,947 2/22/2022
3.7.3.25 20,144 2/21/2022
3.7.3.24 50,878 2/17/2022
3.7.3.23 327,814 2/11/2022
3.7.3.22 11,392 2/10/2022
3.7.3.21 148,853 2/4/2022
3.7.3.20 60,508 2/3/2022
3.7.3.19 262,869 1/28/2022
3.7.3.18 351,830 1/25/2022
3.7.3.17 424,840 1/15/2022
3.7.3.16 8,738 1/14/2022
3.7.3.15 59,679 1/13/2022
3.7.3.14 759,494 1/11/2022
3.7.3.13 106,298 1/7/2022
3.7.3.12 43,813 1/6/2022
3.7.3.11 17,350 1/5/2022
3.7.3.10 74,203 1/3/2022
3.7.3.9 329,734 12/21/2021
3.7.3.8 26,255 12/20/2021
3.7.3.7 386,621 12/13/2021
3.7.3.6 130,623 12/8/2021
3.7.3.5 154,274 12/2/2021
3.7.3.4 39,497 12/1/2021
3.7.3.3 293,168 11/22/2021
3.7.3.2 40,753 11/19/2021
3.7.3.1 12,349 11/18/2021
3.7.3 1,086,544 11/17/2021
3.7.2.70 3,427,170 11/16/2021
3.7.2.69 71,221 11/15/2021
3.7.2.68 72,443 11/12/2021
3.7.2.67 175,786 11/11/2021
3.7.2.66 36,559 11/11/2021
3.7.2.65 37,053 11/9/2021
3.7.2.64 189,312 11/5/2021
3.7.2.63 11,978 11/4/2021
3.7.2.62 92,258 11/3/2021
3.7.2.61 28,947 11/2/2021
3.7.2.60 59,744 11/1/2021
3.7.2.59 604,946 10/29/2021
3.7.2.58 106,886 10/27/2021
3.7.2.57 65,786 10/26/2021
3.7.2.56 5,082 10/26/2021
3.7.2.55 70,494 10/22/2021
3.7.2.54 6,076 10/21/2021
3.7.2.53 243,461 10/14/2021
3.7.2.52 28,647 10/13/2021
3.7.2.51 37,574 10/12/2021
3.7.2.50 229,469 10/8/2021
3.7.2.49 38,371 10/7/2021
3.7.2.48 11,800 10/7/2021
3.7.2.47 9,311 10/6/2021
3.7.2.46 233,938 10/1/2021
3.7.2.45 53,902 9/30/2021
3.7.2.44 117,277 9/29/2021
3.7.2.43 58,250 9/27/2021
3.7.2.42 60,550 9/24/2021
3.7.2.41 63,560 9/23/2021
3.7.2.40 18,452 9/22/2021
3.7.2.39 301,101 9/17/2021
3.7.2.38 15,637 9/16/2021
3.7.2.37 40,216 9/16/2021
3.7.2.36 313,875 9/13/2021
3.7.2.35 178,062 9/10/2021
3.7.2.34 39,763 9/9/2021
3.7.2.33 49,252 9/7/2021
3.7.2.32 44,684 9/3/2021
3.7.2.31 26,971 9/3/2021
3.7.2.30 25,382 9/2/2021
3.7.2.29 20,330 9/1/2021
3.7.2.28 53,339 8/31/2021
3.7.2.27 68,438 8/27/2021
3.7.2.26 35,799 8/25/2021
3.7.2.25 328,703 8/23/2021
3.7.2.24 86,632 8/19/2021
3.7.2.23 335,965 8/16/2021
3.7.2.22 123,030 8/12/2021
3.7.2.21 112,644 8/10/2021
3.7.2.20 139,086 8/6/2021
3.7.2.19 56,793 8/4/2021
3.7.2.18 159,213 7/30/2021
3.7.2.17 29,099 7/29/2021
3.7.2.16 97,568 7/27/2021
3.7.2.15 212,438 7/21/2021
3.7.2.14 180,238 7/16/2021
3.7.2.13 444,822 7/13/2021
3.7.2.12 38,772 7/12/2021
3.7.2.11 81,877 7/9/2021
3.7.2.10 42,445 7/8/2021
3.7.2.9 109,695 7/7/2021
3.7.2.8 41,706 7/6/2021
3.7.2.7 233,357 7/1/2021
3.7.2.6 169,334 6/25/2021
3.7.2.5 26,974 6/24/2021
3.7.2.4 107,254 6/21/2021
3.7.2.3 50,009 6/17/2021
3.7.2.2 41,654 6/15/2021
3.7.2.1 155,939 6/11/2021
3.7.2 298,482 6/1/2021
3.7.1.15 199,238 5/28/2021
3.7.1.14 48,074 5/27/2021
3.7.1.13 34,282 5/27/2021
3.7.1.12 128,301 5/24/2021
3.7.1.11 34,977 5/21/2021
3.7.1.10 54,131 5/20/2021
3.7.1.9 38,735 5/19/2021
3.7.1.8 71,945 5/18/2021
3.7.1.7 215,545 5/14/2021
3.7.1.6 21,860 5/12/2021
3.7.1.5 57,452 5/10/2021
3.7.1.4 5,316 5/10/2021
3.7.1.3 130,951 5/6/2021
3.7.1.2 270,500 4/30/2021
3.7.1.1 64,381 4/27/2021
3.7.1 504,721 4/23/2021
3.7.0.14 418,849 4/19/2021
3.7.0.13 137,401 4/15/2021
3.7.0.12 435,834 4/13/2021
3.7.0.11 28,498 4/12/2021
3.7.0.10 251,859 4/8/2021
3.7.0.9 65,556 4/7/2021
3.7.0.8 254,791 4/2/2021
3.7.0.7 57,878 4/1/2021
3.7.0.6 39,156 3/31/2021
3.7.0.5 7,178 3/31/2021
3.7.0.4 32,851 3/30/2021
3.7.0.3 23,122 3/29/2021
3.7.0.2 23,328 3/27/2021
3.7.0.1 19,215 3/26/2021
3.7.0 3,185,778 3/26/2021
3.5.1.51 311,553 3/25/2021
3.5.1.50 348,931 3/17/2021
3.5.1.49 117,193 3/15/2021
3.5.1.48 325,874 3/9/2021
3.5.1.47 170,279 3/5/2021
3.5.1.46 16,262 3/4/2021
3.5.1.45 69,385 3/1/2021
3.5.1.44 1,192,174 2/23/2021
3.5.1.43 82,411 2/19/2021
3.5.1.42 119,382 2/12/2021
3.5.1.41 83,272 2/9/2021
3.5.1.40 13,525 2/8/2021
3.5.1.39 75,161 2/5/2021
3.5.1.38 26,979 2/4/2021
3.5.1.37 464,385 1/29/2021
3.5.1.36 130,230 1/28/2021
3.5.1.35 27,143 1/27/2021
3.5.1.34 387,336 1/26/2021
3.5.1.33 250,689 1/20/2021
3.5.1.32 14,622 1/19/2021
3.5.1.31 132,819 1/15/2021
3.5.1.30 139,618 1/11/2021
3.5.1.29 52,046 1/7/2021
3.5.1.28 156,460 12/30/2020
3.5.1.27 42,402 12/23/2020
3.5.1.26 109,388 12/22/2020
3.5.1.25 26,803 12/22/2020
3.5.1.24 7,717 12/21/2020
3.5.1.23 20,873 12/18/2020
3.5.1.22 82,359 12/17/2020
3.5.1.21 26,943 12/16/2020
3.5.1.20 39,740 12/14/2020
3.5.1.19 126,692 12/9/2020
3.5.1.18 64,311 12/7/2020
3.5.1.17 83,219 12/3/2020
3.5.1.16 170,219 12/2/2020
3.5.1.15 21,043 12/1/2020
3.5.1.14 156,220 12/1/2020
3.5.1.13 92,602 11/24/2020
3.5.1.12 28,859 11/23/2020
3.5.1.11 32,138 11/20/2020
3.5.1.10 45,524 11/19/2020
3.5.1.9 12,547 11/18/2020
3.5.1.8 271,141 11/16/2020
3.5.1.7 49,274 11/13/2020
3.5.1.6 240,268 11/5/2020
3.5.1.5 45,552 11/4/2020
3.5.1.4 197,456 10/30/2020
3.5.1.3 35,770 10/28/2020
3.5.1.2 123,960 10/27/2020
3.5.1.1 21,919 10/26/2020
3.5.1 262,266 10/22/2020
3.5.0.31 25,096 10/21/2020
3.5.0.30 33,139 10/20/2020
3.5.0.29 185,780 10/16/2020
3.5.0.28 73,976 10/15/2020
3.5.0.27 257,248 10/9/2020
3.5.0.26 213,447 10/8/2020
3.5.0.25 62,788 10/6/2020
3.5.0.24 19,303 10/2/2020
3.5.0.23 131,054 10/1/2020
3.5.0.22 12,280 9/30/2020
3.5.0.21 30,773 9/29/2020
3.5.0.20 54,876 9/25/2020
3.5.0.19 182,032 9/24/2020
3.5.0.18 55,518 9/21/2020
3.5.0.17 18,785 9/18/2020
3.5.0.16 299,400 9/17/2020
3.5.0.15 24,298 9/16/2020
3.5.0.14 30,695 9/15/2020
3.5.0.13 34,886 9/14/2020
3.5.0.12 78,266 9/11/2020
3.5.0.11 121,812 9/10/2020
3.5.0.10 10,833 9/9/2020
3.5.0.9 56,695 9/4/2020
3.5.0.8 109,416 9/2/2020
3.5.0.7 261,167 9/1/2020
3.5.0.6 5,834 8/31/2020
3.5.0.5 14,041 8/28/2020
3.5.0.4 28,865 8/27/2020
3.5.0.3 14,159 8/26/2020
3.5.0.2 44,838 8/25/2020
3.5.0.1 109,024 8/24/2020
3.5.0 858,040 8/20/2020
3.5.0-beta 107,020 2/4/2020
3.3.102.17 1,926,600 8/19/2020
3.3.102.16 167,638 8/14/2020
3.3.102.15 91,036 8/10/2020
3.3.102.14 50,010 8/8/2020
3.3.102.13 15,733 8/6/2020
3.3.102.12 51,204 8/5/2020
3.3.102.11 28,170 8/4/2020
3.3.102.10 57,540 8/3/2020
3.3.102.9 79,525 7/31/2020
3.3.102.8 18,281 7/30/2020
3.3.102.7 18,530 7/29/2020
3.3.102.6 22,984 7/28/2020
3.3.102.5 285,768 7/23/2020
3.3.102.4 87,687 7/22/2020
3.3.102.3 133,407 7/17/2020
3.3.102.2 25,050 7/15/2020
3.3.102.1 151,535 7/9/2020
3.3.102 17,547 7/9/2020
3.3.101.194 213,679 7/8/2020
3.3.101.193 28,217 7/7/2020
3.3.101.192 77,184 7/2/2020
3.3.101.191 38,560 6/29/2020
3.3.101.190 22,598 6/26/2020
3.3.101.189 16,791 6/25/2020
3.3.101.188 32,329 6/24/2020
3.3.101.187 9,492 6/24/2020
3.3.101.186 40,977 6/23/2020
3.3.101.185 90,231 6/19/2020
3.3.101.184 23,347 6/18/2020
3.3.101.183 24,348 6/17/2020
3.3.101.182 222,878 6/11/2020
3.3.101.181 54,561 6/9/2020
3.3.101.180 131,718 6/5/2020
3.3.101.179 26,003 6/4/2020
3.3.101.178 15,237 6/3/2020
3.3.101.177 6,058 6/3/2020
3.3.101.176 55,130 6/1/2020
3.3.101.175 119,746 5/27/2020
3.3.101.174 70,467 5/26/2020
3.3.101.173 65,376 5/22/2020
3.3.101.172 28,935 5/22/2020
3.3.101.171 11,262 5/21/2020
3.3.101.170 69,201 5/19/2020
3.3.101.169 41,207 5/18/2020
3.3.101.168 54,128 5/15/2020
3.3.101.167 59,073 5/14/2020
3.3.101.166 92,788 5/11/2020
3.3.101.165 41,147 5/8/2020
3.3.101.164 20,864 5/8/2020
3.3.101.163 5,546 5/7/2020
3.3.101.162 35,395 5/6/2020
3.3.101.161 48,137 5/4/2020
3.3.101.160 24,287 5/1/2020
3.3.101.159 14,290 4/30/2020
3.3.101.158 54,782 4/29/2020
3.3.101.157 33,224 4/28/2020
3.3.101.156 18,776 4/27/2020
3.3.101.155 84,351 4/24/2020
3.3.101.154 15,855 4/23/2020
3.3.101.153 18,590 4/22/2020
3.3.101.152 17,159 4/21/2020
3.3.101.151 23,295 4/20/2020
3.3.101.150 20,507 4/17/2020
3.3.101.149 24,636 4/16/2020
3.3.101.148 221,833 4/8/2020
3.3.101.147 320,770 4/6/2020
3.3.101.146 103,650 4/3/2020
3.3.101.145 14,192 4/3/2020
3.3.101.144 17,154 4/2/2020
3.3.101.143 63,892 4/1/2020
3.3.101.142 20,268 3/31/2020
3.3.101.141 14,802 3/30/2020
3.3.101.140 66,994 3/27/2020
3.3.101.139 21,193 3/26/2020
3.3.101.138 18,531 3/25/2020
3.3.101.137 39,577 3/24/2020
3.3.101.136 39,624 3/20/2020
3.3.101.135 13,002 3/19/2020
3.3.101.134 38,829 3/18/2020
3.3.101.133 12,236 3/17/2020
3.3.101.132 95,637 3/16/2020
3.3.101.131 31,358 3/12/2020
3.3.101.130 104,090 3/6/2020
3.3.101.129 98,405 3/5/2020
3.3.101.128 94,319 3/2/2020
3.3.101.127 71,384 2/28/2020
3.3.101.126 6,440 2/27/2020
3.3.101.125 76,848 2/26/2020
3.3.101.124 19,655 2/25/2020
3.3.101.123 168,958 2/19/2020
3.3.101.122 83,184 2/17/2020
3.3.101.121 29,215 2/13/2020
3.3.101.120 122,090 2/10/2020
3.3.101.119 84,120 2/7/2020
3.3.101.118 78,913 2/4/2020
3.3.101.117 176,591 1/24/2020
3.3.101.116 10,244 1/23/2020
3.3.101.115 59,574 1/21/2020
3.3.101.114 99,163 1/17/2020
3.3.101.113 35,599 1/16/2020
3.3.101.112 93,125 1/15/2020
3.3.101.111 104,270 1/10/2020
3.3.101.110 228,434 1/8/2020
3.3.101.109 13,798 1/6/2020
3.3.101.108 58,524 1/2/2020
3.3.101.107 157,336 12/25/2019
3.3.101.106 7,182 12/23/2019
3.3.101.105 23,900 12/20/2019
3.3.101.104 41,000 12/18/2019
3.3.101.103 54,933 12/18/2019
3.3.101.102 75,176 12/16/2019
3.3.101.101 26,247 12/13/2019
3.3.101.100 15,871 12/12/2019
3.3.101.99 12,754 12/12/2019
3.3.101.98 9,327 12/11/2019
3.3.101.97 74,202 12/9/2019
3.3.101.96 162,666 12/3/2019
3.3.101.95 50,115 12/2/2019
3.3.101.94 70,233 11/26/2019
3.3.101.93 13,439 11/25/2019
3.3.101.92 13,562 11/22/2019
3.3.101.91 15,140 11/22/2019
3.3.101.90 61,498 11/20/2019
3.3.101.89 5,367 11/19/2019
3.3.101.88 84,278 11/14/2019
3.3.101.87 34,930 11/13/2019
3.3.101.86 154,787 11/8/2019
3.3.101.85 15,473 11/7/2019
3.3.101.84 26,392 11/7/2019
3.3.101.83 20,501 11/5/2019
3.3.101.82 74,534 10/31/2019
3.3.101.81 10,528 10/30/2019
3.3.101.80 39,257 10/28/2019
3.3.101.79 6,091 10/28/2019
3.3.101.78 69,525 10/24/2019
3.3.101.77 8,504 10/22/2019
3.3.101.76 30,329 10/18/2019
3.3.101.75 43,102 10/17/2019
3.3.101.74 182,901 10/16/2019
3.3.101.73 103,396 10/11/2019
3.3.101.72 9,929 10/10/2019
3.3.101.71 34,524 10/8/2019
3.3.101.70 190,030 9/30/2019
3.3.101.69 76,568 9/26/2019
3.3.101.68 58,688 9/23/2019
3.3.101.67 23,855 9/21/2019
3.3.101.66 43,480 9/19/2019
3.3.101.65 34,039 9/18/2019
3.3.101.64 118,147 9/17/2019
3.3.101.63 20,793 9/16/2019
3.3.101.62 38,007 9/12/2019
3.3.101.61 113,063 9/9/2019
3.3.101.60 26,524 9/6/2019
3.3.101.59 69,344 9/5/2019
3.3.101.58 17,771 9/4/2019
3.3.101.57 187,352 8/27/2019
3.3.101.56 139,296 8/23/2019
3.3.101.55 16,245 8/22/2019
3.3.101.54 118,354 8/16/2019
3.3.101.53 21,562 8/15/2019
3.3.101.52 25,597 8/14/2019
3.3.101.51 8,782 8/13/2019
3.3.101.50 36,844 8/12/2019
3.3.101.49 15,954 8/9/2019
3.3.101.48 8,455 8/8/2019
3.3.101.47 35,225 8/7/2019
3.3.101.46 5,397 8/7/2019
3.3.101.45 129,110 8/2/2019
3.3.101.44 14,022 8/1/2019
3.3.101.43 634,154 7/30/2019
3.3.101.42 25,898 7/29/2019
3.3.101.41 35,561 7/25/2019
3.3.101.40 18,890 7/24/2019
3.3.101.39 34,220 7/22/2019
3.3.101.38 15,725 7/19/2019
3.3.101.37 12,370 7/19/2019
3.3.101.36 73,978 7/12/2019
3.3.101.35 57,542 7/10/2019
3.3.101.34 24,178 7/9/2019
3.3.101.33 8,558 7/8/2019
3.3.101.32 39,233 7/2/2019
3.3.101.31 39,622 7/1/2019
3.3.101.30 9,693 6/28/2019
3.3.101.29 25,700 6/27/2019
3.3.101.28 29,906 6/27/2019
3.3.101.27 6,469 6/26/2019
3.3.101.26 20,837 6/24/2019
3.3.101.25 19,956 6/20/2019
3.3.101.24 6,838 6/20/2019
3.3.101.23 70,462 6/17/2019
3.3.101.22 13,324 6/14/2019
3.3.101.21 36,201 6/13/2019
3.3.101.20 53,349 6/7/2019
3.3.101.19 34,608 6/4/2019
3.3.101.18 68,406 6/3/2019
3.3.101.17 57,082 5/31/2019
3.3.101.16 9,853 5/30/2019
3.3.101.15 39,386 5/29/2019
3.3.101.14 12,256 5/28/2019
3.3.101.13 147,806 5/23/2019
3.3.101.12 14,193 5/22/2019
3.3.101.11 11,349 5/21/2019
3.3.101.10 30,897 5/20/2019
3.3.101.9 59,433 5/17/2019
3.3.101.8 103,833 5/15/2019
3.3.101.7 68,494 5/10/2019
3.3.101.6 32,883 5/8/2019
3.3.101.5 26,132 5/7/2019
3.3.101.4 233,341 5/3/2019
3.3.101.3 29,762 5/2/2019
3.3.101.2 47,859 4/30/2019
3.3.101.1 128,398 4/29/2019
3.3.101 556,791 4/26/2019
3.3.100.10 11,708 4/25/2019
3.3.100.9 56,441 4/25/2019
3.3.100.8 10,189 4/24/2019
3.3.100.7 35,778 4/18/2019
3.3.100.6 52,370 4/16/2019
3.3.100.5 158,262 4/4/2019
3.3.100.4 19,916 4/3/2019
3.3.100.3 75,932 3/29/2019
3.3.100.2 30,161 3/26/2019
3.3.100.1 108,151 3/22/2019
3.3.100 103,624 3/21/2019
3.3.3.26 121,526 3/11/2019
3.3.3.25 19,868 3/7/2019
3.3.3.24 7,877 3/6/2019
3.3.3.23 78,794 2/26/2019
3.3.3.22 231,900 2/20/2019
3.3.3.21 118,054 2/15/2019
3.3.3.20 40,770 2/14/2019
3.3.3.19 15,773 2/13/2019
3.3.3.18 121,883 2/4/2019
3.3.3.17 477,046 1/26/2019
3.3.3.16 8,390 1/25/2019
3.3.3.15 20,745 1/24/2019
3.3.3.14 54,395 1/18/2019
3.3.3.13 131,768 1/11/2019
3.3.3.12 8,210 1/10/2019
3.3.3.11 67,229 1/8/2019
3.3.3.10 5,724 1/7/2019
3.3.3.9 31,938 1/4/2019
3.3.3.8 98,864 12/22/2018
3.3.3.7 10,658 12/21/2018
3.3.3.6 53,948 12/15/2018
3.3.3.5 10,490 12/14/2018
3.3.3.4 16,882 12/12/2018
3.3.3.3 275,554 12/4/2018
3.3.3.2 144,690 11/16/2018
3.3.3.1 14,405 11/16/2018
3.3.3 175,559 11/15/2018
3.3.2.11 25,380 11/13/2018
3.3.2.10 34,432 11/9/2018
3.3.2.9 39,621 11/9/2018
3.3.2.8 11,948 11/7/2018
3.3.2.7 17,155 11/7/2018
3.3.2.6 6,715 11/6/2018
3.3.2.5 78,193 10/30/2018
3.3.2.4 10,894 10/29/2018
3.3.2.3 11,388 10/29/2018
3.3.2.2 59,104 10/26/2018
3.3.2.1 63,453 10/22/2018
3.3.2 12,933 10/22/2018
3.3.1.15 94,278 10/17/2018
3.3.1.14 128,490 10/6/2018
3.3.1.13 19,903 10/4/2018
3.3.1.12 86,247 9/26/2018
3.3.1.11 890,109 9/10/2018
3.3.1.10 38,373 9/7/2018
3.3.1.9 134,045 8/28/2018
3.3.1.8 104,635 8/16/2018
3.3.1.7 8,960 8/15/2018
3.3.1.6 171,767 8/3/2018
3.3.1.5 39,450 8/2/2018
3.3.1.4 170,307 7/23/2018
3.3.1.3 292,957 7/3/2018
3.3.1.2 169,279 6/23/2018
3.3.1.1 40,452 6/19/2018
3.3.1 136,125 6/1/2018
3.3.0.29 552,006 4/25/2018
3.3.0.28 51,538 4/20/2018
3.3.0.27 244,315 3/29/2018
3.3.0.26 107,120 3/15/2018
3.3.0.25 80,727 3/3/2018
3.3.0.24 1,964,263 11/11/2017
3.3.0.23 95,706 10/24/2017
3.3.0.22 93,779 10/9/2017
3.3.0.21 623,655 7/24/2017
3.3.0.20 186,593 7/7/2017
3.3.0.19 8,325 7/5/2017
3.3.0.18 23,028 6/28/2017
3.3.0.17 894,136 5/11/2017
3.3.0.16 12,702 5/8/2017
3.3.0.15 7,824 5/5/2017
3.3.0.14 15,284 4/28/2017
3.3.0.13 24,054 4/21/2017
3.3.0.12 10,560 4/19/2017
3.3.0.11 552,612 3/31/2017
3.3.0.10 45,019 3/15/2017
3.3.0.9 7,497 3/14/2017
3.3.0.8 6,624 3/14/2017
3.3.0.7 137,173 1/20/2017
3.3.0.6 42,156 12/16/2016
3.3.0.5 15,916 12/9/2016
3.3.0.4 28,567 12/7/2016
3.3.0.3 98,038 11/15/2016
3.3.0.2 15,670 11/4/2016
3.3.0.1 61,180 10/11/2016
3.3.0 295,124 9/19/2016
3.2.8-rc 4,861 9/8/2016
3.2.7-beta 5,211 8/23/2016
3.2.6-beta 4,245 8/2/2016
3.2.5-beta 7,422 6/28/2016
3.2.4.1-beta 4,196 6/2/2016
3.2.4-beta 3,844 6/1/2016
3.2.3.1-beta 4,413 4/20/2016
3.2.3-beta 4,782 3/12/2016
3.2.2.1-beta 3,812 3/2/2016
3.2.2-beta 4,265 1/12/2016
3.2.1-beta 4,572 12/7/2015
3.2.0-beta 4,463 9/29/2015
3.1.2.1 36,802 9/8/2016
3.1.2 6,053 9/6/2016
3.1.1.2 91,261 8/9/2016
3.1.1.1 21,055 7/13/2016
3.1.1 11,897 6/29/2016
3.1.0.8 11,154 6/28/2016
3.1.0.7 13,920 6/3/2016
3.1.0.6 6,966 5/26/2016
3.1.0.5 103,015 2/22/2016
3.1.0.4 31,322 1/6/2016
3.1.0.3 13,810 12/2/2015
3.1.0.2 17,504 10/7/2015
3.1.0.1 8,528 8/27/2015
3.1.0 66,945 7/28/2015
3.0.0.2-preview 4,354 5/21/2015
3.0.0.1-preview 6,168 5/6/2015
3.0.0-preview 4,182 4/30/2015