AWSSDK.DynamoDBv2 3.5.4.26

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.DynamoDBv2 --version 3.5.4.26
                    
NuGet\Install-Package AWSSDK.DynamoDBv2 -Version 3.5.4.26
                    
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.DynamoDBv2" Version="3.5.4.26" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.DynamoDBv2" Version="3.5.4.26" />
                    
Directory.Packages.props
<PackageReference Include="AWSSDK.DynamoDBv2" />
                    
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.DynamoDBv2 --version 3.5.4.26
                    
#r "nuget: AWSSDK.DynamoDBv2, 3.5.4.26"
                    
#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.DynamoDBv2&version=3.5.4.26
                    
Install AWSSDK.DynamoDBv2 as a Cake Addin
#tool nuget:?package=AWSSDK.DynamoDBv2&version=3.5.4.26
                    
Install AWSSDK.DynamoDBv2 as a Cake Tool

Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (302)

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

Package Downloads
AWSSDK.DAX.Client

AWS DynamoDB Accelerator (DAX) .NET Client -- DAX is a fully managed, in-memory cache for DynamoDB.

ServiceStack.Aws

ServiceStack integration for Amazon Web Services (AWS) including: - PocoDynamo - Declarative, code-first POCO client for DynamoDB with LINQ support - SqsMqServer - MQ Server for invoking ServiceStack Services via Amazon SQS MQ Service - S3VirtualFiles - A read/write Virtual FileSystem around Amazon's S3 Simple Storage Service - DynamoDbAuthRepository - A UserAuth repository storing UserAuth info in DynamoDB - DynamoDbAppSettings - An AppSettings provider storing App configuration in DynamoDB - DynamoDbCacheClient - A Caching Provider for DynamoDB

Microsoft.Orleans.Clustering.DynamoDB

Microsoft Orleans clustering provider backed by AWS DynamoDB

AWS.SessionProvider

This contains a session state provider using Amazon DynamoDB.

ServiceStack.Aws.Core

.NET Standard 2.0 version of ServiceStack.Aws

GitHub repositories (33)

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

