AWSSDK.SimpleNotificationService 3.5.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.SimpleNotificationService --version 3.5.0
                    
NuGet\Install-Package AWSSDK.SimpleNotificationService -Version 3.5.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SimpleNotificationService" Version="3.5.0" />
                    
Directory.Packages.props
<PackageReference Include="AWSSDK.SimpleNotificationService" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AWSSDK.SimpleNotificationService --version 3.5.0
                    
#r "nuget: AWSSDK.SimpleNotificationService, 3.5.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AWSSDK.SimpleNotificationService@3.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AWSSDK.SimpleNotificationService&version=3.5.0
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SimpleNotificationService&version=3.5.0
                    
Install as a Cake Tool

Amazon Simple Notification Service (Amazon SNS) is a fast, flexible, fully managed push messaging service. Amazon SNS makes it simple and cost-effective to push notifications to Apple, Google, Fire OS, and Windows devices, as well as Android devices in China with Baidu Cloud Push.  You can also use SNS to push notifications to internet connected smart devices, as well as other distributed services.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 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 (182)

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.

OpenTelemetry.Instrumentation.AWS

AWS client instrumentation for OpenTelemetry .NET.

AWSSDK.Glacier

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

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