AWSSDK.SecurityToken 4.0.5.1

Prefix Reserved
dotnet add package AWSSDK.SecurityToken --version 4.0.5.1
                    
NuGet\Install-Package AWSSDK.SecurityToken -Version 4.0.5.1
                    
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.SecurityToken" Version="4.0.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SecurityToken" Version="4.0.5.1" />
                    
Directory.Packages.props
<PackageReference Include="AWSSDK.SecurityToken" />
                    
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.SecurityToken --version 4.0.5.1
                    
#r "nuget: AWSSDK.SecurityToken, 4.0.5.1"
                    
#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.SecurityToken@4.0.5.1
                    
#: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.SecurityToken&version=4.0.5.1
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SecurityToken&version=4.0.5.1
                    
Install as a Cake Tool

The AWS Security Token Service (AWS STS) enables you to provide trusted users with temporary credentials that provide controlled access to your AWS resources.

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 (130)

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

Package Downloads
MongoDB.Driver.Core

Core Component of the Official MongoDB .NET Driver.

AWSSDK.CognitoIdentity

Amazon Cognito is a service that makes it easy to save user data, such as app preferences or game state, in the AWS Cloud without writing any backend code or managing any infrastructure. With Amazon Cognito, you can focus on creating great app experiences instead of having to worry about building and managing a backend solution to handle identity management, network state, storage, and sync.

MongoDB.Driver.Core.signed

(Unofficial) Signed Core Component of the MongoDB .NET Driver. The containing assembly was generated by signing the officially published MongoDB.Driver.Core.dll.

NServiceBus.AmazonSQS

NServiceBus.AmazonSQS

AWS.MSK.Auth

This libary vends encoded IAM v4 signatures which can be used as IAM Auth tokens to authenticate against an MSK cluster.

