AWSSDK.DynamoDBv2 3.7.407.21

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.7.407.21
                    
NuGet\Install-Package AWSSDK.DynamoDBv2 -Version 3.7.407.21
                    
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.7.407.21" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.DynamoDBv2" Version="3.7.407.21" />
                    
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.7.407.21
                    
#r "nuget: AWSSDK.DynamoDBv2, 3.7.407.21"
                    
#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.7.407.21
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.DynamoDBv2&version=3.7.407.21
                    
Install 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 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 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 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 (305)

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

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.9 6,339 6/23/2025
4.0.1.8 14,407 6/18/2025
4.0.1.7 12,739 6/16/2025
4.0.1.6 16,074 6/12/2025
4.0.1.5 7,048 6/11/2025
4.0.1.4 13,753 6/10/2025
4.0.1.3 19,957 6/5/2025
4.0.1.2 9,636 6/4/2025
4.0.1.1 15,099 6/3/2025
4.0.1 101,681 5/20/2025
4.0.0.6 47,543 5/16/2025
4.0.0.5 10,946 5/15/2025
4.0.0.4 29,655 5/12/2025
4.0.0.3 47,186 5/6/2025
4.0.0.2 48,532 4/30/2025
4.0.0.1 10,623 4/29/2025
4.0.0 62,200 4/28/2025
4.0.0-preview.13 2,773 4/9/2025
4.0.0-preview.12 427 4/4/2025
4.0.0-preview.11 1,889 3/26/2025
4.0.0-preview.10 4,599 3/7/2025
4.0.0-preview.9 628 3/4/2025
4.0.0-preview.8 1,931 2/25/2025
4.0.0-preview.7 1,677 2/17/2025
4.0.0-preview.6 2,500 2/6/2025
4.0.0-preview.5 4,237 1/3/2025
4.0.0-preview.4 36,745 10/11/2024
4.0.0-preview.3 3,980 10/1/2024
4.0.0-preview.2 4,766 8/28/2024
4.0.0-preview 63,942 8/15/2024
3.7.407.31 115 6/27/2025
3.7.407.30 261 6/26/2025
3.7.407.29 4,268 6/23/2025
3.7.407.28 40,821 6/20/2025
3.7.407.27 4,665 6/18/2025
3.7.407.26 63,256 6/11/2025
3.7.407.25 5,665 6/10/2025
3.7.407.24 5,058 6/9/2025
3.7.407.23 41,726 6/6/2025
3.7.407.22 15,859 6/5/2025
3.7.407.21 17,114 6/4/2025
3.7.407.20 7,890 6/2/2025
3.7.407.19 6,082 5/30/2025
3.7.407.18 49,612 5/28/2025
3.7.407.17 18,065 5/23/2025
3.7.407.16 8,848 5/21/2025
3.7.407.15 13,293 5/20/2025
3.7.407.14 9,208 5/19/2025
3.7.407.13 77,843 5/16/2025
3.7.407.12 29,713 5/12/2025
3.7.407.11 57,025 5/9/2025
3.7.407.10 10,141 5/8/2025
3.7.407.9 12,085 5/7/2025
3.7.407.8 19,237 5/6/2025
3.7.407.7 14,327 5/5/2025
3.7.407.6 43,314 5/2/2025
3.7.407.5 6,545 5/1/2025
3.7.407.4 9,987 4/30/2025
3.7.407.3 10,321 4/29/2025
3.7.407.2 26,575 4/28/2025
3.7.407.1 56,852 4/25/2025
3.7.407 19,750 4/24/2025
3.7.406.26 48,718 4/23/2025
3.7.406.25 55,151 4/18/2025
3.7.406.24 17,471 4/17/2025
3.7.406.23 71,541 4/16/2025
3.7.406.22 60,942 4/14/2025
3.7.406.21 38,628 4/11/2025
3.7.406.20 19,068 4/10/2025
3.7.406.19 29,613 4/9/2025
3.7.406.18 40,714 4/8/2025
3.7.406.17 103,658 4/4/2025
3.7.406.16 41,447 4/3/2025
3.7.406.15 15,600 4/3/2025
3.7.406.14 7,653 4/2/2025
3.7.406.13 49,705 4/1/2025
3.7.406.12 40,857 3/31/2025
3.7.406.11 50,575 3/28/2025
3.7.406.10 43,785 3/27/2025
3.7.406.9 34,607 3/26/2025
3.7.406.8 22,554 3/25/2025
3.7.406.7 73,823 3/24/2025
3.7.406.6 65,573 3/21/2025
3.7.406.5 22,091 3/20/2025
3.7.406.4 51,576 3/19/2025
3.7.406.3 35,630 3/18/2025
3.7.406.2 37,027 3/17/2025
3.7.406.1 40,038 3/14/2025
3.7.406 28,941 3/14/2025
3.7.405.38 93,402 3/11/2025
3.7.405.37 36,523 3/10/2025
3.7.405.36 61,026 3/7/2025
3.7.405.35 35,234 3/6/2025
3.7.405.34 34,331 3/5/2025
3.7.405.33 25,606 3/4/2025
3.7.405.32 55,588 3/3/2025
3.7.405.31 138,728 2/28/2025
3.7.405.30 25,734 2/27/2025
3.7.405.29 39,734 2/26/2025
3.7.405.28 36,364 2/25/2025
3.7.405.27 51,973 2/24/2025
3.7.405.26 49,448 2/21/2025
3.7.405.25 27,517 2/20/2025
3.7.405.24 163,729 2/18/2025
3.7.405.23 30,736 2/17/2025
3.7.405.22 72,246 2/13/2025
3.7.405.21 45,348 2/12/2025
3.7.405.20 32,908 2/11/2025
3.7.405.19 68,748 2/10/2025
3.7.405.18 81,849 2/7/2025
3.7.405.17 37,091 2/6/2025
3.7.405.16 33,666 2/5/2025
3.7.405.15 45,231 2/4/2025
3.7.405.14 46,622 2/3/2025
3.7.405.13 122,390 1/30/2025
3.7.405.12 112,895 1/28/2025
3.7.405.11 33,571 1/27/2025
3.7.405.10 116,529 1/22/2025
3.7.405.9 50,338 1/21/2025
3.7.405.8 90,625 1/17/2025
3.7.405.7 37,775 1/16/2025
3.7.405.6 41,406 1/15/2025
3.7.405.5 38,380 1/14/2025
3.7.405.4 29,006 1/13/2025
3.7.405.3 60,532 1/10/2025
3.7.405.2 35,411 1/9/2025
3.7.405.1 33,873 1/8/2025
3.7.405 99,847 1/7/2025
3.7.404.14 38,157 1/6/2025
3.7.404.13 79,341 1/3/2025
3.7.404.12 26,935 1/2/2025
3.7.404.11 101,233 12/26/2024
3.7.404.10 162,307 12/23/2024
3.7.404.9 40,379 12/20/2024
3.7.404.8 36,759 12/19/2024
3.7.404.7 46,365 12/18/2024
3.7.404.6 45,923 12/17/2024
3.7.404.5 97,214 12/13/2024
3.7.404.4 64,264 12/12/2024
3.7.404.3 26,425 12/11/2024
3.7.404.2 75,791 12/10/2024
3.7.404.1 55,368 12/9/2024
3.7.404 378,543 12/3/2024
3.7.403.9 55,863 12/3/2024
3.7.403.8 159,184 11/27/2024
3.7.403.7 168,125 11/22/2024
3.7.403.6 62,687 11/21/2024
3.7.403.5 36,491 11/21/2024
3.7.403.4 61,194 11/19/2024
3.7.403.3 225,293 11/15/2024
3.7.403.2 276,484 11/15/2024
3.7.403.1 6,538 11/14/2024
3.7.403 62,486 11/13/2024
3.7.402.13 59,130 11/12/2024
3.7.402.12 38,948 11/11/2024
3.7.402.11 94,867 11/8/2024
3.7.402.10 52,950 11/7/2024
3.7.402.9 420,175 11/1/2024
3.7.402.8 48,915 10/31/2024
3.7.402.7 42,352 10/30/2024
3.7.402.6 83,299 10/29/2024
3.7.402.5 72,669 10/28/2024
3.7.402.4 61,971 10/25/2024
3.7.402.3 35,052 10/24/2024
3.7.402.2 193,722 10/23/2024
3.7.402.1 51,004 10/22/2024
3.7.402 197,458 10/17/2024
3.7.401.14 125,384 10/16/2024
3.7.401.13 295,349 10/15/2024
3.7.401.12 129,615 10/14/2024
3.7.401.11 346,980 10/9/2024
3.7.401.10 89,359 10/8/2024
3.7.401.9 35,035 10/7/2024
3.7.401.8 112,044 10/4/2024
3.7.401.7 61,967 10/3/2024
3.7.401.6 45,376 10/2/2024
3.7.401.5 231,358 10/1/2024
3.7.401.4 127,180 9/27/2024
3.7.401.3 35,493 9/26/2024
3.7.401.2 37,739 9/25/2024
3.7.401.1 46,077 9/24/2024
3.7.401 293,294 9/21/2024
3.7.400.21 453,687 9/16/2024
3.7.400.20 69,092 9/13/2024
3.7.400.19 76,691 9/11/2024
3.7.400.18 117,435 9/10/2024
3.7.400.17 93,847 9/9/2024
3.7.400.16 77,994 9/6/2024
3.7.400.15 39,424 9/5/2024
3.7.400.14 122,998 9/4/2024
3.7.400.13 156,466 8/30/2024
3.7.400.12 134,776 8/28/2024
3.7.400.11 311,842 8/22/2024
3.7.400.10 37,260 8/21/2024
3.7.400.9 57,919 8/20/2024
3.7.400.8 43,083 8/19/2024
3.7.400.7 198,824 8/16/2024
3.7.400.6 53,746 8/15/2024
3.7.400.5 144,603 8/13/2024
3.7.400.4 94,557 8/9/2024
3.7.400.3 266,188 8/5/2024
3.7.400.2 254,901 7/30/2024
3.7.400.1 51,786 7/29/2024
3.7.400 229,736 7/24/2024
3.7.305.2 98,071 7/22/2024
3.7.305.1 79,255 7/18/2024
3.7.305 293,445 7/12/2024
3.7.304.7 386,196 7/10/2024
3.7.304.6 48,478 7/9/2024
3.7.304.5 32,713 7/8/2024
3.7.304.4 37,213 7/5/2024
3.7.304.3 70,058 7/3/2024
3.7.304.2 71,099 7/1/2024
3.7.304.1 56,191 6/28/2024
3.7.304 30,102 6/27/2024
3.7.303.26 128,423 6/24/2024
3.7.303.25 122,754 6/20/2024
3.7.303.24 46,068 6/19/2024
3.7.303.23 41,198 6/18/2024
3.7.303.22 401,283 6/12/2024
3.7.303.21 166,449 6/11/2024
3.7.303.20 61,299 6/10/2024
3.7.303.19 39,105 6/7/2024
3.7.303.18 118,573 6/5/2024
3.7.303.17 45,938 6/4/2024
3.7.303.16 125,260 6/3/2024
3.7.303.15 115,765 5/30/2024
3.7.303.14 64,318 5/29/2024
3.7.303.13 59,588 5/28/2024
3.7.303.12 153,598 5/24/2024
3.7.303.11 52,901 5/23/2024
3.7.303.10 59,375 5/22/2024
3.7.303.9 116,295 5/20/2024
3.7.303.8 82,049 5/17/2024
3.7.303.7 43,189 5/16/2024
3.7.303.6 122,705 5/14/2024
3.7.303.5 103,614 5/13/2024
3.7.303.4 101,074 5/10/2024
3.7.303.3 56,606 5/9/2024
3.7.303.2 222,752 5/6/2024
3.7.303.1 117,531 5/3/2024
3.7.303 55,254 5/2/2024
3.7.302.26 70,749 5/1/2024
3.7.302.25 58,888 4/29/2024
3.7.302.24 87,472 4/26/2024
3.7.302.23 44,080 4/25/2024
3.7.302.22 49,934 4/24/2024
3.7.302.21 41,883 4/23/2024
3.7.302.20 55,541 4/22/2024
3.7.302.19 57,579 4/19/2024
3.7.302.18 372,608 4/18/2024
3.7.302.17 78,952 4/17/2024
3.7.302.16 83,502 4/16/2024
3.7.302.15 384,886 4/11/2024
3.7.302.14 69,453 4/10/2024
3.7.302.13 42,501 4/9/2024
3.7.302.12 96,215 4/8/2024
3.7.302.11 82,532 4/5/2024
3.7.302.10 55,518 4/4/2024
3.7.302.9 39,949 4/3/2024
3.7.302.8 71,287 4/2/2024
3.7.302.7 91,277 4/1/2024
3.7.302.6 44,389 3/29/2024
3.7.302.5 38,222 3/28/2024
3.7.302.4 95,921 3/27/2024
3.7.302.3 66,078 3/26/2024
3.7.302.2 112,884 3/25/2024
3.7.302.1 71,567 3/22/2024
3.7.302 149,633 3/20/2024
3.7.301.23 92,324 3/18/2024
3.7.301.22 74,952 3/15/2024
3.7.301.21 49,336 3/14/2024
3.7.301.20 54,919 3/13/2024
3.7.301.19 207,836 3/8/2024
3.7.301.18 477,219 3/6/2024
3.7.301.17 241,765 2/29/2024
3.7.301.16 63,959 2/28/2024
3.7.301.15 42,467 2/27/2024
3.7.301.14 522,781 2/20/2024
3.7.301.13 78,630 2/16/2024
3.7.301.12 24,621 2/15/2024
3.7.301.11 46,548 2/14/2024
3.7.301.10 29,117 2/13/2024
3.7.301.9 87,136 2/9/2024
3.7.301.8 121,517 2/7/2024
3.7.301.7 349,427 2/2/2024
3.7.301.6 24,630 2/1/2024
3.7.301.5 217,738 1/31/2024
3.7.301.4 55,286 1/30/2024
3.7.301.3 60,663 1/29/2024
3.7.301.2 162,362 1/25/2024
3.7.301.1 30,307 1/25/2024
3.7.301 222,442 1/19/2024
3.7.300.39 79,060 1/18/2024
3.7.300.38 25,827 1/17/2024
3.7.300.37 41,025 1/16/2024
3.7.300.36 90,573 1/14/2024
3.7.300.35 8,132 1/12/2024
3.7.300.34 82,611 1/11/2024
3.7.300.33 60,656 1/10/2024
3.7.300.32 86,878 1/8/2024
3.7.300.31 39,504 1/5/2024
3.7.300.30 20,831 1/4/2024
3.7.300.29 48,830 1/3/2024
3.7.300.28 120,695 12/28/2023
3.7.300.27 44,135 12/27/2023
3.7.300.26 19,528 12/26/2023
3.7.300.25 21,759 12/22/2023
3.7.300.24 26,549 12/21/2023
3.7.300.23 49,162 12/20/2023
3.7.300.22 40,867 12/19/2023
3.7.300.21 32,796 12/18/2023
3.7.300.20 51,171 12/15/2023
3.7.300.19 20,638 12/14/2023
3.7.300.18 91,386 12/13/2023
3.7.300.17 110,254 12/12/2023
3.7.300.16 173,345 12/7/2023
3.7.300.15 59,942 12/6/2023
3.7.300.14 40,961 12/5/2023
3.7.300.13 47,942 12/4/2023
3.7.300.12 103,696 11/30/2023
3.7.300.11 43,150 11/28/2023
3.7.300.10 82,265 11/28/2023
3.7.300.9 8,273 11/27/2023
3.7.300.8 90,189 11/27/2023
3.7.300.7 359,097 11/21/2023
3.7.300.6 143,109 11/20/2023
3.7.300.5 82,133 11/17/2023
3.7.300.4 27,155 11/16/2023
3.7.300.3 68,542 11/15/2023
3.7.300.2 369,870 11/14/2023
3.7.300.1 55,316 11/13/2023
3.7.300 449,825 11/10/2023
3.7.203.15 170,405 11/8/2023
3.7.203.14 61,853 11/7/2023
3.7.203.13 34,290 11/6/2023
3.7.203.12 151,055 11/2/2023
3.7.203.11 220,453 10/27/2023
3.7.203.10 31,612 10/26/2023
3.7.203.9 210,164 10/24/2023
3.7.203.8 94,899 10/23/2023
3.7.203.7 87,136 10/20/2023
3.7.203.6 27,335 10/19/2023
3.7.203.5 84,619 10/18/2023
3.7.203.4 58,467 10/17/2023
3.7.203.3 31,454 10/16/2023
3.7.203.2 162,935 10/12/2023
3.7.203.1 212,739 10/7/2023
3.7.203 384,835 10/6/2023
3.7.202.7 6,028 10/5/2023
3.7.202.6 57,173 10/4/2023
3.7.202.5 50,805 10/3/2023
3.7.202.4 27,910 10/2/2023
3.7.202.3 86,671 9/28/2023
3.7.202.2 63,367 9/28/2023
3.7.202.1 9,941 9/27/2023
3.7.202 21,470 9/26/2023
3.7.201.16 42,910 9/25/2023
3.7.201.15 60,290 9/22/2023
3.7.201.14 383,606 9/20/2023
3.7.201.13 49,354 9/19/2023
3.7.201.12 120,535 9/15/2023
3.7.201.11 38,296 9/15/2023
3.7.201.10 15,363 9/14/2023
3.7.201.9 395,009 9/13/2023
3.7.201.8 431,153 9/12/2023
3.7.201.7 277,851 9/8/2023
3.7.201.6 17,634 9/8/2023
3.7.201.5 42,462 9/6/2023
3.7.201.4 29,286 9/5/2023
3.7.201.3 79,675 9/1/2023
3.7.201.2 30,527 9/1/2023
3.7.201.1 13,150 8/31/2023
3.7.201 35,810 8/31/2023
3.7.200.29 4,437 8/30/2023
3.7.200.28 113,216 8/28/2023
3.7.200.27 214,891 8/25/2023
3.7.200.26 108,269 8/24/2023
3.7.200.25 30,290 8/23/2023
3.7.200.24 38,941 8/22/2023
3.7.200.23 292,652 8/21/2023
3.7.200.22 59,413 8/18/2023
3.7.200.21 8,311 8/18/2023
3.7.200.20 25,748 8/17/2023
3.7.200.19 62,272 8/15/2023
3.7.200.18 28,294 8/14/2023
3.7.200.17 57,326 8/11/2023
3.7.200.16 25,725 8/10/2023
3.7.200.15 33,662 8/9/2023
3.7.200.14 40,198 8/8/2023
3.7.200.13 7,318 8/8/2023
3.7.200.12 67,146 8/7/2023
3.7.200.11 113,035 8/4/2023
3.7.200.10 53,404 8/2/2023
3.7.200.9 204,881 8/1/2023
3.7.200.8 421,258 7/31/2023
3.7.200.7 277,182 7/28/2023
3.7.200.6 78,021 7/26/2023
3.7.200.5 138,442 7/25/2023
3.7.200.4 38,082 7/24/2023
3.7.200.3 102,492 7/21/2023
3.7.200.2 153,164 7/20/2023
3.7.200.1 919,008 7/18/2023
3.7.200 70,329 7/18/2023
3.7.105.7 9,434 7/17/2023
3.7.105.6 81,801 7/13/2023
3.7.105.5 220,212 7/7/2023
3.7.105.4 6,864 7/7/2023
3.7.105.3 55,557 7/6/2023
3.7.105.2 63,067 7/5/2023
3.7.105.1 162,908 7/3/2023
3.7.105 138,490 6/29/2023
3.7.104.1 700,673 6/21/2023
3.7.104 80,187 6/21/2023
3.7.103.23 4,223 6/20/2023
3.7.103.22 449,714 6/15/2023
3.7.103.21 78,918 6/13/2023
3.7.103.20 85,923 6/12/2023
3.7.103.19 75,471 6/8/2023
3.7.103.18 213,969 6/6/2023
3.7.103.17 95,329 6/5/2023
3.7.103.16 47,215 6/2/2023
3.7.103.15 11,161 6/2/2023
3.7.103.14 52,874 6/1/2023
3.7.103.13 119,598 5/30/2023
3.7.103.12 172,847 5/26/2023
3.7.103.11 45,675 5/25/2023
3.7.103.10 124,006 5/24/2023
3.7.103.9 131,906 5/23/2023
3.7.103.8 136,589 5/19/2023
3.7.103.7 8,220 5/19/2023
3.7.103.6 24,473 5/18/2023
3.7.103.5 145,972 5/16/2023
3.7.103.4 31,527 5/15/2023
3.7.103.3 163,588 5/11/2023
3.7.103.2 69,372 5/9/2023
3.7.103.1 27,207 5/8/2023
3.7.103 97,647 5/5/2023
3.7.102.39 18,312 5/4/2023
3.7.102.38 90,313 5/2/2023
3.7.102.37 39,034 5/1/2023
3.7.102.36 56,085 4/28/2023
3.7.102.35 558,746 4/27/2023
3.7.102.34 22,245 4/26/2023
3.7.102.33 63,886 4/25/2023
3.7.102.32 22,067 4/25/2023
3.7.102.31 101,155 4/21/2023
3.7.102.30 38,249 4/21/2023
3.7.102.29 60,275 4/19/2023
3.7.102.28 84,048 4/17/2023
3.7.102.27 82,859 4/14/2023
3.7.102.26 42,373 4/13/2023
3.7.102.25 50,036 4/12/2023
3.7.102.24 54,251 4/11/2023
3.7.102.23 73,774 4/10/2023
3.7.102.22 29,036 4/7/2023
3.7.102.21 32,665 4/6/2023
3.7.102.20 50,795 4/5/2023
3.7.102.19 185,829 4/4/2023
3.7.102.18 31,863 4/3/2023
3.7.102.17 91,513 3/31/2023
3.7.102.16 34,854 3/30/2023
3.7.102.15 207,193 3/29/2023
3.7.102.14 115,388 3/28/2023
3.7.102.13 282,413 3/24/2023
3.7.102.12 78,241 3/23/2023
3.7.102.11 30,476 3/22/2023
3.7.102.10 275,303 3/21/2023
3.7.102.9 85,384 3/20/2023
3.7.102.8 70,916 3/17/2023
3.7.102.7 37,275 3/17/2023
3.7.102.6 38,012 3/16/2023
3.7.102.5 57,368 3/15/2023
3.7.102.4 91,449 3/14/2023
3.7.102.3 63,294 3/13/2023
3.7.102.2 109,727 3/10/2023
3.7.102.1 66,115 3/9/2023
3.7.102 60,471 3/8/2023
3.7.101.56 95,380 3/7/2023
3.7.101.55 294,631 3/3/2023
3.7.101.54 107,053 3/2/2023
3.7.101.53 57,314 3/1/2023
3.7.101.52 44,789 2/28/2023
3.7.101.51 70,190 2/27/2023
3.7.101.50 111,884 2/23/2023
3.7.101.49 140,831 2/21/2023
3.7.101.48 278,359 2/18/2023
3.7.101.47 5,351 2/17/2023
3.7.101.46 70,482 2/16/2023
3.7.101.45 79,590 2/15/2023
3.7.101.44 138,238 2/13/2023
3.7.101.43 208,529 2/10/2023
3.7.101.42 52,966 2/9/2023
3.7.101.41 89,783 2/8/2023
3.7.101.40 64,273 2/7/2023
3.7.101.39 117,093 2/6/2023
3.7.101.38 69,256 2/3/2023
3.7.101.37 53,247 2/2/2023
3.7.101.36 10,234 2/2/2023
3.7.101.35 48,173 2/1/2023
3.7.101.34 102,048 1/31/2023
3.7.101.33 165,858 1/26/2023
3.7.101.32 43,754 1/25/2023
3.7.101.31 58,496 1/24/2023
3.7.101.30 36,154 1/23/2023
3.7.101.29 237,015 1/20/2023
3.7.101.28 89,254 1/20/2023
3.7.101.27 47,708 1/18/2023
3.7.101.26 84,764 1/17/2023
3.7.101.25 107,427 1/17/2023
3.7.101.24 111,413 1/13/2023
3.7.101.23 48,529 1/12/2023
3.7.101.22 113,931 1/10/2023
3.7.101.21 50,771 1/9/2023
3.7.101.20 53,727 1/6/2023
3.7.101.19 35,105 1/5/2023
3.7.101.18 102,819 1/4/2023
3.7.101.17 20,127 1/3/2023
3.7.101.16 114,278 12/30/2022
3.7.101.15 27,125 12/29/2022
3.7.101.14 100,842 12/23/2022
3.7.101.13 26,104 12/22/2022
3.7.101.12 23,708 12/21/2022
3.7.101.11 42,479 12/20/2022
3.7.101.10 45,142 12/19/2022
3.7.101.9 155,756 12/16/2022
3.7.101.8 208,379 12/16/2022
3.7.101.7 30,015 12/15/2022
3.7.101.6 37,199 12/14/2022
3.7.101.5 120,485 12/13/2022
3.7.101.4 110,504 12/12/2022
3.7.101.3 406,522 12/8/2022
3.7.101.2 50,580 12/8/2022
3.7.101.1 6,217 12/7/2022
3.7.101 183,305 12/6/2022
3.7.100.29 102,767 12/5/2022
3.7.100.28 155,182 12/2/2022
3.7.100.27 116,069 12/1/2022
3.7.100.26 37,319 11/30/2022
3.7.100.25 52,875 11/29/2022
3.7.100.24 34,218 11/29/2022
3.7.100.23 78,210 11/28/2022
3.7.100.22 151,912 11/22/2022
3.7.100.21 192,690 11/18/2022
3.7.100.20 76,139 11/17/2022
3.7.100.19 294,375 11/16/2022
3.7.100.18 15,848 11/16/2022
3.7.100.17 68,691 11/15/2022
3.7.100.16 137,188 11/11/2022
3.7.100.15 42,682 11/10/2022
3.7.100.14 201,921 11/9/2022
3.7.100.13 16,235 11/9/2022
3.7.100.12 40,618 11/9/2022
3.7.100.11 8,606 11/8/2022
3.7.100.10 81,435 11/7/2022
3.7.100.9 53,858 11/4/2022
3.7.100.8 77,594 11/2/2022
3.7.100.7 84,800 10/31/2022
3.7.100.6 38,083 10/29/2022
3.7.100.5 18,842 10/28/2022
3.7.100.4 51,148 10/27/2022
3.7.100.3 70,644 10/26/2022
3.7.100.2 149,159 10/25/2022
3.7.100.1 18,512 10/24/2022
3.7.100 228,761 10/21/2022
3.7.5.20 440,188 10/20/2022
3.7.5.19 242,371 10/19/2022
3.7.5.18 136,872 10/19/2022
3.7.5.17 157,655 10/18/2022
3.7.5.16 337,237 10/14/2022
3.7.5.15 109,636 10/13/2022
3.7.5.14 428,524 10/7/2022
3.7.5.13 62,667 10/6/2022
3.7.5.12 106,674 10/4/2022
3.7.5.11 32,441 10/3/2022
3.7.5.10 63,654 9/30/2022
3.7.5.9 176,882 9/29/2022
3.7.5.8 138,157 9/27/2022
3.7.5.7 3,976,140 9/27/2022
3.7.5.6 6,776 9/26/2022
3.7.5.5 172,262 9/23/2022
3.7.5.4 79,291 9/22/2022
3.7.5.3 85,834 9/21/2022
3.7.5.2 47,669 9/20/2022
3.7.5.1 55,834 9/19/2022
3.7.5 106,418 9/15/2022
3.7.4.12 37,202 9/14/2022
3.7.4.11 40,291 9/13/2022
3.7.4.10 253,784 9/9/2022
3.7.4.9 686,004 9/9/2022
3.7.4.8 4,390 9/8/2022
3.7.4.7 560,183 9/2/2022
3.7.4.6 89,787 9/1/2022
3.7.4.5 160,522 8/30/2022
3.7.4.4 60,639 8/29/2022
3.7.4.3 174,267 8/25/2022
3.7.4.2 113,552 8/22/2022
3.7.4.1 44,820 8/19/2022
3.7.4 59,681 8/18/2022
3.7.3.69 195,636 8/16/2022
3.7.3.68 154,630 8/12/2022
3.7.3.67 95,466 8/11/2022
3.7.3.66 176,404 8/8/2022
3.7.3.65 102,338 8/4/2022
3.7.3.64 160,079 8/2/2022
3.7.3.63 104,996 7/29/2022
3.7.3.62 87,645 7/28/2022
3.7.3.61 47,778 7/27/2022
3.7.3.60 270,594 7/22/2022
3.7.3.59 121,842 7/20/2022
3.7.3.58 124,684 7/18/2022
3.7.3.57 36,933 7/15/2022
3.7.3.56 38,775 7/14/2022
3.7.3.55 109,519 7/12/2022
3.7.3.54 60,870 7/11/2022
3.7.3.53 187,738 7/5/2022
3.7.3.52 314,782 6/29/2022
3.7.3.51 192,386 6/24/2022
3.7.3.50 930,210 6/17/2022
3.7.3.49 39,461 6/16/2022
3.7.3.48 143,935 6/14/2022
3.7.3.47 114,032 6/10/2022
3.7.3.46 71,232 6/8/2022
3.7.3.45 95,095 6/7/2022
3.7.3.44 129,844 6/6/2022
3.7.3.43 189,713 5/31/2022
3.7.3.42 170,389 5/27/2022
3.7.3.41 101,765 5/26/2022
3.7.3.40 6,166 5/26/2022
3.7.3.39 43,170 5/25/2022
3.7.3.38 77,739 5/24/2022
3.7.3.37 76,066 5/23/2022
3.7.3.36 138,245 5/19/2022
3.7.3.35 143,230 5/18/2022
3.7.3.34 593,855 5/9/2022
3.7.3.33 115,139 5/6/2022
3.7.3.32 12,720 5/6/2022
3.7.3.31 21,621 5/5/2022
3.7.3.30 161,134 5/4/2022
3.7.3.29 41,375 5/3/2022
3.7.3.28 361,627 5/3/2022
3.7.3.27 8,501 5/2/2022
3.7.3.26 298,888 4/20/2022
3.7.3.25 86,656 4/19/2022
3.7.3.24 1,580,488 4/19/2022
3.7.3.23 278,186 4/14/2022
3.7.3.22 1,098,943 4/12/2022
3.7.3.21 46,602 4/11/2022
3.7.3.20 114,742 4/7/2022
3.7.3.19 67,830 4/6/2022
3.7.3.18 165,864 4/1/2022
3.7.3.17 32,931 3/31/2022
3.7.3.16 241,972 3/28/2022
3.7.3.15 129,498 3/24/2022
3.7.3.14 385,752 3/23/2022
3.7.3.13 219,699 3/17/2022
3.7.3.12 21,919 3/16/2022
3.7.3.11 222,881 3/14/2022
3.7.3.10 148,206 3/10/2022
3.7.3.9 73,525 3/9/2022
3.7.3.8 60,604 3/8/2022
3.7.3.7 261,811 3/3/2022
3.7.3.6 71,967 3/1/2022
3.7.3.5 53,074 2/28/2022
3.7.3.4 36,825 2/26/2022
3.7.3.3 46,925 2/23/2022
3.7.3.2 34,266 2/22/2022
3.7.3.1 7,713 2/22/2022
3.7.3 64,217 2/21/2022
3.7.2.20 151,274 2/17/2022
3.7.2.19 208,572 2/11/2022
3.7.2.18 11,104 2/10/2022
3.7.2.17 183,767 2/4/2022
3.7.2.16 42,123 2/3/2022
3.7.2.15 34,733 2/2/2022
3.7.2.14 255,445 1/28/2022
3.7.2.13 276,364 1/25/2022
3.7.2.12 398,391 1/15/2022
3.7.2.11 4,796 1/14/2022
3.7.2.10 92,095 1/13/2022
3.7.2.9 139,374 1/11/2022
3.7.2.8 86,263 1/7/2022
3.7.2.7 26,678 1/6/2022
3.7.2.6 12,792 1/5/2022
3.7.2.5 124,792 1/3/2022
3.7.2.4 268,156 12/21/2021
3.7.2.3 32,387 12/20/2021
3.7.2.2 281,270 12/13/2021
3.7.2.1 338,475 12/8/2021
3.7.2 197,186 12/2/2021
3.7.1.1 29,404 12/1/2021
3.7.1 273,314 11/23/2021
3.7.0.104 168,500 11/22/2021
3.7.0.103 90,073 11/19/2021
3.7.0.102 8,407 11/18/2021
3.7.0.101 55,694 11/17/2021
3.7.0.100 43,118 11/16/2021
3.7.0.99 139,599 11/15/2021
3.7.0.98 52,073 11/12/2021
3.7.0.97 134,736 11/11/2021
3.7.0.96 183,657 11/11/2021
3.7.0.95 43,558 11/9/2021
3.7.0.94 1,765,958 11/5/2021
3.7.0.93 8,909 11/4/2021
3.7.0.92 20,039 11/3/2021
3.7.0.91 90,477 11/2/2021
3.7.0.90 40,214 11/1/2021
3.7.0.89 277,512 10/29/2021
3.7.0.88 68,549 10/27/2021
3.7.0.87 83,404 10/26/2021
3.7.0.86 4,017 10/26/2021
3.7.0.85 153,892 10/22/2021
3.7.0.84 6,709 10/21/2021
3.7.0.83 220,898 10/14/2021
3.7.0.82 497,044 10/13/2021
3.7.0.81 88,828 10/12/2021
3.7.0.80 308,111 10/8/2021
3.7.0.79 33,660 10/7/2021
3.7.0.78 17,057 10/7/2021
3.7.0.77 2,590 10/6/2021
3.7.0.76 221,364 10/1/2021
3.7.0.75 475,255 9/30/2021
3.7.0.74 100,626 9/29/2021
3.7.0.73 120,201 9/27/2021
3.7.0.72 47,968 9/24/2021
3.7.0.71 38,184 9/23/2021
3.7.0.70 52,107 9/22/2021
3.7.0.69 168,901 9/17/2021
3.7.0.68 20,079 9/16/2021
3.7.0.67 40,778 9/16/2021
3.7.0.66 329,155 9/13/2021
3.7.0.65 111,383 9/10/2021
3.7.0.64 32,317 9/9/2021
3.7.0.63 59,026 9/7/2021
3.7.0.62 73,243 9/3/2021
3.7.0.61 13,624 9/3/2021
3.7.0.60 77,793 9/2/2021
3.7.0.59 29,199 9/1/2021
3.7.0.58 48,604 8/31/2021
3.7.0.57 413,026 8/27/2021
3.7.0.56 75,635 8/25/2021
3.7.0.55 99,463 8/23/2021
3.7.0.54 139,645 8/19/2021
3.7.0.53 365,710 8/16/2021
3.7.0.52 87,058 8/12/2021
3.7.0.51 215,269 8/10/2021
3.7.0.50 377,526 8/6/2021
3.7.0.49 76,163 8/4/2021
3.7.0.48 524,491 7/30/2021
3.7.0.47 37,235 7/29/2021
3.7.0.46 152,851 7/27/2021
3.7.0.45 156,160 7/21/2021
3.7.0.44 150,495 7/16/2021
3.7.0.43 135,286 7/13/2021
3.7.0.42 1,373,819 7/12/2021
3.7.0.41 34,035 7/9/2021
3.7.0.40 75,585 7/8/2021
3.7.0.39 49,892 7/7/2021
3.7.0.38 41,761 7/6/2021
3.7.0.37 112,834 7/1/2021
3.7.0.36 161,266 6/25/2021
3.7.0.35 28,313 6/24/2021
3.7.0.34 268,625 6/21/2021
3.7.0.33 93,083 6/17/2021
3.7.0.32 93,248 6/15/2021
3.7.0.31 97,128 6/11/2021
3.7.0.30 750,199 5/28/2021
3.7.0.29 115,841 5/27/2021
3.7.0.28 43,188 5/27/2021
3.7.0.27 124,090 5/24/2021
3.7.0.26 75,843 5/21/2021
3.7.0.25 62,347 5/20/2021
3.7.0.24 55,885 5/19/2021
3.7.0.23 14,776 5/18/2021
3.7.0.22 112,146 5/14/2021
3.7.0.21 61,087 5/12/2021
3.7.0.20 77,112 5/10/2021
3.7.0.19 3,295 5/10/2021
3.7.0.18 470,776 5/6/2021
3.7.0.17 190,417 4/30/2021
3.7.0.16 65,271 4/27/2021
3.7.0.15 86,103 4/23/2021
3.7.0.14 246,911 4/19/2021
3.7.0.13 97,082 4/15/2021
3.7.0.12 171,420 4/13/2021
3.7.0.11 172,755 4/12/2021
3.7.0.10 172,568 4/8/2021
3.7.0.9 48,247 4/7/2021
3.7.0.8 107,838 4/2/2021
3.7.0.7 12,371 4/1/2021
3.7.0.6 17,214 3/31/2021
3.7.0.5 3,662 3/31/2021
3.7.0.4 56,759 3/30/2021
3.7.0.3 40,383 3/29/2021
3.7.0.2 48,858 3/27/2021
3.7.0.1 15,900 3/26/2021
3.7.0 2,627,469 3/26/2021
3.5.4.38 333,325 3/25/2021
3.5.4.37 588,082 3/17/2021
3.5.4.36 83,593 3/15/2021
3.5.4.35 333,306 3/9/2021
3.5.4.34 58,749 3/5/2021
3.5.4.33 25,824 3/4/2021
3.5.4.32 88,624 3/1/2021
3.5.4.31 228,475 2/23/2021
3.5.4.30 110,260 2/19/2021
3.5.4.29 82,259 2/12/2021
3.5.4.28 101,177 2/9/2021
3.5.4.27 67,983 2/8/2021
3.5.4.26 61,313 2/5/2021
3.5.4.25 29,664 2/4/2021
3.5.4.24 849,520 1/29/2021
3.5.4.23 17,175 1/28/2021
3.5.4.22 16,531 1/27/2021
3.5.4.21 76,127 1/26/2021
3.5.4.20 511,270 1/20/2021
3.5.4.19 10,752 1/19/2021
3.5.4.18 175,836 1/11/2021
3.5.4.17 130,422 1/7/2021
3.5.4.16 159,687 12/30/2020
3.5.4.15 49,705 12/23/2020
3.5.4.14 69,036 12/22/2020
3.5.4.13 122,420 12/22/2020
3.5.4.12 3,449 12/21/2020
3.5.4.11 53,659 12/18/2020
3.5.4.10 89,599 12/17/2020
3.5.4.9 37,411 12/16/2020
3.5.4.8 55,648 12/14/2020
3.5.4.7 126,602 12/9/2020
3.5.4.6 59,713 12/7/2020
3.5.4.5 92,687 12/3/2020
3.5.4.4 112,209 12/2/2020
3.5.4.3 10,693 12/1/2020
3.5.4.2 36,558 12/1/2020
3.5.4.1 75,950 11/24/2020
3.5.4 82,922 11/23/2020
3.5.3.4 1,125,322 11/20/2020
3.5.3.3 15,485 11/19/2020
3.5.3.2 36,662 11/18/2020
3.5.3.1 228,816 11/13/2020
3.5.3 315,515 11/9/2020
3.5.2 597,823 11/5/2020
3.5.1.11 39,647 11/4/2020
3.5.1.10 247,977 10/28/2020
3.5.1.9 36,376 10/27/2020
3.5.1.8 34,577 10/26/2020
3.5.1.7 221,123 10/22/2020
3.5.1.6 20,811 10/21/2020
3.5.1.5 338,828 10/20/2020
3.5.1.4 188,619 10/16/2020
3.5.1.3 24,141 10/15/2020
3.5.1.2 357,225 10/9/2020
3.5.1.1 78,291 10/6/2020
3.5.1 22,597 10/5/2020
3.5.0.24 37,208 10/2/2020
3.5.0.23 112,837 10/1/2020
3.5.0.22 41,233 9/30/2020
3.5.0.21 127,270 9/29/2020
3.5.0.20 48,184 9/25/2020
3.5.0.19 27,064 9/24/2020
3.5.0.18 39,221 9/21/2020
3.5.0.17 59,853 9/18/2020
3.5.0.16 267,766 9/17/2020
3.5.0.15 79,526 9/16/2020
3.5.0.14 27,162 9/15/2020
3.5.0.13 81,661 9/14/2020
3.5.0.12 42,783 9/11/2020
3.5.0.11 77,577 9/10/2020
3.5.0.10 3,036 9/9/2020
3.5.0.9 67,527 9/4/2020
3.5.0.8 59,281 9/2/2020
3.5.0.7 458,366 9/1/2020
3.5.0.6 11,832 8/31/2020
3.5.0.5 33,286 8/28/2020
3.5.0.4 19,581 8/27/2020
3.5.0.3 12,221 8/26/2020
3.5.0.2 47,152 8/25/2020
3.5.0.1 12,290 8/24/2020
3.5.0 468,282 8/20/2020
3.5.0-beta 76,534 2/4/2020
3.3.106.47 1,124,545 8/19/2020
3.3.106.46 110,912 8/14/2020
3.3.106.45 127,290 8/10/2020
3.3.106.44 87,430 8/7/2020
3.3.106.43 18,479 8/6/2020
3.3.106.42 49,968 8/4/2020
3.3.106.41 50,010 8/3/2020
3.3.106.40 49,933 7/31/2020
3.3.106.39 47,115 7/30/2020
3.3.106.38 23,056 7/29/2020
3.3.106.37 25,583 7/28/2020
3.3.106.36 271,638 7/23/2020
3.3.106.35 21,804 7/22/2020
3.3.106.34 102,552 7/17/2020
3.3.106.33 96,598 7/15/2020
3.3.106.32 188,910 7/9/2020
3.3.106.31 5,283 7/9/2020
3.3.106.30 18,550 7/8/2020
3.3.106.29 55,459 7/7/2020
3.3.106.28 46,775 7/2/2020
3.3.106.27 78,447 6/29/2020
3.3.106.26 17,874 6/26/2020
3.3.106.25 43,124 6/25/2020
3.3.106.24 63,442 6/24/2020
3.3.106.23 5,017 6/24/2020
3.3.106.22 32,281 6/23/2020
3.3.106.21 52,221 6/19/2020
3.3.106.20 51,636 6/18/2020
3.3.106.19 50,376 6/17/2020
3.3.106.18 107,375 6/11/2020
3.3.106.17 67,476 6/9/2020
3.3.106.16 152,826 6/5/2020
3.3.106.15 13,767 6/4/2020
3.3.106.14 23,130 6/3/2020
3.3.106.13 6,452 6/3/2020
3.3.106.12 60,782 6/1/2020
3.3.106.11 104,425 5/27/2020
3.3.106.10 17,756 5/26/2020
3.3.106.9 204,281 5/22/2020
3.3.106.8 8,013 5/22/2020
3.3.106.7 6,293 5/21/2020
3.3.106.6 52,777 5/19/2020
3.3.106.5 33,758 5/18/2020
3.3.106.4 51,371 5/15/2020
3.3.106.3 12,013 5/14/2020
3.3.106.2 96,426 5/11/2020
3.3.106.1 259,046 5/8/2020
3.3.106 115,036 5/8/2020
3.3.105.41 23,522 5/7/2020
3.3.105.40 15,741 5/6/2020
3.3.105.39 62,087 5/4/2020
3.3.105.38 35,938 5/1/2020
3.3.105.37 20,224 4/30/2020
3.3.105.36 24,805 4/29/2020
3.3.105.35 223,315 4/28/2020
3.3.105.34 55,347 4/27/2020
3.3.105.33 79,026 4/24/2020
3.3.105.32 82,861 4/23/2020
3.3.105.31 16,826 4/22/2020
3.3.105.30 27,438 4/21/2020
3.3.105.29 48,005 4/20/2020
3.3.105.28 36,959 4/17/2020
3.3.105.27 171,180 4/16/2020
3.3.105.26 181,107 4/8/2020
3.3.105.25 357,832 4/6/2020
3.3.105.24 33,085 4/3/2020
3.3.105.23 3,235 4/3/2020
3.3.105.22 16,843 4/2/2020
3.3.105.21 69,043 4/1/2020
3.3.105.20 50,470 3/31/2020
3.3.105.19 23,793 3/30/2020
3.3.105.18 109,467 3/27/2020
3.3.105.17 14,164 3/26/2020
3.3.105.16 43,268 3/25/2020
3.3.105.15 25,451 3/24/2020
3.3.105.14 36,193 3/20/2020
3.3.105.13 10,701 3/19/2020
3.3.105.12 54,173 3/18/2020
3.3.105.11 17,822 3/17/2020
3.3.105.10 29,074 3/16/2020
3.3.105.9 36,798 3/12/2020
3.3.105.8 119,935 3/6/2020
3.3.105.7 96,336 3/5/2020
3.3.105.6 98,469 3/2/2020
3.3.105.5 79,076 2/28/2020
3.3.105.4 5,363 2/27/2020
3.3.105.3 25,677 2/26/2020
3.3.105.2 14,722 2/25/2020
3.3.105.1 101,798 2/19/2020
3.3.105 107,203 2/17/2020
3.3.104.27 63,740 2/13/2020
3.3.104.26 94,888 2/10/2020
3.3.104.25 113,579 2/7/2020
3.3.104.24 84,025 2/4/2020
3.3.104.23 244,600 1/24/2020
3.3.104.22 22,773 1/23/2020
3.3.104.21 115,442 1/21/2020
3.3.104.20 50,151 1/17/2020
3.3.104.19 14,384 1/16/2020
3.3.104.18 24,875 1/15/2020
3.3.104.17 77,421 1/10/2020
3.3.104.16 286,653 1/8/2020
3.3.104.15 73,164 1/6/2020
3.3.104.14 162,811 1/2/2020
3.3.104.13 76,680 12/25/2019
3.3.104.12 5,073 12/23/2019
3.3.104.11 16,592 12/20/2019
3.3.104.10 21,874 12/18/2019
3.3.104.9 32,307 12/18/2019
3.3.104.8 185,271 12/16/2019
3.3.104.7 31,306 12/13/2019
3.3.104.6 55,449 12/12/2019
3.3.104.5 13,778 12/12/2019
3.3.104.4 6,204 12/11/2019
3.3.104.3 99,281 12/9/2019
3.3.104.2 74,391 12/3/2019
3.3.104.1 14,801 12/2/2019
3.3.104 89,027 11/26/2019
3.3.103.2 29,559 11/25/2019
3.3.103.1 41,236 11/22/2019
3.3.103 25,943 11/22/2019
3.3.102.4 83,299 11/19/2019
3.3.102.3 2,137 11/19/2019
3.3.102.2 135,570 11/14/2019
3.3.102.1 19,105 11/13/2019
3.3.102 37,258 11/12/2019
3.3.101.88 247,409 11/8/2019
3.3.101.87 71,900 11/7/2019
3.3.101.86 21,167 11/7/2019
3.3.101.85 22,231 11/5/2019
3.3.101.84 149,424 10/31/2019
3.3.101.83 8,845 10/30/2019
3.3.101.82 120,357 10/28/2019
3.3.101.81 2,391 10/28/2019
3.3.101.80 50,824 10/24/2019
3.3.101.79 28,513 10/22/2019
3.3.101.78 36,215 10/18/2019
3.3.101.77 12,119 10/17/2019
3.3.101.76 30,511 10/16/2019
3.3.101.75 49,837 10/11/2019
3.3.101.74 25,130 10/10/2019
3.3.101.73 61,705 10/8/2019
3.3.101.72 153,465 9/30/2019
3.3.101.71 97,590 9/26/2019
3.3.101.70 168,678 9/23/2019
3.3.101.69 234,032 9/21/2019
3.3.101.68 25,340 9/19/2019
3.3.101.67 75,881 9/18/2019
3.3.101.66 13,285 9/17/2019
3.3.101.65 12,282 9/16/2019
3.3.101.64 42,541 9/12/2019
3.3.101.63 80,400 9/9/2019
3.3.101.62 14,652 9/6/2019
3.3.101.61 13,189 9/5/2019
3.3.101.60 566,406 9/4/2019
3.3.101.59 135,437 8/27/2019
3.3.101.58 22,689 8/23/2019
3.3.101.57 11,640 8/22/2019
3.3.101.56 128,861 8/16/2019
3.3.101.55 10,442 8/15/2019
3.3.101.54 52,320 8/14/2019
3.3.101.53 11,686 8/13/2019
3.3.101.52 36,369 8/12/2019
3.3.101.51 34,352 8/9/2019
3.3.101.50 6,736 8/8/2019
3.3.101.49 21,525 8/7/2019
3.3.101.48 2,241 8/7/2019
3.3.101.47 102,179 8/2/2019
3.3.101.46 20,915 8/1/2019
3.3.101.45 86,092 7/30/2019
3.3.101.44 21,830 7/29/2019
3.3.101.43 23,528 7/25/2019
3.3.101.42 74,733 7/24/2019
3.3.101.41 38,642 7/22/2019
3.3.101.40 46,354 7/19/2019
3.3.101.39 21,286 7/19/2019
3.3.101.38 152,650 7/12/2019
3.3.101.37 35,164 7/10/2019
3.3.101.36 13,003 7/9/2019
3.3.101.35 14,863 7/8/2019
3.3.101.34 29,272 7/2/2019
3.3.101.33 37,148 7/1/2019
3.3.101.32 31,821 6/28/2019
3.3.101.31 14,743 6/27/2019
3.3.101.30 8,410 6/27/2019
3.3.101.29 2,506 6/26/2019
3.3.101.28 24,294 6/24/2019
3.3.101.27 71,709 6/20/2019
3.3.101.26 11,829 6/20/2019
3.3.101.25 58,968 6/17/2019
3.3.101.24 14,676 6/14/2019
3.3.101.23 44,040 6/13/2019
3.3.101.22 63,901 6/7/2019
3.3.101.21 21,789 6/6/2019
3.3.101.20 31,218 6/4/2019
3.3.101.19 17,586 6/3/2019
3.3.101.18 89,678 5/31/2019
3.3.101.17 9,740 5/30/2019
3.3.101.16 14,398 5/29/2019
3.3.101.15 27,982 5/28/2019
3.3.101.14 117,707 5/23/2019
3.3.101.13 14,565 5/22/2019
3.3.101.12 24,915 5/21/2019
3.3.101.11 25,164 5/20/2019
3.3.101.10 12,964 5/17/2019
3.3.101.9 92,988 5/15/2019
3.3.101.8 220,431 5/10/2019
3.3.101.7 46,149 5/8/2019
3.3.101.6 16,204 5/7/2019
3.3.101.5 614,148 5/3/2019
3.3.101.4 11,830 5/2/2019
3.3.101.3 21,412 4/30/2019
3.3.101.2 16,077 4/29/2019
3.3.101.1 16,532 4/26/2019
3.3.101 486,843 4/25/2019
3.3.100.9 13,490 4/25/2019
3.3.100.8 6,798 4/24/2019
3.3.100.7 100,958 4/18/2019
3.3.100.6 27,462 4/16/2019
3.3.100.5 193,353 4/4/2019
3.3.100.4 18,725 4/3/2019
3.3.100.3 57,289 3/29/2019
3.3.100.2 50,461 3/26/2019
3.3.100.1 142,617 3/22/2019
3.3.100 97,633 3/21/2019
3.3.17.13 219,860 3/11/2019
3.3.17.12 32,951 3/7/2019
3.3.17.11 5,545 3/6/2019
3.3.17.10 83,386 2/26/2019
3.3.17.9 198,829 2/20/2019
3.3.17.8 49,372 2/15/2019
3.3.17.7 29,022 2/14/2019
3.3.17.6 13,374 2/13/2019
3.3.17.5 6,355,498 2/4/2019
3.3.17.4 121,764 1/26/2019
3.3.17.3 36,921 1/25/2019
3.3.17.2 12,141 1/24/2019
3.3.17.1 71,495 1/18/2019
3.3.17 39,134 1/16/2019
3.3.16.5 92,606 1/11/2019
3.3.16.4 60,234 1/10/2019
3.3.16.3 152,622 1/8/2019
3.3.16.2 2,339 1/7/2019
3.3.16.1 108,435 1/4/2019
3.3.16 213,785 12/22/2018
3.3.15.5 15,096 12/21/2018
3.3.15.4 53,625 12/15/2018
3.3.15.3 419,662 12/14/2018
3.3.15.2 546,052 12/12/2018
3.3.15.1 221,926 12/4/2018
3.3.15 88,541 11/28/2018
3.3.14.21 128,411 11/16/2018
3.3.14.20 13,375 11/16/2018
3.3.14.19 12,625 11/15/2018
3.3.14.18 13,097 11/13/2018
3.3.14.17 26,583 11/9/2018
3.3.14.16 11,149 11/9/2018
3.3.14.15 11,634 11/7/2018
3.3.14.14 10,419 11/7/2018
3.3.14.13 2,781 11/6/2018
3.3.14.12 53,256 10/30/2018
3.3.14.11 6,913 10/29/2018
3.3.14.10 3,423 10/29/2018
3.3.14.9 7,149 10/26/2018
3.3.14.8 81,741 10/22/2018
3.3.14.7 4,206 10/22/2018
3.3.14.6 25,192 10/17/2018
3.3.14.5 115,736 10/6/2018
3.3.14.4 20,059 10/4/2018
3.3.14.3 45,226 9/26/2018
3.3.14.2 440,290 9/10/2018
3.3.14.1 25,214 9/7/2018
3.3.14 21,275 9/5/2018
3.3.13.1 106,590 8/28/2018
3.3.13 168,661 8/20/2018
3.3.12.2 66,384 8/16/2018
3.3.12.1 5,100 8/15/2018
3.3.12 205,834 8/6/2018
3.3.11.2 14,308 8/3/2018
3.3.11.1 33,592 8/2/2018
3.3.11 213,129 7/24/2018
3.3.10.4 38,644 7/23/2018
3.3.10.3 379,847 7/3/2018
3.3.10.2 155,068 6/22/2018
3.3.10.1 20,148 6/19/2018
3.3.10 17,741 6/15/2018
3.3.9 52,243 6/9/2018
3.3.8.1 65,201 6/1/2018
3.3.8 301,902 5/1/2018
3.3.7.3 50,264 4/25/2018
3.3.7.2 128,181 4/20/2018
3.3.7.1 169,933 3/29/2018
3.3.7 26,156 3/27/2018
3.3.6.2 73,787 3/15/2018
3.3.6.1 72,858 3/3/2018
3.3.6 325,888 2/9/2018
3.3.5 650,553 11/29/2017
3.3.4.20 1,286,842 11/11/2017
3.3.4.19 54,578 10/24/2017
3.3.4.18 50,325 10/9/2017
3.3.4.17 730,038 7/27/2017
3.3.4.16 53,470 7/7/2017
3.3.4.15 40,708 7/5/2017
3.3.4.14 26,298 6/28/2017
3.3.4.13 133,673 5/25/2017
3.3.4.12 25,805 5/11/2017
3.3.4.11 13,529 5/8/2017
3.3.4.10 5,778 5/5/2017
3.3.4.9 10,239 4/28/2017
3.3.4.8 8,848 4/26/2017
3.3.4.7 24,971 4/21/2017
3.3.4.6 4,871 4/19/2017
3.3.4.5 23,959 4/11/2017
3.3.4.4 14,216 3/31/2017
3.3.4.3 269,223 3/15/2017
3.3.4.2 6,032 3/14/2017
3.3.4.1 19,643 3/14/2017
3.3.4 54,770 3/9/2017
3.3.3 337,278 2/28/2017
3.3.2.1 185,513 1/20/2017
3.3.2 9,531 1/18/2017
3.3.1.6 9,110 1/17/2017
3.3.1.5 21,419 1/5/2017
3.3.1.4 23,379 12/28/2016
3.3.1.3 17,232 12/16/2016
3.3.1.2 7,710 12/9/2016
3.3.1.1 9,642 12/7/2016
3.3.1 51,593 11/19/2016
3.3.0.3 279,880 11/15/2016
3.3.0.2 11,416 11/4/2016
3.3.0.1 44,192 10/11/2016
3.3.0 343,272 9/19/2016
3.2.8-rc 3,959 9/8/2016
3.2.7-beta 6,256 8/23/2016
3.2.6-beta 3,398 8/2/2016
3.2.5-beta 4,510 6/28/2016
3.2.4.1-beta 4,792 6/2/2016
3.2.4-beta 2,175 6/1/2016
3.2.3.1-beta 14,978 4/20/2016
3.2.3-beta 4,335 3/12/2016
3.2.2.1-beta 2,661 3/2/2016
3.2.2-beta 3,239 1/12/2016
3.2.1-beta 2,400 12/7/2015
3.2.0-beta 2,801 9/29/2015
3.1.5.3 36,354 8/9/2016
3.1.5.2 35,229 7/13/2016
3.1.5.1 46,043 6/28/2016
3.1.5 7,559 6/7/2016
3.1.4.2 5,089 6/3/2016
3.1.4.1 10,015 5/26/2016
3.1.4 11,396 5/18/2016
3.1.3 21,747 3/4/2016
3.1.2 12,183 3/2/2016
3.1.1.5 20,700 2/22/2016
3.1.1.4 15,221 1/6/2016
3.1.1.3 4,088 12/18/2015
3.1.1.2 7,007 12/2/2015
3.1.1.1 27,511 10/7/2015
3.1.1 13,853 9/3/2015
3.1.0.1 5,772 8/27/2015
3.1.0 88,048 7/28/2015
3.0.0.3-preview 11,237 5/22/2015
3.0.0.2-preview 2,503 5/21/2015
3.0.0.1-preview 2,378 5/6/2015
3.0.0-preview 2,332 4/30/2015