Repository Stars
dotnet/orleans
Cloud Native application framework for .NET
MassTransit/MassTransit
Distributed Application Framework for .NET
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
aws/aws-lambda-dotnet
Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
Xabaril/BeatPulse
Liveness, health check library for ASP.NET Core Applications
open-telemetry/opentelemetry-dotnet-contrib
This repository contains set of components extending functionality of the OpenTelemetry .NET SDK. Instrumentation libraries, exporters, and other components can find their home here.
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
telerik/xaml-sdk
The XAML SDK is an easy-to-use infrastructure with 1000+ developer focused examples for most of the Telerik UI for WPF controls.
aws-samples/serverless-test-samples
This repository is designed to provide guidance for implementing comprehensive test suites for serverless applications.
LluisV/Z-Anatomy
Z-Anatomy app Unity project
Elfocrash/aws-videos
AllocZero/EfficientDynamoDb
High-performance C# DynamoDb library
awslabs/aws-sdk-net-samples
Version Downloads Last updated
4.0.1 8,675 5/20/2025
4.0.0.6 12,171 5/16/2025
4.0.0.5 5,006 5/15/2025
4.0.0.4 14,465 5/12/2025
4.0.0.3 25,397 5/6/2025
4.0.0.2 32,665 4/30/2025
4.0.0.1 7,227 4/29/2025
4.0.0 20,735 4/28/2025
4.0.0-preview.13 2,534 4/9/2025
4.0.0-preview.12 361 4/4/2025
4.0.0-preview.11 1,805 3/26/2025
4.0.0-preview.10 3,980 3/7/2025
4.0.0-preview.9 616 3/4/2025
4.0.0-preview.8 1,588 2/25/2025
4.0.0-preview.7 1,657 2/17/2025
4.0.0-preview.6 1,827 2/6/2025
4.0.0-preview.5 4,028 1/3/2025
4.0.0-preview.4 34,934 10/11/2024
4.0.0-preview.3 3,945 10/1/2024
4.0.0-preview.2 4,425 8/28/2024
4.0.0-preview 63,775 8/15/2024
3.7.407.17 174 5/23/2025
3.7.407.16 4,588 5/21/2025
3.7.407.15 4,039 5/20/2025
3.7.407.14 3,707 5/19/2025
3.7.407.13 47,892 5/16/2025
3.7.407.12 14,246 5/12/2025
3.7.407.11 47,403 5/9/2025
3.7.407.10 6,335 5/8/2025
3.7.407.9 6,182 5/7/2025
3.7.407.8 11,945 5/6/2025
3.7.407.7 8,374 5/5/2025
3.7.407.6 35,438 5/2/2025
3.7.407.5 4,570 5/1/2025
3.7.407.4 6,530 4/30/2025
3.7.407.3 6,623 4/29/2025
3.7.407.2 21,758 4/28/2025
3.7.407.1 42,857 4/25/2025
3.7.407 12,297 4/24/2025
3.7.406.26 32,370 4/23/2025
3.7.406.25 43,606 4/18/2025
3.7.406.24 11,634 4/17/2025
3.7.406.23 66,900 4/16/2025
3.7.406.22 50,399 4/14/2025
3.7.406.21 31,727 4/11/2025
3.7.406.20 13,337 4/10/2025
3.7.406.19 18,164 4/9/2025
3.7.406.18 36,435 4/8/2025
3.7.406.17 74,598 4/4/2025
3.7.406.16 37,423 4/3/2025
3.7.406.15 12,519 4/3/2025
3.7.406.14 6,431 4/2/2025
3.7.406.13 33,417 4/1/2025
3.7.406.12 28,586 3/31/2025
3.7.406.11 44,500 3/28/2025
3.7.406.10 29,582 3/27/2025
3.7.406.9 29,980 3/26/2025
3.7.406.8 17,699 3/25/2025
3.7.406.7 46,671 3/24/2025
3.7.406.6 59,574 3/21/2025
3.7.406.5 18,885 3/20/2025
3.7.406.4 38,816 3/19/2025
3.7.406.3 29,226 3/18/2025
3.7.406.2 32,159 3/17/2025
3.7.406.1 33,669 3/14/2025
3.7.406 23,930 3/14/2025
3.7.405.38 78,891 3/11/2025
3.7.405.37 29,507 3/10/2025
3.7.405.36 56,327 3/7/2025
3.7.405.35 30,616 3/6/2025
3.7.405.34 29,937 3/5/2025
3.7.405.33 20,784 3/4/2025
3.7.405.32 41,646 3/3/2025
3.7.405.31 93,094 2/28/2025
3.7.405.30 21,779 2/27/2025
3.7.405.29 34,765 2/26/2025
3.7.405.28 30,502 2/25/2025
3.7.405.27 44,995 2/24/2025
3.7.405.26 44,129 2/21/2025
3.7.405.25 23,507 2/20/2025
3.7.405.24 125,042 2/18/2025
3.7.405.23 27,169 2/17/2025
3.7.405.22 64,926 2/13/2025
3.7.405.21 36,886 2/12/2025
3.7.405.20 28,094 2/11/2025
3.7.405.19 60,430 2/10/2025
3.7.405.18 66,217 2/7/2025
3.7.405.17 31,360 2/6/2025
3.7.405.16 27,816 2/5/2025
3.7.405.15 38,645 2/4/2025
3.7.405.14 38,975 2/3/2025
3.7.405.13 104,872 1/30/2025
3.7.405.12 100,643 1/28/2025
3.7.405.11 30,555 1/27/2025
3.7.405.10 103,421 1/22/2025
3.7.405.9 42,568 1/21/2025
3.7.405.8 77,124 1/17/2025
3.7.405.7 33,667 1/16/2025
3.7.405.6 36,680 1/15/2025
3.7.405.5 35,163 1/14/2025
3.7.405.4 25,961 1/13/2025
3.7.405.3 55,773 1/10/2025
3.7.405.2 31,376 1/9/2025
3.7.405.1 29,886 1/8/2025
3.7.405 90,697 1/7/2025
3.7.404.14 32,544 1/6/2025
3.7.404.13 71,118 1/3/2025
3.7.404.12 23,364 1/2/2025
3.7.404.11 90,195 12/26/2024
3.7.404.10 159,585 12/23/2024
3.7.404.9 36,008 12/20/2024
3.7.404.8 33,596 12/19/2024
3.7.404.7 41,497 12/18/2024
3.7.404.6 41,394 12/17/2024
3.7.404.5 88,529 12/13/2024
3.7.404.4 52,185 12/12/2024
3.7.404.3 24,508 12/11/2024
3.7.404.2 73,517 12/10/2024
3.7.404.1 49,451 12/9/2024
3.7.404 333,095 12/3/2024
3.7.403.9 52,054 12/3/2024
3.7.403.8 152,490 11/27/2024
3.7.403.7 158,061 11/22/2024
3.7.403.6 58,918 11/21/2024
3.7.403.5 33,098 11/21/2024
3.7.403.4 54,953 11/19/2024
3.7.403.3 198,240 11/15/2024
3.7.403.2 230,585 11/15/2024
3.7.403.1 5,865 11/14/2024
3.7.403 51,850 11/13/2024
3.7.402.13 53,718 11/12/2024
3.7.402.12 35,714 11/11/2024
3.7.402.11 88,236 11/8/2024
3.7.402.10 50,807 11/7/2024
3.7.402.9 389,531 11/1/2024
3.7.402.8 39,961 10/31/2024
3.7.402.7 40,074 10/30/2024
3.7.402.6 80,795 10/29/2024
3.7.402.5 65,825 10/28/2024
3.7.402.4 58,478 10/25/2024
3.7.402.3 31,923 10/24/2024
3.7.402.2 176,604 10/23/2024
3.7.402.1 47,278 10/22/2024
3.7.402 187,057 10/17/2024
3.7.401.14 111,127 10/16/2024
3.7.401.13 271,120 10/15/2024
3.7.401.12 79,557 10/14/2024
3.7.401.11 307,773 10/9/2024
3.7.401.10 74,266 10/8/2024
3.7.401.9 32,337 10/7/2024
3.7.401.8 101,633 10/4/2024
3.7.401.7 57,471 10/3/2024
3.7.401.6 41,049 10/2/2024
3.7.401.5 189,197 10/1/2024
3.7.401.4 121,228 9/27/2024
3.7.401.3 33,419 9/26/2024
3.7.401.2 35,790 9/25/2024
3.7.401.1 43,199 9/24/2024
3.7.401 272,845 9/21/2024
3.7.400.21 391,193 9/16/2024
3.7.400.20 65,582 9/13/2024
3.7.400.19 71,588 9/11/2024
3.7.400.18 109,313 9/10/2024
3.7.400.17 84,821 9/9/2024
3.7.400.16 74,229 9/6/2024
3.7.400.15 36,244 9/5/2024
3.7.400.14 115,252 9/4/2024
3.7.400.13 144,280 8/30/2024
3.7.400.12 123,987 8/28/2024
3.7.400.11 298,569 8/22/2024
3.7.400.10 36,107 8/21/2024
3.7.400.9 55,833 8/20/2024
3.7.400.8 41,011 8/19/2024
3.7.400.7 175,369 8/16/2024
3.7.400.6 48,675 8/15/2024
3.7.400.5 134,661 8/13/2024
3.7.400.4 90,541 8/9/2024
3.7.400.3 242,508 8/5/2024
3.7.400.2 237,301 7/30/2024
3.7.400.1 48,131 7/29/2024
3.7.400 215,596 7/24/2024
3.7.305.2 91,072 7/22/2024
3.7.305.1 76,379 7/18/2024
3.7.305 274,368 7/12/2024
3.7.304.7 369,031 7/10/2024
3.7.304.6 46,141 7/9/2024
3.7.304.5 31,726 7/8/2024
3.7.304.4 35,885 7/5/2024
3.7.304.3 66,981 7/3/2024
3.7.304.2 67,243 7/1/2024
3.7.304.1 53,480 6/28/2024
3.7.304 29,196 6/27/2024
3.7.303.26 122,995 6/24/2024
3.7.303.25 111,666 6/20/2024
3.7.303.24 43,074 6/19/2024
3.7.303.23 40,309 6/18/2024
3.7.303.22 368,123 6/12/2024
3.7.303.21 155,481 6/11/2024
3.7.303.20 59,076 6/10/2024
3.7.303.19 38,400 6/7/2024
3.7.303.18 110,557 6/5/2024
3.7.303.17 44,833 6/4/2024
3.7.303.16 121,575 6/3/2024
3.7.303.15 112,740 5/30/2024
3.7.303.14 63,298 5/29/2024
3.7.303.13 56,697 5/28/2024
3.7.303.12 142,590 5/24/2024
3.7.303.11 49,620 5/23/2024
3.7.303.10 56,240 5/22/2024
3.7.303.9 113,587 5/20/2024
3.7.303.8 80,009 5/17/2024
3.7.303.7 40,569 5/16/2024
3.7.303.6 118,626 5/14/2024
3.7.303.5 96,777 5/13/2024
3.7.303.4 98,270 5/10/2024
3.7.303.3 55,093 5/9/2024
3.7.303.2 213,276 5/6/2024
3.7.303.1 108,701 5/3/2024
3.7.303 50,253 5/2/2024
3.7.302.26 66,378 5/1/2024
3.7.302.25 56,772 4/29/2024
3.7.302.24 85,092 4/26/2024
3.7.302.23 42,528 4/25/2024
3.7.302.22 47,952 4/24/2024
3.7.302.21 40,125 4/23/2024
3.7.302.20 53,154 4/22/2024
3.7.302.19 56,602 4/19/2024
3.7.302.18 333,776 4/18/2024
3.7.302.17 77,387 4/17/2024
3.7.302.16 81,921 4/16/2024
3.7.302.15 360,102 4/11/2024
3.7.302.14 66,459 4/10/2024
3.7.302.13 41,753 4/9/2024
3.7.302.12 91,793 4/8/2024
3.7.302.11 78,728 4/5/2024
3.7.302.10 53,682 4/4/2024
3.7.302.9 38,057 4/3/2024
3.7.302.8 69,010 4/2/2024
3.7.302.7 84,481 4/1/2024
3.7.302.6 43,944 3/29/2024
3.7.302.5 37,131 3/28/2024
3.7.302.4 91,165 3/27/2024
3.7.302.3 64,766 3/26/2024
3.7.302.2 104,238 3/25/2024
3.7.302.1 70,430 3/22/2024
3.7.302 143,601 3/20/2024
3.7.301.23 88,784 3/18/2024
3.7.301.22 73,079 3/15/2024
3.7.301.21 46,948 3/14/2024
3.7.301.20 54,292 3/13/2024
3.7.301.19 201,585 3/8/2024
3.7.301.18 434,394 3/6/2024
3.7.301.17 235,470 2/29/2024
3.7.301.16 62,066 2/28/2024
3.7.301.15 40,212 2/27/2024
3.7.301.14 499,711 2/20/2024
3.7.301.13 76,205 2/16/2024
3.7.301.12 24,027 2/15/2024
3.7.301.11 45,824 2/14/2024
3.7.301.10 28,628 2/13/2024
3.7.301.9 84,389 2/9/2024
3.7.301.8 111,269 2/7/2024
3.7.301.7 338,947 2/2/2024
3.7.301.6 24,115 2/1/2024
3.7.301.5 207,234 1/31/2024
3.7.301.4 54,853 1/30/2024
3.7.301.3 59,634 1/29/2024
3.7.301.2 155,777 1/25/2024
3.7.301.1 29,427 1/25/2024
3.7.301 216,886 1/19/2024
3.7.300.39 77,334 1/18/2024
3.7.300.38 25,110 1/17/2024
3.7.300.37 40,682 1/16/2024
3.7.300.36 87,565 1/14/2024
3.7.300.35 7,892 1/12/2024
3.7.300.34 80,632 1/11/2024
3.7.300.33 58,987 1/10/2024
3.7.300.32 84,973 1/8/2024
3.7.300.31 37,939 1/5/2024
3.7.300.30 20,486 1/4/2024
3.7.300.29 46,702 1/3/2024
3.7.300.28 116,922 12/28/2023
3.7.300.27 42,582 12/27/2023
3.7.300.26 19,148 12/26/2023
3.7.300.25 20,930 12/22/2023
3.7.300.24 25,537 12/21/2023
3.7.300.23 47,296 12/20/2023
3.7.300.22 40,515 12/19/2023
3.7.300.21 29,868 12/18/2023
3.7.300.20 49,344 12/15/2023
3.7.300.19 19,577 12/14/2023
3.7.300.18 87,351 12/13/2023
3.7.300.17 101,044 12/12/2023
3.7.300.16 166,754 12/7/2023
3.7.300.15 59,655 12/6/2023
3.7.300.14 39,911 12/5/2023
3.7.300.13 45,514 12/4/2023
3.7.300.12 101,854 11/30/2023
3.7.300.11 41,789 11/28/2023
3.7.300.10 80,596 11/28/2023
3.7.300.9 8,044 11/27/2023
3.7.300.8 87,697 11/27/2023
3.7.300.7 345,394 11/21/2023
3.7.300.6 130,263 11/20/2023
3.7.300.5 80,581 11/17/2023
3.7.300.4 26,163 11/16/2023
3.7.300.3 65,130 11/15/2023
3.7.300.2 337,477 11/14/2023
3.7.300.1 53,993 11/13/2023
3.7.300 441,150 11/10/2023
3.7.203.15 167,518 11/8/2023
3.7.203.14 61,079 11/7/2023
3.7.203.13 33,667 11/6/2023
3.7.203.12 150,590 11/2/2023
3.7.203.11 216,599 10/27/2023
3.7.203.10 31,312 10/26/2023
3.7.203.9 200,029 10/24/2023
3.7.203.8 91,233 10/23/2023
3.7.203.7 83,769 10/20/2023
3.7.203.6 26,931 10/19/2023
3.7.203.5 83,858 10/18/2023
3.7.203.4 56,849 10/17/2023
3.7.203.3 30,891 10/16/2023
3.7.203.2 158,595 10/12/2023
3.7.203.1 205,436 10/7/2023
3.7.203 379,845 10/6/2023
3.7.202.7 5,672 10/5/2023
3.7.202.6 56,672 10/4/2023
3.7.202.5 49,334 10/3/2023
3.7.202.4 27,135 10/2/2023
3.7.202.3 84,852 9/28/2023
3.7.202.2 57,871 9/28/2023
3.7.202.1 9,802 9/27/2023
3.7.202 20,972 9/26/2023
3.7.201.16 41,401 9/25/2023
3.7.201.15 57,442 9/22/2023
3.7.201.14 362,094 9/20/2023
3.7.201.13 48,597 9/19/2023
3.7.201.12 118,561 9/15/2023
3.7.201.11 37,859 9/15/2023
3.7.201.10 14,810 9/14/2023
3.7.201.9 364,476 9/13/2023
3.7.201.8 398,986 9/12/2023
3.7.201.7 273,180 9/8/2023
3.7.201.6 17,407 9/8/2023
3.7.201.5 41,326 9/6/2023
3.7.201.4 27,597 9/5/2023
3.7.201.3 78,528 9/1/2023
3.7.201.2 29,706 9/1/2023
3.7.201.1 12,416 8/31/2023
3.7.201 34,679 8/31/2023
3.7.200.29 4,266 8/30/2023
3.7.200.28 109,456 8/28/2023
3.7.200.27 211,144 8/25/2023
3.7.200.26 107,727 8/24/2023
3.7.200.25 29,988 8/23/2023
3.7.200.24 38,048 8/22/2023
3.7.200.23 277,516 8/21/2023
3.7.200.22 58,572 8/18/2023
3.7.200.21 8,164 8/18/2023
3.7.200.20 25,433 8/17/2023
3.7.200.19 61,353 8/15/2023
3.7.200.18 27,882 8/14/2023
3.7.200.17 57,157 8/11/2023
3.7.200.16 25,549 8/10/2023
3.7.200.15 33,480 8/9/2023
3.7.200.14 39,556 8/8/2023
3.7.200.13 7,199 8/8/2023
3.7.200.12 64,561 8/7/2023
3.7.200.11 112,313 8/4/2023
3.7.200.10 53,150 8/2/2023
3.7.200.9 199,823 8/1/2023
3.7.200.8 396,394 7/31/2023
3.7.200.7 262,565 7/28/2023
3.7.200.6 76,670 7/26/2023
3.7.200.5 132,499 7/25/2023
3.7.200.4 37,897 7/24/2023
3.7.200.3 99,637 7/21/2023
3.7.200.2 151,077 7/20/2023
3.7.200.1 893,499 7/18/2023
3.7.200 69,385 7/18/2023
3.7.105.7 9,014 7/17/2023
3.7.105.6 81,284 7/13/2023
3.7.105.5 217,428 7/7/2023
3.7.105.4 6,534 7/7/2023
3.7.105.3 54,626 7/6/2023
3.7.105.2 61,183 7/5/2023
3.7.105.1 161,278 7/3/2023
3.7.105 133,886 6/29/2023
3.7.104.1 673,495 6/21/2023
3.7.104 78,804 6/21/2023
3.7.103.23 4,022 6/20/2023
3.7.103.22 426,613 6/15/2023
3.7.103.21 78,488 6/13/2023
3.7.103.20 84,900 6/12/2023
3.7.103.19 73,864 6/8/2023
3.7.103.18 205,480 6/6/2023
3.7.103.17 92,857 6/5/2023
3.7.103.16 46,694 6/2/2023
3.7.103.15 10,767 6/2/2023
3.7.103.14 51,446 6/1/2023
3.7.103.13 117,661 5/30/2023
3.7.103.12 168,766 5/26/2023
3.7.103.11 44,211 5/25/2023
3.7.103.10 123,118 5/24/2023
3.7.103.9 129,344 5/23/2023
3.7.103.8 134,583 5/19/2023
3.7.103.7 8,086 5/19/2023
3.7.103.6 24,075 5/18/2023
3.7.103.5 140,146 5/16/2023
3.7.103.4 31,311 5/15/2023
3.7.103.3 160,439 5/11/2023
3.7.103.2 68,564 5/9/2023
3.7.103.1 26,879 5/8/2023
3.7.103 95,825 5/5/2023
3.7.102.39 17,778 5/4/2023
3.7.102.38 89,310 5/2/2023
3.7.102.37 38,890 5/1/2023
3.7.102.36 55,501 4/28/2023
3.7.102.35 544,999 4/27/2023
3.7.102.34 21,818 4/26/2023
3.7.102.33 62,913 4/25/2023
3.7.102.32 21,697 4/25/2023
3.7.102.31 100,306 4/21/2023
3.7.102.30 37,965 4/21/2023
3.7.102.29 59,431 4/19/2023
3.7.102.28 82,498 4/17/2023
3.7.102.27 81,550 4/14/2023
3.7.102.26 42,038 4/13/2023
3.7.102.25 49,074 4/12/2023
3.7.102.24 53,927 4/11/2023
3.7.102.23 73,376 4/10/2023
3.7.102.22 28,681 4/7/2023
3.7.102.21 32,178 4/6/2023
3.7.102.20 49,734 4/5/2023
3.7.102.19 177,648 4/4/2023
3.7.102.18 31,366 4/3/2023
3.7.102.17 90,296 3/31/2023
3.7.102.16 34,455 3/30/2023
3.7.102.15 200,804 3/29/2023
3.7.102.14 109,155 3/28/2023
3.7.102.13 274,103 3/24/2023
3.7.102.12 77,623 3/23/2023
3.7.102.11 30,121 3/22/2023
3.7.102.10 274,326 3/21/2023
3.7.102.9 83,808 3/20/2023
3.7.102.8 69,135 3/17/2023
3.7.102.7 35,045 3/17/2023
3.7.102.6 37,157 3/16/2023
3.7.102.5 56,340 3/15/2023
3.7.102.4 90,411 3/14/2023
3.7.102.3 62,853 3/13/2023
3.7.102.2 108,523 3/10/2023
3.7.102.1 65,230 3/9/2023
3.7.102 58,758 3/8/2023
3.7.101.56 93,754 3/7/2023
3.7.101.55 292,679 3/3/2023
3.7.101.54 104,372 3/2/2023
3.7.101.53 56,776 3/1/2023
3.7.101.52 43,834 2/28/2023
3.7.101.51 69,429 2/27/2023
3.7.101.50 109,592 2/23/2023
3.7.101.49 138,865 2/21/2023
3.7.101.48 275,419 2/18/2023
3.7.101.47 4,987 2/17/2023
3.7.101.46 69,751 2/16/2023
3.7.101.45 79,449 2/15/2023
3.7.101.44 136,871 2/13/2023
3.7.101.43 203,143 2/10/2023
3.7.101.42 52,556 2/9/2023
3.7.101.41 89,342 2/8/2023
3.7.101.40 63,594 2/7/2023
3.7.101.39 115,920 2/6/2023
3.7.101.38 68,112 2/3/2023
3.7.101.37 52,073 2/2/2023
3.7.101.36 9,926 2/2/2023
3.7.101.35 46,597 2/1/2023
3.7.101.34 97,448 1/31/2023
3.7.101.33 164,750 1/26/2023
3.7.101.32 43,373 1/25/2023
3.7.101.31 57,031 1/24/2023
3.7.101.30 36,043 1/23/2023
3.7.101.29 235,186 1/20/2023
3.7.101.28 87,837 1/20/2023
3.7.101.27 47,525 1/18/2023
3.7.101.26 83,800 1/17/2023
3.7.101.25 103,708 1/17/2023
3.7.101.24 110,999 1/13/2023
3.7.101.23 48,217 1/12/2023
3.7.101.22 112,328 1/10/2023
3.7.101.21 50,648 1/9/2023
3.7.101.20 52,473 1/6/2023
3.7.101.19 34,647 1/5/2023
3.7.101.18 101,081 1/4/2023
3.7.101.17 19,868 1/3/2023
3.7.101.16 112,225 12/30/2022
3.7.101.15 25,435 12/29/2022
3.7.101.14 99,076 12/23/2022
3.7.101.13 26,035 12/22/2022
3.7.101.12 23,495 12/21/2022
3.7.101.11 41,302 12/20/2022
3.7.101.10 44,041 12/19/2022
3.7.101.9 152,635 12/16/2022
3.7.101.8 202,300 12/16/2022
3.7.101.7 29,865 12/15/2022
3.7.101.6 36,715 12/14/2022
3.7.101.5 118,264 12/13/2022
3.7.101.4 110,077 12/12/2022
3.7.101.3 402,238 12/8/2022
3.7.101.2 50,123 12/8/2022
3.7.101.1 6,113 12/7/2022
3.7.101 173,677 12/6/2022
3.7.100.29 100,292 12/5/2022
3.7.100.28 152,446 12/2/2022
3.7.100.27 112,179 12/1/2022
3.7.100.26 36,540 11/30/2022
3.7.100.25 52,540 11/29/2022
3.7.100.24 33,721 11/29/2022
3.7.100.23 76,472 11/28/2022
3.7.100.22 150,107 11/22/2022
3.7.100.21 192,205 11/18/2022
3.7.100.20 74,655 11/17/2022
3.7.100.19 292,724 11/16/2022
3.7.100.18 15,743 11/16/2022
3.7.100.17 68,556 11/15/2022
3.7.100.16 134,965 11/11/2022
3.7.100.15 41,410 11/10/2022
3.7.100.14 200,641 11/9/2022
3.7.100.13 16,132 11/9/2022
3.7.100.12 39,775 11/9/2022
3.7.100.11 8,537 11/8/2022
3.7.100.10 80,065 11/7/2022
3.7.100.9 53,471 11/4/2022
3.7.100.8 77,176 11/2/2022
3.7.100.7 84,360 10/31/2022
3.7.100.6 37,935 10/29/2022
3.7.100.5 18,691 10/28/2022
3.7.100.4 50,796 10/27/2022
3.7.100.3 69,276 10/26/2022
3.7.100.2 148,832 10/25/2022
3.7.100.1 18,230 10/24/2022
3.7.100 224,546 10/21/2022
3.7.5.20 424,314 10/20/2022
3.7.5.19 241,894 10/19/2022
3.7.5.18 132,544 10/19/2022
3.7.5.17 151,718 10/18/2022
3.7.5.16 328,104 10/14/2022
3.7.5.15 105,287 10/13/2022
3.7.5.14 421,635 10/7/2022
3.7.5.13 62,509 10/6/2022
3.7.5.12 104,095 10/4/2022
3.7.5.11 32,240 10/3/2022
3.7.5.10 62,287 9/30/2022
3.7.5.9 176,253 9/29/2022
3.7.5.8 137,030 9/27/2022
3.7.5.7 3,965,186 9/27/2022
3.7.5.6 6,719 9/26/2022
3.7.5.5 172,176 9/23/2022
3.7.5.4 78,614 9/22/2022
3.7.5.3 84,381 9/21/2022
3.7.5.2 46,466 9/20/2022
3.7.5.1 54,996 9/19/2022
3.7.5 104,555 9/15/2022
3.7.4.12 36,783 9/14/2022
3.7.4.11 39,716 9/13/2022
3.7.4.10 249,478 9/9/2022
3.7.4.9 629,812 9/9/2022
3.7.4.8 4,330 9/8/2022
3.7.4.7 556,071 9/2/2022
3.7.4.6 88,631 9/1/2022
3.7.4.5 159,097 8/30/2022
3.7.4.4 59,962 8/29/2022
3.7.4.3 173,397 8/25/2022
3.7.4.2 112,191 8/22/2022
3.7.4.1 44,717 8/19/2022
3.7.4 55,428 8/18/2022
3.7.3.69 191,678 8/16/2022
3.7.3.68 151,829 8/12/2022
3.7.3.67 92,998 8/11/2022
3.7.3.66 175,283 8/8/2022
3.7.3.65 100,967 8/4/2022
3.7.3.64 159,077 8/2/2022
3.7.3.63 102,639 7/29/2022
3.7.3.62 87,570 7/28/2022
3.7.3.61 47,349 7/27/2022
3.7.3.60 265,688 7/22/2022
3.7.3.59 121,401 7/20/2022
3.7.3.58 122,801 7/18/2022
3.7.3.57 36,733 7/15/2022
3.7.3.56 38,508 7/14/2022
3.7.3.55 108,153 7/12/2022
3.7.3.54 60,251 7/11/2022
3.7.3.53 185,917 7/5/2022
3.7.3.52 307,407 6/29/2022
3.7.3.51 188,582 6/24/2022
3.7.3.50 925,562 6/17/2022
3.7.3.49 39,210 6/16/2022
3.7.3.48 141,475 6/14/2022
3.7.3.47 111,972 6/10/2022
3.7.3.46 69,641 6/8/2022
3.7.3.45 94,645 6/7/2022
3.7.3.44 122,716 6/6/2022
3.7.3.43 186,663 5/31/2022
3.7.3.42 168,224 5/27/2022
3.7.3.41 100,124 5/26/2022
3.7.3.40 6,020 5/26/2022
3.7.3.39 42,629 5/25/2022
3.7.3.38 76,830 5/24/2022
3.7.3.37 75,550 5/23/2022
3.7.3.36 137,334 5/19/2022
3.7.3.35 141,270 5/18/2022
3.7.3.34 587,677 5/9/2022
3.7.3.33 114,877 5/6/2022
3.7.3.32 12,665 5/6/2022
3.7.3.31 21,549 5/5/2022
3.7.3.30 152,633 5/4/2022
3.7.3.29 41,224 5/3/2022
3.7.3.28 361,040 5/3/2022
3.7.3.27 8,446 5/2/2022
3.7.3.26 296,373 4/20/2022
3.7.3.25 84,929 4/19/2022
3.7.3.24 1,543,251 4/19/2022
3.7.3.23 277,224 4/14/2022
3.7.3.22 1,077,648 4/12/2022
3.7.3.21 46,476 4/11/2022
3.7.3.20 113,898 4/7/2022
3.7.3.19 67,633 4/6/2022
3.7.3.18 165,090 4/1/2022
3.7.3.17 32,622 3/31/2022
3.7.3.16 241,344 3/28/2022
3.7.3.15 128,594 3/24/2022
3.7.3.14 385,437 3/23/2022
3.7.3.13 216,983 3/17/2022
3.7.3.12 21,717 3/16/2022
3.7.3.11 215,061 3/14/2022
3.7.3.10 147,911 3/10/2022
3.7.3.9 73,445 3/9/2022
3.7.3.8 60,311 3/8/2022
3.7.3.7 258,900 3/3/2022
3.7.3.6 70,807 3/1/2022
3.7.3.5 52,994 2/28/2022
3.7.3.4 35,927 2/26/2022
3.7.3.3 46,815 2/23/2022
3.7.3.2 33,968 2/22/2022
3.7.3.1 7,656 2/22/2022
3.7.3 63,180 2/21/2022
3.7.2.20 149,274 2/17/2022
3.7.2.19 207,190 2/11/2022
3.7.2.18 11,027 2/10/2022
3.7.2.17 181,785 2/4/2022
3.7.2.16 42,067 2/3/2022
3.7.2.15 34,094 2/2/2022
3.7.2.14 252,735 1/28/2022
3.7.2.13 272,212 1/25/2022
3.7.2.12 392,715 1/15/2022
3.7.2.11 4,724 1/14/2022
3.7.2.10 91,229 1/13/2022
3.7.2.9 139,015 1/11/2022
3.7.2.8 86,115 1/7/2022
3.7.2.7 26,615 1/6/2022
3.7.2.6 12,720 1/5/2022
3.7.2.5 124,379 1/3/2022
3.7.2.4 267,163 12/21/2021
3.7.2.3 32,323 12/20/2021
3.7.2.2 278,464 12/13/2021
3.7.2.1 334,529 12/8/2021
3.7.2 195,172 12/2/2021
3.7.1.1 28,889 12/1/2021
3.7.1 272,063 11/23/2021
3.7.0.104 164,945 11/22/2021
3.7.0.103 88,576 11/19/2021
3.7.0.102 8,366 11/18/2021
3.7.0.101 55,389 11/17/2021
3.7.0.100 42,926 11/16/2021
3.7.0.99 135,688 11/15/2021
3.7.0.98 51,923 11/12/2021
3.7.0.97 131,974 11/11/2021
3.7.0.96 180,876 11/11/2021
3.7.0.95 43,179 11/9/2021
3.7.0.94 1,644,714 11/5/2021
3.7.0.93 8,864 11/4/2021
3.7.0.92 19,480 11/3/2021
3.7.0.91 89,727 11/2/2021
3.7.0.90 40,125 11/1/2021
3.7.0.89 276,839 10/29/2021
3.7.0.88 68,465 10/27/2021
3.7.0.87 83,086 10/26/2021
3.7.0.86 3,981 10/26/2021
3.7.0.85 151,662 10/22/2021
3.7.0.84 6,657 10/21/2021
3.7.0.83 219,724 10/14/2021
3.7.0.82 483,868 10/13/2021
3.7.0.81 88,744 10/12/2021
3.7.0.80 305,909 10/8/2021
3.7.0.79 33,562 10/7/2021
3.7.0.78 16,971 10/7/2021
3.7.0.77 2,550 10/6/2021
3.7.0.76 220,653 10/1/2021
3.7.0.75 473,870 9/30/2021
3.7.0.74 100,587 9/29/2021
3.7.0.73 119,822 9/27/2021
3.7.0.72 47,883 9/24/2021
3.7.0.71 38,096 9/23/2021
3.7.0.70 51,693 9/22/2021
3.7.0.69 168,518 9/17/2021
3.7.0.68 19,818 9/16/2021
3.7.0.67 40,648 9/16/2021
3.7.0.66 326,629 9/13/2021
3.7.0.65 111,066 9/10/2021
3.7.0.64 31,872 9/9/2021
3.7.0.63 58,821 9/7/2021
3.7.0.62 72,875 9/3/2021
3.7.0.61 13,573 9/3/2021
3.7.0.60 77,679 9/2/2021
3.7.0.59 29,062 9/1/2021
3.7.0.58 48,015 8/31/2021
3.7.0.57 411,354 8/27/2021
3.7.0.56 75,170 8/25/2021
3.7.0.55 98,881 8/23/2021
3.7.0.54 138,552 8/19/2021
3.7.0.53 360,979 8/16/2021
3.7.0.52 86,588 8/12/2021
3.7.0.51 215,065 8/10/2021
3.7.0.50 376,428 8/6/2021
3.7.0.49 75,646 8/4/2021
3.7.0.48 523,770 7/30/2021
3.7.0.47 37,068 7/29/2021
3.7.0.46 151,582 7/27/2021
3.7.0.45 155,665 7/21/2021
3.7.0.44 148,585 7/16/2021
3.7.0.43 134,611 7/13/2021
3.7.0.42 1,373,712 7/12/2021
3.7.0.41 33,882 7/9/2021
3.7.0.40 74,455 7/8/2021
3.7.0.39 49,336 7/7/2021
3.7.0.38 41,708 7/6/2021
3.7.0.37 112,248 7/1/2021
3.7.0.36 159,586 6/25/2021
3.7.0.35 27,821 6/24/2021
3.7.0.34 264,275 6/21/2021
3.7.0.33 92,506 6/17/2021
3.7.0.32 91,298 6/15/2021
3.7.0.31 96,966 6/11/2021
3.7.0.30 740,017 5/28/2021
3.7.0.29 115,577 5/27/2021
3.7.0.28 43,097 5/27/2021
3.7.0.27 123,308 5/24/2021
3.7.0.26 74,424 5/21/2021
3.7.0.25 61,622 5/20/2021
3.7.0.24 55,146 5/19/2021
3.7.0.23 14,651 5/18/2021
3.7.0.22 111,472 5/14/2021
3.7.0.21 60,412 5/12/2021
3.7.0.20 76,962 5/10/2021
3.7.0.19 3,256 5/10/2021
3.7.0.18 460,550 5/6/2021
3.7.0.17 188,982 4/30/2021
3.7.0.16 65,109 4/27/2021
3.7.0.15 85,787 4/23/2021
3.7.0.14 244,415 4/19/2021
3.7.0.13 96,957 4/15/2021
3.7.0.12 170,198 4/13/2021
3.7.0.11 170,244 4/12/2021
3.7.0.10 170,181 4/8/2021
3.7.0.9 48,103 4/7/2021
3.7.0.8 107,491 4/2/2021
3.7.0.7 12,262 4/1/2021
3.7.0.6 17,143 3/31/2021
3.7.0.5 3,619 3/31/2021
3.7.0.4 55,012 3/30/2021
3.7.0.3 39,980 3/29/2021
3.7.0.2 48,127 3/27/2021
3.7.0.1 15,636 3/26/2021
3.7.0 2,552,079 3/26/2021
3.5.4.38 330,631 3/25/2021
3.5.4.37 580,537 3/17/2021
3.5.4.36 83,162 3/15/2021
3.5.4.35 332,949 3/9/2021
3.5.4.34 58,624 3/5/2021
3.5.4.33 25,787 3/4/2021
3.5.4.32 87,866 3/1/2021
3.5.4.31 227,629 2/23/2021
3.5.4.30 108,808 2/19/2021
3.5.4.29 82,162 2/12/2021
3.5.4.28 100,846 2/9/2021
3.5.4.27 67,514 2/8/2021
3.5.4.26 60,828 2/5/2021
3.5.4.25 29,407 2/4/2021
3.5.4.24 849,097 1/29/2021
3.5.4.23 17,093 1/28/2021
3.5.4.22 16,498 1/27/2021
3.5.4.21 74,851 1/26/2021
3.5.4.20 506,067 1/20/2021
3.5.4.19 10,434 1/19/2021
3.5.4.18 174,187 1/11/2021
3.5.4.17 129,823 1/7/2021
3.5.4.16 156,831 12/30/2020
3.5.4.15 49,631 12/23/2020
3.5.4.14 68,995 12/22/2020
3.5.4.13 121,020 12/22/2020
3.5.4.12 3,415 12/21/2020
3.5.4.11 53,302 12/18/2020
3.5.4.10 89,217 12/17/2020
3.5.4.9 37,256 12/16/2020
3.5.4.8 55,568 12/14/2020
3.5.4.7 125,637 12/9/2020
3.5.4.6 59,649 12/7/2020
3.5.4.5 92,417 12/3/2020
3.5.4.4 111,361 12/2/2020
3.5.4.3 10,550 12/1/2020
3.5.4.2 36,513 12/1/2020
3.5.4.1 75,520 11/24/2020
3.5.4 82,678 11/23/2020
3.5.3.4 1,125,012 11/20/2020
3.5.3.3 15,404 11/19/2020
3.5.3.2 36,596 11/18/2020
3.5.3.1 228,713 11/13/2020
3.5.3 315,025 11/9/2020
3.5.2 596,032 11/5/2020
3.5.1.11 39,327 11/4/2020
3.5.1.10 247,525 10/28/2020
3.5.1.9 36,153 10/27/2020
3.5.1.8 34,532 10/26/2020
3.5.1.7 221,028 10/22/2020
3.5.1.6 20,725 10/21/2020
3.5.1.5 337,651 10/20/2020
3.5.1.4 188,563 10/16/2020
3.5.1.3 24,035 10/15/2020
3.5.1.2 354,933 10/9/2020
3.5.1.1 78,131 10/6/2020
3.5.1 22,491 10/5/2020
3.5.0.24 36,692 10/2/2020
3.5.0.23 112,802 10/1/2020
3.5.0.22 41,168 9/30/2020
3.5.0.21 127,150 9/29/2020
3.5.0.20 48,119 9/25/2020
3.5.0.19 27,022 9/24/2020
3.5.0.18 39,107 9/21/2020
3.5.0.17 59,761 9/18/2020
3.5.0.16 259,882 9/17/2020
3.5.0.15 79,387 9/16/2020
3.5.0.14 27,110 9/15/2020
3.5.0.13 80,771 9/14/2020
3.5.0.12 42,127 9/11/2020
3.5.0.11 77,443 9/10/2020
3.5.0.10 2,994 9/9/2020
3.5.0.9 67,414 9/4/2020
3.5.0.8 59,166 9/2/2020
3.5.0.7 454,031 9/1/2020
3.5.0.6 11,723 8/31/2020
3.5.0.5 33,229 8/28/2020
3.5.0.4 19,468 8/27/2020
3.5.0.3 12,171 8/26/2020
3.5.0.2 47,105 8/25/2020
3.5.0.1 12,156 8/24/2020
3.5.0 455,594 8/20/2020
3.5.0-beta 76,380 2/4/2020
3.3.106.47 1,094,334 8/19/2020
3.3.106.46 110,244 8/14/2020
3.3.106.45 127,028 8/10/2020
3.3.106.44 87,360 8/7/2020
3.3.106.43 18,339 8/6/2020
3.3.106.42 49,631 8/4/2020
3.3.106.41 48,786 8/3/2020
3.3.106.40 49,773 7/31/2020
3.3.106.39 47,060 7/30/2020
3.3.106.38 23,011 7/29/2020
3.3.106.37 25,495 7/28/2020
3.3.106.36 271,150 7/23/2020
3.3.106.35 21,658 7/22/2020
3.3.106.34 102,246 7/17/2020
3.3.106.33 96,557 7/15/2020
3.3.106.32 187,544 7/9/2020
3.3.106.31 5,244 7/9/2020
3.3.106.30 18,504 7/8/2020
3.3.106.29 55,415 7/7/2020
3.3.106.28 46,731 7/2/2020
3.3.106.27 78,384 6/29/2020
3.3.106.26 17,834 6/26/2020
3.3.106.25 42,641 6/25/2020
3.3.106.24 63,346 6/24/2020
3.3.106.23 4,977 6/24/2020
3.3.106.22 32,181 6/23/2020
3.3.106.21 51,131 6/19/2020
3.3.106.20 51,377 6/18/2020
3.3.106.19 50,000 6/17/2020
3.3.106.18 107,204 6/11/2020
3.3.106.17 67,277 6/9/2020
3.3.106.16 152,088 6/5/2020
3.3.106.15 13,729 6/4/2020
3.3.106.14 23,092 6/3/2020
3.3.106.13 6,367 6/3/2020
3.3.106.12 60,649 6/1/2020
3.3.106.11 103,750 5/27/2020
3.3.106.10 17,719 5/26/2020
3.3.106.9 204,189 5/22/2020
3.3.106.8 7,968 5/22/2020
3.3.106.7 6,252 5/21/2020
3.3.106.6 52,590 5/19/2020
3.3.106.5 33,704 5/18/2020
3.3.106.4 51,011 5/15/2020
3.3.106.3 11,922 5/14/2020
3.3.106.2 95,593 5/11/2020
3.3.106.1 255,865 5/8/2020
3.3.106 114,845 5/8/2020
3.3.105.41 23,474 5/7/2020
3.3.105.40 15,670 5/6/2020
3.3.105.39 61,868 5/4/2020
3.3.105.38 35,867 5/1/2020
3.3.105.37 20,114 4/30/2020
3.3.105.36 23,591 4/29/2020
3.3.105.35 222,243 4/28/2020
3.3.105.34 55,180 4/27/2020
3.3.105.33 78,973 4/24/2020
3.3.105.32 82,824 4/23/2020
3.3.105.31 16,757 4/22/2020
3.3.105.30 27,297 4/21/2020
3.3.105.29 47,859 4/20/2020
3.3.105.28 36,852 4/17/2020
3.3.105.27 170,019 4/16/2020
3.3.105.26 179,669 4/8/2020
3.3.105.25 351,909 4/6/2020
3.3.105.24 32,987 4/3/2020
3.3.105.23 3,197 4/3/2020
3.3.105.22 16,795 4/2/2020
3.3.105.21 68,988 4/1/2020
3.3.105.20 47,962 3/31/2020
3.3.105.19 23,746 3/30/2020
3.3.105.18 109,174 3/27/2020
3.3.105.17 14,088 3/26/2020
3.3.105.16 43,228 3/25/2020
3.3.105.15 25,365 3/24/2020
3.3.105.14 36,039 3/20/2020
3.3.105.13 10,652 3/19/2020
3.3.105.12 54,063 3/18/2020
3.3.105.11 17,712 3/17/2020
3.3.105.10 28,333 3/16/2020
3.3.105.9 36,729 3/12/2020
3.3.105.8 118,613 3/6/2020
3.3.105.7 96,295 3/5/2020
3.3.105.6 98,336 3/2/2020
3.3.105.5 78,897 2/28/2020
3.3.105.4 5,327 2/27/2020
3.3.105.3 25,634 2/26/2020
3.3.105.2 14,662 2/25/2020
3.3.105.1 100,457 2/19/2020
3.3.105 106,842 2/17/2020
3.3.104.27 63,213 2/13/2020
3.3.104.26 94,707 2/10/2020
3.3.104.25 113,496 2/7/2020
3.3.104.24 83,893 2/4/2020
3.3.104.23 243,375 1/24/2020
3.3.104.22 22,700 1/23/2020
3.3.104.21 115,171 1/21/2020
3.3.104.20 50,045 1/17/2020
3.3.104.19 14,346 1/16/2020
3.3.104.18 24,801 1/15/2020
3.3.104.17 76,995 1/10/2020
3.3.104.16 285,121 1/8/2020
3.3.104.15 72,987 1/6/2020
3.3.104.14 162,287 1/2/2020
3.3.104.13 76,633 12/25/2019
3.3.104.12 5,028 12/23/2019
3.3.104.11 16,548 12/20/2019
3.3.104.10 21,764 12/18/2019
3.3.104.9 32,262 12/18/2019
3.3.104.8 185,001 12/16/2019
3.3.104.7 31,065 12/13/2019
3.3.104.6 55,061 12/12/2019
3.3.104.5 13,679 12/12/2019
3.3.104.4 6,159 12/11/2019
3.3.104.3 95,653 12/9/2019
3.3.104.2 74,240 12/3/2019
3.3.104.1 14,641 12/2/2019
3.3.104 88,828 11/26/2019
3.3.103.2 29,493 11/25/2019
3.3.103.1 41,171 11/22/2019
3.3.103 25,647 11/22/2019
3.3.102.4 83,248 11/19/2019
3.3.102.3 2,096 11/19/2019
3.3.102.2 135,319 11/14/2019
3.3.102.1 19,055 11/13/2019
3.3.102 37,204 11/12/2019
3.3.101.88 247,275 11/8/2019
3.3.101.87 71,730 11/7/2019
3.3.101.86 21,128 11/7/2019
3.3.101.85 22,087 11/5/2019
3.3.101.84 149,124 10/31/2019
3.3.101.83 8,793 10/30/2019
3.3.101.82 120,264 10/28/2019
3.3.101.81 2,353 10/28/2019
3.3.101.80 50,712 10/24/2019
3.3.101.79 28,313 10/22/2019
3.3.101.78 36,090 10/18/2019
3.3.101.77 12,045 10/17/2019
3.3.101.76 30,446 10/16/2019
3.3.101.75 49,772 10/11/2019
3.3.101.74 24,831 10/10/2019
3.3.101.73 61,279 10/8/2019
3.3.101.72 153,048 9/30/2019
3.3.101.71 97,495 9/26/2019
3.3.101.70 168,120 9/23/2019
3.3.101.69 233,756 9/21/2019
3.3.101.68 25,151 9/19/2019
3.3.101.67 75,700 9/18/2019
3.3.101.66 13,247 9/17/2019
3.3.101.65 12,230 9/16/2019
3.3.101.64 42,139 9/12/2019
3.3.101.63 80,188 9/9/2019
3.3.101.62 14,613 9/6/2019
3.3.101.61 13,146 9/5/2019
3.3.101.60 565,948 9/4/2019
3.3.101.59 135,088 8/27/2019
3.3.101.58 22,459 8/23/2019
3.3.101.57 11,594 8/22/2019
3.3.101.56 128,697 8/16/2019
3.3.101.55 10,401 8/15/2019
3.3.101.54 52,175 8/14/2019
3.3.101.53 11,645 8/13/2019
3.3.101.52 36,174 8/12/2019
3.3.101.51 34,159 8/9/2019
3.3.101.50 6,701 8/8/2019
3.3.101.49 21,403 8/7/2019
3.3.101.48 2,202 8/7/2019
3.3.101.47 102,115 8/2/2019
3.3.101.46 20,800 8/1/2019
3.3.101.45 85,349 7/30/2019
3.3.101.44 21,790 7/29/2019
3.3.101.43 23,466 7/25/2019
3.3.101.42 74,696 7/24/2019
3.3.101.41 38,496 7/22/2019
3.3.101.40 46,276 7/19/2019
3.3.101.39 21,128 7/19/2019
3.3.101.38 150,760 7/12/2019
3.3.101.37 35,042 7/10/2019
3.3.101.36 12,961 7/9/2019
3.3.101.35 14,819 7/8/2019
3.3.101.34 29,216 7/2/2019
3.3.101.33 37,055 7/1/2019
3.3.101.32 31,771 6/28/2019
3.3.101.31 14,556 6/27/2019
3.3.101.30 8,330 6/27/2019
3.3.101.29 2,468 6/26/2019
3.3.101.28 24,233 6/24/2019
3.3.101.27 71,507 6/20/2019
3.3.101.26 11,781 6/20/2019
3.3.101.25 58,876 6/17/2019
3.3.101.24 14,634 6/14/2019
3.3.101.23 43,965 6/13/2019
3.3.101.22 63,534 6/7/2019
3.3.101.21 21,663 6/6/2019
3.3.101.20 31,166 6/4/2019
3.3.101.19 17,544 6/3/2019
3.3.101.18 88,929 5/31/2019
3.3.101.17 9,696 5/30/2019
3.3.101.16 14,348 5/29/2019
3.3.101.15 27,609 5/28/2019
3.3.101.14 117,616 5/23/2019
3.3.101.13 14,523 5/22/2019
3.3.101.12 24,865 5/21/2019
3.3.101.11 25,117 5/20/2019
3.3.101.10 12,921 5/17/2019
3.3.101.9 92,938 5/15/2019
3.3.101.8 219,672 5/10/2019
3.3.101.7 46,069 5/8/2019
3.3.101.6 16,149 5/7/2019
3.3.101.5 614,086 5/3/2019
3.3.101.4 11,661 5/2/2019
3.3.101.3 20,432 4/30/2019
3.3.101.2 15,132 4/29/2019
3.3.101.1 16,459 4/26/2019
3.3.101 483,725 4/25/2019
3.3.100.9 13,454 4/25/2019
3.3.100.8 6,670 4/24/2019
3.3.100.7 100,262 4/18/2019
3.3.100.6 27,401 4/16/2019
3.3.100.5 193,156 4/4/2019
3.3.100.4 18,588 4/3/2019
3.3.100.3 57,041 3/29/2019
3.3.100.2 50,303 3/26/2019
3.3.100.1 142,130 3/22/2019
3.3.100 97,407 3/21/2019
3.3.17.13 218,282 3/11/2019
3.3.17.12 32,894 3/7/2019
3.3.17.11 5,505 3/6/2019
3.3.17.10 83,315 2/26/2019
3.3.17.9 198,176 2/20/2019
3.3.17.8 49,328 2/15/2019
3.3.17.7 28,874 2/14/2019
3.3.17.6 13,334 2/13/2019
3.3.17.5 6,346,659 2/4/2019
3.3.17.4 120,845 1/26/2019
3.3.17.3 36,881 1/25/2019
3.3.17.2 12,085 1/24/2019
3.3.17.1 71,409 1/18/2019
3.3.17 38,779 1/16/2019
3.3.16.5 92,176 1/11/2019
3.3.16.4 59,697 1/10/2019
3.3.16.3 151,894 1/8/2019
3.3.16.2 2,301 1/7/2019
3.3.16.1 107,968 1/4/2019
3.3.16 213,618 12/22/2018
3.3.15.5 15,029 12/21/2018
3.3.15.4 53,548 12/15/2018
3.3.15.3 419,607 12/14/2018
3.3.15.2 514,981 12/12/2018
3.3.15.1 220,451 12/4/2018
3.3.15 86,786 11/28/2018
3.3.14.21 128,288 11/16/2018
3.3.14.20 13,320 11/16/2018
3.3.14.19 12,581 11/15/2018
3.3.14.18 13,035 11/13/2018
3.3.14.17 26,482 11/9/2018
3.3.14.16 11,102 11/9/2018
3.3.14.15 11,590 11/7/2018
3.3.14.14 10,351 11/7/2018
3.3.14.13 2,737 11/6/2018
3.3.14.12 52,445 10/30/2018
3.3.14.11 6,872 10/29/2018
3.3.14.10 3,379 10/29/2018
3.3.14.9 7,086 10/26/2018
3.3.14.8 81,557 10/22/2018
3.3.14.7 4,164 10/22/2018
3.3.14.6 25,106 10/17/2018
3.3.14.5 115,022 10/6/2018
3.3.14.4 19,971 10/4/2018
3.3.14.3 45,109 9/26/2018
3.3.14.2 439,458 9/10/2018
3.3.14.1 25,111 9/7/2018
3.3.14 21,138 9/5/2018
3.3.13.1 106,176 8/28/2018
3.3.13 167,968 8/20/2018
3.3.12.2 66,268 8/16/2018
3.3.12.1 5,043 8/15/2018
3.3.12 204,451 8/6/2018
3.3.11.2 14,208 8/3/2018
3.3.11.1 33,516 8/2/2018
3.3.11 208,829 7/24/2018
3.3.10.4 37,807 7/23/2018
3.3.10.3 378,965 7/3/2018
3.3.10.2 154,812 6/22/2018
3.3.10.1 20,014 6/19/2018
3.3.10 17,636 6/15/2018
3.3.9 51,972 6/9/2018
3.3.8.1 64,950 6/1/2018
3.3.8 299,655 5/1/2018
3.3.7.3 50,171 4/25/2018
3.3.7.2 126,660 4/20/2018
3.3.7.1 169,697 3/29/2018
3.3.7 26,032 3/27/2018
3.3.6.2 73,632 3/15/2018
3.3.6.1 72,722 3/3/2018
3.3.6 323,544 2/9/2018
3.3.5 643,289 11/29/2017
3.3.4.20 1,233,261 11/11/2017
3.3.4.19 54,331 10/24/2017
3.3.4.18 50,191 10/9/2017
3.3.4.17 724,680 7/27/2017
3.3.4.16 53,371 7/7/2017
3.3.4.15 40,638 7/5/2017
3.3.4.14 26,227 6/28/2017
3.3.4.13 132,628 5/25/2017
3.3.4.12 25,642 5/11/2017
3.3.4.11 13,443 5/8/2017
3.3.4.10 5,709 5/5/2017
3.3.4.9 10,117 4/28/2017
3.3.4.8 8,780 4/26/2017
3.3.4.7 24,903 4/21/2017
3.3.4.6 4,802 4/19/2017
3.3.4.5 23,842 4/11/2017
3.3.4.4 14,149 3/31/2017
3.3.4.3 268,338 3/15/2017
3.3.4.2 5,960 3/14/2017
3.3.4.1 19,143 3/14/2017
3.3.4 54,525 3/9/2017
3.3.3 317,266 2/28/2017
3.3.2.1 180,973 1/20/2017
3.3.2 9,460 1/18/2017
3.3.1.6 8,959 1/17/2017
3.3.1.5 21,345 1/5/2017
3.3.1.4 23,310 12/28/2016
3.3.1.3 16,832 12/16/2016
3.3.1.2 7,640 12/9/2016
3.3.1.1 9,576 12/7/2016
3.3.1 51,100 11/19/2016
3.3.0.3 276,988 11/15/2016
3.3.0.2 11,347 11/4/2016
3.3.0.1 44,106 10/11/2016
3.3.0 339,344 9/19/2016
3.2.8-rc 3,890 9/8/2016
3.2.7-beta 6,180 8/23/2016
3.2.6-beta 3,303 8/2/2016
3.2.5-beta 4,438 6/28/2016
3.2.4.1-beta 4,720 6/2/2016
3.2.4-beta 2,101 6/1/2016
3.2.3.1-beta 14,745 4/20/2016
3.2.3-beta 4,230 3/12/2016
3.2.2.1-beta 2,591 3/2/2016
3.2.2-beta 3,166 1/12/2016
3.2.1-beta 2,335 12/7/2015
3.2.0-beta 2,738 9/29/2015
3.1.5.3 35,235 8/9/2016
3.1.5.2 35,096 7/13/2016
3.1.5.1 45,962 6/28/2016
3.1.5 7,480 6/7/2016
3.1.4.2 5,016 6/3/2016
3.1.4.1 8,924 5/26/2016
3.1.4 11,307 5/18/2016
3.1.3 21,661 3/4/2016
3.1.2 12,090 3/2/2016
3.1.1.5 20,603 2/22/2016
3.1.1.4 15,153 1/6/2016
3.1.1.3 4,017 12/18/2015
3.1.1.2 6,923 12/2/2015
3.1.1.1 26,435 10/7/2015
3.1.1 13,414 9/3/2015
3.1.0.1 5,698 8/27/2015
3.1.0 82,819 7/28/2015
3.0.0.3-preview 11,140 5/22/2015
3.0.0.2-preview 2,432 5/21/2015
3.0.0.1-preview 2,301 5/6/2015
3.0.0-preview 2,260 4/30/2015