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 5,215 11/21/2025
4.0.5 13,980 11/19/2025
4.0.4.1 58,558 11/12/2025
4.0.4 29,132 11/10/2025
4.0.3.2 26,486 11/7/2025
4.0.3.1 28,935 11/5/2025
4.0.3 73,654 10/30/2025
4.0.2.11 64,637 10/27/2025
4.0.2.10 51,015 10/23/2025
4.0.2.9 129,782 10/16/2025
4.0.2.8 93,087 10/10/2025
4.0.2.7 16,311 10/9/2025
4.0.2.6 139,657 10/1/2025
4.0.2.5 71,131 9/30/2025
4.0.2.4 25,746 9/29/2025
4.0.2.3 108,952 9/23/2025
4.0.2.2 173,044 9/16/2025
4.0.2.1 473,306 8/29/2025
4.0.2 126,777 8/21/2025
4.0.1.11 183,568 8/15/2025
4.0.1.10 60,548 8/13/2025
4.0.1.9 147,632 8/6/2025
4.0.1.8 68,490 8/4/2025
4.0.1.7 62,174 7/31/2025
4.0.1.6 192,592 7/23/2025
4.0.1.5 373,709 7/15/2025
4.0.1.4 189,216 7/9/2025
4.0.1.3 230,102 7/1/2025
4.0.1.2 241,891 6/23/2025
4.0.1.1 128,420 6/18/2025
4.0.1 70,932 6/17/2025
4.0.0.9 66,790 6/16/2025
4.0.0.8 230,083 6/12/2025
4.0.0.7 35,128 6/11/2025
4.0.0.6 42,356 6/10/2025
4.0.0.5 1,259,132 6/4/2025
4.0.0.4 741,593 5/16/2025
4.0.0.3 44,629 5/15/2025
4.0.0.2 464,276 5/6/2025
4.0.0.1 232,841 4/30/2025
4.0.0 1,006,291 4/28/2025
4.0.0-preview.13 12,732 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,993 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,151 2/17/2025
4.0.0-preview.6 10,810 2/6/2025
4.0.0-preview.5 10,730 1/3/2025
4.0.0-preview.4 40,464 10/11/2024
4.0.0-preview.3 1,080 10/1/2024
4.0.0-preview.2 15,324 8/28/2024
4.0.0-preview 68,313 8/15/2024
3.7.504.2 2,195 11/22/2025
3.7.504.1 4,241 11/20/2025
3.7.504 26,508 11/20/2025
3.7.503.2 4,611 11/19/2025
3.7.503.1 12,788 11/14/2025
3.7.503 89,234 11/10/2025
3.7.502.3 12,511 11/6/2025
3.7.502.2 8,994 11/4/2025
3.7.502.1 14,184 10/31/2025
3.7.502 5,928 10/30/2025
3.7.501.31 5,369 10/29/2025
3.7.501.30 6,722 10/28/2025
3.7.501.29 101,291 10/27/2025
3.7.501.28 10,945 10/24/2025
3.7.501.27 5,566 10/23/2025
3.7.501.26 4,674 10/22/2025
3.7.501.25 30,876 10/17/2025
3.7.501.24 5,429 10/16/2025
3.7.501.23 6,794 10/15/2025
3.7.501.22 135,080 10/10/2025
3.7.501.21 7,772 10/9/2025
3.7.501.20 6,413 10/8/2025
3.7.501.19 6,496 10/7/2025
3.7.501.18 40,217 9/30/2025
3.7.501.17 10,028 9/29/2025
3.7.501.16 10,840 9/26/2025
3.7.501.15 6,582 9/25/2025
3.7.501.14 51,392 9/23/2025
3.7.501.13 8,806 9/22/2025
3.7.501.12 38,532 9/19/2025
3.7.501.11 53,141 9/16/2025
3.7.501.10 36,025 9/15/2025
3.7.501.9 39,823 9/11/2025
3.7.501.8 10,368 9/10/2025
3.7.501.7 7,351 9/9/2025
3.7.501.6 12,387 9/8/2025
3.7.501.5 21,462 9/4/2025
3.7.501.4 22,627 9/2/2025
3.7.501.3 368,980 8/29/2025
3.7.501.2 28,073 8/26/2025
3.7.501.1 15,554 8/25/2025
3.7.501 17,448 8/21/2025
3.7.500.8 14,417 8/20/2025
3.7.500.7 37,299 8/12/2025
3.7.500.6 209,541 8/11/2025
3.7.500.5 114,087 8/8/2025
3.7.500.4 21,179 8/6/2025
3.7.500.3 18,736 8/5/2025
3.7.500.2 12,295 8/4/2025
3.7.500.1 28,663 8/1/2025
3.7.500 132,206 7/31/2025
3.7.402.20 10,319 7/30/2025
3.7.402.19 15,804 7/29/2025
3.7.402.18 10,326 7/28/2025
3.7.402.17 23,108 7/24/2025
3.7.402.16 13,153 7/23/2025
3.7.402.15 10,048 7/22/2025
3.7.402.14 26,912 7/21/2025
3.7.402.13 115,822 7/18/2025
3.7.402.12 9,794 7/17/2025
3.7.402.11 18,937 7/16/2025
3.7.402.10 34,388 7/15/2025
3.7.402.9 48,562 7/9/2025
3.7.402.8 66,869 7/3/2025
3.7.402.7 113,225 7/1/2025
3.7.402.6 14,251 6/30/2025
3.7.402.5 21,484 6/27/2025
3.7.402.4 13,471 6/26/2025
3.7.402.3 93,690 6/23/2025
3.7.402.2 235,620 6/20/2025
3.7.402.1 22,159 6/18/2025
3.7.402 26,125 6/17/2025
3.7.401.114 191,907 6/11/2025
3.7.401.113 28,260 6/10/2025
3.7.401.112 20,721 6/9/2025
3.7.401.111 83,793 6/6/2025
3.7.401.110 32,404 6/5/2025
3.7.401.109 141,554 6/4/2025
3.7.401.108 133,457 6/2/2025
3.7.401.107 21,273 5/30/2025
3.7.401.106 75,077 5/28/2025
3.7.401.105 44,195 5/23/2025
3.7.401.104 52,605 5/21/2025
3.7.401.103 26,895 5/20/2025
3.7.401.102 52,010 5/19/2025
3.7.401.101 112,204 5/16/2025
3.7.401.100 56,666 5/12/2025
3.7.401.99 84,418 5/9/2025
3.7.401.98 18,538 5/8/2025
3.7.401.97 33,331 5/7/2025
3.7.401.96 35,064 5/6/2025
3.7.401.95 35,037 5/5/2025
3.7.401.94 61,292 5/2/2025
3.7.401.93 20,636 5/1/2025
3.7.401.92 21,906 4/30/2025
3.7.401.91 21,645 4/29/2025
3.7.401.90 43,468 4/28/2025
3.7.401.89 156,461 4/25/2025
3.7.401.88 36,736 4/24/2025
3.7.401.87 108,897 4/23/2025
3.7.401.86 325,664 4/18/2025
3.7.401.85 52,556 4/17/2025
3.7.401.84 107,554 4/16/2025
3.7.401.83 127,846 4/14/2025
3.7.401.82 155,179 4/11/2025
3.7.401.81 66,128 4/10/2025
3.7.401.80 81,401 4/9/2025
3.7.401.79 85,279 4/8/2025
3.7.401.78 320,501 4/4/2025
3.7.401.77 82,995 4/3/2025
3.7.401.76 54,088 4/3/2025
3.7.401.75 11,771 4/2/2025
3.7.401.74 201,693 4/1/2025
3.7.401.73 77,432 3/31/2025
3.7.401.72 189,805 3/28/2025
3.7.401.71 91,865 3/27/2025
3.7.401.70 51,718 3/26/2025
3.7.401.69 44,924 3/25/2025
3.7.401.68 95,042 3/24/2025
3.7.401.67 187,308 3/21/2025
3.7.401.66 66,377 3/20/2025
3.7.401.65 68,989 3/19/2025
3.7.401.64 58,144 3/18/2025
3.7.401.63 92,208 3/17/2025
3.7.401.62 139,444 3/14/2025
3.7.401.61 30,472 3/14/2025
3.7.401.60 244,587 3/11/2025
3.7.401.59 70,377 3/10/2025
3.7.401.58 161,565 3/7/2025
3.7.401.57 75,593 3/6/2025
3.7.401.56 56,020 3/5/2025
3.7.401.55 136,009 3/4/2025
3.7.401.54 138,166 3/3/2025
3.7.401.53 217,056 2/28/2025
3.7.401.52 105,616 2/27/2025
3.7.401.51 80,473 2/26/2025
3.7.401.50 90,221 2/25/2025
3.7.401.49 109,365 2/24/2025
3.7.401.48 95,283 2/21/2025
3.7.401.47 88,455 2/20/2025
3.7.401.46 119,221 2/18/2025
3.7.401.45 143,677 2/17/2025
3.7.401.44 152,050 2/13/2025
3.7.401.43 75,708 2/12/2025
3.7.401.42 116,839 2/11/2025
3.7.401.41 111,994 2/10/2025
3.7.401.40 162,613 2/7/2025
3.7.401.39 116,875 2/6/2025
3.7.401.38 67,233 2/5/2025
3.7.401.37 142,789 2/4/2025
3.7.401.36 87,295 2/3/2025
3.7.401.35 277,593 1/30/2025
3.7.401.34 261,690 1/27/2025
3.7.401.33 212,722 1/22/2025
3.7.401.32 90,774 1/21/2025
3.7.401.31 151,761 1/17/2025
3.7.401.30 118,724 1/16/2025
3.7.401.29 75,184 1/15/2025
3.7.401.28 68,120 1/14/2025
3.7.401.27 61,277 1/13/2025
3.7.401.26 114,568 1/10/2025
3.7.401.25 30,742 1/9/2025
3.7.401.24 130,461 1/8/2025
3.7.401.23 106,713 1/7/2025
3.7.401.22 97,058 1/6/2025
3.7.401.21 118,523 1/3/2025
3.7.401.20 107,223 1/2/2025
3.7.401.19 241,210 12/26/2024
3.7.401.18 543,188 12/23/2024
3.7.401.17 82,254 12/20/2024
3.7.401.16 171,204 12/19/2024
3.7.401.15 101,580 12/18/2024
3.7.401.14 84,169 12/17/2024
3.7.401.13 273,011 12/13/2024
3.7.401.12 95,208 12/12/2024
3.7.401.11 60,786 12/11/2024
3.7.401.10 85,601 12/10/2024
3.7.401.9 88,057 12/9/2024
3.7.401.8 508,279 12/3/2024
3.7.401.7 472,429 11/27/2024
3.7.401.6 476,270 11/22/2024
3.7.401.5 89,869 11/21/2024
3.7.401.4 72,315 11/21/2024
3.7.401.3 171,276 11/19/2024
3.7.401.2 291,012 11/15/2024
3.7.401.1 521,820 11/15/2024
3.7.401 98,361 11/14/2024
3.7.400.50 184,348 11/13/2024
3.7.400.49 132,606 11/12/2024
3.7.400.48 65,239 11/11/2024
3.7.400.47 91,927 11/8/2024
3.7.400.46 268,947 11/7/2024
3.7.400.45 1,124,019 11/1/2024
3.7.400.44 111,666 10/31/2024
3.7.400.43 130,668 10/30/2024
3.7.400.42 98,056 10/29/2024
3.7.400.41 447,051 10/28/2024
3.7.400.40 140,252 10/25/2024
3.7.400.39 57,516 10/24/2024
3.7.400.38 77,662 10/23/2024
3.7.400.37 119,650 10/22/2024
3.7.400.36 532,893 10/16/2024
3.7.400.35 455,982 10/15/2024
3.7.400.34 492,034 10/14/2024
3.7.400.33 513,179 10/9/2024
3.7.400.32 97,064 10/8/2024
3.7.400.31 92,181 10/7/2024
3.7.400.30 183,510 10/4/2024
3.7.400.29 49,606 10/3/2024
3.7.400.28 49,444 10/2/2024
3.7.400.27 99,935 10/1/2024
3.7.400.26 293,863 9/27/2024
3.7.400.25 94,736 9/26/2024
3.7.400.24 103,390 9/25/2024
3.7.400.23 84,631 9/24/2024
3.7.400.22 207,026 9/21/2024
3.7.400.21 1,241,533 9/16/2024
3.7.400.20 139,306 9/13/2024
3.7.400.19 163,653 9/11/2024
3.7.400.18 117,759 9/10/2024
3.7.400.17 72,234 9/9/2024
3.7.400.16 236,795 9/6/2024
3.7.400.15 105,675 9/5/2024
3.7.400.14 265,627 9/4/2024
3.7.400.13 348,360 8/30/2024
3.7.400.12 342,361 8/28/2024
3.7.400.11 338,730 8/22/2024
3.7.400.10 124,082 8/21/2024
3.7.400.9 92,331 8/20/2024
3.7.400.8 54,365 8/19/2024
3.7.400.7 324,679 8/16/2024
3.7.400.6 101,667 8/15/2024
3.7.400.5 467,755 8/13/2024
3.7.400.4 282,584 8/9/2024
3.7.400.3 522,545 8/5/2024
3.7.400.2 429,122 7/30/2024
3.7.400.1 67,949 7/29/2024
3.7.400 321,193 7/24/2024
3.7.300.121 293,516 7/22/2024
3.7.300.120 690,925 7/18/2024
3.7.300.119 354,531 7/12/2024
3.7.300.118 304,732 7/10/2024
3.7.300.117 223,056 7/9/2024
3.7.300.116 25,871 7/8/2024
3.7.300.115 107,040 7/5/2024
3.7.300.114 58,765 7/3/2024
3.7.300.113 172,184 7/1/2024
3.7.300.112 309,073 6/28/2024
3.7.300.111 133,460 6/27/2024
3.7.300.110 243,009 6/24/2024
3.7.300.109 122,166 6/20/2024
3.7.300.108 118,757 6/19/2024
3.7.300.107 139,066 6/18/2024
3.7.300.106 520,074 6/12/2024
3.7.300.105 805,472 6/11/2024
3.7.300.104 112,810 6/10/2024
3.7.300.103 98,304 6/7/2024
3.7.300.102 183,015 6/5/2024
3.7.300.101 248,114 6/4/2024
3.7.300.100 213,053 6/3/2024
3.7.300.99 353,383 5/30/2024
3.7.300.98 92,511 5/29/2024
3.7.300.97 64,575 5/28/2024
3.7.300.96 285,499 5/23/2024
3.7.300.95 82,658 5/22/2024
3.7.300.94 460,248 5/17/2024
3.7.300.93 189,404 5/16/2024
3.7.300.92 189,083 5/14/2024
3.7.300.91 337,518 5/13/2024
3.7.300.90 220,467 5/10/2024
3.7.300.89 51,933 5/9/2024
3.7.300.88 411,643 5/6/2024
3.7.300.87 79,628 5/3/2024
3.7.300.86 275,106 5/1/2024
3.7.300.85 184,047 4/29/2024
3.7.300.84 148,057 4/26/2024
3.7.300.83 41,274 4/25/2024
3.7.300.82 139,106 4/24/2024
3.7.300.81 51,706 4/23/2024
3.7.300.80 197,479 4/22/2024
3.7.300.79 52,503 4/19/2024
3.7.300.78 60,772 4/18/2024
3.7.300.77 171,683 4/17/2024
3.7.300.76 104,000 4/16/2024
3.7.300.75 1,891,715 4/11/2024
3.7.300.74 187,542 4/10/2024
3.7.300.73 131,990 4/9/2024
3.7.300.72 312,402 4/8/2024
3.7.300.71 120,285 4/5/2024
3.7.300.70 182,693 4/4/2024
3.7.300.69 79,869 4/3/2024
3.7.300.68 138,616 4/2/2024
3.7.300.67 72,033 4/1/2024
3.7.300.66 148,853 3/29/2024
3.7.300.65 55,584 3/28/2024
3.7.300.64 185,525 3/27/2024
3.7.300.63 58,177 3/26/2024
3.7.300.62 101,746 3/25/2024
3.7.300.61 173,470 3/22/2024
3.7.300.60 536,940 3/18/2024
3.7.300.59 91,630 3/15/2024
3.7.300.58 95,248 3/14/2024
3.7.300.57 60,903 3/13/2024
3.7.300.56 324,055 3/8/2024
3.7.300.55 746,100 2/29/2024
3.7.300.54 354,097 2/27/2024
3.7.300.53 1,225,904 2/16/2024
3.7.300.52 44,286 2/15/2024
3.7.300.51 84,353 2/14/2024
3.7.300.50 70,370 2/13/2024
3.7.300.49 324,882 2/9/2024
3.7.300.48 113,226 2/7/2024
3.7.300.47 554,697 2/2/2024
3.7.300.46 54,230 2/1/2024
3.7.300.45 407,365 1/31/2024
3.7.300.44 72,202 1/30/2024
3.7.300.43 158,747 1/29/2024
3.7.300.42 274,684 1/25/2024
3.7.300.41 116,048 1/25/2024
3.7.300.40 299,096 1/19/2024
3.7.300.39 324,239 1/18/2024
3.7.300.38 132,478 1/16/2024
3.7.300.37 144,079 1/14/2024
3.7.300.36 17,590 1/12/2024
3.7.300.35 90,578 1/11/2024
3.7.300.34 133,656 1/10/2024
3.7.300.33 155,487 1/8/2024
3.7.300.32 39,734 1/5/2024
3.7.300.31 44,863 1/4/2024
3.7.300.30 58,822 1/3/2024
3.7.300.29 382,232 12/28/2023
3.7.300.28 37,791 12/27/2023
3.7.300.27 35,279 12/26/2023
3.7.300.26 49,535 12/22/2023
3.7.300.25 24,117 12/21/2023
3.7.300.24 49,243 12/20/2023
3.7.300.23 49,160 12/19/2023
3.7.300.22 98,351 12/18/2023
3.7.300.21 79,202 12/15/2023
3.7.300.20 35,617 12/14/2023
3.7.300.19 123,479 12/13/2023
3.7.300.18 252,710 12/12/2023
3.7.300.17 415,352 12/7/2023
3.7.300.16 78,149 12/6/2023
3.7.300.15 136,084 12/5/2023
3.7.300.14 196,544 12/4/2023
3.7.300.13 274,509 11/30/2023
3.7.300.12 7,862 11/29/2023
3.7.300.11 61,175 11/28/2023
3.7.300.10 55,994 11/28/2023
3.7.300.9 6,569 11/27/2023
3.7.300.8 126,976 11/27/2023
3.7.300.7 265,249 11/21/2023
3.7.300.6 71,145 11/20/2023
3.7.300.5 314,254 11/17/2023
3.7.300.4 38,219 11/16/2023
3.7.300.3 44,239 11/15/2023
3.7.300.2 159,193 11/14/2023
3.7.300.1 265,725 11/13/2023
3.7.300 674,636 11/10/2023
3.7.202.18 197,154 11/8/2023
3.7.202.17 62,374 11/7/2023
3.7.202.16 50,796 11/6/2023
3.7.202.15 223,261 11/2/2023
3.7.202.14 514,609 10/27/2023
3.7.202.13 73,024 10/26/2023
3.7.202.12 242,832 10/24/2023
3.7.202.11 53,878 10/23/2023
3.7.202.10 189,442 10/20/2023
3.7.202.9 132,200 10/19/2023
3.7.202.8 55,839 10/18/2023
3.7.202.7 56,446 10/17/2023
3.7.202.6 109,802 10/16/2023
3.7.202.5 115,522 10/12/2023
3.7.202.4 258,284 10/7/2023
3.7.202.3 53,538 10/5/2023
3.7.202.2 71,323 10/4/2023
3.7.202.1 91,477 10/3/2023
3.7.202 201,767 10/2/2023
3.7.201.44 281,165 9/28/2023
3.7.201.43 36,745 9/28/2023
3.7.201.42 9,645 9/27/2023
3.7.201.41 106,630 9/25/2023
3.7.201.40 175,913 9/22/2023
3.7.201.39 228,255 9/20/2023
3.7.201.38 64,836 9/19/2023
3.7.201.37 146,017 9/15/2023
3.7.201.36 25,509 9/15/2023
3.7.201.35 17,446 9/14/2023
3.7.201.34 306,890 9/13/2023
3.7.201.33 41,711 9/12/2023
3.7.201.32 452,515 9/8/2023
3.7.201.31 49,256 9/8/2023
3.7.201.30 47,041 9/6/2023
3.7.201.29 52,510 9/5/2023
3.7.201.28 130,716 9/1/2023
3.7.201.27 27,386 9/1/2023
3.7.201.26 4,345 8/31/2023
3.7.201.25 50,330 8/31/2023
3.7.201.24 11,441 8/30/2023
3.7.201.23 125,305 8/28/2023
3.7.201.22 143,265 8/25/2023
3.7.201.21 73,480 8/24/2023
3.7.201.20 348,119 8/23/2023
3.7.201.19 57,960 8/22/2023
3.7.201.18 80,005 8/21/2023
3.7.201.17 39,437 8/18/2023
3.7.201.16 14,682 8/18/2023
3.7.201.15 15,247 8/17/2023
3.7.201.14 110,614 8/15/2023
3.7.201.13 188,614 8/14/2023
3.7.201.12 91,984 8/11/2023
3.7.201.11 43,754 8/10/2023
3.7.201.10 70,740 8/9/2023
3.7.201.9 60,041 8/8/2023
3.7.201.8 20,510 8/8/2023
3.7.201.7 60,961 8/7/2023
3.7.201.6 113,381 8/4/2023
3.7.201.5 90,493 8/2/2023
3.7.201.4 56,252 8/1/2023
3.7.201.3 514,790 7/31/2023
3.7.201.2 223,659 7/28/2023
3.7.201.1 146,067 7/26/2023
3.7.201 78,464 7/25/2023
3.7.200.4 191,925 7/24/2023
3.7.200.3 434,693 7/21/2023
3.7.200.2 173,630 7/20/2023
3.7.200.1 1,029,805 7/18/2023
3.7.200 184,091 7/18/2023
3.7.103.23 27,978 7/17/2023
3.7.103.22 134,141 7/13/2023
3.7.103.21 747,838 7/7/2023
3.7.103.20 9,426 7/7/2023
3.7.103.19 34,509 7/6/2023
3.7.103.18 89,486 7/5/2023
3.7.103.17 263,498 7/3/2023
3.7.103.16 2,429,103 6/20/2023
3.7.103.15 548,399 6/15/2023
3.7.103.14 247,236 6/13/2023
3.7.103.13 102,930 6/12/2023
3.7.103.12 139,895 6/8/2023
3.7.103.11 175,699 6/6/2023
3.7.103.10 121,569 6/5/2023
3.7.103.9 93,253 6/2/2023
3.7.103.8 9,134 6/2/2023
3.7.103.7 31,115 6/1/2023
3.7.103.6 240,540 5/30/2023
3.7.103.5 419,015 5/26/2023
3.7.103.4 337,651 5/25/2023
3.7.103.3 51,459 5/24/2023
3.7.103.2 70,450 5/23/2023
3.7.103.1 126,510 5/19/2023
3.7.103 50,370 5/18/2023
3.7.102.4 175,704 5/16/2023
3.7.102.3 67,216 5/15/2023
3.7.102.2 221,347 5/11/2023
3.7.102.1 123,003 5/9/2023
3.7.102 39,611 5/8/2023
3.7.101.60 269,359 5/4/2023
3.7.101.59 109,648 5/2/2023
3.7.101.58 80,928 5/1/2023
3.7.101.57 37,096 4/28/2023
3.7.101.56 208,297 4/27/2023
3.7.101.55 54,984 4/26/2023
3.7.101.54 71,954 4/25/2023
3.7.101.53 38,160 4/25/2023
3.7.101.52 76,482 4/21/2023
3.7.101.51 57,077 4/21/2023
3.7.101.50 129,218 4/19/2023
3.7.101.49 145,937 4/17/2023
3.7.101.48 159,032 4/14/2023
3.7.101.47 40,676 4/13/2023
3.7.101.46 35,044 4/12/2023
3.7.101.45 71,287 4/11/2023
3.7.101.44 49,703 4/10/2023
3.7.101.43 159,049 4/7/2023
3.7.101.42 14,130 4/6/2023
3.7.101.41 78,279 4/5/2023
3.7.101.40 120,231 4/4/2023
3.7.101.39 102,336 4/3/2023
3.7.101.38 97,979 3/31/2023
3.7.101.37 233,321 3/30/2023
3.7.101.36 1,874,110 3/29/2023
3.7.101.35 65,241 3/28/2023
3.7.101.34 302,931 3/24/2023
3.7.101.33 44,502 3/23/2023
3.7.101.32 36,817 3/22/2023
3.7.101.31 481,172 3/21/2023
3.7.101.30 38,545 3/20/2023
3.7.101.29 96,325 3/17/2023
3.7.101.28 42,844 3/17/2023
3.7.101.27 33,320 3/16/2023
3.7.101.26 84,349 3/15/2023
3.7.101.25 232,134 3/14/2023
3.7.101.24 86,277 3/13/2023
3.7.101.23 119,619 3/10/2023
3.7.101.22 150,681 3/9/2023
3.7.101.21 173,811 3/8/2023
3.7.101.20 159,953 3/7/2023
3.7.101.19 206,979 3/3/2023
3.7.101.18 75,779 3/2/2023
3.7.101.17 72,156 3/1/2023
3.7.101.16 84,137 2/28/2023
3.7.101.15 113,680 2/27/2023
3.7.101.14 173,207 2/23/2023
3.7.101.13 299,661 2/21/2023
3.7.101.12 308,126 2/18/2023
3.7.101.11 5,546 2/17/2023
3.7.101.10 105,864 2/16/2023
3.7.101.9 50,472 2/15/2023
3.7.101.8 160,820 2/13/2023
3.7.101.7 49,357 2/10/2023
3.7.101.6 94,090 2/9/2023
3.7.101.5 204,334 2/8/2023
3.7.101.4 80,241 2/7/2023
3.7.101.3 111,379 2/6/2023
3.7.101.2 74,700 2/3/2023
3.7.101.1 109,769 2/2/2023
3.7.101 54,653 2/2/2023
3.7.100.64 133,940 2/1/2023
3.7.100.63 55,540 1/31/2023
3.7.100.62 469,534 1/26/2023
3.7.100.61 128,429 1/25/2023
3.7.100.60 131,755 1/24/2023
3.7.100.59 111,943 1/23/2023
3.7.100.58 158,831 1/20/2023
3.7.100.57 27,912 1/20/2023
3.7.100.56 101,614 1/18/2023
3.7.100.55 147,146 1/17/2023
3.7.100.54 353,585 1/13/2023
3.7.100.53 98,201 1/12/2023
3.7.100.52 390,955 1/10/2023
3.7.100.51 91,773 1/9/2023
3.7.100.50 61,108 1/6/2023
3.7.100.49 36,017 1/5/2023
3.7.100.48 449,652 1/4/2023
3.7.100.47 14,403 1/3/2023
3.7.100.46 154,229 12/30/2022
3.7.100.45 138,943 12/29/2022
3.7.100.44 65,197 12/23/2022
3.7.100.43 20,563 12/22/2022
3.7.100.42 23,777 12/21/2022
3.7.100.41 93,166 12/20/2022
3.7.100.40 42,134 12/19/2022
3.7.100.39 368,679 12/16/2022
3.7.100.38 221,467 12/16/2022
3.7.100.37 33,288 12/15/2022
3.7.100.36 100,905 12/14/2022
3.7.100.35 209,047 12/13/2022
3.7.100.34 89,535 12/12/2022
3.7.100.33 152,698 12/8/2022
3.7.100.32 26,389 12/8/2022
3.7.100.31 8,676 12/7/2022
3.7.100.30 59,596 12/6/2022
3.7.100.29 192,262 12/5/2022
3.7.100.28 399,926 12/2/2022
3.7.100.27 314,665 12/1/2022
3.7.100.26 223,844 11/30/2022
3.7.100.25 322,545 11/29/2022
3.7.100.24 32,318 11/29/2022
3.7.100.23 303,645 11/28/2022
3.7.100.22 353,892 11/22/2022
3.7.100.21 327,270 11/18/2022
3.7.100.20 91,636 11/17/2022
3.7.100.19 610,929 11/16/2022
3.7.100.18 18,122 11/16/2022
3.7.100.17 76,662 11/15/2022
3.7.100.16 273,144 11/11/2022
3.7.100.15 48,643 11/10/2022
3.7.100.14 86,778,721 11/9/2022
3.7.100.13 10,307 11/9/2022
3.7.100.12 23,232 11/9/2022
3.7.100.11 5,090 11/8/2022
3.7.100.10 50,772 11/7/2022
3.7.100.9 99,929 11/4/2022
3.7.100.8 139,485 11/2/2022
3.7.100.7 141,222 10/31/2022
3.7.100.6 170,811 10/29/2022
3.7.100.5 9,635 10/28/2022
3.7.100.4 124,469 10/27/2022
3.7.100.3 98,578 10/26/2022
3.7.100.2 32,867 10/25/2022
3.7.100.1 45,745 10/24/2022
3.7.100 311,693 10/21/2022
3.7.1.218 335,945 10/20/2022
3.7.1.217 165,366 10/19/2022
3.7.1.216 188,461 10/18/2022
3.7.1.215 101,666 10/14/2022
3.7.1.214 66,303 10/13/2022
3.7.1.213 279,811 10/7/2022
3.7.1.212 135,232 10/6/2022
3.7.1.211 775,951 10/4/2022
3.7.1.210 70,956 10/3/2022
3.7.1.209 82,638 9/30/2022
3.7.1.208 156,294 9/29/2022
3.7.1.207 251,061 9/27/2022
3.7.1.206 3,715,811 9/27/2022
3.7.1.205 16,435 9/26/2022
3.7.1.204 125,119 9/23/2022
3.7.1.203 49,977 9/22/2022
3.7.1.202 122,576 9/21/2022
3.7.1.201 101,037 9/20/2022
3.7.1.200 43,343 9/19/2022
3.7.1.199 725,758 9/15/2022
3.7.1.198 79,312 9/14/2022
3.7.1.197 142,456 9/13/2022
3.7.1.196 101,202 9/9/2022
3.7.1.195 19,928 9/9/2022
3.7.1.194 25,278 9/8/2022
3.7.1.193 360,857 9/2/2022
3.7.1.192 19,414 9/1/2022
3.7.1.191 349,043 8/30/2022
3.7.1.190 61,275 8/29/2022
3.7.1.189 135,304 8/25/2022
3.7.1.188 211,189 8/22/2022
3.7.1.187 75,753 8/19/2022
3.7.1.186 102,649 8/16/2022
3.7.1.185 122,479 8/12/2022
3.7.1.184 133,444 8/11/2022
3.7.1.183 257,308 8/8/2022
3.7.1.182 145,476 8/4/2022
3.7.1.181 95,899 8/2/2022
3.7.1.180 138,664 7/29/2022
3.7.1.179 26,696 7/28/2022
3.7.1.178 45,782 7/27/2022
3.7.1.177 307,118 7/22/2022
3.7.1.176 93,376 7/20/2022
3.7.1.175 267,888 7/18/2022
3.7.1.174 76,299 7/15/2022
3.7.1.173 24,659 7/14/2022
3.7.1.172 58,228 7/12/2022
3.7.1.171 97,580 7/11/2022
3.7.1.170 299,772 7/5/2022
3.7.1.169 190,655 6/29/2022
3.7.1.168 311,405 6/24/2022
3.7.1.167 832,724 6/17/2022
3.7.1.166 63,491 6/16/2022
3.7.1.165 275,962 6/14/2022
3.7.1.164 97,249 6/10/2022
3.7.1.163 124,067 6/8/2022
3.7.1.162 1,852,608 6/7/2022
3.7.1.161 58,700 6/6/2022
3.7.1.160 215,204 5/31/2022
3.7.1.159 527,869 5/27/2022
3.7.1.158 40,565 5/26/2022
3.7.1.157 44,035 5/26/2022
3.7.1.156 149,441 5/25/2022
3.7.1.155 82,713 5/24/2022
3.7.1.154 65,977 5/23/2022
3.7.1.153 400,993 5/19/2022
3.7.1.152 62,734 5/18/2022
3.7.1.151 295,123 5/16/2022
3.7.1.150 357,181 5/9/2022
3.7.1.149 91,887 5/6/2022
3.7.1.148 36,097 5/6/2022
3.7.1.147 129,072 5/5/2022
3.7.1.146 118,984 5/4/2022
3.7.1.145 177,381 5/3/2022
3.7.1.144 393,855 5/3/2022
3.7.1.143 4,200 5/2/2022
3.7.1.142 651,961 4/20/2022
3.7.1.141 117,948 4/19/2022
3.7.1.140 302,971 4/14/2022
3.7.1.139 875,024 4/12/2022
3.7.1.138 96,741 4/11/2022
3.7.1.137 138,607 4/7/2022
3.7.1.136 110,374 4/6/2022
3.7.1.135 522,200 4/1/2022
3.7.1.134 114,127 3/31/2022
3.7.1.133 214,839 3/28/2022
3.7.1.132 152,231 3/24/2022
3.7.1.131 76,385 3/23/2022
3.7.1.130 295,282 3/17/2022
3.7.1.129 43,349 3/16/2022
3.7.1.128 147,243 3/14/2022
3.7.1.127 61,084 3/10/2022
3.7.1.126 19,299 3/9/2022
3.7.1.125 34,456 3/8/2022
3.7.1.124 92,206 3/4/2022
3.7.1.123 42,408 3/3/2022
3.7.1.122 87,138 3/1/2022
3.7.1.121 73,420 2/28/2022
3.7.1.120 35,776 2/26/2022
3.7.1.119 83,655 2/23/2022
3.7.1.118 30,725 2/22/2022
3.7.1.117 5,462 2/22/2022
3.7.1.116 180,198 2/21/2022
3.7.1.115 138,141 2/17/2022
3.7.1.114 149,606 2/11/2022
3.7.1.113 25,237 2/10/2022
3.7.1.112 124,240 2/4/2022
3.7.1.111 21,361 2/3/2022
3.7.1.110 312,111 1/28/2022
3.7.1.109 170,688 1/25/2022
3.7.1.108 670,630 1/15/2022
3.7.1.107 4,047 1/14/2022
3.7.1.106 87,692 1/13/2022
3.7.1.105 233,071 1/11/2022
3.7.1.104 108,813 1/7/2022
3.7.1.103 20,196 1/6/2022
3.7.1.102 13,240 1/5/2022
3.7.1.101 220,157 1/3/2022
3.7.1.100 342,466 12/21/2021
3.7.1.99 71,916 12/20/2021
3.7.1.98 370,779 12/13/2021
3.7.1.97 282,122 12/8/2021
3.7.1.96 347,880 12/2/2021
3.7.1.95 47,003 12/1/2021
3.7.1.94 152,195 11/23/2021
3.7.1.93 172,872 11/22/2021
3.7.1.92 78,096 11/19/2021
3.7.1.91 3,170 11/18/2021
3.7.1.90 93,712 11/17/2021
3.7.1.89 56,892 11/16/2021
3.7.1.88 144,498 11/15/2021
3.7.1.87 96,224 11/12/2021
3.7.1.86 39,052 11/11/2021
3.7.1.85 41,450 11/11/2021
3.7.1.84 181,291 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,693 11/3/2021
3.7.1.80 77,338 11/2/2021
3.7.1.79 20,414 11/1/2021
3.7.1.78 76,915 10/29/2021
3.7.1.77 2,005,501 10/27/2021
3.7.1.76 155,716 10/26/2021
3.7.1.75 3,417 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,176 10/14/2021
3.7.1.71 80,641 10/13/2021
3.7.1.70 49,717 10/12/2021
3.7.1.69 106,247 10/8/2021
3.7.1.68 33,258 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,431 10/1/2021
3.7.1.64 42,124 9/30/2021
3.7.1.63 75,602 9/29/2021
3.7.1.62 81,463 9/27/2021
3.7.1.61 68,777 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,631 9/17/2021
3.7.1.57 84,946 9/16/2021
3.7.1.56 64,492 9/16/2021
3.7.1.55 247,391 9/13/2021
3.7.1.54 37,501 9/10/2021
3.7.1.53 24,233 9/9/2021
3.7.1.52 79,837 9/7/2021
3.7.1.51 70,980 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,125 8/27/2021
3.7.1.45 74,253 8/25/2021
3.7.1.44 97,669 8/23/2021
3.7.1.43 146,285 8/19/2021
3.7.1.42 233,255 8/16/2021
3.7.1.41 196,756 8/12/2021
3.7.1.40 300,271 8/10/2021
3.7.1.39 262,612 8/6/2021
3.7.1.38 354,102 8/4/2021
3.7.1.37 216,491 7/30/2021
3.7.1.36 38,479 7/29/2021
3.7.1.35 121,984 7/27/2021
3.7.1.34 240,099 7/21/2021
3.7.1.33 119,663 7/16/2021
3.7.1.32 86,583 7/13/2021
3.7.1.31 31,791 7/12/2021
3.7.1.30 107,364 7/9/2021
3.7.1.29 50,540 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,149 7/6/2021
3.7.1.25 137,364 7/1/2021
3.7.1.24 155,149 6/25/2021
3.7.1.23 44,681 6/24/2021
3.7.1.22 394,148 6/21/2021
3.7.1.21 74,395 6/17/2021
3.7.1.20 42,754 6/15/2021
3.7.1.19 61,628 6/11/2021
3.7.1.18 529,189 5/28/2021
3.7.1.17 79,022 5/27/2021
3.7.1.16 18,123 5/27/2021
3.7.1.15 95,490 5/24/2021
3.7.1.14 85,981 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,541 5/18/2021
3.7.1.10 63,437 5/14/2021
3.7.1.9 40,956 5/12/2021
3.7.1.8 29,194 5/10/2021
3.7.1.7 5,252 5/10/2021
3.7.1.6 91,811 5/6/2021
3.7.1.5 133,779 4/30/2021
3.7.1.4 76,571 4/27/2021
3.7.1.3 129,820 4/23/2021
3.7.1.2 223,888 4/19/2021
3.7.1.1 68,716 4/15/2021
3.7.1 853,643 4/13/2021
3.7.0.10 204,299 4/12/2021
3.7.0.9 53,742 4/8/2021
3.7.0.8 48,246 4/7/2021
3.7.0.7 106,354 4/2/2021
3.7.0.6 42,803 4/1/2021
3.7.0.5 34,021 3/31/2021
3.7.0.4 5,389 3/31/2021
3.7.0.3 2,336,613 3/30/2021
3.7.0.2 5,911,675 3/29/2021
3.7.0.1 74,626 3/26/2021
3.7.0 2,738,240 3/26/2021
3.5.1.60 673,158 3/25/2021
3.5.1.59 262,946 3/17/2021
3.5.1.58 77,686 3/15/2021
3.5.1.57 115,757 3/9/2021
3.5.1.56 153,582 3/5/2021
3.5.1.55 3,416 3/4/2021
3.5.1.54 148,324 3/1/2021
3.5.1.53 255,248 2/23/2021
3.5.1.52 168,545 2/19/2021
3.5.1.51 8,774 2/18/2021
3.5.1.50 56,388 2/12/2021
3.5.1.49 157,171 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,604 1/28/2021
3.5.1.43 23,254 1/27/2021
3.5.1.42 37,930 1/26/2021
3.5.1.41 123,650 1/20/2021
3.5.1.40 10,488 1/19/2021
3.5.1.39 259,359 1/11/2021
3.5.1.38 25,759 1/7/2021
3.5.1.37 95,909 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,556 12/17/2020
3.5.1.30 19,688 12/16/2020
3.5.1.29 37,327 12/14/2020
3.5.1.28 201,311 12/9/2020
3.5.1.27 84,004 12/7/2020
3.5.1.26 183,150 12/3/2020
3.5.1.25 119,727 12/2/2020
3.5.1.24 11,407 12/1/2020
3.5.1.23 48,457 12/1/2020
3.5.1.22 124,373 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,453 11/5/2020
3.5.1.15 90,163 11/4/2020
3.5.1.14 140,161 10/28/2020
3.5.1.13 34,082 10/27/2020
3.5.1.12 54,304 10/26/2020
3.5.1.11 35,688 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,943 10/15/2020
3.5.1.6 123,586 10/9/2020
3.5.1.5 189,086 10/6/2020
3.5.1.4 20,849 10/2/2020
3.5.1.3 115,532 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,584 9/25/2020
3.5.0.19 181,457 9/24/2020
3.5.0.18 61,168 9/21/2020
3.5.0.17 16,501 9/18/2020
3.5.0.16 9,946 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,035 9/14/2020
3.5.0.12 24,858 9/11/2020
3.5.0.11 65,098 9/10/2020
3.5.0.10 3,324 9/9/2020
3.5.0.9 47,216 9/4/2020
3.5.0.8 38,664 9/2/2020
3.5.0.7 135,419 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,721 8/25/2020
3.5.0.1 3,598 8/24/2020
3.5.0 302,381 8/20/2020
3.5.0-beta 31,640 2/4/2020
3.3.105.43 1,976,686 8/19/2020
3.3.105.42 171,675 8/14/2020
3.3.105.41 68,470 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,577 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,147 7/23/2020
3.3.105.31 38,976 7/22/2020
3.3.105.30 141,806 7/17/2020
3.3.105.29 23,183 7/15/2020
3.3.105.28 134,883 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,477 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,199 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,896 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,322 6/3/2020
3.3.105.9 15,081 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,412 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,080 5/21/2020
3.3.105.2 32,831 5/19/2020
3.3.105.1 145,448 5/18/2020
3.3.105 40,265 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,236 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,328 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,638 4/29/2020
3.3.104.67 30,866 4/28/2020
3.3.104.66 13,196 4/27/2020
3.3.104.65 12,547 4/24/2020
3.3.104.64 17,073 4/23/2020
3.3.104.63 47,809 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,570 4/16/2020
3.3.104.58 250,926 4/8/2020
3.3.104.57 357,134 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,974 3/31/2020
3.3.104.51 13,660 3/30/2020
3.3.104.50 17,313 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,702 3/20/2020
3.3.104.45 5,144 3/19/2020
3.3.104.44 70,507 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,121 3/6/2020
3.3.104.39 27,620 3/5/2020
3.3.104.38 93,050 3/2/2020
3.3.104.37 25,920 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,440 2/19/2020
3.3.104.32 49,971 2/17/2020
3.3.104.31 123,847 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,831 2/7/2020
3.3.104.27 121,151 2/4/2020
3.3.104.26 121,415 1/24/2020
3.3.104.25 10,893 1/23/2020
3.3.104.24 69,569 1/21/2020
3.3.104.23 34,242 1/17/2020
3.3.104.22 33,978 1/16/2020
3.3.104.21 62,437 1/15/2020
3.3.104.20 86,087 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,356 1/6/2020
3.3.104.16 336,834 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,652 12/18/2019
3.3.104.10 53,914 12/16/2019
3.3.104.9 35,565 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,896 12/3/2019
3.3.104.3 21,966 12/2/2019
3.3.104.2 18,573 11/26/2019
3.3.104.1 15,710 11/25/2019
3.3.104 126,944 11/22/2019
3.3.103.16 73,122 11/22/2019
3.3.103.15 27,305 11/20/2019
3.3.103.14 3,036 11/19/2019
3.3.103.13 44,632 11/14/2019
3.3.103.12 15,346 11/13/2019
3.3.103.11 96,357 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,474 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,342 10/24/2019
3.3.103.2 5,846 10/22/2019
3.3.103.1 323,133 10/18/2019
3.3.103 26,275 10/18/2019
3.3.102.35 26,392 10/17/2019
3.3.102.34 12,385 10/16/2019
3.3.102.33 90,845 10/11/2019
3.3.102.32 20,046 10/10/2019
3.3.102.31 18,650 10/8/2019
3.3.102.30 146,504 9/30/2019
3.3.102.29 45,311 9/26/2019
3.3.102.28 28,315 9/23/2019
3.3.102.27 7,338 9/21/2019
3.3.102.26 5,652 9/19/2019
3.3.102.25 42,336 9/18/2019
3.3.102.24 19,039 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,733 8/27/2019
3.3.102.16 40,509 8/23/2019
3.3.102.15 9,679 8/22/2019
3.3.102.14 107,586 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,238 8/12/2019
3.3.102.9 10,272 8/9/2019
3.3.102.8 6,174 8/8/2019
3.3.102.7 5,652 8/7/2019
3.3.102.6 8,991 8/7/2019
3.3.102.5 100,262 8/2/2019
3.3.102.4 26,297 8/1/2019
3.3.102.3 43,228 7/30/2019
3.3.102.2 11,248 7/29/2019
3.3.102.1 15,769 7/25/2019
3.3.102 629,674 7/24/2019
3.3.101.32 107,772 7/22/2019
3.3.101.31 34,706 7/19/2019
3.3.101.30 9,867 7/19/2019
3.3.101.29 34,451 7/12/2019
3.3.101.28 15,337 7/10/2019
3.3.101.27 8,145 7/9/2019
3.3.101.26 4,394 7/8/2019
3.3.101.25 19,657 7/2/2019
3.3.101.24 7,930 7/1/2019
3.3.101.23 11,623 6/28/2019
3.3.101.22 11,037 6/27/2019
3.3.101.21 5,394 6/27/2019
3.3.101.20 6,712 6/26/2019
3.3.101.19 175,949 6/24/2019
3.3.101.18 66,624 6/20/2019
3.3.101.17 8,165 6/20/2019
3.3.101.16 23,506 6/17/2019
3.3.101.15 4,832 6/14/2019
3.3.101.14 42,506 6/13/2019
3.3.101.13 17,455 6/7/2019
3.3.101.12 84,049 6/4/2019
3.3.101.11 25,239 6/3/2019
3.3.101.10 28,399 5/31/2019
3.3.101.9 4,596 5/30/2019
3.3.101.8 5,759 5/29/2019
3.3.101.7 14,980 5/28/2019
3.3.101.6 27,407 5/23/2019
3.3.101.5 15,899 5/22/2019
3.3.101.4 17,125 5/21/2019
3.3.101.3 11,764 5/20/2019
3.3.101.2 10,959 5/17/2019
3.3.101.1 60,756 5/15/2019
3.3.101 637,288 5/10/2019
3.3.100.18 98,972 5/8/2019
3.3.100.17 37,822 5/7/2019
3.3.100.16 8,443 5/6/2019
3.3.100.15 20,242 5/3/2019
3.3.100.14 9,189 5/2/2019
3.3.100.13 43,570 4/30/2019
3.3.100.12 8,022 4/29/2019
3.3.100.11 20,952 4/26/2019
3.3.100.10 114,671 4/25/2019
3.3.100.9 4,421 4/25/2019
3.3.100.8 7,727 4/24/2019
3.3.100.7 21,301 4/18/2019
3.3.100.6 12,865 4/16/2019
3.3.100.5 73,408 4/4/2019
3.3.100.4 12,263 4/3/2019
3.3.100.3 45,136 3/29/2019
3.3.100.2 25,229 3/26/2019
3.3.100.1 38,717 3/22/2019
3.3.100 1,036,112 3/21/2019
3.3.4.58 666,336 3/11/2019
3.3.4.57 8,985 3/7/2019
3.3.4.56 11,041 3/6/2019
3.3.4.55 70,545 2/26/2019
3.3.4.54 74,795 2/20/2019
3.3.4.53 21,894 2/15/2019
3.3.4.52 20,566 2/14/2019
3.3.4.51 10,146 2/13/2019
3.3.4.50 111,717 2/4/2019
3.3.4.49 51,715 1/26/2019
3.3.4.48 8,458 1/25/2019
3.3.4.47 9,282 1/24/2019
3.3.4.46 75,043 1/18/2019
3.3.4.45 55,961 1/11/2019
3.3.4.44 3,926 1/10/2019
3.3.4.43 53,373 1/8/2019
3.3.4.42 2,714 1/7/2019
3.3.4.41 40,577 1/4/2019
3.3.4.40 82,498 12/22/2018
3.3.4.39 3,888 12/21/2018
3.3.4.38 57,597 12/15/2018
3.3.4.37 51,710 12/14/2018
3.3.4.36 34,825 12/12/2018
3.3.4.35 95,980 12/4/2018
3.3.4.34 93,391 11/16/2018
3.3.4.33 3,877 11/16/2018
3.3.4.32 8,294 11/15/2018
3.3.4.31 4,873 11/13/2018
3.3.4.30 64,869 11/9/2018
3.3.4.29 4,172 11/9/2018
3.3.4.28 4,206 11/7/2018
3.3.4.27 3,680 11/7/2018
3.3.4.26 2,845 11/6/2018
3.3.4.25 15,372 10/30/2018
3.3.4.24 5,112 10/29/2018
3.3.4.23 2,759 10/29/2018
3.3.4.22 18,968 10/26/2018
3.3.4.21 7,014 10/22/2018
3.3.4.20 2,742 10/22/2018
3.3.4.19 76,945 10/17/2018
3.3.4.18 118,743 10/6/2018
3.3.4.17 36,065 10/4/2018
3.3.4.16 32,113 9/26/2018
3.3.4.15 126,446 9/10/2018
3.3.4.14 26,034 9/7/2018
3.3.4.13 34,444 8/28/2018
3.3.4.12 54,112 8/16/2018
3.3.4.11 7,103 8/15/2018
3.3.4.10 32,214 8/3/2018
3.3.4.9 47,018 8/2/2018
3.3.4.8 101,725 7/23/2018
3.3.4.7 232,545 7/3/2018
3.3.4.6 42,310 6/23/2018
3.3.4.5 25,365 6/19/2018
3.3.4.4 147,099 6/1/2018
3.3.4.3 3,767,517 4/25/2018
3.3.4.2 14,991 4/20/2018
3.3.4.1 68,773 3/29/2018
3.3.4 22,074 3/29/2018
3.3.3.6 90,763 3/15/2018
3.3.3.5 26,332 3/3/2018
3.3.3.4 59,317 2/27/2018
3.3.3.3 1,403,501 11/11/2017
3.3.3.2 62,074 10/24/2017
3.3.3.1 28,063 10/9/2017
3.3.3 63,130 7/27/2017
3.3.2.3 749,478 7/7/2017
3.3.2.2 4,180 7/5/2017
3.3.2.1 5,874 6/28/2017
3.3.2 42,046 5/25/2017
3.3.1.9 654,055 5/11/2017
3.3.1.8 5,284 5/8/2017
3.3.1.7 4,678 5/5/2017
3.3.1.6 13,970 4/28/2017
3.3.1.5 13,967 4/21/2017
3.3.1.4 6,153 4/19/2017
3.3.1.3 18,845 3/31/2017
3.3.1.2 8,994 3/15/2017
3.3.1.1 4,488 3/14/2017
3.3.1 15,169 3/14/2017
3.3.0.9 64,126 1/20/2017
3.3.0.8 12,019 12/28/2016
3.3.0.7 10,883 12/16/2016
3.3.0.6 3,991 12/9/2016
3.3.0.5 5,291 12/7/2016
3.3.0.4 2,850 12/6/2016
3.3.0.3 15,448 11/15/2016
3.3.0.2 65,317 11/4/2016
3.3.0.1 43,213 10/11/2016
3.3.0 126,900 9/19/2016
3.2.8-rc 2,498 9/8/2016
3.2.7-beta 2,063 8/23/2016
3.2.6-beta 2,364 8/2/2016
3.2.5-beta 2,198 6/28/2016
3.2.4.1-beta 2,206 6/2/2016
3.2.4-beta 1,908 6/1/2016
3.2.3.1-beta 2,081 4/20/2016
3.2.3-beta 2,711 3/12/2016
3.2.2.1-beta 1,880 3/2/2016
3.2.2-beta 1,978 1/12/2016
3.2.1-beta 2,542 12/7/2015
3.2.0-beta 2,433 9/29/2015
3.1.4.5 27,037 8/9/2016
3.1.4.4 5,430 7/29/2016
3.1.4.3 6,107 7/13/2016
3.1.4.2 5,345 6/28/2016
3.1.4.1 4,984 6/3/2016
3.1.4 4,867 5/26/2016
3.1.3.3 9,440 5/5/2016
3.1.3.2 2,704 4/26/2016
3.1.3.1 2,375 4/18/2016
3.1.3 4,861 4/6/2016
3.1.2.2 8,621 2/22/2016
3.1.2.1 6,881 1/21/2016
3.1.2 2,370 1/19/2016
3.1.1.2 7,835 1/6/2016
3.1.1.1 3,128 12/21/2015
3.1.1 5,108 12/2/2015
3.1.0.2 111,782 10/7/2015
3.1.0.1 10,676 8/27/2015
3.1.0 195,364 7/28/2015
3.0.0.2-preview 2,514 5/21/2015
3.0.0.1-preview 1,986 5/6/2015
3.0.0-preview 2,209 4/30/2015