GitHub repositories (35)

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

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
mongodb/mongo-csharp-driver
The Official C# .NET Driver for MongoDB
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
loic-sharma/BaGet
A lightweight NuGet and symbol server
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
aws/aws-lambda-dotnet
Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
drasi-project/drasi-platform
The Data Change Processing platform
Soluto/kamus
An open source, git-ops, zero-trust secret encryption and decryption solution for Kubernetes applications
dotnet/dotnet-monitor
This repository contains the source code for .NET Monitor - a tool that allows you to gather diagnostic data from running applications using HTTP endpoints
zarusz/SlimMessageBus
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
CCob/Volumiser
emgarten/Sleet
A static nuget feed generator for Azure Storage, AWS S3, and more.
aws/aws-extensions-for-dotnet-cli
Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services
robinrodricks/FluentStorage
A polycloud .NET cloud storage abstraction layer. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#.
alexandre-spieser/mongodb-generic-repository
An example of generic repository implementation using the MongoDB C# Sharp 2.0 driver (async)
aws/aws-logging-dotnet
.NET Libraries for integrating Amazon CloudWatch Logs with popular .NET logging libraries
shr670377723/CommunityServer-master
abuzuhri/Amazon-SP-API-CSharp
.Net C# library for the new Amazon Selling Partner API
Cysharp/Claudia
Unofficial Anthropic Claude API client for .NET.
Version Downloads Last Updated
4.0.5.1 1,895 11/21/2025
4.0.5 12,678 11/19/2025
4.0.4.1 56,801 11/12/2025
4.0.4 28,712 11/10/2025
4.0.3.2 25,714 11/7/2025
4.0.3.1 28,630 11/5/2025
4.0.3 71,958 10/30/2025
4.0.2.11 63,569 10/27/2025
4.0.2.10 50,458 10/23/2025
4.0.2.9 128,166 10/16/2025
4.0.2.8 92,488 10/10/2025
4.0.2.7 16,202 10/9/2025
4.0.2.6 138,815 10/1/2025
4.0.2.5 70,468 9/30/2025
4.0.2.4 25,488 9/29/2025
4.0.2.3 108,384 9/23/2025
4.0.2.2 171,029 9/16/2025
4.0.2.1 471,441 8/29/2025
4.0.2 126,367 8/21/2025
4.0.1.11 181,256 8/15/2025
4.0.1.10 60,153 8/13/2025
4.0.1.9 147,002 8/6/2025
4.0.1.8 68,371 8/4/2025
4.0.1.7 61,891 7/31/2025
4.0.1.6 191,767 7/23/2025
4.0.1.5 372,258 7/15/2025
4.0.1.4 188,752 7/9/2025
4.0.1.3 228,567 7/1/2025
4.0.1.2 240,709 6/23/2025
4.0.1.1 127,739 6/18/2025
4.0.1 70,684 6/17/2025
4.0.0.9 66,359 6/16/2025
4.0.0.8 229,202 6/12/2025
4.0.0.7 35,028 6/11/2025
4.0.0.6 42,296 6/10/2025
4.0.0.5 1,257,125 6/4/2025
4.0.0.4 739,317 5/16/2025
4.0.0.3 44,564 5/15/2025
4.0.0.2 463,034 5/6/2025
4.0.0.1 231,495 4/30/2025
4.0.0 1,003,840 4/28/2025
4.0.0-preview.13 12,694 4/9/2025
4.0.0-preview.12 597 4/4/2025
4.0.0-preview.11 5,844 3/26/2025
4.0.0-preview.10 9,985 3/7/2025
4.0.0-preview.9 646 3/4/2025
4.0.0-preview.8 895 2/25/2025
4.0.0-preview.7 7,130 2/17/2025
4.0.0-preview.6 10,793 2/6/2025
4.0.0-preview.5 10,729 1/3/2025
4.0.0-preview.4 40,435 10/11/2024
4.0.0-preview.3 1,079 10/1/2024
4.0.0-preview.2 15,309 8/28/2024
4.0.0-preview 68,306 8/15/2024
3.7.504.2 1,013 11/22/2025
3.7.504.1 3,596 11/20/2025
3.7.504 14,335 11/20/2025
3.7.503.2 4,309 11/19/2025
3.7.503.1 12,686 11/14/2025
3.7.503 89,036 11/10/2025
3.7.502.3 12,420 11/6/2025
3.7.502.2 8,899 11/4/2025
3.7.502.1 14,028 10/31/2025
3.7.502 5,861 10/30/2025
3.7.501.31 5,331 10/29/2025
3.7.501.30 6,645 10/28/2025
3.7.501.29 101,251 10/27/2025
3.7.501.28 10,871 10/24/2025
3.7.501.27 5,521 10/23/2025
3.7.501.26 4,638 10/22/2025
3.7.501.25 30,358 10/17/2025
3.7.501.24 5,394 10/16/2025
3.7.501.23 6,752 10/15/2025
3.7.501.22 135,029 10/10/2025
3.7.501.21 7,729 10/9/2025
3.7.501.20 6,378 10/8/2025
3.7.501.19 6,454 10/7/2025
3.7.501.18 39,896 9/30/2025
3.7.501.17 9,973 9/29/2025
3.7.501.16 10,793 9/26/2025
3.7.501.15 6,546 9/25/2025
3.7.501.14 50,184 9/23/2025
3.7.501.13 8,751 9/22/2025
3.7.501.12 38,399 9/19/2025
3.7.501.11 52,996 9/16/2025
3.7.501.10 35,977 9/15/2025
3.7.501.9 39,682 9/11/2025
3.7.501.8 10,333 9/10/2025
3.7.501.7 7,307 9/9/2025
3.7.501.6 12,335 9/8/2025
3.7.501.5 21,398 9/4/2025
3.7.501.4 22,545 9/2/2025
3.7.501.3 368,939 8/29/2025
3.7.501.2 27,999 8/26/2025
3.7.501.1 15,463 8/25/2025
3.7.501 17,281 8/21/2025
3.7.500.8 14,350 8/20/2025
3.7.500.7 37,236 8/12/2025
3.7.500.6 209,497 8/11/2025
3.7.500.5 113,317 8/8/2025
3.7.500.4 21,118 8/6/2025
3.7.500.3 18,628 8/5/2025
3.7.500.2 12,233 8/4/2025
3.7.500.1 28,604 8/1/2025
3.7.500 131,594 7/31/2025
3.7.402.20 10,158 7/30/2025
3.7.402.19 15,735 7/29/2025
3.7.402.18 10,281 7/28/2025
3.7.402.17 23,051 7/24/2025
3.7.402.16 13,112 7/23/2025
3.7.402.15 10,018 7/22/2025
3.7.402.14 26,855 7/21/2025
3.7.402.13 115,758 7/18/2025
3.7.402.12 9,764 7/17/2025
3.7.402.11 18,892 7/16/2025
3.7.402.10 34,357 7/15/2025
3.7.402.9 48,456 7/9/2025
3.7.402.8 66,444 7/3/2025
3.7.402.7 112,870 7/1/2025
3.7.402.6 14,184 6/30/2025
3.7.402.5 21,427 6/27/2025
3.7.402.4 13,366 6/26/2025
3.7.402.3 93,440 6/23/2025
3.7.402.2 235,589 6/20/2025
3.7.402.1 22,069 6/18/2025
3.7.402 26,060 6/17/2025
3.7.401.114 191,593 6/11/2025
3.7.401.113 28,231 6/10/2025
3.7.401.112 20,685 6/9/2025
3.7.401.111 83,718 6/6/2025
3.7.401.110 32,294 6/5/2025
3.7.401.109 135,770 6/4/2025
3.7.401.108 132,728 6/2/2025
3.7.401.107 21,225 5/30/2025
3.7.401.106 75,004 5/28/2025
3.7.401.105 44,121 5/23/2025
3.7.401.104 52,521 5/21/2025
3.7.401.103 26,860 5/20/2025
3.7.401.102 51,942 5/19/2025
3.7.401.101 112,131 5/16/2025
3.7.401.100 56,561 5/12/2025
3.7.401.99 84,382 5/9/2025
3.7.401.98 18,492 5/8/2025
3.7.401.97 33,282 5/7/2025
3.7.401.96 35,028 5/6/2025
3.7.401.95 34,976 5/5/2025
3.7.401.94 61,208 5/2/2025
3.7.401.93 20,605 5/1/2025
3.7.401.92 21,861 4/30/2025
3.7.401.91 21,613 4/29/2025
3.7.401.90 43,420 4/28/2025
3.7.401.89 156,092 4/25/2025
3.7.401.88 36,685 4/24/2025
3.7.401.87 108,445 4/23/2025
3.7.401.86 324,217 4/18/2025
3.7.401.85 52,412 4/17/2025
3.7.401.84 107,513 4/16/2025
3.7.401.83 127,491 4/14/2025
3.7.401.82 155,026 4/11/2025
3.7.401.81 65,996 4/10/2025
3.7.401.80 81,192 4/9/2025
3.7.401.79 84,798 4/8/2025
3.7.401.78 320,352 4/4/2025
3.7.401.77 82,912 4/3/2025
3.7.401.76 54,030 4/3/2025
3.7.401.75 11,751 4/2/2025
3.7.401.74 201,354 4/1/2025
3.7.401.73 77,324 3/31/2025
3.7.401.72 189,601 3/28/2025
3.7.401.71 91,822 3/27/2025
3.7.401.70 51,615 3/26/2025
3.7.401.69 44,866 3/25/2025
3.7.401.68 94,898 3/24/2025
3.7.401.67 187,167 3/21/2025
3.7.401.66 66,305 3/20/2025
3.7.401.65 68,892 3/19/2025
3.7.401.64 58,060 3/18/2025
3.7.401.63 91,933 3/17/2025
3.7.401.62 139,328 3/14/2025
3.7.401.61 30,439 3/14/2025
3.7.401.60 244,073 3/11/2025
3.7.401.59 70,294 3/10/2025
3.7.401.58 161,436 3/7/2025
3.7.401.57 75,300 3/6/2025
3.7.401.56 55,942 3/5/2025
3.7.401.55 135,897 3/4/2025
3.7.401.54 138,054 3/3/2025
3.7.401.53 216,573 2/28/2025
3.7.401.52 105,429 2/27/2025
3.7.401.51 80,367 2/26/2025
3.7.401.50 89,943 2/25/2025
3.7.401.49 109,295 2/24/2025
3.7.401.48 95,156 2/21/2025
3.7.401.47 88,370 2/20/2025
3.7.401.46 118,989 2/18/2025
3.7.401.45 143,564 2/17/2025
3.7.401.44 151,812 2/13/2025
3.7.401.43 75,577 2/12/2025
3.7.401.42 116,629 2/11/2025
3.7.401.41 111,942 2/10/2025
3.7.401.40 162,311 2/7/2025
3.7.401.39 116,600 2/6/2025
3.7.401.38 67,173 2/5/2025
3.7.401.37 142,714 2/4/2025
3.7.401.36 87,216 2/3/2025
3.7.401.35 277,315 1/30/2025
3.7.401.34 261,400 1/27/2025
3.7.401.33 212,430 1/22/2025
3.7.401.32 90,702 1/21/2025
3.7.401.31 151,645 1/17/2025
3.7.401.30 118,472 1/16/2025
3.7.401.29 75,050 1/15/2025
3.7.401.28 68,071 1/14/2025
3.7.401.27 61,255 1/13/2025
3.7.401.26 114,491 1/10/2025
3.7.401.25 30,715 1/9/2025
3.7.401.24 130,370 1/8/2025
3.7.401.23 106,651 1/7/2025
3.7.401.22 96,953 1/6/2025
3.7.401.21 118,296 1/3/2025
3.7.401.20 106,981 1/2/2025
3.7.401.19 240,887 12/26/2024
3.7.401.18 543,024 12/23/2024
3.7.401.17 82,201 12/20/2024
3.7.401.16 171,057 12/19/2024
3.7.401.15 101,512 12/18/2024
3.7.401.14 84,067 12/17/2024
3.7.401.13 272,801 12/13/2024
3.7.401.12 95,148 12/12/2024
3.7.401.11 60,724 12/11/2024
3.7.401.10 85,472 12/10/2024
3.7.401.9 88,027 12/9/2024
3.7.401.8 507,860 12/3/2024
3.7.401.7 472,004 11/27/2024
3.7.401.6 475,905 11/22/2024
3.7.401.5 89,791 11/21/2024
3.7.401.4 72,256 11/21/2024
3.7.401.3 170,946 11/19/2024
3.7.401.2 290,870 11/15/2024
3.7.401.1 520,936 11/15/2024
3.7.401 98,123 11/14/2024
3.7.400.50 184,189 11/13/2024
3.7.400.49 132,580 11/12/2024
3.7.400.48 65,187 11/11/2024
3.7.400.47 91,877 11/8/2024
3.7.400.46 268,798 11/7/2024
3.7.400.45 1,123,362 11/1/2024
3.7.400.44 111,452 10/31/2024
3.7.400.43 130,610 10/30/2024
3.7.400.42 97,913 10/29/2024
3.7.400.41 446,558 10/28/2024
3.7.400.40 140,171 10/25/2024
3.7.400.39 57,392 10/24/2024
3.7.400.38 77,549 10/23/2024
3.7.400.37 119,390 10/22/2024
3.7.400.36 532,335 10/16/2024
3.7.400.35 455,881 10/15/2024
3.7.400.34 491,920 10/14/2024
3.7.400.33 512,434 10/9/2024
3.7.400.32 96,981 10/8/2024
3.7.400.31 92,150 10/7/2024
3.7.400.30 183,407 10/4/2024
3.7.400.29 49,554 10/3/2024
3.7.400.28 49,431 10/2/2024
3.7.400.27 99,854 10/1/2024
3.7.400.26 293,532 9/27/2024
3.7.400.25 94,674 9/26/2024
3.7.400.24 103,344 9/25/2024
3.7.400.23 84,602 9/24/2024
3.7.400.22 206,702 9/21/2024
3.7.400.21 1,239,897 9/16/2024
3.7.400.20 139,244 9/13/2024
3.7.400.19 163,558 9/11/2024
3.7.400.18 117,593 9/10/2024
3.7.400.17 72,121 9/9/2024
3.7.400.16 236,597 9/6/2024
3.7.400.15 105,508 9/5/2024
3.7.400.14 265,384 9/4/2024
3.7.400.13 348,172 8/30/2024
3.7.400.12 342,257 8/28/2024
3.7.400.11 338,486 8/22/2024
3.7.400.10 124,018 8/21/2024
3.7.400.9 92,253 8/20/2024
3.7.400.8 54,354 8/19/2024
3.7.400.7 324,551 8/16/2024
3.7.400.6 101,621 8/15/2024
3.7.400.5 467,347 8/13/2024
3.7.400.4 282,072 8/9/2024
3.7.400.3 521,865 8/5/2024
3.7.400.2 428,914 7/30/2024
3.7.400.1 67,922 7/29/2024
3.7.400 320,591 7/24/2024
3.7.300.121 293,169 7/22/2024
3.7.300.120 690,648 7/18/2024
3.7.300.119 354,372 7/12/2024
3.7.300.118 304,671 7/10/2024
3.7.300.117 222,956 7/9/2024
3.7.300.116 25,841 7/8/2024
3.7.300.115 107,006 7/5/2024
3.7.300.114 58,753 7/3/2024
3.7.300.113 172,027 7/1/2024
3.7.300.112 308,893 6/28/2024
3.7.300.111 133,405 6/27/2024
3.7.300.110 242,907 6/24/2024
3.7.300.109 122,047 6/20/2024
3.7.300.108 118,682 6/19/2024
3.7.300.107 139,010 6/18/2024
3.7.300.106 519,617 6/12/2024
3.7.300.105 804,063 6/11/2024
3.7.300.104 112,740 6/10/2024
3.7.300.103 98,273 6/7/2024
3.7.300.102 182,854 6/5/2024
3.7.300.101 248,016 6/4/2024
3.7.300.100 212,981 6/3/2024
3.7.300.99 352,487 5/30/2024
3.7.300.98 92,450 5/29/2024
3.7.300.97 64,528 5/28/2024
3.7.300.96 285,351 5/23/2024
3.7.300.95 82,620 5/22/2024
3.7.300.94 459,962 5/17/2024
3.7.300.93 189,373 5/16/2024
3.7.300.92 189,002 5/14/2024
3.7.300.91 337,168 5/13/2024
3.7.300.90 220,375 5/10/2024
3.7.300.89 51,905 5/9/2024
3.7.300.88 410,985 5/6/2024
3.7.300.87 79,580 5/3/2024
3.7.300.86 275,079 5/1/2024
3.7.300.85 183,953 4/29/2024
3.7.300.84 148,045 4/26/2024
3.7.300.83 41,263 4/25/2024
3.7.300.82 139,006 4/24/2024
3.7.300.81 51,680 4/23/2024
3.7.300.80 197,027 4/22/2024
3.7.300.79 52,477 4/19/2024
3.7.300.78 60,738 4/18/2024
3.7.300.77 171,540 4/17/2024
3.7.300.76 103,967 4/16/2024
3.7.300.75 1,890,089 4/11/2024
3.7.300.74 187,486 4/10/2024
3.7.300.73 131,961 4/9/2024
3.7.300.72 312,282 4/8/2024
3.7.300.71 120,218 4/5/2024
3.7.300.70 182,667 4/4/2024
3.7.300.69 79,843 4/3/2024
3.7.300.68 138,559 4/2/2024
3.7.300.67 71,994 4/1/2024
3.7.300.66 148,323 3/29/2024
3.7.300.65 55,570 3/28/2024
3.7.300.64 185,473 3/27/2024
3.7.300.63 58,163 3/26/2024
3.7.300.62 101,726 3/25/2024
3.7.300.61 173,388 3/22/2024
3.7.300.60 536,523 3/18/2024
3.7.300.59 91,598 3/15/2024
3.7.300.58 95,218 3/14/2024
3.7.300.57 60,869 3/13/2024
3.7.300.56 323,812 3/8/2024
3.7.300.55 745,915 2/29/2024
3.7.300.54 353,803 2/27/2024
3.7.300.53 1,225,415 2/16/2024
3.7.300.52 43,927 2/15/2024
3.7.300.51 84,328 2/14/2024
3.7.300.50 70,359 2/13/2024
3.7.300.49 324,598 2/9/2024
3.7.300.48 113,167 2/7/2024
3.7.300.47 554,531 2/2/2024
3.7.300.46 54,179 2/1/2024
3.7.300.45 407,199 1/31/2024
3.7.300.44 72,172 1/30/2024
3.7.300.43 158,712 1/29/2024
3.7.300.42 274,384 1/25/2024
3.7.300.41 115,954 1/25/2024
3.7.300.40 298,997 1/19/2024
3.7.300.39 324,104 1/18/2024
3.7.300.38 132,437 1/16/2024
3.7.300.37 144,028 1/14/2024
3.7.300.36 17,584 1/12/2024
3.7.300.35 90,567 1/11/2024
3.7.300.34 133,518 1/10/2024
3.7.300.33 155,336 1/8/2024
3.7.300.32 39,717 1/5/2024
3.7.300.31 44,839 1/4/2024
3.7.300.30 58,815 1/3/2024
3.7.300.29 382,027 12/28/2023
3.7.300.28 37,783 12/27/2023
3.7.300.27 35,272 12/26/2023
3.7.300.26 49,512 12/22/2023
3.7.300.25 24,104 12/21/2023
3.7.300.24 49,223 12/20/2023
3.7.300.23 49,134 12/19/2023
3.7.300.22 98,212 12/18/2023
3.7.300.21 79,097 12/15/2023
3.7.300.20 35,571 12/14/2023
3.7.300.19 123,469 12/13/2023
3.7.300.18 252,407 12/12/2023
3.7.300.17 415,109 12/7/2023
3.7.300.16 78,068 12/6/2023
3.7.300.15 136,059 12/5/2023
3.7.300.14 196,469 12/4/2023
3.7.300.13 274,398 11/30/2023
3.7.300.12 7,855 11/29/2023
3.7.300.11 61,145 11/28/2023
3.7.300.10 55,971 11/28/2023
3.7.300.9 6,564 11/27/2023
3.7.300.8 126,958 11/27/2023
3.7.300.7 265,177 11/21/2023
3.7.300.6 71,114 11/20/2023
3.7.300.5 314,170 11/17/2023
3.7.300.4 38,210 11/16/2023
3.7.300.3 44,226 11/15/2023
3.7.300.2 159,019 11/14/2023
3.7.300.1 265,561 11/13/2023
3.7.300 674,063 11/10/2023
3.7.202.18 197,088 11/8/2023
3.7.202.17 62,358 11/7/2023
3.7.202.16 50,783 11/6/2023
3.7.202.15 223,230 11/2/2023
3.7.202.14 514,176 10/27/2023
3.7.202.13 73,000 10/26/2023
3.7.202.12 242,797 10/24/2023
3.7.202.11 53,868 10/23/2023
3.7.202.10 189,297 10/20/2023
3.7.202.9 132,155 10/19/2023
3.7.202.8 55,821 10/18/2023
3.7.202.7 56,440 10/17/2023
3.7.202.6 109,764 10/16/2023
3.7.202.5 115,481 10/12/2023
3.7.202.4 257,983 10/7/2023
3.7.202.3 53,532 10/5/2023
3.7.202.2 71,296 10/4/2023
3.7.202.1 91,391 10/3/2023
3.7.202 201,579 10/2/2023
3.7.201.44 281,144 9/28/2023
3.7.201.43 36,738 9/28/2023
3.7.201.42 9,640 9/27/2023
3.7.201.41 106,612 9/25/2023
3.7.201.40 175,890 9/22/2023
3.7.201.39 228,174 9/20/2023
3.7.201.38 64,828 9/19/2023
3.7.201.37 145,977 9/15/2023
3.7.201.36 25,486 9/15/2023
3.7.201.35 17,441 9/14/2023
3.7.201.34 306,387 9/13/2023
3.7.201.33 41,697 9/12/2023
3.7.201.32 452,020 9/8/2023
3.7.201.31 49,243 9/8/2023
3.7.201.30 47,004 9/6/2023
3.7.201.29 52,502 9/5/2023
3.7.201.28 130,486 9/1/2023
3.7.201.27 27,381 9/1/2023
3.7.201.26 4,340 8/31/2023
3.7.201.25 50,311 8/31/2023
3.7.201.24 11,436 8/30/2023
3.7.201.23 125,269 8/28/2023
3.7.201.22 143,260 8/25/2023
3.7.201.21 73,454 8/24/2023
3.7.201.20 348,041 8/23/2023
3.7.201.19 57,907 8/22/2023
3.7.201.18 79,986 8/21/2023
3.7.201.17 39,426 8/18/2023
3.7.201.16 14,677 8/18/2023
3.7.201.15 15,241 8/17/2023
3.7.201.14 110,605 8/15/2023
3.7.201.13 188,572 8/14/2023
3.7.201.12 91,971 8/11/2023
3.7.201.11 43,746 8/10/2023
3.7.201.10 70,710 8/9/2023
3.7.201.9 60,036 8/8/2023
3.7.201.8 20,500 8/8/2023
3.7.201.7 60,945 8/7/2023
3.7.201.6 113,344 8/4/2023
3.7.201.5 90,477 8/2/2023
3.7.201.4 56,238 8/1/2023
3.7.201.3 514,518 7/31/2023
3.7.201.2 223,426 7/28/2023
3.7.201.1 145,988 7/26/2023
3.7.201 78,412 7/25/2023
3.7.200.4 191,785 7/24/2023
3.7.200.3 434,442 7/21/2023
3.7.200.2 173,604 7/20/2023
3.7.200.1 1,029,422 7/18/2023
3.7.200 184,005 7/18/2023
3.7.103.23 27,959 7/17/2023
3.7.103.22 134,055 7/13/2023
3.7.103.21 747,467 7/7/2023
3.7.103.20 9,422 7/7/2023
3.7.103.19 34,489 7/6/2023
3.7.103.18 89,304 7/5/2023
3.7.103.17 263,481 7/3/2023
3.7.103.16 2,426,461 6/20/2023
3.7.103.15 548,287 6/15/2023
3.7.103.14 247,163 6/13/2023
3.7.103.13 102,921 6/12/2023
3.7.103.12 139,883 6/8/2023
3.7.103.11 175,683 6/6/2023
3.7.103.10 121,552 6/5/2023
3.7.103.9 93,243 6/2/2023
3.7.103.8 9,131 6/2/2023
3.7.103.7 31,103 6/1/2023
3.7.103.6 240,531 5/30/2023
3.7.103.5 418,978 5/26/2023
3.7.103.4 337,593 5/25/2023
3.7.103.3 51,452 5/24/2023
3.7.103.2 70,377 5/23/2023
3.7.103.1 126,493 5/19/2023
3.7.103 50,340 5/18/2023
3.7.102.4 175,683 5/16/2023
3.7.102.3 67,207 5/15/2023
3.7.102.2 221,300 5/11/2023
3.7.102.1 122,986 5/9/2023
3.7.102 39,586 5/8/2023
3.7.101.60 269,210 5/4/2023
3.7.101.59 109,639 5/2/2023
3.7.101.58 80,924 5/1/2023
3.7.101.57 37,092 4/28/2023
3.7.101.56 208,221 4/27/2023
3.7.101.55 54,979 4/26/2023
3.7.101.54 71,929 4/25/2023
3.7.101.53 38,156 4/25/2023
3.7.101.52 76,464 4/21/2023
3.7.101.51 56,997 4/21/2023
3.7.101.50 129,187 4/19/2023
3.7.101.49 145,837 4/17/2023
3.7.101.48 158,968 4/14/2023
3.7.101.47 40,665 4/13/2023
3.7.101.46 35,035 4/12/2023
3.7.101.45 71,273 4/11/2023
3.7.101.44 49,696 4/10/2023
3.7.101.43 158,974 4/7/2023
3.7.101.42 14,126 4/6/2023
3.7.101.41 78,257 4/5/2023
3.7.101.40 120,219 4/4/2023
3.7.101.39 102,304 4/3/2023
3.7.101.38 97,962 3/31/2023
3.7.101.37 233,198 3/30/2023
3.7.101.36 1,870,192 3/29/2023
3.7.101.35 65,232 3/28/2023
3.7.101.34 302,815 3/24/2023
3.7.101.33 44,499 3/23/2023
3.7.101.32 36,811 3/22/2023
3.7.101.31 481,120 3/21/2023
3.7.101.30 38,542 3/20/2023
3.7.101.29 96,271 3/17/2023
3.7.101.28 42,840 3/17/2023
3.7.101.27 33,313 3/16/2023
3.7.101.26 84,339 3/15/2023
3.7.101.25 232,117 3/14/2023
3.7.101.24 86,268 3/13/2023
3.7.101.23 119,607 3/10/2023
3.7.101.22 150,546 3/9/2023
3.7.101.21 173,785 3/8/2023
3.7.101.20 159,921 3/7/2023
3.7.101.19 206,935 3/3/2023
3.7.101.18 75,725 3/2/2023
3.7.101.17 72,145 3/1/2023
3.7.101.16 84,130 2/28/2023
3.7.101.15 113,652 2/27/2023
3.7.101.14 172,961 2/23/2023
3.7.101.13 299,635 2/21/2023
3.7.101.12 307,589 2/18/2023
3.7.101.11 5,543 2/17/2023
3.7.101.10 105,846 2/16/2023
3.7.101.9 50,466 2/15/2023
3.7.101.8 160,812 2/13/2023
3.7.101.7 49,346 2/10/2023
3.7.101.6 94,085 2/9/2023
3.7.101.5 204,105 2/8/2023
3.7.101.4 80,238 2/7/2023
3.7.101.3 111,310 2/6/2023
3.7.101.2 74,694 2/3/2023
3.7.101.1 109,649 2/2/2023
3.7.101 54,647 2/2/2023
3.7.100.64 133,876 2/1/2023
3.7.100.63 55,520 1/31/2023
3.7.100.62 469,382 1/26/2023
3.7.100.61 128,421 1/25/2023
3.7.100.60 131,723 1/24/2023
3.7.100.59 111,859 1/23/2023
3.7.100.58 158,819 1/20/2023
3.7.100.57 27,910 1/20/2023
3.7.100.56 101,586 1/18/2023
3.7.100.55 147,061 1/17/2023
3.7.100.54 353,566 1/13/2023
3.7.100.53 98,147 1/12/2023
3.7.100.52 390,261 1/10/2023
3.7.100.51 91,766 1/9/2023
3.7.100.50 61,094 1/6/2023
3.7.100.49 36,015 1/5/2023
3.7.100.48 449,225 1/4/2023
3.7.100.47 14,399 1/3/2023
3.7.100.46 154,041 12/30/2022
3.7.100.45 138,596 12/29/2022
3.7.100.44 65,178 12/23/2022
3.7.100.43 20,561 12/22/2022
3.7.100.42 23,762 12/21/2022
3.7.100.41 93,067 12/20/2022
3.7.100.40 42,121 12/19/2022
3.7.100.39 368,406 12/16/2022
3.7.100.38 221,440 12/16/2022
3.7.100.37 33,285 12/15/2022
3.7.100.36 100,870 12/14/2022
3.7.100.35 209,023 12/13/2022
3.7.100.34 89,499 12/12/2022
3.7.100.33 152,636 12/8/2022
3.7.100.32 26,387 12/8/2022
3.7.100.31 8,674 12/7/2022
3.7.100.30 59,523 12/6/2022
3.7.100.29 192,238 12/5/2022
3.7.100.28 399,799 12/2/2022
3.7.100.27 314,308 12/1/2022
3.7.100.26 223,804 11/30/2022
3.7.100.25 322,163 11/29/2022
3.7.100.24 32,303 11/29/2022
3.7.100.23 303,626 11/28/2022
3.7.100.22 353,819 11/22/2022
3.7.100.21 327,223 11/18/2022
3.7.100.20 91,582 11/17/2022
3.7.100.19 609,681 11/16/2022
3.7.100.18 18,109 11/16/2022
3.7.100.17 76,659 11/15/2022
3.7.100.16 273,033 11/11/2022
3.7.100.15 48,628 11/10/2022
3.7.100.14 86,710,228 11/9/2022
3.7.100.13 10,305 11/9/2022
3.7.100.12 23,219 11/9/2022
3.7.100.11 5,089 11/8/2022
3.7.100.10 50,771 11/7/2022
3.7.100.9 99,926 11/4/2022
3.7.100.8 139,459 11/2/2022
3.7.100.7 141,217 10/31/2022
3.7.100.6 170,807 10/29/2022
3.7.100.5 9,634 10/28/2022
3.7.100.4 124,459 10/27/2022
3.7.100.3 98,572 10/26/2022
3.7.100.2 32,854 10/25/2022
3.7.100.1 45,740 10/24/2022
3.7.100 311,496 10/21/2022
3.7.1.218 335,787 10/20/2022
3.7.1.217 165,011 10/19/2022
3.7.1.216 188,355 10/18/2022
3.7.1.215 101,582 10/14/2022
3.7.1.214 66,288 10/13/2022
3.7.1.213 279,635 10/7/2022
3.7.1.212 135,222 10/6/2022
3.7.1.211 775,774 10/4/2022
3.7.1.210 70,951 10/3/2022
3.7.1.209 82,619 9/30/2022
3.7.1.208 156,289 9/29/2022
3.7.1.207 250,995 9/27/2022
3.7.1.206 3,715,809 9/27/2022
3.7.1.205 16,432 9/26/2022
3.7.1.204 125,092 9/23/2022
3.7.1.203 49,974 9/22/2022
3.7.1.202 122,575 9/21/2022
3.7.1.201 100,951 9/20/2022
3.7.1.200 43,339 9/19/2022
3.7.1.199 725,564 9/15/2022
3.7.1.198 79,306 9/14/2022
3.7.1.197 142,447 9/13/2022
3.7.1.196 101,176 9/9/2022
3.7.1.195 19,927 9/9/2022
3.7.1.194 25,276 9/8/2022
3.7.1.193 360,797 9/2/2022
3.7.1.192 19,413 9/1/2022
3.7.1.191 349,039 8/30/2022
3.7.1.190 61,273 8/29/2022
3.7.1.189 135,288 8/25/2022
3.7.1.188 211,148 8/22/2022
3.7.1.187 75,743 8/19/2022
3.7.1.186 102,637 8/16/2022
3.7.1.185 122,431 8/12/2022
3.7.1.184 133,364 8/11/2022
3.7.1.183 257,290 8/8/2022
3.7.1.182 145,461 8/4/2022
3.7.1.181 95,881 8/2/2022
3.7.1.180 138,659 7/29/2022
3.7.1.179 26,695 7/28/2022
3.7.1.178 45,780 7/27/2022
3.7.1.177 307,103 7/22/2022
3.7.1.176 93,369 7/20/2022
3.7.1.175 267,326 7/18/2022
3.7.1.174 76,296 7/15/2022
3.7.1.173 24,656 7/14/2022
3.7.1.172 58,218 7/12/2022
3.7.1.171 97,539 7/11/2022
3.7.1.170 299,697 7/5/2022
3.7.1.169 190,615 6/29/2022
3.7.1.168 311,353 6/24/2022
3.7.1.167 832,383 6/17/2022
3.7.1.166 63,415 6/16/2022
3.7.1.165 275,902 6/14/2022
3.7.1.164 97,237 6/10/2022
3.7.1.163 124,014 6/8/2022
3.7.1.162 1,852,028 6/7/2022
3.7.1.161 58,695 6/6/2022
3.7.1.160 215,178 5/31/2022
3.7.1.159 527,730 5/27/2022
3.7.1.158 40,564 5/26/2022
3.7.1.157 44,034 5/26/2022
3.7.1.156 149,436 5/25/2022
3.7.1.155 82,712 5/24/2022
3.7.1.154 65,974 5/23/2022
3.7.1.153 400,868 5/19/2022
3.7.1.152 62,732 5/18/2022
3.7.1.151 295,080 5/16/2022
3.7.1.150 357,097 5/9/2022
3.7.1.149 91,886 5/6/2022
3.7.1.148 36,096 5/6/2022
3.7.1.147 129,062 5/5/2022
3.7.1.146 118,948 5/4/2022
3.7.1.145 177,369 5/3/2022
3.7.1.144 393,834 5/3/2022
3.7.1.143 4,199 5/2/2022
3.7.1.142 651,879 4/20/2022
3.7.1.141 117,946 4/19/2022
3.7.1.140 302,962 4/14/2022
3.7.1.139 874,946 4/12/2022
3.7.1.138 96,737 4/11/2022
3.7.1.137 138,603 4/7/2022
3.7.1.136 110,366 4/6/2022
3.7.1.135 522,076 4/1/2022
3.7.1.134 114,125 3/31/2022
3.7.1.133 214,828 3/28/2022
3.7.1.132 152,130 3/24/2022
3.7.1.131 76,379 3/23/2022
3.7.1.130 295,234 3/17/2022
3.7.1.129 43,347 3/16/2022
3.7.1.128 147,225 3/14/2022
3.7.1.127 61,082 3/10/2022
3.7.1.126 19,293 3/9/2022
3.7.1.125 34,444 3/8/2022
3.7.1.124 92,203 3/4/2022
3.7.1.123 42,400 3/3/2022
3.7.1.122 87,129 3/1/2022
3.7.1.121 73,416 2/28/2022
3.7.1.120 35,775 2/26/2022
3.7.1.119 83,653 2/23/2022
3.7.1.118 30,708 2/22/2022
3.7.1.117 5,461 2/22/2022
3.7.1.116 180,194 2/21/2022
3.7.1.115 138,128 2/17/2022
3.7.1.114 149,596 2/11/2022
3.7.1.113 25,236 2/10/2022
3.7.1.112 124,229 2/4/2022
3.7.1.111 21,357 2/3/2022
3.7.1.110 312,086 1/28/2022
3.7.1.109 170,657 1/25/2022
3.7.1.108 670,449 1/15/2022
3.7.1.107 4,047 1/14/2022
3.7.1.106 87,668 1/13/2022
3.7.1.105 233,063 1/11/2022
3.7.1.104 108,806 1/7/2022
3.7.1.103 20,192 1/6/2022
3.7.1.102 13,240 1/5/2022
3.7.1.101 220,153 1/3/2022
3.7.1.100 342,424 12/21/2021
3.7.1.99 71,865 12/20/2021
3.7.1.98 370,687 12/13/2021
3.7.1.97 282,105 12/8/2021
3.7.1.96 347,828 12/2/2021
3.7.1.95 46,939 12/1/2021
3.7.1.94 152,176 11/23/2021
3.7.1.93 172,849 11/22/2021
3.7.1.92 78,094 11/19/2021
3.7.1.91 3,170 11/18/2021
3.7.1.90 93,679 11/17/2021
3.7.1.89 56,889 11/16/2021
3.7.1.88 144,370 11/15/2021
3.7.1.87 96,224 11/12/2021
3.7.1.86 39,050 11/11/2021
3.7.1.85 41,450 11/11/2021
3.7.1.84 181,284 11/9/2021
3.7.1.83 146,589 11/5/2021
3.7.1.82 2,920 11/4/2021
3.7.1.81 25,691 11/3/2021
3.7.1.80 77,334 11/2/2021
3.7.1.79 20,414 11/1/2021
3.7.1.78 76,908 10/29/2021
3.7.1.77 2,003,996 10/27/2021
3.7.1.76 155,714 10/26/2021
3.7.1.75 3,415 10/26/2021
3.7.1.74 183,611 10/22/2021
3.7.1.73 13,544 10/21/2021
3.7.1.72 279,099 10/14/2021
3.7.1.71 80,631 10/13/2021
3.7.1.70 49,717 10/12/2021
3.7.1.69 106,228 10/8/2021
3.7.1.68 33,231 10/7/2021
3.7.1.67 43,849 10/7/2021
3.7.1.66 6,285 10/6/2021
3.7.1.65 345,423 10/1/2021
3.7.1.64 42,119 9/30/2021
3.7.1.63 75,527 9/29/2021
3.7.1.62 81,458 9/27/2021
3.7.1.61 68,751 9/24/2021
3.7.1.60 53,706 9/23/2021
3.7.1.59 34,043 9/22/2021
3.7.1.58 148,627 9/17/2021
3.7.1.57 84,854 9/16/2021
3.7.1.56 64,492 9/16/2021
3.7.1.55 247,383 9/13/2021
3.7.1.54 37,495 9/10/2021
3.7.1.53 24,227 9/9/2021
3.7.1.52 79,833 9/7/2021
3.7.1.51 70,979 9/3/2021
3.7.1.50 15,936 9/3/2021
3.7.1.49 4,254 9/2/2021
3.7.1.48 30,116 9/1/2021
3.7.1.47 48,100 8/31/2021
3.7.1.46 273,117 8/27/2021
3.7.1.45 74,249 8/25/2021
3.7.1.44 97,667 8/23/2021
3.7.1.43 146,232 8/19/2021
3.7.1.42 233,240 8/16/2021
3.7.1.41 196,611 8/12/2021
3.7.1.40 300,260 8/10/2021
3.7.1.39 262,599 8/6/2021
3.7.1.38 354,032 8/4/2021
3.7.1.37 216,472 7/30/2021
3.7.1.36 38,473 7/29/2021
3.7.1.35 121,984 7/27/2021
3.7.1.34 240,096 7/21/2021
3.7.1.33 119,648 7/16/2021
3.7.1.32 86,570 7/13/2021
3.7.1.31 31,776 7/12/2021
3.7.1.30 107,358 7/9/2021
3.7.1.29 50,517 7/8/2021
3.7.1.28 53,835 7/7/2021
3.7.1.27 8,256 7/7/2021
3.7.1.26 120,148 7/6/2021
3.7.1.25 137,344 7/1/2021
3.7.1.24 155,145 6/25/2021
3.7.1.23 44,679 6/24/2021
3.7.1.22 394,113 6/21/2021
3.7.1.21 74,395 6/17/2021
3.7.1.20 42,750 6/15/2021
3.7.1.19 61,627 6/11/2021
3.7.1.18 529,107 5/28/2021
3.7.1.17 78,996 5/27/2021
3.7.1.16 18,123 5/27/2021
3.7.1.15 95,485 5/24/2021
3.7.1.14 85,977 5/21/2021
3.7.1.13 110,150 5/20/2021
3.7.1.12 26,159 5/19/2021
3.7.1.11 27,538 5/18/2021
3.7.1.10 63,434 5/14/2021
3.7.1.9 40,955 5/12/2021
3.7.1.8 29,189 5/10/2021
3.7.1.7 5,252 5/10/2021
3.7.1.6 91,804 5/6/2021
3.7.1.5 133,769 4/30/2021
3.7.1.4 76,570 4/27/2021
3.7.1.3 129,781 4/23/2021
3.7.1.2 223,870 4/19/2021
3.7.1.1 68,703 4/15/2021
3.7.1 853,204 4/13/2021
3.7.0.10 204,269 4/12/2021
3.7.0.9 53,741 4/8/2021
3.7.0.8 48,241 4/7/2021
3.7.0.7 106,328 4/2/2021
3.7.0.6 42,796 4/1/2021
3.7.0.5 34,020 3/31/2021
3.7.0.4 5,380 3/31/2021
3.7.0.3 2,335,863 3/30/2021
3.7.0.2 5,910,243 3/29/2021
3.7.0.1 74,619 3/26/2021
3.7.0 2,737,828 3/26/2021
3.5.1.60 673,017 3/25/2021
3.5.1.59 262,939 3/17/2021
3.5.1.58 77,686 3/15/2021
3.5.1.57 115,735 3/9/2021
3.5.1.56 153,582 3/5/2021
3.5.1.55 3,415 3/4/2021
3.5.1.54 148,321 3/1/2021
3.5.1.53 255,236 2/23/2021
3.5.1.52 168,535 2/19/2021
3.5.1.51 8,774 2/18/2021
3.5.1.50 56,387 2/12/2021
3.5.1.49 157,167 2/9/2021
3.5.1.48 16,540 2/8/2021
3.5.1.47 71,038 2/5/2021
3.5.1.46 29,353 2/4/2021
3.5.1.45 378,110 1/29/2021
3.5.1.44 71,603 1/28/2021
3.5.1.43 23,254 1/27/2021
3.5.1.42 37,882 1/26/2021
3.5.1.41 123,643 1/20/2021
3.5.1.40 10,487 1/19/2021
3.5.1.39 259,357 1/11/2021
3.5.1.38 25,759 1/7/2021
3.5.1.37 95,904 12/30/2020
3.5.1.36 20,938 12/23/2020
3.5.1.35 95,439 12/22/2020
3.5.1.34 24,425 12/22/2020
3.5.1.33 3,936 12/21/2020
3.5.1.32 51,642 12/18/2020
3.5.1.31 77,546 12/17/2020
3.5.1.30 19,688 12/16/2020
3.5.1.29 37,325 12/14/2020
3.5.1.28 201,304 12/9/2020
3.5.1.27 84,002 12/7/2020
3.5.1.26 183,149 12/3/2020
3.5.1.25 119,722 12/2/2020
3.5.1.24 11,397 12/1/2020
3.5.1.23 48,443 12/1/2020
3.5.1.22 124,365 11/24/2020
3.5.1.21 58,411 11/23/2020
3.5.1.20 92,794 11/20/2020
3.5.1.19 62,691 11/19/2020
3.5.1.18 16,522 11/18/2020
3.5.1.17 207,194 11/13/2020
3.5.1.16 227,447 11/5/2020
3.5.1.15 90,139 11/4/2020
3.5.1.14 140,160 10/28/2020
3.5.1.13 34,076 10/27/2020
3.5.1.12 54,303 10/26/2020
3.5.1.11 35,683 10/22/2020
3.5.1.10 42,884 10/21/2020
3.5.1.9 34,742 10/20/2020
3.5.1.8 186,075 10/16/2020
3.5.1.7 6,942 10/15/2020
3.5.1.6 123,574 10/9/2020
3.5.1.5 189,085 10/6/2020
3.5.1.4 20,846 10/2/2020
3.5.1.3 115,531 10/1/2020
3.5.1.2 80,855 9/30/2020
3.5.1.1 25,217 9/29/2020
3.5.1 217,564 9/25/2020
3.5.0.19 181,440 9/24/2020
3.5.0.18 61,157 9/21/2020
3.5.0.17 16,501 9/18/2020
3.5.0.16 9,945 9/17/2020
3.5.0.15 55,813 9/16/2020
3.5.0.14 21,591 9/15/2020
3.5.0.13 99,024 9/14/2020
3.5.0.12 24,858 9/11/2020
3.5.0.11 65,097 9/10/2020
3.5.0.10 3,324 9/9/2020
3.5.0.9 47,212 9/4/2020
3.5.0.8 38,664 9/2/2020
3.5.0.7 135,416 9/1/2020
3.5.0.6 13,029 8/31/2020
3.5.0.5 6,901 8/28/2020
3.5.0.4 16,671 8/27/2020
3.5.0.3 18,740 8/26/2020
3.5.0.2 292,701 8/25/2020
3.5.0.1 3,597 8/24/2020
3.5.0 302,299 8/20/2020
3.5.0-beta 31,640 2/4/2020
3.3.105.43 1,976,401 8/19/2020
3.3.105.42 171,669 8/14/2020
3.3.105.41 68,466 8/10/2020
3.3.105.40 22,591 8/8/2020
3.3.105.39 9,755 8/6/2020
3.3.105.38 179,574 8/4/2020
3.3.105.37 9,776 8/3/2020
3.3.105.36 10,266 7/31/2020
3.3.105.35 11,434 7/30/2020
3.3.105.34 55,899 7/29/2020
3.3.105.33 52,394 7/28/2020
3.3.105.32 114,145 7/23/2020
3.3.105.31 38,976 7/22/2020
3.3.105.30 141,804 7/17/2020
3.3.105.29 23,181 7/15/2020
3.3.105.28 134,838 7/9/2020
3.3.105.27 29,076 7/9/2020
3.3.105.26 595,363 7/8/2020
3.3.105.25 12,629 7/7/2020
3.3.105.24 59,476 7/2/2020
3.3.105.23 44,872 6/29/2020
3.3.105.22 72,131 6/26/2020
3.3.105.21 6,453 6/25/2020
3.3.105.20 18,002 6/24/2020
3.3.105.19 3,198 6/24/2020
3.3.105.18 11,725 6/23/2020
3.3.105.17 85,030 6/19/2020
3.3.105.16 31,865 6/18/2020
3.3.105.15 16,355 6/17/2020
3.3.105.14 257,771 6/11/2020
3.3.105.13 48,963 6/9/2020
3.3.105.12 42,372 6/5/2020
3.3.105.11 12,064 6/4/2020
3.3.105.10 14,319 6/3/2020
3.3.105.9 15,067 6/3/2020
3.3.105.8 31,469 6/1/2020
3.3.105.7 88,381 5/27/2020
3.3.105.6 138,409 5/26/2020
3.3.105.5 75,070 5/22/2020
3.3.105.4 39,532 5/22/2020
3.3.105.3 12,052 5/21/2020
3.3.105.2 32,829 5/19/2020
3.3.105.1 145,436 5/18/2020
3.3.105 40,263 5/15/2020
3.3.104.77 41,543 5/14/2020
3.3.104.76 54,817 5/11/2020
3.3.104.75 10,253 5/8/2020
3.3.104.74 30,235 5/8/2020
3.3.104.73 3,552 5/7/2020
3.3.104.72 14,563 5/6/2020
3.3.104.71 60,327 5/4/2020
3.3.104.70 11,158 5/1/2020
3.3.104.69 26,476 4/30/2020
3.3.104.68 37,632 4/29/2020
3.3.104.67 30,866 4/28/2020
3.3.104.66 13,191 4/27/2020
3.3.104.65 12,547 4/24/2020
3.3.104.64 17,071 4/23/2020
3.3.104.63 47,807 4/22/2020
3.3.104.62 14,037 4/21/2020
3.3.104.61 16,879 4/20/2020
3.3.104.60 24,722 4/17/2020
3.3.104.59 29,566 4/16/2020
3.3.104.58 250,925 4/8/2020
3.3.104.57 357,058 4/6/2020
3.3.104.56 15,284 4/3/2020
3.3.104.55 3,658 4/3/2020
3.3.104.54 10,914 4/2/2020
3.3.104.53 36,853 4/1/2020
3.3.104.52 101,972 3/31/2020
3.3.104.51 13,660 3/30/2020
3.3.104.50 17,308 3/27/2020
3.3.104.49 21,557 3/26/2020
3.3.104.48 27,681 3/25/2020
3.3.104.47 67,887 3/24/2020
3.3.104.46 69,630 3/20/2020
3.3.104.45 5,143 3/19/2020
3.3.104.44 70,482 3/18/2020
3.3.104.43 43,736 3/17/2020
3.3.104.42 21,135 3/16/2020
3.3.104.41 36,231 3/12/2020
3.3.104.40 140,119 3/6/2020
3.3.104.39 27,617 3/5/2020
3.3.104.38 93,048 3/2/2020
3.3.104.37 25,916 2/28/2020
3.3.104.36 4,204 2/27/2020
3.3.104.35 24,880 2/26/2020
3.3.104.34 36,608 2/25/2020
3.3.104.33 155,413 2/19/2020
3.3.104.32 49,971 2/17/2020
3.3.104.31 123,846 2/13/2020
3.3.104.30 107,538 2/13/2020
3.3.104.29 120,877 2/10/2020
3.3.104.28 200,780 2/7/2020
3.3.104.27 121,140 2/4/2020
3.3.104.26 121,415 1/24/2020
3.3.104.25 10,892 1/23/2020
3.3.104.24 69,569 1/21/2020
3.3.104.23 34,241 1/17/2020
3.3.104.22 33,977 1/16/2020
3.3.104.21 62,329 1/15/2020
3.3.104.20 86,084 1/10/2020
3.3.104.19 26,686 1/9/2020
3.3.104.18 72,744 1/8/2020
3.3.104.17 80,346 1/6/2020
3.3.104.16 336,787 1/2/2020
3.3.104.15 23,039 12/25/2019
3.3.104.14 6,454 12/23/2019
3.3.104.13 22,293 12/20/2019
3.3.104.12 39,226 12/18/2019
3.3.104.11 20,651 12/18/2019
3.3.104.10 53,910 12/16/2019
3.3.104.9 35,553 12/13/2019
3.3.104.8 14,912 12/12/2019
3.3.104.7 16,423 12/12/2019
3.3.104.6 5,419 12/11/2019
3.3.104.5 22,425 12/9/2019
3.3.104.4 172,856 12/3/2019
3.3.104.3 21,966 12/2/2019
3.3.104.2 18,572 11/26/2019
3.3.104.1 15,710 11/25/2019
3.3.104 126,938 11/22/2019
3.3.103.16 73,108 11/22/2019
3.3.103.15 27,301 11/20/2019
3.3.103.14 3,036 11/19/2019
3.3.103.13 44,631 11/14/2019
3.3.103.12 15,346 11/13/2019
3.3.103.11 96,319 11/8/2019
3.3.103.10 13,213 11/7/2019
3.3.103.9 12,473 11/7/2019
3.3.103.8 19,433 11/5/2019
3.3.103.7 36,953 10/31/2019
3.3.103.6 29,471 10/30/2019
3.3.103.5 20,631 10/28/2019
3.3.103.4 3,828 10/28/2019
3.3.103.3 95,338 10/24/2019
3.3.103.2 5,845 10/22/2019
3.3.103.1 323,130 10/18/2019
3.3.103 26,274 10/18/2019
3.3.102.35 26,389 10/17/2019
3.3.102.34 12,381 10/16/2019
3.3.102.33 90,845 10/11/2019
3.3.102.32 20,043 10/10/2019
3.3.102.31 18,650 10/8/2019
3.3.102.30 146,477 9/30/2019
3.3.102.29 45,311 9/26/2019
3.3.102.28 28,314 9/23/2019
3.3.102.27 7,338 9/21/2019
3.3.102.26 5,651 9/19/2019
3.3.102.25 42,330 9/18/2019
3.3.102.24 19,037 9/17/2019
3.3.102.23 16,207 9/16/2019
3.3.102.22 20,652 9/12/2019
3.3.102.21 26,794 9/9/2019
3.3.102.20 11,816 9/6/2019
3.3.102.19 18,236 9/5/2019
3.3.102.18 11,640 9/4/2019
3.3.102.17 111,732 8/27/2019
3.3.102.16 40,503 8/23/2019
3.3.102.15 9,679 8/22/2019
3.3.102.14 107,583 8/16/2019
3.3.102.13 8,532 8/15/2019
3.3.102.12 4,980 8/14/2019
3.3.102.11 13,304 8/13/2019
3.3.102.10 107,227 8/12/2019
3.3.102.9 10,269 8/9/2019
3.3.102.8 6,171 8/8/2019
3.3.102.7 5,649 8/7/2019
3.3.102.6 8,989 8/7/2019
3.3.102.5 100,260 8/2/2019
3.3.102.4 26,295 8/1/2019
3.3.102.3 43,226 7/30/2019
3.3.102.2 11,246 7/29/2019
3.3.102.1 15,767 7/25/2019
3.3.102 629,661 7/24/2019
3.3.101.32 107,768 7/22/2019
3.3.101.31 34,693 7/19/2019
3.3.101.30 9,859 7/19/2019
3.3.101.29 34,449 7/12/2019
3.3.101.28 15,334 7/10/2019
3.3.101.27 8,142 7/9/2019
3.3.101.26 4,391 7/8/2019
3.3.101.25 19,655 7/2/2019
3.3.101.24 7,928 7/1/2019
3.3.101.23 11,621 6/28/2019
3.3.101.22 11,034 6/27/2019
3.3.101.21 5,391 6/27/2019
3.3.101.20 6,710 6/26/2019
3.3.101.19 175,915 6/24/2019
3.3.101.18 66,622 6/20/2019
3.3.101.17 8,162 6/20/2019
3.3.101.16 23,504 6/17/2019
3.3.101.15 4,830 6/14/2019
3.3.101.14 42,504 6/13/2019
3.3.101.13 17,453 6/7/2019
3.3.101.12 84,044 6/4/2019
3.3.101.11 25,231 6/3/2019
3.3.101.10 28,397 5/31/2019
3.3.101.9 4,594 5/30/2019
3.3.101.8 5,757 5/29/2019
3.3.101.7 14,978 5/28/2019
3.3.101.6 27,404 5/23/2019
3.3.101.5 15,897 5/22/2019
3.3.101.4 17,123 5/21/2019
3.3.101.3 11,762 5/20/2019
3.3.101.2 10,957 5/17/2019
3.3.101.1 60,754 5/15/2019
3.3.101 637,280 5/10/2019
3.3.100.18 98,969 5/8/2019
3.3.100.17 37,820 5/7/2019
3.3.100.16 8,441 5/6/2019
3.3.100.15 20,240 5/3/2019
3.3.100.14 9,187 5/2/2019
3.3.100.13 43,568 4/30/2019
3.3.100.12 8,020 4/29/2019
3.3.100.11 20,950 4/26/2019
3.3.100.10 114,668 4/25/2019
3.3.100.9 4,419 4/25/2019
3.3.100.8 7,725 4/24/2019
3.3.100.7 21,297 4/18/2019
3.3.100.6 12,862 4/16/2019
3.3.100.5 73,393 4/4/2019
3.3.100.4 12,261 4/3/2019
3.3.100.3 45,130 3/29/2019
3.3.100.2 25,226 3/26/2019
3.3.100.1 38,701 3/22/2019
3.3.100 1,036,073 3/21/2019
3.3.4.58 666,319 3/11/2019
3.3.4.57 8,983 3/7/2019
3.3.4.56 11,039 3/6/2019
3.3.4.55 70,543 2/26/2019
3.3.4.54 74,793 2/20/2019
3.3.4.53 21,891 2/15/2019
3.3.4.52 20,561 2/14/2019
3.3.4.51 10,144 2/13/2019
3.3.4.50 111,715 2/4/2019
3.3.4.49 51,711 1/26/2019
3.3.4.48 8,456 1/25/2019
3.3.4.47 9,280 1/24/2019
3.3.4.46 75,041 1/18/2019
3.3.4.45 55,959 1/11/2019
3.3.4.44 3,923 1/10/2019
3.3.4.43 53,371 1/8/2019
3.3.4.42 2,712 1/7/2019
3.3.4.41 40,575 1/4/2019
3.3.4.40 82,382 12/22/2018
3.3.4.39 3,886 12/21/2018
3.3.4.38 57,595 12/15/2018
3.3.4.37 51,705 12/14/2018
3.3.4.36 34,823 12/12/2018
3.3.4.35 95,968 12/4/2018
3.3.4.34 93,358 11/16/2018
3.3.4.33 3,874 11/16/2018
3.3.4.32 8,291 11/15/2018
3.3.4.31 4,871 11/13/2018
3.3.4.30 64,866 11/9/2018
3.3.4.29 4,169 11/9/2018
3.3.4.28 4,204 11/7/2018
3.3.4.27 3,676 11/7/2018
3.3.4.26 2,844 11/6/2018
3.3.4.25 15,370 10/30/2018
3.3.4.24 5,109 10/29/2018
3.3.4.23 2,757 10/29/2018
3.3.4.22 18,964 10/26/2018
3.3.4.21 7,012 10/22/2018
3.3.4.20 2,740 10/22/2018
3.3.4.19 76,943 10/17/2018
3.3.4.18 118,741 10/6/2018
3.3.4.17 36,062 10/4/2018
3.3.4.16 32,111 9/26/2018
3.3.4.15 126,443 9/10/2018
3.3.4.14 26,026 9/7/2018
3.3.4.13 34,442 8/28/2018
3.3.4.12 54,107 8/16/2018
3.3.4.11 7,101 8/15/2018
3.3.4.10 32,209 8/3/2018
3.3.4.9 47,014 8/2/2018
3.3.4.8 101,719 7/23/2018
3.3.4.7 232,533 7/3/2018
3.3.4.6 42,303 6/23/2018
3.3.4.5 25,359 6/19/2018
3.3.4.4 147,088 6/1/2018
3.3.4.3 3,767,017 4/25/2018
3.3.4.2 14,987 4/20/2018
3.3.4.1 68,766 3/29/2018
3.3.4 22,068 3/29/2018
3.3.3.6 90,757 3/15/2018
3.3.3.5 26,326 3/3/2018
3.3.3.4 59,310 2/27/2018
3.3.3.3 1,403,397 11/11/2017
3.3.3.2 62,068 10/24/2017
3.3.3.1 28,059 10/9/2017
3.3.3 63,126 7/27/2017
3.3.2.3 749,452 7/7/2017
3.3.2.2 4,176 7/5/2017
3.3.2.1 5,870 6/28/2017
3.3.2 42,042 5/25/2017
3.3.1.9 654,037 5/11/2017
3.3.1.8 5,280 5/8/2017
3.3.1.7 4,673 5/5/2017
3.3.1.6 13,950 4/28/2017
3.3.1.5 13,963 4/21/2017
3.3.1.4 6,149 4/19/2017
3.3.1.3 18,841 3/31/2017
3.3.1.2 8,990 3/15/2017
3.3.1.1 4,484 3/14/2017
3.3.1 15,164 3/14/2017
3.3.0.9 64,115 1/20/2017
3.3.0.8 12,015 12/28/2016
3.3.0.7 10,878 12/16/2016
3.3.0.6 3,987 12/9/2016
3.3.0.5 5,286 12/7/2016
3.3.0.4 2,846 12/6/2016
3.3.0.3 15,444 11/15/2016
3.3.0.2 65,313 11/4/2016
3.3.0.1 43,209 10/11/2016
3.3.0 126,893 9/19/2016
3.2.8-rc 2,494 9/8/2016
3.2.7-beta 2,059 8/23/2016
3.2.6-beta 2,360 8/2/2016
3.2.5-beta 2,193 6/28/2016
3.2.4.1-beta 2,201 6/2/2016
3.2.4-beta 1,904 6/1/2016
3.2.3.1-beta 2,077 4/20/2016
3.2.3-beta 2,705 3/12/2016
3.2.2.1-beta 1,876 3/2/2016
3.2.2-beta 1,974 1/12/2016
3.2.1-beta 2,536 12/7/2015
3.2.0-beta 2,428 9/29/2015
3.1.4.5 27,032 8/9/2016
3.1.4.4 5,426 7/29/2016
3.1.4.3 6,103 7/13/2016
3.1.4.2 5,341 6/28/2016
3.1.4.1 4,979 6/3/2016
3.1.4 4,863 5/26/2016
3.1.3.3 9,434 5/5/2016
3.1.3.2 2,700 4/26/2016
3.1.3.1 2,371 4/18/2016
3.1.3 4,856 4/6/2016
3.1.2.2 8,617 2/22/2016
3.1.2.1 6,877 1/21/2016
3.1.2 2,366 1/19/2016
3.1.1.2 7,831 1/6/2016
3.1.1.1 3,122 12/21/2015
3.1.1 5,103 12/2/2015
3.1.0.2 111,777 10/7/2015
3.1.0.1 10,671 8/27/2015
3.1.0 194,224 7/28/2015
3.0.0.2-preview 2,509 5/21/2015
3.0.0.1-preview 1,981 5/6/2015
3.0.0-preview 2,204 4/30/2015