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