AWSSDK.SecurityToken 4.0.0-preview.12

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

NuGet packages (111)

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.

NServiceBus.AmazonSQS

NServiceBus.AmazonSQS

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.

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

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

Repository Stars
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.
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.
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
CCob/Volumiser
emgarten/Sleet
A static nuget feed generator for Azure Storage, AWS S3, and more.
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
cocosip/sharp-abp
Abp-vNext extension modules
Cysharp/Claudia
Unofficial Anthropic Claude API client for .NET.
awslabs/aws-sdk-net-samples
Version Downloads Last updated
4.0.0.8 4,964 6/12/2025
4.0.0.7 5,547 6/11/2025
4.0.0.6 7,071 6/10/2025
4.0.0.5 31,766 6/4/2025
4.0.0.4 133,377 5/16/2025
4.0.0.3 10,687 5/15/2025
4.0.0.2 116,393 5/6/2025
4.0.0.1 56,528 4/30/2025
4.0.0 180,130 4/28/2025
4.0.0-preview.13 3,772 4/9/2025
4.0.0-preview.12 440 4/4/2025
4.0.0-preview.11 4,854 3/26/2025
4.0.0-preview.10 5,983 3/7/2025
4.0.0-preview.9 465 3/4/2025
4.0.0-preview.8 767 2/25/2025
4.0.0-preview.7 4,474 2/17/2025
4.0.0-preview.6 6,762 2/6/2025
4.0.0-preview.5 8,368 1/3/2025
4.0.0-preview.4 32,305 10/11/2024
4.0.0-preview.3 973 10/1/2024
4.0.0-preview.2 11,446 8/28/2024
4.0.0-preview 66,652 8/15/2024
3.7.401.114 14,321 6/11/2025
3.7.401.113 5,885 6/10/2025
3.7.401.112 5,804 6/9/2025
3.7.401.111 49,717 6/6/2025
3.7.401.110 17,904 6/5/2025
3.7.401.109 12,458 6/4/2025
3.7.401.108 13,231 6/2/2025
3.7.401.107 9,192 5/30/2025
3.7.401.106 59,191 5/28/2025
3.7.401.105 18,236 5/23/2025
3.7.401.104 13,009 5/21/2025
3.7.401.103 9,284 5/20/2025
3.7.401.102 11,978 5/19/2025
3.7.401.101 86,618 5/16/2025
3.7.401.100 28,272 5/12/2025
3.7.401.99 63,802 5/9/2025
3.7.401.98 9,403 5/8/2025
3.7.401.97 12,651 5/7/2025
3.7.401.96 21,425 5/6/2025
3.7.401.95 15,737 5/5/2025
3.7.401.94 46,396 5/2/2025
3.7.401.93 11,351 5/1/2025
3.7.401.92 10,957 4/30/2025
3.7.401.91 12,900 4/29/2025
3.7.401.90 30,297 4/28/2025
3.7.401.89 72,073 4/25/2025
3.7.401.88 21,890 4/24/2025
3.7.401.87 40,849 4/23/2025
3.7.401.86 115,460 4/18/2025
3.7.401.85 18,986 4/17/2025
3.7.401.84 85,259 4/16/2025
3.7.401.83 80,066 4/14/2025
3.7.401.82 65,355 4/11/2025
3.7.401.81 27,304 4/10/2025
3.7.401.80 27,868 4/9/2025
3.7.401.79 53,121 4/8/2025
3.7.401.78 178,338 4/4/2025
3.7.401.77 52,135 4/3/2025
3.7.401.76 26,362 4/3/2025
3.7.401.75 7,179 4/2/2025
3.7.401.74 68,758 4/1/2025
3.7.401.73 39,160 3/31/2025
3.7.401.72 109,493 3/28/2025
3.7.401.71 54,074 3/27/2025
3.7.401.70 35,168 3/26/2025
3.7.401.69 28,423 3/25/2025
3.7.401.68 51,420 3/24/2025
3.7.401.67 130,291 3/21/2025
3.7.401.66 42,211 3/20/2025
3.7.401.65 31,333 3/19/2025
3.7.401.64 35,445 3/18/2025
3.7.401.63 45,225 3/17/2025
3.7.401.62 88,452 3/14/2025
3.7.401.61 20,834 3/14/2025
3.7.401.60 148,260 3/11/2025
3.7.401.59 46,283 3/10/2025
3.7.401.58 103,418 3/7/2025
3.7.401.57 40,561 3/6/2025
3.7.401.56 35,254 3/5/2025
3.7.401.55 71,518 3/4/2025
3.7.401.54 79,869 3/3/2025
3.7.401.53 130,018 2/28/2025
3.7.401.52 62,726 2/27/2025
3.7.401.51 50,398 2/26/2025
3.7.401.50 53,279 2/25/2025
3.7.401.49 70,854 2/24/2025
3.7.401.48 63,707 2/21/2025
3.7.401.47 42,800 2/20/2025
3.7.401.46 76,744 2/18/2025
3.7.401.45 100,331 2/17/2025
3.7.401.44 103,784 2/13/2025
3.7.401.43 43,935 2/12/2025
3.7.401.42 67,387 2/11/2025
3.7.401.41 78,639 2/10/2025
3.7.401.40 91,096 2/7/2025
3.7.401.39 50,379 2/6/2025
3.7.401.38 41,968 2/5/2025
3.7.401.37 118,227 2/4/2025
3.7.401.36 62,803 2/3/2025
3.7.401.35 169,564 1/30/2025
3.7.401.34 171,625 1/27/2025
3.7.401.33 143,550 1/22/2025
3.7.401.32 56,632 1/21/2025
3.7.401.31 106,586 1/17/2025
3.7.401.30 74,252 1/16/2025
3.7.401.29 47,920 1/15/2025
3.7.401.28 45,824 1/14/2025
3.7.401.27 51,296 1/13/2025
3.7.401.26 83,425 1/10/2025
3.7.401.25 22,250 1/9/2025
3.7.401.24 83,704 1/8/2025
3.7.401.23 84,694 1/7/2025
3.7.401.22 63,833 1/6/2025
3.7.401.21 76,998 1/3/2025
3.7.401.20 69,775 1/2/2025
3.7.401.19 154,202 12/26/2024
3.7.401.18 494,647 12/23/2024
3.7.401.17 58,418 12/20/2024
3.7.401.16 107,186 12/19/2024
3.7.401.15 71,065 12/18/2024
3.7.401.14 63,080 12/17/2024
3.7.401.13 182,542 12/13/2024
3.7.401.12 71,210 12/12/2024
3.7.401.11 41,054 12/11/2024
3.7.401.10 58,577 12/10/2024
3.7.401.9 67,956 12/9/2024
3.7.401.8 353,727 12/3/2024
3.7.401.7 372,359 11/27/2024
3.7.401.6 364,353 11/22/2024
3.7.401.5 62,610 11/21/2024
3.7.401.4 54,585 11/21/2024
3.7.401.3 109,548 11/19/2024
3.7.401.2 225,585 11/15/2024
3.7.401.1 282,947 11/15/2024
3.7.401 36,188 11/14/2024
3.7.400.50 113,873 11/13/2024
3.7.400.49 118,828 11/12/2024
3.7.400.48 51,790 11/11/2024
3.7.400.47 68,515 11/8/2024
3.7.400.46 190,708 11/7/2024
3.7.400.45 727,131 11/1/2024
3.7.400.44 57,153 10/31/2024
3.7.400.43 99,889 10/30/2024
3.7.400.42 78,706 10/29/2024
3.7.400.41 306,938 10/28/2024
3.7.400.40 102,520 10/25/2024
3.7.400.39 39,774 10/24/2024
3.7.400.38 60,119 10/23/2024
3.7.400.37 74,379 10/22/2024
3.7.400.36 375,252 10/16/2024
3.7.400.35 310,604 10/15/2024
3.7.400.34 76,279 10/14/2024
3.7.400.33 272,838 10/9/2024
3.7.400.32 78,407 10/8/2024
3.7.400.31 74,017 10/7/2024
3.7.400.30 125,382 10/4/2024
3.7.400.29 31,059 10/3/2024
3.7.400.28 39,338 10/2/2024
3.7.400.27 78,113 10/1/2024
3.7.400.26 228,258 9/27/2024
3.7.400.25 79,863 9/26/2024
3.7.400.24 66,519 9/25/2024
3.7.400.23 73,614 9/24/2024
3.7.400.22 161,247 9/21/2024
3.7.400.21 680,176 9/16/2024
3.7.400.20 102,910 9/13/2024
3.7.400.19 137,188 9/11/2024
3.7.400.18 92,459 9/10/2024
3.7.400.17 61,417 9/9/2024
3.7.400.16 174,570 9/6/2024
3.7.400.15 75,644 9/5/2024
3.7.400.14 199,255 9/4/2024
3.7.400.13 232,132 8/30/2024
3.7.400.12 233,605 8/28/2024
3.7.400.11 267,215 8/22/2024
3.7.400.10 95,767 8/21/2024
3.7.400.9 71,132 8/20/2024
3.7.400.8 46,599 8/19/2024
3.7.400.7 289,347 8/16/2024
3.7.400.6 81,115 8/15/2024
3.7.400.5 226,831 8/13/2024
3.7.400.4 226,279 8/9/2024
3.7.400.3 354,211 8/5/2024
3.7.400.2 357,239 7/30/2024
3.7.400.1 59,160 7/29/2024
3.7.400 211,394 7/24/2024
3.7.300.121 210,859 7/22/2024
3.7.300.120 626,869 7/18/2024
3.7.300.119 299,451 7/12/2024
3.7.300.118 272,700 7/10/2024
3.7.300.117 166,741 7/9/2024
3.7.300.116 21,047 7/8/2024
3.7.300.115 90,640 7/5/2024
3.7.300.114 48,808 7/3/2024
3.7.300.113 144,380 7/1/2024
3.7.300.112 248,916 6/28/2024
3.7.300.111 109,541 6/27/2024
3.7.300.110 173,997 6/24/2024
3.7.300.109 108,408 6/20/2024
3.7.300.108 94,265 6/19/2024
3.7.300.107 87,497 6/18/2024
3.7.300.106 431,530 6/12/2024
3.7.300.105 457,781 6/11/2024
3.7.300.104 89,707 6/10/2024
3.7.300.103 88,749 6/7/2024
3.7.300.102 133,444 6/5/2024
3.7.300.101 130,366 6/4/2024
3.7.300.100 181,287 6/3/2024
3.7.300.99 262,504 5/30/2024
3.7.300.98 74,749 5/29/2024
3.7.300.97 54,710 5/28/2024
3.7.300.96 247,184 5/23/2024
3.7.300.95 64,079 5/22/2024
3.7.300.94 374,237 5/17/2024
3.7.300.93 173,610 5/16/2024
3.7.300.92 147,564 5/14/2024
3.7.300.91 230,956 5/13/2024
3.7.300.90 186,407 5/10/2024
3.7.300.89 46,056 5/9/2024
3.7.300.88 247,241 5/6/2024
3.7.300.87 69,104 5/3/2024
3.7.300.86 224,897 5/1/2024
3.7.300.85 160,172 4/29/2024
3.7.300.84 142,791 4/26/2024
3.7.300.83 36,996 4/25/2024
3.7.300.82 114,183 4/24/2024
3.7.300.81 43,723 4/23/2024
3.7.300.80 137,603 4/22/2024
3.7.300.79 47,430 4/19/2024
3.7.300.78 45,881 4/18/2024
3.7.300.77 134,567 4/17/2024
3.7.300.76 88,888 4/16/2024
3.7.300.75 1,360,242 4/11/2024
3.7.300.74 157,482 4/10/2024
3.7.300.73 126,746 4/9/2024
3.7.300.72 211,775 4/8/2024
3.7.300.71 105,860 4/5/2024
3.7.300.70 140,444 4/4/2024
3.7.300.69 70,981 4/3/2024
3.7.300.68 118,765 4/2/2024
3.7.300.67 61,801 4/1/2024
3.7.300.66 113,729 3/29/2024
3.7.300.65 42,766 3/28/2024
3.7.300.64 148,488 3/27/2024
3.7.300.63 53,714 3/26/2024
3.7.300.62 88,087 3/25/2024
3.7.300.61 159,941 3/22/2024
3.7.300.60 418,959 3/18/2024
3.7.300.59 79,560 3/15/2024
3.7.300.58 82,370 3/14/2024
3.7.300.57 50,841 3/13/2024
3.7.300.56 275,568 3/8/2024
3.7.300.55 668,345 2/29/2024
3.7.300.54 267,326 2/27/2024
3.7.300.53 953,431 2/16/2024
3.7.300.52 33,346 2/15/2024
3.7.300.51 73,312 2/14/2024
3.7.300.50 62,005 2/13/2024
3.7.300.49 277,294 2/9/2024
3.7.300.48 96,978 2/7/2024
3.7.300.47 435,757 2/2/2024
3.7.300.46 47,774 2/1/2024
3.7.300.45 317,858 1/31/2024
3.7.300.44 60,128 1/30/2024
3.7.300.43 125,826 1/29/2024
3.7.300.42 224,393 1/25/2024
3.7.300.41 100,230 1/25/2024
3.7.300.40 264,575 1/19/2024
3.7.300.39 261,734 1/18/2024
3.7.300.38 123,802 1/16/2024
3.7.300.37 126,588 1/14/2024
3.7.300.36 14,619 1/12/2024
3.7.300.35 84,225 1/11/2024
3.7.300.34 114,524 1/10/2024
3.7.300.33 133,839 1/8/2024
3.7.300.32 37,226 1/5/2024
3.7.300.31 40,456 1/4/2024
3.7.300.30 54,115 1/3/2024
3.7.300.29 316,177 12/28/2023
3.7.300.28 34,087 12/27/2023
3.7.300.27 32,509 12/26/2023
3.7.300.26 40,514 12/22/2023
3.7.300.25 21,155 12/21/2023
3.7.300.24 41,457 12/20/2023
3.7.300.23 44,712 12/19/2023
3.7.300.22 85,498 12/18/2023
3.7.300.21 63,029 12/15/2023
3.7.300.20 28,849 12/14/2023
3.7.300.19 110,207 12/13/2023
3.7.300.18 198,133 12/12/2023
3.7.300.17 332,497 12/7/2023
3.7.300.16 57,272 12/6/2023
3.7.300.15 126,485 12/5/2023
3.7.300.14 178,310 12/4/2023
3.7.300.13 231,998 11/30/2023
3.7.300.12 6,386 11/29/2023
3.7.300.11 55,645 11/28/2023
3.7.300.10 51,895 11/28/2023
3.7.300.9 5,291 11/27/2023
3.7.300.8 118,293 11/27/2023
3.7.300.7 242,897 11/21/2023
3.7.300.6 64,056 11/20/2023
3.7.300.5 279,580 11/17/2023
3.7.300.4 32,005 11/16/2023
3.7.300.3 39,570 11/15/2023
3.7.300.2 130,801 11/14/2023
3.7.300.1 239,764 11/13/2023
3.7.300 550,829 11/10/2023
3.7.202.18 175,533 11/8/2023
3.7.202.17 55,186 11/7/2023
3.7.202.16 46,352 11/6/2023
3.7.202.15 212,810 11/2/2023
3.7.202.14 451,615 10/27/2023
3.7.202.13 67,318 10/26/2023
3.7.202.12 201,019 10/24/2023
3.7.202.11 51,183 10/23/2023
3.7.202.10 166,183 10/20/2023
3.7.202.9 119,382 10/19/2023
3.7.202.8 52,941 10/18/2023
3.7.202.7 54,857 10/17/2023
3.7.202.6 78,207 10/16/2023
3.7.202.5 107,922 10/12/2023
3.7.202.4 231,663 10/7/2023
3.7.202.3 50,966 10/5/2023
3.7.202.2 53,175 10/4/2023
3.7.202.1 75,101 10/3/2023
3.7.202 181,942 10/2/2023
3.7.201.44 261,877 9/28/2023
3.7.201.43 30,270 9/28/2023
3.7.201.42 8,656 9/27/2023
3.7.201.41 97,986 9/25/2023
3.7.201.40 158,924 9/22/2023
3.7.201.39 165,928 9/20/2023
3.7.201.38 58,688 9/19/2023
3.7.201.37 129,782 9/15/2023
3.7.201.36 23,289 9/15/2023
3.7.201.35 14,539 9/14/2023
3.7.201.34 238,399 9/13/2023
3.7.201.33 36,994 9/12/2023
3.7.201.32 382,359 9/8/2023
3.7.201.31 42,852 9/8/2023
3.7.201.30 41,813 9/6/2023
3.7.201.29 46,458 9/5/2023
3.7.201.28 112,146 9/1/2023
3.7.201.27 25,595 9/1/2023
3.7.201.26 3,354 8/31/2023
3.7.201.25 45,698 8/31/2023
3.7.201.24 10,327 8/30/2023
3.7.201.23 119,548 8/28/2023
3.7.201.22 138,174 8/25/2023
3.7.201.21 69,098 8/24/2023
3.7.201.20 315,882 8/23/2023
3.7.201.19 50,127 8/22/2023
3.7.201.18 72,494 8/21/2023
3.7.201.17 37,100 8/18/2023
3.7.201.16 12,970 8/18/2023
3.7.201.15 13,376 8/17/2023
3.7.201.14 101,546 8/15/2023
3.7.201.13 169,726 8/14/2023
3.7.201.12 89,165 8/11/2023
3.7.201.11 41,352 8/10/2023
3.7.201.10 66,451 8/9/2023
3.7.201.9 55,319 8/8/2023
3.7.201.8 16,868 8/8/2023
3.7.201.7 55,941 8/7/2023
3.7.201.6 101,192 8/4/2023
3.7.201.5 81,279 8/2/2023
3.7.201.4 53,365 8/1/2023
3.7.201.3 372,921 7/31/2023
3.7.201.2 211,146 7/28/2023
3.7.201.1 131,687 7/26/2023
3.7.201 68,792 7/25/2023
3.7.200.4 166,352 7/24/2023
3.7.200.3 402,962 7/21/2023
3.7.200.2 166,667 7/20/2023
3.7.200.1 905,031 7/18/2023
3.7.200 159,521 7/18/2023
3.7.103.23 24,598 7/17/2023
3.7.103.22 121,773 7/13/2023
3.7.103.21 637,305 7/7/2023
3.7.103.20 8,537 7/7/2023
3.7.103.19 31,462 7/6/2023
3.7.103.18 68,111 7/5/2023
3.7.103.17 235,326 7/3/2023
3.7.103.16 1,764,232 6/20/2023
3.7.103.15 448,872 6/15/2023
3.7.103.14 206,957 6/13/2023
3.7.103.13 95,436 6/12/2023
3.7.103.12 129,827 6/8/2023
3.7.103.11 170,727 6/6/2023
3.7.103.10 119,103 6/5/2023
3.7.103.9 88,606 6/2/2023
3.7.103.8 8,052 6/2/2023
3.7.103.7 29,685 6/1/2023
3.7.103.6 209,000 5/30/2023
3.7.103.5 408,445 5/26/2023
3.7.103.4 268,246 5/25/2023
3.7.103.3 49,116 5/24/2023
3.7.103.2 62,731 5/23/2023
3.7.103.1 115,185 5/19/2023
3.7.103 47,040 5/18/2023
3.7.102.4 166,465 5/16/2023
3.7.102.3 65,129 5/15/2023
3.7.102.2 193,951 5/11/2023
3.7.102.1 115,073 5/9/2023
3.7.102 36,753 5/8/2023
3.7.101.60 244,911 5/4/2023
3.7.101.59 102,942 5/2/2023
3.7.101.58 79,309 5/1/2023
3.7.101.57 35,225 4/28/2023
3.7.101.56 190,044 4/27/2023
3.7.101.55 53,010 4/26/2023
3.7.101.54 64,982 4/25/2023
3.7.101.53 35,351 4/25/2023
3.7.101.52 71,222 4/21/2023
3.7.101.51 39,515 4/21/2023
3.7.101.50 120,239 4/19/2023
3.7.101.49 128,659 4/17/2023
3.7.101.48 153,357 4/14/2023
3.7.101.47 38,060 4/13/2023
3.7.101.46 33,387 4/12/2023
3.7.101.45 68,262 4/11/2023
3.7.101.44 47,657 4/10/2023
3.7.101.43 150,458 4/7/2023
3.7.101.42 13,170 4/6/2023
3.7.101.41 71,507 4/5/2023
3.7.101.40 116,218 4/4/2023
3.7.101.39 95,606 4/3/2023
3.7.101.38 92,031 3/31/2023
3.7.101.37 181,707 3/30/2023
3.7.101.36 1,506,986 3/29/2023
3.7.101.35 62,652 3/28/2023
3.7.101.34 257,635 3/24/2023
3.7.101.33 42,323 3/23/2023
3.7.101.32 35,403 3/22/2023
3.7.101.31 448,326 3/21/2023
3.7.101.30 37,351 3/20/2023
3.7.101.29 89,319 3/17/2023
3.7.101.28 35,405 3/17/2023
3.7.101.27 31,666 3/16/2023
3.7.101.26 79,890 3/15/2023
3.7.101.25 225,567 3/14/2023
3.7.101.24 80,257 3/13/2023
3.7.101.23 115,495 3/10/2023
3.7.101.22 133,210 3/9/2023
3.7.101.21 164,978 3/8/2023
3.7.101.20 149,856 3/7/2023
3.7.101.19 199,622 3/3/2023
3.7.101.18 71,067 3/2/2023
3.7.101.17 69,910 3/1/2023
3.7.101.16 81,547 2/28/2023
3.7.101.15 105,652 2/27/2023
3.7.101.14 149,995 2/23/2023
3.7.101.13 290,948 2/21/2023
3.7.101.12 241,634 2/18/2023
3.7.101.11 4,347 2/17/2023
3.7.101.10 92,609 2/16/2023
3.7.101.9 49,158 2/15/2023
3.7.101.8 153,888 2/13/2023
3.7.101.7 47,663 2/10/2023
3.7.101.6 84,380 2/9/2023
3.7.101.5 177,740 2/8/2023
3.7.101.4 79,186 2/7/2023
3.7.101.3 101,782 2/6/2023
3.7.101.2 70,752 2/3/2023
3.7.101.1 63,120 2/2/2023
3.7.101 49,959 2/2/2023
3.7.100.64 116,412 2/1/2023
3.7.100.63 52,379 1/31/2023
3.7.100.62 399,707 1/26/2023
3.7.100.61 126,763 1/25/2023
3.7.100.60 118,013 1/24/2023
3.7.100.59 94,953 1/23/2023
3.7.100.58 152,923 1/20/2023
3.7.100.57 25,739 1/20/2023
3.7.100.56 90,608 1/18/2023
3.7.100.55 124,561 1/17/2023
3.7.100.54 343,999 1/13/2023
3.7.100.53 89,239 1/12/2023
3.7.100.52 298,738 1/10/2023
3.7.100.51 86,934 1/9/2023
3.7.100.50 56,683 1/6/2023
3.7.100.49 30,996 1/5/2023
3.7.100.48 335,734 1/4/2023
3.7.100.47 13,213 1/3/2023
3.7.100.46 130,790 12/30/2022
3.7.100.45 88,180 12/29/2022
3.7.100.44 58,921 12/23/2022
3.7.100.43 19,695 12/22/2022
3.7.100.42 21,242 12/21/2022
3.7.100.41 82,147 12/20/2022
3.7.100.40 37,943 12/19/2022
3.7.100.39 276,230 12/16/2022
3.7.100.38 214,165 12/16/2022
3.7.100.37 32,069 12/15/2022
3.7.100.36 94,586 12/14/2022
3.7.100.35 203,450 12/13/2022
3.7.100.34 80,976 12/12/2022
3.7.100.33 145,371 12/8/2022
3.7.100.32 25,393 12/8/2022
3.7.100.31 7,687 12/7/2022
3.7.100.30 55,551 12/6/2022
3.7.100.29 176,658 12/5/2022
3.7.100.28 378,400 12/2/2022
3.7.100.27 277,153 12/1/2022
3.7.100.26 214,902 11/30/2022
3.7.100.25 285,617 11/29/2022
3.7.100.24 29,592 11/29/2022
3.7.100.23 297,859 11/28/2022
3.7.100.22 306,020 11/22/2022
3.7.100.21 319,690 11/18/2022
3.7.100.20 79,634 11/17/2022
3.7.100.19 187,779 11/16/2022
3.7.100.18 15,777 11/16/2022
3.7.100.17 75,681 11/15/2022
3.7.100.16 256,654 11/11/2022
3.7.100.15 45,080 11/10/2022
3.7.100.14 69,250,484 11/9/2022
3.7.100.13 9,019 11/9/2022
3.7.100.12 20,606 11/9/2022
3.7.100.11 4,457 11/8/2022
3.7.100.10 49,908 11/7/2022
3.7.100.9 96,686 11/4/2022
3.7.100.8 134,275 11/2/2022
3.7.100.7 133,840 10/31/2022
3.7.100.6 167,115 10/29/2022
3.7.100.5 9,103 10/28/2022
3.7.100.4 104,702 10/27/2022
3.7.100.3 97,162 10/26/2022
3.7.100.2 29,134 10/25/2022
3.7.100.1 43,347 10/24/2022
3.7.100 249,567 10/21/2022
3.7.1.218 290,532 10/20/2022
3.7.1.217 136,577 10/19/2022
3.7.1.216 159,960 10/18/2022
3.7.1.215 92,659 10/14/2022
3.7.1.214 62,645 10/13/2022
3.7.1.213 260,830 10/7/2022
3.7.1.212 125,214 10/6/2022
3.7.1.211 636,276 10/4/2022
3.7.1.210 69,611 10/3/2022
3.7.1.209 77,210 9/30/2022
3.7.1.208 151,371 9/29/2022
3.7.1.207 233,621 9/27/2022
3.7.1.206 3,689,250 9/27/2022
3.7.1.205 15,800 9/26/2022
3.7.1.204 117,861 9/23/2022
3.7.1.203 48,340 9/22/2022
3.7.1.202 121,586 9/21/2022
3.7.1.201 89,528 9/20/2022
3.7.1.200 41,414 9/19/2022
3.7.1.199 611,500 9/15/2022
3.7.1.198 76,624 9/14/2022
3.7.1.197 138,172 9/13/2022
3.7.1.196 96,646 9/9/2022
3.7.1.195 19,156 9/9/2022
3.7.1.194 24,368 9/8/2022
3.7.1.193 333,906 9/2/2022
3.7.1.192 18,827 9/1/2022
3.7.1.191 330,041 8/30/2022
3.7.1.190 57,658 8/29/2022
3.7.1.189 124,708 8/25/2022
3.7.1.188 188,894 8/22/2022
3.7.1.187 74,309 8/19/2022
3.7.1.186 100,400 8/16/2022
3.7.1.185 111,919 8/12/2022
3.7.1.184 114,824 8/11/2022
3.7.1.183 235,661 8/8/2022
3.7.1.182 124,741 8/4/2022
3.7.1.181 91,206 8/2/2022
3.7.1.180 133,654 7/29/2022
3.7.1.179 25,818 7/28/2022
3.7.1.178 44,436 7/27/2022
3.7.1.177 296,981 7/22/2022
3.7.1.176 88,302 7/20/2022
3.7.1.175 239,711 7/18/2022
3.7.1.174 70,185 7/15/2022
3.7.1.173 24,183 7/14/2022
3.7.1.172 56,962 7/12/2022
3.7.1.171 87,712 7/11/2022
3.7.1.170 276,621 7/5/2022
3.7.1.169 178,613 6/29/2022
3.7.1.168 297,857 6/24/2022
3.7.1.167 746,829 6/17/2022
3.7.1.166 58,452 6/16/2022
3.7.1.165 263,607 6/14/2022
3.7.1.164 93,765 6/10/2022
3.7.1.163 113,281 6/8/2022
3.7.1.162 1,508,071 6/7/2022
3.7.1.161 57,817 6/6/2022
3.7.1.160 205,268 5/31/2022
3.7.1.159 500,176 5/27/2022
3.7.1.158 39,552 5/26/2022
3.7.1.157 43,187 5/26/2022
3.7.1.156 141,569 5/25/2022
3.7.1.155 82,024 5/24/2022
3.7.1.154 64,822 5/23/2022
3.7.1.153 339,578 5/19/2022
3.7.1.152 61,326 5/18/2022
3.7.1.151 286,575 5/16/2022
3.7.1.150 329,694 5/9/2022
3.7.1.149 80,507 5/6/2022
3.7.1.148 35,556 5/6/2022
3.7.1.147 122,239 5/5/2022
3.7.1.146 115,982 5/4/2022
3.7.1.145 154,019 5/3/2022
3.7.1.144 389,864 5/3/2022
3.7.1.143 3,806 5/2/2022
3.7.1.142 613,986 4/20/2022
3.7.1.141 105,659 4/19/2022
3.7.1.140 298,206 4/14/2022
3.7.1.139 828,192 4/12/2022
3.7.1.138 86,550 4/11/2022
3.7.1.137 115,289 4/7/2022
3.7.1.136 100,712 4/6/2022
3.7.1.135 464,945 4/1/2022
3.7.1.134 112,777 3/31/2022
3.7.1.133 210,951 3/28/2022
3.7.1.132 139,041 3/24/2022
3.7.1.131 74,702 3/23/2022
3.7.1.130 279,980 3/17/2022
3.7.1.129 41,773 3/16/2022
3.7.1.128 144,366 3/14/2022
3.7.1.127 60,578 3/10/2022
3.7.1.126 18,648 3/9/2022
3.7.1.125 32,743 3/8/2022
3.7.1.124 89,684 3/4/2022
3.7.1.123 41,213 3/3/2022
3.7.1.122 85,414 3/1/2022
3.7.1.121 71,995 2/28/2022
3.7.1.120 34,615 2/26/2022
3.7.1.119 82,529 2/23/2022
3.7.1.118 28,983 2/22/2022
3.7.1.117 5,213 2/22/2022
3.7.1.116 164,564 2/21/2022
3.7.1.115 131,478 2/17/2022
3.7.1.114 143,980 2/11/2022
3.7.1.113 24,340 2/10/2022
3.7.1.112 117,035 2/4/2022
3.7.1.111 20,848 2/3/2022
3.7.1.110 304,235 1/28/2022
3.7.1.109 163,015 1/25/2022
3.7.1.108 659,076 1/15/2022
3.7.1.107 3,683 1/14/2022
3.7.1.106 80,307 1/13/2022
3.7.1.105 228,660 1/11/2022
3.7.1.104 103,387 1/7/2022
3.7.1.103 19,725 1/6/2022
3.7.1.102 12,920 1/5/2022
3.7.1.101 209,769 1/3/2022
3.7.1.100 326,793 12/21/2021
3.7.1.99 61,951 12/20/2021
3.7.1.98 344,895 12/13/2021
3.7.1.97 270,564 12/8/2021
3.7.1.96 331,018 12/2/2021
3.7.1.95 40,602 12/1/2021
3.7.1.94 149,671 11/23/2021
3.7.1.93 169,379 11/22/2021
3.7.1.92 77,111 11/19/2021
3.7.1.91 2,891 11/18/2021
3.7.1.90 85,973 11/17/2021
3.7.1.89 52,875 11/16/2021
3.7.1.88 124,428 11/15/2021
3.7.1.87 95,387 11/12/2021
3.7.1.86 38,039 11/11/2021
3.7.1.85 38,850 11/11/2021
3.7.1.84 170,495 11/9/2021
3.7.1.83 141,287 11/5/2021
3.7.1.82 2,655 11/4/2021
3.7.1.81 25,131 11/3/2021
3.7.1.80 76,350 11/2/2021
3.7.1.79 19,846 11/1/2021
3.7.1.78 74,292 10/29/2021
3.7.1.77 1,492,300 10/27/2021
3.7.1.76 154,886 10/26/2021
3.7.1.75 3,173 10/26/2021
3.7.1.74 178,917 10/22/2021
3.7.1.73 13,136 10/21/2021
3.7.1.72 270,561 10/14/2021
3.7.1.71 75,968 10/13/2021
3.7.1.70 48,174 10/12/2021
3.7.1.69 102,680 10/8/2021
3.7.1.68 32,624 10/7/2021
3.7.1.67 40,137 10/7/2021
3.7.1.66 6,023 10/6/2021
3.7.1.65 338,308 10/1/2021
3.7.1.64 39,129 9/30/2021
3.7.1.63 67,661 9/29/2021
3.7.1.62 80,642 9/27/2021
3.7.1.61 64,136 9/24/2021
3.7.1.60 50,517 9/23/2021
3.7.1.59 33,577 9/22/2021
3.7.1.58 145,333 9/17/2021
3.7.1.57 73,803 9/16/2021
3.7.1.56 64,200 9/16/2021
3.7.1.55 236,077 9/13/2021
3.7.1.54 36,267 9/10/2021
3.7.1.53 23,282 9/9/2021
3.7.1.52 78,595 9/7/2021
3.7.1.51 68,469 9/3/2021
3.7.1.50 15,307 9/3/2021
3.7.1.49 4,013 9/2/2021
3.7.1.48 29,668 9/1/2021
3.7.1.47 45,231 8/31/2021
3.7.1.46 271,161 8/27/2021
3.7.1.45 72,649 8/25/2021
3.7.1.44 95,789 8/23/2021
3.7.1.43 128,378 8/19/2021
3.7.1.42 226,468 8/16/2021
3.7.1.41 164,830 8/12/2021
3.7.1.40 291,868 8/10/2021
3.7.1.39 261,136 8/6/2021
3.7.1.38 344,126 8/4/2021
3.7.1.37 203,361 7/30/2021
3.7.1.36 35,779 7/29/2021
3.7.1.35 120,727 7/27/2021
3.7.1.34 238,815 7/21/2021
3.7.1.33 112,525 7/16/2021
3.7.1.32 83,744 7/13/2021
3.7.1.31 27,410 7/12/2021
3.7.1.30 102,016 7/9/2021
3.7.1.29 43,706 7/8/2021
3.7.1.28 52,265 7/7/2021
3.7.1.27 8,047 7/7/2021
3.7.1.26 119,908 7/6/2021
3.7.1.25 133,109 7/1/2021
3.7.1.24 151,406 6/25/2021
3.7.1.23 44,306 6/24/2021
3.7.1.22 383,415 6/21/2021
3.7.1.21 73,209 6/17/2021
3.7.1.20 41,934 6/15/2021
3.7.1.19 60,872 6/11/2021
3.7.1.18 511,777 5/28/2021
3.7.1.17 70,392 5/27/2021
3.7.1.16 17,648 5/27/2021
3.7.1.15 91,910 5/24/2021
3.7.1.14 84,155 5/21/2021
3.7.1.13 108,599 5/20/2021
3.7.1.12 25,780 5/19/2021
3.7.1.11 26,396 5/18/2021
3.7.1.10 59,533 5/14/2021
3.7.1.9 40,607 5/12/2021
3.7.1.8 28,329 5/10/2021
3.7.1.7 5,039 5/10/2021
3.7.1.6 89,865 5/6/2021
3.7.1.5 129,603 4/30/2021
3.7.1.4 75,989 4/27/2021
3.7.1.3 120,639 4/23/2021
3.7.1.2 216,361 4/19/2021
3.7.1.1 67,911 4/15/2021
3.7.1 607,554 4/13/2021
3.7.0.10 194,163 4/12/2021
3.7.0.9 49,535 4/8/2021
3.7.0.8 47,286 4/7/2021
3.7.0.7 98,415 4/2/2021
3.7.0.6 33,557 4/1/2021
3.7.0.5 33,617 3/31/2021
3.7.0.4 4,893 3/31/2021
3.7.0.3 2,203,617 3/30/2021
3.7.0.2 5,358,995 3/29/2021
3.7.0.1 72,864 3/26/2021
3.7.0 2,598,104 3/26/2021
3.5.1.60 605,154 3/25/2021
3.5.1.59 257,249 3/17/2021
3.5.1.58 76,885 3/15/2021
3.5.1.57 112,840 3/9/2021
3.5.1.56 153,046 3/5/2021
3.5.1.55 3,212 3/4/2021
3.5.1.54 146,176 3/1/2021
3.5.1.53 252,163 2/23/2021
3.5.1.52 161,093 2/19/2021
3.5.1.51 8,513 2/18/2021
3.5.1.50 54,904 2/12/2021
3.5.1.49 154,779 2/9/2021
3.5.1.48 16,099 2/8/2021
3.5.1.47 70,837 2/5/2021
3.5.1.46 28,988 2/4/2021
3.5.1.45 376,213 1/29/2021
3.5.1.44 70,611 1/28/2021
3.5.1.43 22,698 1/27/2021
3.5.1.42 27,185 1/26/2021
3.5.1.41 122,427 1/20/2021
3.5.1.40 10,054 1/19/2021
3.5.1.39 256,314 1/11/2021
3.5.1.38 25,137 1/7/2021
3.5.1.37 93,865 12/30/2020
3.5.1.36 19,895 12/23/2020
3.5.1.35 95,231 12/22/2020
3.5.1.34 23,862 12/22/2020
3.5.1.33 3,736 12/21/2020
3.5.1.32 51,035 12/18/2020
3.5.1.31 76,228 12/17/2020
3.5.1.30 19,486 12/16/2020
3.5.1.29 36,713 12/14/2020
3.5.1.28 196,776 12/9/2020
3.5.1.27 82,759 12/7/2020
3.5.1.26 180,653 12/3/2020
3.5.1.25 119,065 12/2/2020
3.5.1.24 10,372 12/1/2020
3.5.1.23 45,262 12/1/2020
3.5.1.22 123,517 11/24/2020
3.5.1.21 58,094 11/23/2020
3.5.1.20 92,119 11/20/2020
3.5.1.19 61,689 11/19/2020
3.5.1.18 16,262 11/18/2020
3.5.1.17 205,706 11/13/2020
3.5.1.16 223,992 11/5/2020
3.5.1.15 84,049 11/4/2020
3.5.1.14 139,207 10/28/2020
3.5.1.13 33,643 10/27/2020
3.5.1.12 53,971 10/26/2020
3.5.1.11 35,143 10/22/2020
3.5.1.10 42,551 10/21/2020
3.5.1.9 34,256 10/20/2020
3.5.1.8 185,650 10/16/2020
3.5.1.7 6,714 10/15/2020
3.5.1.6 119,982 10/9/2020
3.5.1.5 187,389 10/6/2020
3.5.1.4 20,392 10/2/2020
3.5.1.3 115,306 10/1/2020
3.5.1.2 80,390 9/30/2020
3.5.1.1 24,939 9/29/2020
3.5.1 207,898 9/25/2020
3.5.0.19 178,352 9/24/2020
3.5.0.18 60,409 9/21/2020
3.5.0.17 16,274 9/18/2020
3.5.0.16 9,648 9/17/2020
3.5.0.15 55,466 9/16/2020
3.5.0.14 21,364 9/15/2020
3.5.0.13 80,124 9/14/2020
3.5.0.12 23,992 9/11/2020
3.5.0.11 64,721 9/10/2020
3.5.0.10 3,127 9/9/2020
3.5.0.9 46,508 9/4/2020
3.5.0.8 38,430 9/2/2020
3.5.0.7 133,469 9/1/2020
3.5.0.6 12,264 8/31/2020
3.5.0.5 6,601 8/28/2020
3.5.0.4 16,448 8/27/2020
3.5.0.3 18,483 8/26/2020
3.5.0.2 285,504 8/25/2020
3.5.0.1 3,393 8/24/2020
3.5.0 285,551 8/20/2020
3.5.0-beta 31,442 2/4/2020
3.3.105.43 1,900,011 8/19/2020
3.3.105.42 170,273 8/14/2020
3.3.105.41 67,798 8/10/2020
3.3.105.40 22,213 8/8/2020
3.3.105.39 9,508 8/6/2020
3.3.105.38 178,750 8/4/2020
3.3.105.37 9,534 8/3/2020
3.3.105.36 9,860 7/31/2020
3.3.105.35 11,207 7/30/2020
3.3.105.34 55,710 7/29/2020
3.3.105.33 51,970 7/28/2020
3.3.105.32 110,923 7/23/2020
3.3.105.31 38,691 7/22/2020
3.3.105.30 139,935 7/17/2020
3.3.105.29 22,936 7/15/2020
3.3.105.28 130,199 7/9/2020
3.3.105.27 27,345 7/9/2020
3.3.105.26 594,939 7/8/2020
3.3.105.25 12,381 7/7/2020
3.3.105.24 58,382 7/2/2020
3.3.105.23 44,621 6/29/2020
3.3.105.22 71,747 6/26/2020
3.3.105.21 6,238 6/25/2020
3.3.105.20 17,749 6/24/2020
3.3.105.19 2,986 6/24/2020
3.3.105.18 11,489 6/23/2020
3.3.105.17 84,592 6/19/2020
3.3.105.16 31,663 6/18/2020
3.3.105.15 15,908 6/17/2020
3.3.105.14 244,133 6/11/2020
3.3.105.13 48,577 6/9/2020
3.3.105.12 41,975 6/5/2020
3.3.105.11 11,632 6/4/2020
3.3.105.10 14,039 6/3/2020
3.3.105.9 12,763 6/3/2020
3.3.105.8 31,104 6/1/2020
3.3.105.7 87,719 5/27/2020
3.3.105.6 137,797 5/26/2020
3.3.105.5 64,775 5/22/2020
3.3.105.4 39,309 5/22/2020
3.3.105.3 10,265 5/21/2020
3.3.105.2 32,106 5/19/2020
3.3.105.1 134,541 5/18/2020
3.3.105 39,721 5/15/2020
3.3.104.77 38,297 5/14/2020
3.3.104.76 54,255 5/11/2020
3.3.104.75 10,031 5/8/2020
3.3.104.74 29,415 5/8/2020
3.3.104.73 3,359 5/7/2020
3.3.104.72 14,313 5/6/2020
3.3.104.71 58,295 5/4/2020
3.3.104.70 10,947 5/1/2020
3.3.104.69 26,240 4/30/2020
3.3.104.68 33,466 4/29/2020
3.3.104.67 30,430 4/28/2020
3.3.104.66 12,775 4/27/2020
3.3.104.65 12,319 4/24/2020
3.3.104.64 16,635 4/23/2020
3.3.104.63 47,570 4/22/2020
3.3.104.62 13,792 4/21/2020
3.3.104.61 16,540 4/20/2020
3.3.104.60 24,476 4/17/2020
3.3.104.59 29,073 4/16/2020
3.3.104.58 248,343 4/8/2020
3.3.104.57 336,697 4/6/2020
3.3.104.56 14,806 4/3/2020
3.3.104.55 3,442 4/3/2020
3.3.104.54 10,606 4/2/2020
3.3.104.53 36,027 4/1/2020
3.3.104.52 101,379 3/31/2020
3.3.104.51 13,455 3/30/2020
3.3.104.50 16,773 3/27/2020
3.3.104.49 21,352 3/26/2020
3.3.104.48 27,472 3/25/2020
3.3.104.47 64,173 3/24/2020
3.3.104.46 62,953 3/20/2020
3.3.104.45 4,928 3/19/2020
3.3.104.44 66,875 3/18/2020
3.3.104.43 43,432 3/17/2020
3.3.104.42 20,860 3/16/2020
3.3.104.41 35,694 3/12/2020
3.3.104.40 138,262 3/6/2020
3.3.104.39 26,087 3/5/2020
3.3.104.38 92,652 3/2/2020
3.3.104.37 25,142 2/28/2020
3.3.104.36 4,006 2/27/2020
3.3.104.35 24,639 2/26/2020
3.3.104.34 36,370 2/25/2020
3.3.104.33 151,914 2/19/2020
3.3.104.32 49,444 2/17/2020
3.3.104.31 121,244 2/13/2020
3.3.104.30 105,938 2/13/2020
3.3.104.29 120,613 2/10/2020
3.3.104.28 190,979 2/7/2020
3.3.104.27 118,135 2/4/2020
3.3.104.26 120,116 1/24/2020
3.3.104.25 10,405 1/23/2020
3.3.104.24 69,111 1/21/2020
3.3.104.23 33,967 1/17/2020
3.3.104.22 33,779 1/16/2020
3.3.104.21 51,999 1/15/2020
3.3.104.20 85,343 1/10/2020
3.3.104.19 26,481 1/9/2020
3.3.104.18 72,475 1/8/2020
3.3.104.17 73,132 1/6/2020
3.3.104.16 322,758 1/2/2020
3.3.104.15 22,248 12/25/2019
3.3.104.14 6,033 12/23/2019
3.3.104.13 21,148 12/20/2019
3.3.104.12 39,020 12/18/2019
3.3.104.11 20,422 12/18/2019
3.3.104.10 52,220 12/16/2019
3.3.104.9 33,854 12/13/2019
3.3.104.8 14,653 12/12/2019
3.3.104.7 15,881 12/12/2019
3.3.104.6 5,218 12/11/2019
3.3.104.5 22,166 12/9/2019
3.3.104.4 168,522 12/3/2019
3.3.104.3 21,665 12/2/2019
3.3.104.2 18,266 11/26/2019
3.3.104.1 15,193 11/25/2019
3.3.104 125,815 11/22/2019
3.3.103.16 71,087 11/22/2019
3.3.103.15 26,868 11/20/2019
3.3.103.14 2,835 11/19/2019
3.3.103.13 44,302 11/14/2019
3.3.103.12 15,127 11/13/2019
3.3.103.11 89,582 11/8/2019
3.3.103.10 13,013 11/7/2019
3.3.103.9 12,262 11/7/2019
3.3.103.8 19,162 11/5/2019
3.3.103.7 36,614 10/31/2019
3.3.103.6 28,223 10/30/2019
3.3.103.5 20,417 10/28/2019
3.3.103.4 3,611 10/28/2019
3.3.103.3 93,952 10/24/2019
3.3.103.2 5,596 10/22/2019
3.3.103.1 316,691 10/18/2019
3.3.103 25,798 10/18/2019
3.3.102.35 22,735 10/17/2019
3.3.102.34 10,934 10/16/2019
3.3.102.33 89,403 10/11/2019
3.3.102.32 18,648 10/10/2019
3.3.102.31 18,384 10/8/2019
3.3.102.30 140,674 9/30/2019
3.3.102.29 44,819 9/26/2019
3.3.102.28 27,513 9/23/2019
3.3.102.27 7,088 9/21/2019
3.3.102.26 5,443 9/19/2019
3.3.102.25 41,327 9/18/2019
3.3.102.24 18,742 9/17/2019
3.3.102.23 15,997 9/16/2019
3.3.102.22 20,451 9/12/2019
3.3.102.21 26,524 9/9/2019
3.3.102.20 11,600 9/6/2019
3.3.102.19 17,979 9/5/2019
3.3.102.18 11,124 9/4/2019
3.3.102.17 111,468 8/27/2019
3.3.102.16 39,540 8/23/2019
3.3.102.15 9,460 8/22/2019
3.3.102.14 107,023 8/16/2019
3.3.102.13 8,328 8/15/2019
3.3.102.12 4,783 8/14/2019
3.3.102.11 13,101 8/13/2019
3.3.102.10 104,570 8/12/2019
3.3.102.9 9,889 8/9/2019
3.3.102.8 5,973 8/8/2019
3.3.102.7 5,432 8/7/2019
3.3.102.6 8,782 8/7/2019
3.3.102.5 98,784 8/2/2019
3.3.102.4 25,649 8/1/2019
3.3.102.3 43,025 7/30/2019
3.3.102.2 11,038 7/29/2019
3.3.102.1 15,563 7/25/2019
3.3.102 566,419 7/24/2019
3.3.101.32 105,943 7/22/2019
3.3.101.31 34,058 7/19/2019
3.3.101.30 9,057 7/19/2019
3.3.101.29 34,149 7/12/2019
3.3.101.28 15,125 7/10/2019
3.3.101.27 7,737 7/9/2019
3.3.101.26 4,031 7/8/2019
3.3.101.25 19,452 7/2/2019
3.3.101.24 7,701 7/1/2019
3.3.101.23 11,351 6/28/2019
3.3.101.22 10,760 6/27/2019
3.3.101.21 5,142 6/27/2019
3.3.101.20 6,515 6/26/2019
3.3.101.19 166,701 6/24/2019
3.3.101.18 66,217 6/20/2019
3.3.101.17 7,955 6/20/2019
3.3.101.16 23,262 6/17/2019
3.3.101.15 4,630 6/14/2019
3.3.101.14 42,271 6/13/2019
3.3.101.13 17,217 6/7/2019
3.3.101.12 83,716 6/4/2019
3.3.101.11 23,214 6/3/2019
3.3.101.10 26,261 5/31/2019
3.3.101.9 4,388 5/30/2019
3.3.101.8 5,583 5/29/2019
3.3.101.7 14,771 5/28/2019
3.3.101.6 27,127 5/23/2019
3.3.101.5 15,691 5/22/2019
3.3.101.4 16,907 5/21/2019
3.3.101.3 11,543 5/20/2019
3.3.101.2 10,750 5/17/2019
3.3.101.1 59,948 5/15/2019
3.3.101 599,816 5/10/2019
3.3.100.18 98,742 5/8/2019
3.3.100.17 33,047 5/7/2019
3.3.100.16 8,274 5/6/2019
3.3.100.15 19,734 5/3/2019
3.3.100.14 8,988 5/2/2019
3.3.100.13 43,275 4/30/2019
3.3.100.12 7,820 4/29/2019
3.3.100.11 20,545 4/26/2019
3.3.100.10 114,426 4/25/2019
3.3.100.9 4,217 4/25/2019
3.3.100.8 7,462 4/24/2019
3.3.100.7 21,028 4/18/2019
3.3.100.6 12,541 4/16/2019
3.3.100.5 71,901 4/4/2019
3.3.100.4 11,890 4/3/2019
3.3.100.3 44,168 3/29/2019
3.3.100.2 24,516 3/26/2019
3.3.100.1 35,538 3/22/2019
3.3.100 1,006,572 3/21/2019
3.3.4.58 647,027 3/11/2019
3.3.4.57 8,742 3/7/2019
3.3.4.56 10,828 3/6/2019
3.3.4.55 70,278 2/26/2019
3.3.4.54 72,801 2/20/2019
3.3.4.53 21,665 2/15/2019
3.3.4.52 19,627 2/14/2019
3.3.4.51 9,814 2/13/2019
3.3.4.50 110,929 2/4/2019
3.3.4.49 51,328 1/26/2019
3.3.4.48 8,244 1/25/2019
3.3.4.47 8,858 1/24/2019
3.3.4.46 74,795 1/18/2019
3.3.4.45 55,603 1/11/2019
3.3.4.44 3,727 1/10/2019
3.3.4.43 53,164 1/8/2019
3.3.4.42 2,511 1/7/2019
3.3.4.41 40,376 1/4/2019
3.3.4.40 69,344 12/22/2018
3.3.4.39 3,681 12/21/2018
3.3.4.38 56,246 12/15/2018
3.3.4.37 46,381 12/14/2018
3.3.4.36 34,624 12/12/2018
3.3.4.35 95,095 12/4/2018
3.3.4.34 85,988 11/16/2018
3.3.4.33 3,491 11/16/2018
3.3.4.32 8,025 11/15/2018
3.3.4.31 4,677 11/13/2018
3.3.4.30 64,382 11/9/2018
3.3.4.29 3,959 11/9/2018
3.3.4.28 4,006 11/7/2018
3.3.4.27 3,350 11/7/2018
3.3.4.26 2,652 11/6/2018
3.3.4.25 15,141 10/30/2018
3.3.4.24 4,892 10/29/2018
3.3.4.23 2,539 10/29/2018
3.3.4.22 18,379 10/26/2018
3.3.4.21 6,808 10/22/2018
3.3.4.20 2,540 10/22/2018
3.3.4.19 76,522 10/17/2018
3.3.4.18 116,788 10/6/2018
3.3.4.17 34,489 10/4/2018
3.3.4.16 30,833 9/26/2018
3.3.4.15 125,526 9/10/2018
3.3.4.14 24,979 9/7/2018
3.3.4.13 33,873 8/28/2018
3.3.4.12 52,512 8/16/2018
3.3.4.11 6,875 8/15/2018
3.3.4.10 31,490 8/3/2018
3.3.4.9 46,716 8/2/2018
3.3.4.8 100,955 7/23/2018
3.3.4.7 230,566 7/3/2018
3.3.4.6 41,741 6/23/2018
3.3.4.5 24,689 6/19/2018
3.3.4.4 145,551 6/1/2018
3.3.4.3 3,623,827 4/25/2018
3.3.4.2 14,714 4/20/2018
3.3.4.1 68,236 3/29/2018
3.3.4 21,665 3/29/2018
3.3.3.6 89,527 3/15/2018
3.3.3.5 25,966 3/3/2018
3.3.3.4 51,715 2/27/2018
3.3.3.3 1,359,710 11/11/2017
3.3.3.2 61,282 10/24/2017
3.3.3.1 27,484 10/9/2017
3.3.3 62,668 7/27/2017
3.3.2.3 729,286 7/7/2017
3.3.2.2 3,894 7/5/2017
3.3.2.1 5,585 6/28/2017
3.3.2 41,655 5/25/2017
3.3.1.9 651,200 5/11/2017
3.3.1.8 4,982 5/8/2017
3.3.1.7 4,401 5/5/2017
3.3.1.6 12,746 4/28/2017
3.3.1.5 13,664 4/21/2017
3.3.1.4 5,880 4/19/2017
3.3.1.3 18,557 3/31/2017
3.3.1.2 8,692 3/15/2017
3.3.1.1 4,191 3/14/2017
3.3.1 14,817 3/14/2017
3.3.0.9 63,228 1/20/2017
3.3.0.8 11,692 12/28/2016
3.3.0.7 10,570 12/16/2016
3.3.0.6 3,714 12/9/2016
3.3.0.5 4,878 12/7/2016
3.3.0.4 2,599 12/6/2016
3.3.0.3 15,132 11/15/2016
3.3.0.2 60,570 11/4/2016
3.3.0.1 42,676 10/11/2016
3.3.0 122,636 9/19/2016
3.2.8-rc 2,227 9/8/2016
3.2.7-beta 1,805 8/23/2016
3.2.6-beta 2,106 8/2/2016
3.2.5-beta 1,927 6/28/2016
3.2.4.1-beta 1,950 6/2/2016
3.2.4-beta 1,646 6/1/2016
3.2.3.1-beta 1,817 4/20/2016
3.2.3-beta 2,379 3/12/2016
3.2.2.1-beta 1,628 3/2/2016
3.2.2-beta 1,731 1/12/2016
3.2.1-beta 2,272 12/7/2015
3.2.0-beta 2,175 9/29/2015
3.1.4.5 26,031 8/9/2016
3.1.4.4 5,181 7/29/2016
3.1.4.3 5,801 7/13/2016
3.1.4.2 5,059 6/28/2016
3.1.4.1 4,679 6/3/2016
3.1.4 4,592 5/26/2016
3.1.3.3 9,123 5/5/2016
3.1.3.2 2,457 4/26/2016
3.1.3.1 2,130 4/18/2016
3.1.3 4,630 4/6/2016
3.1.2.2 8,373 2/22/2016
3.1.2.1 6,631 1/21/2016
3.1.2 2,137 1/19/2016
3.1.1.2 7,433 1/6/2016
3.1.1.1 2,798 12/21/2015
3.1.1 4,836 12/2/2015
3.1.0.2 104,879 10/7/2015
3.1.0.1 10,007 8/27/2015
3.1.0 138,172 7/28/2015
3.0.0.2-preview 2,195 5/21/2015
3.0.0.1-preview 1,731 5/6/2015
3.0.0-preview 1,945 4/30/2015