AWSSDK.DynamoDBv2 3.7.407.20

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