AWSSDK.DynamoDBv2 3.7.406.14

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.406.14
                    
NuGet\Install-Package AWSSDK.DynamoDBv2 -Version 3.7.406.14
                    
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.406.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.DynamoDBv2" Version="3.7.406.14" />
                    
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.406.14
                    
#r "nuget: AWSSDK.DynamoDBv2, 3.7.406.14"
                    
#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.406.14
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.DynamoDBv2&version=3.7.406.14
                    
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 (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.9 7,640 6/23/2025
4.0.1.8 15,170 6/18/2025
4.0.1.7 13,076 6/16/2025
4.0.1.6 16,490 6/12/2025
4.0.1.5 7,167 6/11/2025
4.0.1.4 13,909 6/10/2025
4.0.1.3 20,076 6/5/2025
4.0.1.2 9,773 6/4/2025
4.0.1.1 15,200 6/3/2025
4.0.1 102,754 5/20/2025
4.0.0.6 47,879 5/16/2025
4.0.0.5 11,019 5/15/2025
4.0.0.4 29,764 5/12/2025
4.0.0.3 47,393 5/6/2025
4.0.0.2 48,680 4/30/2025
4.0.0.1 10,636 4/29/2025
4.0.0 62,522 4/28/2025
4.0.0-preview.13 2,777 4/9/2025
4.0.0-preview.12 428 4/4/2025
4.0.0-preview.11 1,890 3/26/2025
4.0.0-preview.10 4,600 3/7/2025
4.0.0-preview.9 628 3/4/2025
4.0.0-preview.8 1,940 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,799 10/11/2024
4.0.0-preview.3 3,981 10/1/2024
4.0.0-preview.2 4,772 8/28/2024
4.0.0-preview 63,943 8/15/2024
3.7.407.31 117 6/27/2025
3.7.407.30 263 6/26/2025
3.7.407.29 4,861 6/23/2025
3.7.407.28 43,490 6/20/2025
3.7.407.27 4,701 6/18/2025
3.7.407.26 63,484 6/11/2025
3.7.407.25 5,725 6/10/2025
3.7.407.24 5,081 6/9/2025
3.7.407.23 41,839 6/6/2025
3.7.407.22 15,890 6/5/2025
3.7.407.21 17,408 6/4/2025
3.7.407.20 7,913 6/2/2025
3.7.407.19 6,116 5/30/2025
3.7.407.18 49,644 5/28/2025
3.7.407.17 18,177 5/23/2025
3.7.407.16 8,869 5/21/2025
3.7.407.15 13,397 5/20/2025
3.7.407.14 9,240 5/19/2025
3.7.407.13 77,904 5/16/2025
3.7.407.12 30,270 5/12/2025
3.7.407.11 57,110 5/9/2025
3.7.407.10 10,244 5/8/2025
3.7.407.9 12,145 5/7/2025
3.7.407.8 19,261 5/6/2025
3.7.407.7 14,431 5/5/2025
3.7.407.6 43,439 5/2/2025
3.7.407.5 6,558 5/1/2025
3.7.407.4 10,017 4/30/2025
3.7.407.3 10,346 4/29/2025
3.7.407.2 26,687 4/28/2025
3.7.407.1 57,004 4/25/2025
3.7.407 19,828 4/24/2025
3.7.406.26 48,941 4/23/2025
3.7.406.25 55,324 4/18/2025
3.7.406.24 17,638 4/17/2025
3.7.406.23 71,579 4/16/2025
3.7.406.22 61,043 4/14/2025
3.7.406.21 38,723 4/11/2025
3.7.406.20 19,120 4/10/2025
3.7.406.19 29,743 4/9/2025
3.7.406.18 40,735 4/8/2025
3.7.406.17 104,074 4/4/2025
3.7.406.16 41,510 4/3/2025
3.7.406.15 15,658 4/3/2025
3.7.406.14 7,666 4/2/2025
3.7.406.13 50,005 4/1/2025
3.7.406.12 41,204 3/31/2025
3.7.406.11 50,645 3/28/2025
3.7.406.10 44,636 3/27/2025
3.7.406.9 34,661 3/26/2025
3.7.406.8 22,600 3/25/2025
3.7.406.7 73,983 3/24/2025
3.7.406.6 65,721 3/21/2025
3.7.406.5 22,150 3/20/2025
3.7.406.4 51,632 3/19/2025
3.7.406.3 35,783 3/18/2025
3.7.406.2 37,119 3/17/2025
3.7.406.1 40,138 3/14/2025
3.7.406 29,005 3/14/2025
3.7.405.38 93,735 3/11/2025
3.7.405.37 36,651 3/10/2025
3.7.405.36 61,216 3/7/2025
3.7.405.35 35,321 3/6/2025
3.7.405.34 34,368 3/5/2025
3.7.405.33 25,674 3/4/2025
3.7.405.32 55,782 3/3/2025
3.7.405.31 138,920 2/28/2025
3.7.405.30 25,781 2/27/2025
3.7.405.29 39,785 2/26/2025
3.7.405.28 36,429 2/25/2025
3.7.405.27 52,047 2/24/2025
3.7.405.26 49,489 2/21/2025
3.7.405.25 27,554 2/20/2025
3.7.405.24 164,328 2/18/2025
3.7.405.23 30,783 2/17/2025
3.7.405.22 72,319 2/13/2025
3.7.405.21 45,432 2/12/2025
3.7.405.20 33,002 2/11/2025
3.7.405.19 68,822 2/10/2025
3.7.405.18 81,953 2/7/2025
3.7.405.17 37,171 2/6/2025
3.7.405.16 33,776 2/5/2025
3.7.405.15 45,325 2/4/2025
3.7.405.14 46,744 2/3/2025
3.7.405.13 122,626 1/30/2025
3.7.405.12 113,097 1/28/2025
3.7.405.11 33,610 1/27/2025
3.7.405.10 116,710 1/22/2025
3.7.405.9 50,459 1/21/2025
3.7.405.8 90,899 1/17/2025
3.7.405.7 37,825 1/16/2025
3.7.405.6 41,439 1/15/2025
3.7.405.5 38,417 1/14/2025
3.7.405.4 29,068 1/13/2025
3.7.405.3 60,559 1/10/2025
3.7.405.2 35,470 1/9/2025
3.7.405.1 33,956 1/8/2025
3.7.405 100,115 1/7/2025
3.7.404.14 38,220 1/6/2025
3.7.404.13 79,603 1/3/2025
3.7.404.12 26,957 1/2/2025
3.7.404.11 101,443 12/26/2024
3.7.404.10 162,326 12/23/2024
3.7.404.9 40,485 12/20/2024
3.7.404.8 36,792 12/19/2024
3.7.404.7 46,439 12/18/2024
3.7.404.6 45,990 12/17/2024
3.7.404.5 97,322 12/13/2024
3.7.404.4 64,392 12/12/2024
3.7.404.3 26,447 12/11/2024
3.7.404.2 75,836 12/10/2024
3.7.404.1 55,404 12/9/2024
3.7.404 379,785 12/3/2024
3.7.403.9 55,931 12/3/2024
3.7.403.8 159,231 11/27/2024
3.7.403.7 168,250 11/22/2024
3.7.403.6 62,763 11/21/2024
3.7.403.5 36,528 11/21/2024
3.7.403.4 61,245 11/19/2024
3.7.403.3 225,938 11/15/2024
3.7.403.2 276,922 11/15/2024
3.7.403.1 6,557 11/14/2024
3.7.403 62,628 11/13/2024
3.7.402.13 59,151 11/12/2024
3.7.402.12 38,983 11/11/2024
3.7.402.11 94,992 11/8/2024
3.7.402.10 52,992 11/7/2024
3.7.402.9 420,580 11/1/2024
3.7.402.8 48,978 10/31/2024
3.7.402.7 42,421 10/30/2024
3.7.402.6 83,385 10/29/2024
3.7.402.5 72,852 10/28/2024
3.7.402.4 62,025 10/25/2024
3.7.402.3 35,175 10/24/2024
3.7.402.2 194,495 10/23/2024
3.7.402.1 51,055 10/22/2024
3.7.402 197,595 10/17/2024
3.7.401.14 125,857 10/16/2024
3.7.401.13 295,661 10/15/2024
3.7.401.12 130,547 10/14/2024
3.7.401.11 347,399 10/9/2024
3.7.401.10 89,779 10/8/2024
3.7.401.9 35,087 10/7/2024
3.7.401.8 112,198 10/4/2024
3.7.401.7 62,093 10/3/2024
3.7.401.6 45,416 10/2/2024
3.7.401.5 232,650 10/1/2024
3.7.401.4 127,267 9/27/2024
3.7.401.3 35,530 9/26/2024
3.7.401.2 37,782 9/25/2024
3.7.401.1 46,113 9/24/2024
3.7.401 293,721 9/21/2024
3.7.400.21 454,772 9/16/2024
3.7.400.20 69,139 9/13/2024
3.7.400.19 76,776 9/11/2024
3.7.400.18 117,625 9/10/2024
3.7.400.17 93,944 9/9/2024
3.7.400.16 78,011 9/6/2024
3.7.400.15 39,461 9/5/2024
3.7.400.14 123,184 9/4/2024
3.7.400.13 156,551 8/30/2024
3.7.400.12 134,918 8/28/2024
3.7.400.11 311,979 8/22/2024
3.7.400.10 37,269 8/21/2024
3.7.400.9 57,945 8/20/2024
3.7.400.8 43,093 8/19/2024
3.7.400.7 199,149 8/16/2024
3.7.400.6 53,761 8/15/2024
3.7.400.5 144,653 8/13/2024
3.7.400.4 94,573 8/9/2024
3.7.400.3 266,363 8/5/2024
3.7.400.2 255,414 7/30/2024
3.7.400.1 51,799 7/29/2024
3.7.400 229,933 7/24/2024
3.7.305.2 98,226 7/22/2024
3.7.305.1 79,310 7/18/2024
3.7.305 293,738 7/12/2024
3.7.304.7 386,377 7/10/2024
3.7.304.6 48,513 7/9/2024
3.7.304.5 32,727 7/8/2024
3.7.304.4 37,227 7/5/2024
3.7.304.3 70,079 7/3/2024
3.7.304.2 71,179 7/1/2024
3.7.304.1 56,236 6/28/2024
3.7.304 30,112 6/27/2024
3.7.303.26 128,473 6/24/2024
3.7.303.25 122,809 6/20/2024
3.7.303.24 46,140 6/19/2024
3.7.303.23 41,211 6/18/2024
3.7.303.22 401,792 6/12/2024
3.7.303.21 166,504 6/11/2024
3.7.303.20 61,313 6/10/2024
3.7.303.19 39,113 6/7/2024
3.7.303.18 118,704 6/5/2024
3.7.303.17 45,965 6/4/2024
3.7.303.16 125,285 6/3/2024
3.7.303.15 115,798 5/30/2024
3.7.303.14 64,353 5/29/2024
3.7.303.13 59,821 5/28/2024
3.7.303.12 153,776 5/24/2024
3.7.303.11 52,954 5/23/2024
3.7.303.10 59,394 5/22/2024
3.7.303.9 116,324 5/20/2024
3.7.303.8 82,086 5/17/2024
3.7.303.7 43,223 5/16/2024
3.7.303.6 122,759 5/14/2024
3.7.303.5 103,664 5/13/2024
3.7.303.4 101,099 5/10/2024
3.7.303.3 56,613 5/9/2024
3.7.303.2 222,892 5/6/2024
3.7.303.1 117,782 5/3/2024
3.7.303 55,314 5/2/2024
3.7.302.26 70,766 5/1/2024
3.7.302.25 59,079 4/29/2024
3.7.302.24 87,497 4/26/2024
3.7.302.23 44,143 4/25/2024
3.7.302.22 49,959 4/24/2024
3.7.302.21 41,935 4/23/2024
3.7.302.20 55,595 4/22/2024
3.7.302.19 57,589 4/19/2024
3.7.302.18 372,966 4/18/2024
3.7.302.17 78,961 4/17/2024
3.7.302.16 83,532 4/16/2024
3.7.302.15 385,261 4/11/2024
3.7.302.14 69,485 4/10/2024
3.7.302.13 42,526 4/9/2024
3.7.302.12 96,317 4/8/2024
3.7.302.11 82,648 4/5/2024
3.7.302.10 55,543 4/4/2024
3.7.302.9 39,966 4/3/2024
3.7.302.8 71,365 4/2/2024
3.7.302.7 91,630 4/1/2024
3.7.302.6 44,397 3/29/2024
3.7.302.5 38,232 3/28/2024
3.7.302.4 95,979 3/27/2024
3.7.302.3 66,091 3/26/2024
3.7.302.2 113,167 3/25/2024
3.7.302.1 71,578 3/22/2024
3.7.302 149,790 3/20/2024
3.7.301.23 92,350 3/18/2024
3.7.301.22 74,987 3/15/2024
3.7.301.21 49,343 3/14/2024
3.7.301.20 54,928 3/13/2024
3.7.301.19 208,019 3/8/2024
3.7.301.18 477,857 3/6/2024
3.7.301.17 241,883 2/29/2024
3.7.301.16 63,993 2/28/2024
3.7.301.15 42,491 2/27/2024
3.7.301.14 523,114 2/20/2024
3.7.301.13 78,655 2/16/2024
3.7.301.12 24,626 2/15/2024
3.7.301.11 46,559 2/14/2024
3.7.301.10 29,129 2/13/2024
3.7.301.9 87,166 2/9/2024
3.7.301.8 121,565 2/7/2024
3.7.301.7 349,718 2/2/2024
3.7.301.6 24,636 2/1/2024
3.7.301.5 217,922 1/31/2024
3.7.301.4 55,293 1/30/2024
3.7.301.3 60,673 1/29/2024
3.7.301.2 162,411 1/25/2024
3.7.301.1 30,312 1/25/2024
3.7.301 222,663 1/19/2024
3.7.300.39 79,079 1/18/2024
3.7.300.38 25,832 1/17/2024
3.7.300.37 41,032 1/16/2024
3.7.300.36 90,717 1/14/2024
3.7.300.35 8,136 1/12/2024
3.7.300.34 82,672 1/11/2024
3.7.300.33 60,678 1/10/2024
3.7.300.32 86,965 1/8/2024
3.7.300.31 39,514 1/5/2024
3.7.300.30 20,839 1/4/2024
3.7.300.29 48,866 1/3/2024
3.7.300.28 120,732 12/28/2023
3.7.300.27 44,190 12/27/2023
3.7.300.26 19,534 12/26/2023
3.7.300.25 21,780 12/22/2023
3.7.300.24 26,572 12/21/2023
3.7.300.23 49,193 12/20/2023
3.7.300.22 40,876 12/19/2023
3.7.300.21 32,817 12/18/2023
3.7.300.20 51,226 12/15/2023
3.7.300.19 20,646 12/14/2023
3.7.300.18 91,435 12/13/2023
3.7.300.17 110,572 12/12/2023
3.7.300.16 173,394 12/7/2023
3.7.300.15 59,952 12/6/2023
3.7.300.14 41,002 12/5/2023
3.7.300.13 47,958 12/4/2023
3.7.300.12 103,737 11/30/2023
3.7.300.11 43,197 11/28/2023
3.7.300.10 82,287 11/28/2023
3.7.300.9 8,280 11/27/2023
3.7.300.8 90,197 11/27/2023
3.7.300.7 359,239 11/21/2023
3.7.300.6 143,259 11/20/2023
3.7.300.5 82,145 11/17/2023
3.7.300.4 27,301 11/16/2023
3.7.300.3 68,551 11/15/2023
3.7.300.2 370,469 11/14/2023
3.7.300.1 55,324 11/13/2023
3.7.300 449,958 11/10/2023
3.7.203.15 170,469 11/8/2023
3.7.203.14 61,861 11/7/2023
3.7.203.13 34,297 11/6/2023
3.7.203.12 151,066 11/2/2023
3.7.203.11 220,525 10/27/2023
3.7.203.10 31,621 10/26/2023
3.7.203.9 210,198 10/24/2023
3.7.203.8 94,981 10/23/2023
3.7.203.7 87,151 10/20/2023
3.7.203.6 27,349 10/19/2023
3.7.203.5 84,630 10/18/2023
3.7.203.4 58,479 10/17/2023
3.7.203.3 31,462 10/16/2023
3.7.203.2 162,950 10/12/2023
3.7.203.1 212,896 10/7/2023
3.7.203 384,875 10/6/2023
3.7.202.7 6,045 10/5/2023
3.7.202.6 57,177 10/4/2023
3.7.202.5 50,820 10/3/2023
3.7.202.4 27,932 10/2/2023
3.7.202.3 86,687 9/28/2023
3.7.202.2 63,500 9/28/2023
3.7.202.1 9,945 9/27/2023
3.7.202 21,474 9/26/2023
3.7.201.16 42,934 9/25/2023
3.7.201.15 60,305 9/22/2023
3.7.201.14 383,928 9/20/2023
3.7.201.13 49,478 9/19/2023
3.7.201.12 120,612 9/15/2023
3.7.201.11 38,301 9/15/2023
3.7.201.10 15,370 9/14/2023
3.7.201.9 395,287 9/13/2023
3.7.201.8 431,468 9/12/2023
3.7.201.7 277,904 9/8/2023
3.7.201.6 17,666 9/8/2023
3.7.201.5 42,468 9/6/2023
3.7.201.4 29,292 9/5/2023
3.7.201.3 79,700 9/1/2023
3.7.201.2 30,566 9/1/2023
3.7.201.1 13,154 8/31/2023
3.7.201 35,841 8/31/2023
3.7.200.29 4,441 8/30/2023
3.7.200.28 113,312 8/28/2023
3.7.200.27 215,080 8/25/2023
3.7.200.26 108,273 8/24/2023
3.7.200.25 30,296 8/23/2023
3.7.200.24 38,950 8/22/2023
3.7.200.23 292,698 8/21/2023
3.7.200.22 59,426 8/18/2023
3.7.200.21 8,315 8/18/2023
3.7.200.20 25,752 8/17/2023
3.7.200.19 62,281 8/15/2023
3.7.200.18 28,298 8/14/2023
3.7.200.17 57,330 8/11/2023
3.7.200.16 25,730 8/10/2023
3.7.200.15 33,666 8/9/2023
3.7.200.14 40,202 8/8/2023
3.7.200.13 7,323 8/8/2023
3.7.200.12 67,158 8/7/2023
3.7.200.11 113,046 8/4/2023
3.7.200.10 53,409 8/2/2023
3.7.200.9 205,001 8/1/2023
3.7.200.8 421,856 7/31/2023
3.7.200.7 277,231 7/28/2023
3.7.200.6 78,065 7/26/2023
3.7.200.5 138,504 7/25/2023
3.7.200.4 38,086 7/24/2023
3.7.200.3 102,527 7/21/2023
3.7.200.2 153,227 7/20/2023
3.7.200.1 919,262 7/18/2023
3.7.200 70,335 7/18/2023
3.7.105.7 9,445 7/17/2023
3.7.105.6 81,813 7/13/2023
3.7.105.5 220,247 7/7/2023
3.7.105.4 6,869 7/7/2023
3.7.105.3 55,573 7/6/2023
3.7.105.2 63,134 7/5/2023
3.7.105.1 162,915 7/3/2023
3.7.105 138,516 6/29/2023
3.7.104.1 700,877 6/21/2023
3.7.104 80,207 6/21/2023
3.7.103.23 4,227 6/20/2023
3.7.103.22 449,913 6/15/2023
3.7.103.21 78,924 6/13/2023
3.7.103.20 85,949 6/12/2023
3.7.103.19 75,503 6/8/2023
3.7.103.18 214,154 6/6/2023
3.7.103.17 95,347 6/5/2023
3.7.103.16 47,245 6/2/2023
3.7.103.15 11,166 6/2/2023
3.7.103.14 52,878 6/1/2023
3.7.103.13 119,644 5/30/2023
3.7.103.12 172,939 5/26/2023
3.7.103.11 45,680 5/25/2023
3.7.103.10 124,027 5/24/2023
3.7.103.9 132,001 5/23/2023
3.7.103.8 136,633 5/19/2023
3.7.103.7 8,225 5/19/2023
3.7.103.6 24,495 5/18/2023
3.7.103.5 146,141 5/16/2023
3.7.103.4 31,531 5/15/2023
3.7.103.3 163,673 5/11/2023
3.7.103.2 69,387 5/9/2023
3.7.103.1 27,212 5/8/2023
3.7.103 97,667 5/5/2023
3.7.102.39 18,324 5/4/2023
3.7.102.38 90,334 5/2/2023
3.7.102.37 39,038 5/1/2023
3.7.102.36 56,103 4/28/2023
3.7.102.35 559,220 4/27/2023
3.7.102.34 22,263 4/26/2023
3.7.102.33 63,898 4/25/2023
3.7.102.32 22,071 4/25/2023
3.7.102.31 101,160 4/21/2023
3.7.102.30 38,254 4/21/2023
3.7.102.29 60,294 4/19/2023
3.7.102.28 84,069 4/17/2023
3.7.102.27 82,941 4/14/2023
3.7.102.26 42,378 4/13/2023
3.7.102.25 50,066 4/12/2023
3.7.102.24 54,256 4/11/2023
3.7.102.23 73,778 4/10/2023
3.7.102.22 29,042 4/7/2023
3.7.102.21 32,673 4/6/2023
3.7.102.20 50,827 4/5/2023
3.7.102.19 185,898 4/4/2023
3.7.102.18 31,875 4/3/2023
3.7.102.17 91,537 3/31/2023
3.7.102.16 34,859 3/30/2023
3.7.102.15 207,313 3/29/2023
3.7.102.14 115,405 3/28/2023
3.7.102.13 282,524 3/24/2023
3.7.102.12 78,248 3/23/2023
3.7.102.11 30,484 3/22/2023
3.7.102.10 275,330 3/21/2023
3.7.102.9 85,399 3/20/2023
3.7.102.8 71,000 3/17/2023
3.7.102.7 37,372 3/17/2023
3.7.102.6 38,034 3/16/2023
3.7.102.5 57,419 3/15/2023
3.7.102.4 91,456 3/14/2023
3.7.102.3 63,308 3/13/2023
3.7.102.2 109,740 3/10/2023
3.7.102.1 66,128 3/9/2023
3.7.102 60,516 3/8/2023
3.7.101.56 95,391 3/7/2023
3.7.101.55 294,648 3/3/2023
3.7.101.54 107,095 3/2/2023
3.7.101.53 57,325 3/1/2023
3.7.101.52 44,809 2/28/2023
3.7.101.51 70,236 2/27/2023
3.7.101.50 111,912 2/23/2023
3.7.101.49 140,853 2/21/2023
3.7.101.48 278,381 2/18/2023
3.7.101.47 5,355 2/17/2023
3.7.101.46 70,487 2/16/2023
3.7.101.45 79,594 2/15/2023
3.7.101.44 138,245 2/13/2023
3.7.101.43 208,676 2/10/2023
3.7.101.42 52,969 2/9/2023
3.7.101.41 89,786 2/8/2023
3.7.101.40 64,284 2/7/2023
3.7.101.39 117,108 2/6/2023
3.7.101.38 69,276 2/3/2023
3.7.101.37 53,276 2/2/2023
3.7.101.36 10,248 2/2/2023
3.7.101.35 48,217 2/1/2023
3.7.101.34 102,109 1/31/2023
3.7.101.33 165,865 1/26/2023
3.7.101.32 43,761 1/25/2023
3.7.101.31 58,501 1/24/2023
3.7.101.30 36,155 1/23/2023
3.7.101.29 237,035 1/20/2023
3.7.101.28 89,262 1/20/2023
3.7.101.27 47,710 1/18/2023
3.7.101.26 84,789 1/17/2023
3.7.101.25 107,433 1/17/2023
3.7.101.24 111,419 1/13/2023
3.7.101.23 48,532 1/12/2023
3.7.101.22 113,952 1/10/2023
3.7.101.21 50,772 1/9/2023
3.7.101.20 53,741 1/6/2023
3.7.101.19 35,109 1/5/2023
3.7.101.18 102,842 1/4/2023
3.7.101.17 20,132 1/3/2023
3.7.101.16 114,307 12/30/2022
3.7.101.15 27,147 12/29/2022
3.7.101.14 100,852 12/23/2022
3.7.101.13 26,105 12/22/2022
3.7.101.12 23,710 12/21/2022
3.7.101.11 42,483 12/20/2022
3.7.101.10 45,146 12/19/2022
3.7.101.9 155,786 12/16/2022
3.7.101.8 208,548 12/16/2022
3.7.101.7 30,023 12/15/2022
3.7.101.6 37,208 12/14/2022
3.7.101.5 120,535 12/13/2022
3.7.101.4 110,513 12/12/2022
3.7.101.3 406,534 12/8/2022
3.7.101.2 50,582 12/8/2022
3.7.101.1 6,218 12/7/2022
3.7.101 183,607 12/6/2022
3.7.100.29 102,798 12/5/2022
3.7.100.28 155,215 12/2/2022
3.7.100.27 116,214 12/1/2022
3.7.100.26 37,341 11/30/2022
3.7.100.25 52,877 11/29/2022
3.7.100.24 34,227 11/29/2022
3.7.100.23 78,215 11/28/2022
3.7.100.22 151,914 11/22/2022
3.7.100.21 192,694 11/18/2022
3.7.100.20 76,156 11/17/2022
3.7.100.19 294,489 11/16/2022
3.7.100.18 15,850 11/16/2022
3.7.100.17 68,695 11/15/2022
3.7.100.16 137,231 11/11/2022
3.7.100.15 42,712 11/10/2022
3.7.100.14 201,929 11/9/2022
3.7.100.13 16,237 11/9/2022
3.7.100.12 40,621 11/9/2022
3.7.100.11 8,607 11/8/2022
3.7.100.10 81,438 11/7/2022
3.7.100.9 53,860 11/4/2022
3.7.100.8 77,595 11/2/2022
3.7.100.7 84,807 10/31/2022
3.7.100.6 38,092 10/29/2022
3.7.100.5 18,843 10/28/2022
3.7.100.4 51,159 10/27/2022
3.7.100.3 70,665 10/26/2022
3.7.100.2 149,160 10/25/2022
3.7.100.1 18,513 10/24/2022
3.7.100 228,780 10/21/2022
3.7.5.20 440,403 10/20/2022
3.7.5.19 242,377 10/19/2022
3.7.5.18 137,051 10/19/2022
3.7.5.17 157,682 10/18/2022
3.7.5.16 337,306 10/14/2022
3.7.5.15 109,703 10/13/2022
3.7.5.14 428,654 10/7/2022
3.7.5.13 62,673 10/6/2022
3.7.5.12 106,681 10/4/2022
3.7.5.11 32,447 10/3/2022
3.7.5.10 63,673 9/30/2022
3.7.5.9 176,898 9/29/2022
3.7.5.8 138,162 9/27/2022
3.7.5.7 3,976,203 9/27/2022
3.7.5.6 6,777 9/26/2022
3.7.5.5 172,264 9/23/2022
3.7.5.4 79,293 9/22/2022
3.7.5.3 85,853 9/21/2022
3.7.5.2 47,679 9/20/2022
3.7.5.1 55,847 9/19/2022
3.7.5 106,465 9/15/2022
3.7.4.12 37,216 9/14/2022
3.7.4.11 40,300 9/13/2022
3.7.4.10 253,812 9/9/2022
3.7.4.9 687,585 9/9/2022
3.7.4.8 4,391 9/8/2022
3.7.4.7 560,213 9/2/2022
3.7.4.6 89,805 9/1/2022
3.7.4.5 160,556 8/30/2022
3.7.4.4 60,652 8/29/2022
3.7.4.3 174,275 8/25/2022
3.7.4.2 113,557 8/22/2022
3.7.4.1 44,822 8/19/2022
3.7.4 59,745 8/18/2022
3.7.3.69 195,682 8/16/2022
3.7.3.68 154,662 8/12/2022
3.7.3.67 95,499 8/11/2022
3.7.3.66 176,431 8/8/2022
3.7.3.65 102,354 8/4/2022
3.7.3.64 160,111 8/2/2022
3.7.3.63 105,055 7/29/2022
3.7.3.62 87,646 7/28/2022
3.7.3.61 47,822 7/27/2022
3.7.3.60 270,657 7/22/2022
3.7.3.59 121,849 7/20/2022
3.7.3.58 124,722 7/18/2022
3.7.3.57 36,933 7/15/2022
3.7.3.56 38,781 7/14/2022
3.7.3.55 109,532 7/12/2022
3.7.3.54 60,880 7/11/2022
3.7.3.53 187,745 7/5/2022
3.7.3.52 314,935 6/29/2022
3.7.3.51 192,400 6/24/2022
3.7.3.50 930,316 6/17/2022
3.7.3.49 39,461 6/16/2022
3.7.3.48 143,945 6/14/2022
3.7.3.47 114,055 6/10/2022
3.7.3.46 71,264 6/8/2022
3.7.3.45 95,095 6/7/2022
3.7.3.44 129,966 6/6/2022
3.7.3.43 189,817 5/31/2022
3.7.3.42 170,428 5/27/2022
3.7.3.41 101,779 5/26/2022
3.7.3.40 6,168 5/26/2022
3.7.3.39 43,177 5/25/2022
3.7.3.38 77,765 5/24/2022
3.7.3.37 76,067 5/23/2022
3.7.3.36 138,246 5/19/2022
3.7.3.35 143,231 5/18/2022
3.7.3.34 593,978 5/9/2022
3.7.3.33 115,140 5/6/2022
3.7.3.32 12,721 5/6/2022
3.7.3.31 21,623 5/5/2022
3.7.3.30 161,161 5/4/2022
3.7.3.29 41,377 5/3/2022
3.7.3.28 361,629 5/3/2022
3.7.3.27 8,502 5/2/2022
3.7.3.26 298,897 4/20/2022
3.7.3.25 86,687 4/19/2022
3.7.3.24 1,580,919 4/19/2022
3.7.3.23 278,207 4/14/2022
3.7.3.22 1,099,120 4/12/2022
3.7.3.21 46,602 4/11/2022
3.7.3.20 114,759 4/7/2022
3.7.3.19 67,832 4/6/2022
3.7.3.18 165,869 4/1/2022
3.7.3.17 32,933 3/31/2022
3.7.3.16 241,974 3/28/2022
3.7.3.15 129,502 3/24/2022
3.7.3.14 385,753 3/23/2022
3.7.3.13 219,719 3/17/2022
3.7.3.12 21,919 3/16/2022
3.7.3.11 222,972 3/14/2022
3.7.3.10 148,207 3/10/2022
3.7.3.9 73,525 3/9/2022
3.7.3.8 60,606 3/8/2022
3.7.3.7 261,847 3/3/2022
3.7.3.6 72,021 3/1/2022
3.7.3.5 53,074 2/28/2022
3.7.3.4 36,858 2/26/2022
3.7.3.3 46,926 2/23/2022
3.7.3.2 34,277 2/22/2022
3.7.3.1 7,713 2/22/2022
3.7.3 64,220 2/21/2022
3.7.2.20 151,275 2/17/2022
3.7.2.19 208,592 2/11/2022
3.7.2.18 11,104 2/10/2022
3.7.2.17 183,806 2/4/2022
3.7.2.16 42,123 2/3/2022
3.7.2.15 34,734 2/2/2022
3.7.2.14 255,462 1/28/2022
3.7.2.13 276,486 1/25/2022
3.7.2.12 398,436 1/15/2022
3.7.2.11 4,796 1/14/2022
3.7.2.10 92,096 1/13/2022
3.7.2.9 139,385 1/11/2022
3.7.2.8 86,263 1/7/2022
3.7.2.7 26,679 1/6/2022
3.7.2.6 12,792 1/5/2022
3.7.2.5 124,794 1/3/2022
3.7.2.4 268,173 12/21/2021
3.7.2.3 32,387 12/20/2021
3.7.2.2 281,299 12/13/2021
3.7.2.1 338,537 12/8/2021
3.7.2 197,239 12/2/2021
3.7.1.1 29,407 12/1/2021
3.7.1 273,324 11/23/2021
3.7.0.104 168,545 11/22/2021
3.7.0.103 90,096 11/19/2021
3.7.0.102 8,407 11/18/2021
3.7.0.101 55,701 11/17/2021
3.7.0.100 43,121 11/16/2021
3.7.0.99 139,659 11/15/2021
3.7.0.98 52,083 11/12/2021
3.7.0.97 134,796 11/11/2021
3.7.0.96 183,675 11/11/2021
3.7.0.95 43,562 11/9/2021
3.7.0.94 1,767,818 11/5/2021
3.7.0.93 8,909 11/4/2021
3.7.0.92 20,051 11/3/2021
3.7.0.91 90,489 11/2/2021
3.7.0.90 40,214 11/1/2021
3.7.0.89 277,520 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,931 10/22/2021
3.7.0.84 6,709 10/21/2021
3.7.0.83 220,912 10/14/2021
3.7.0.82 497,173 10/13/2021
3.7.0.81 88,828 10/12/2021
3.7.0.80 308,114 10/8/2021
3.7.0.79 33,661 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,382 10/1/2021
3.7.0.75 475,280 9/30/2021
3.7.0.74 100,626 9/29/2021
3.7.0.73 120,206 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,120 9/22/2021
3.7.0.69 168,904 9/17/2021
3.7.0.68 20,081 9/16/2021
3.7.0.67 40,778 9/16/2021
3.7.0.66 329,179 9/13/2021
3.7.0.65 111,390 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,247 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,027 8/27/2021
3.7.0.56 75,635 8/25/2021
3.7.0.55 99,471 8/23/2021
3.7.0.54 139,666 8/19/2021
3.7.0.53 365,766 8/16/2021
3.7.0.52 87,063 8/12/2021
3.7.0.51 215,272 8/10/2021
3.7.0.50 377,572 8/6/2021
3.7.0.49 76,169 8/4/2021
3.7.0.48 524,503 7/30/2021
3.7.0.47 37,237 7/29/2021
3.7.0.46 152,875 7/27/2021
3.7.0.45 156,171 7/21/2021
3.7.0.44 150,526 7/16/2021
3.7.0.43 135,291 7/13/2021
3.7.0.42 1,373,819 7/12/2021
3.7.0.41 34,049 7/9/2021
3.7.0.40 75,588 7/8/2021
3.7.0.39 49,916 7/7/2021
3.7.0.38 41,761 7/6/2021
3.7.0.37 112,839 7/1/2021
3.7.0.36 161,306 6/25/2021
3.7.0.35 28,313 6/24/2021
3.7.0.34 268,656 6/21/2021
3.7.0.33 93,085 6/17/2021
3.7.0.32 93,271 6/15/2021
3.7.0.31 97,129 6/11/2021
3.7.0.30 750,514 5/28/2021
3.7.0.29 115,847 5/27/2021
3.7.0.28 43,188 5/27/2021
3.7.0.27 124,103 5/24/2021
3.7.0.26 75,863 5/21/2021
3.7.0.25 62,347 5/20/2021
3.7.0.24 55,891 5/19/2021
3.7.0.23 14,777 5/18/2021
3.7.0.22 112,152 5/14/2021
3.7.0.21 61,094 5/12/2021
3.7.0.20 77,114 5/10/2021
3.7.0.19 3,295 5/10/2021
3.7.0.18 471,069 5/6/2021
3.7.0.17 190,441 4/30/2021
3.7.0.16 65,272 4/27/2021
3.7.0.15 86,103 4/23/2021
3.7.0.14 246,970 4/19/2021
3.7.0.13 97,082 4/15/2021
3.7.0.12 171,451 4/13/2021
3.7.0.11 172,756 4/12/2021
3.7.0.10 172,594 4/8/2021
3.7.0.9 48,249 4/7/2021
3.7.0.8 107,841 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,663 3/31/2021
3.7.0.4 56,794 3/30/2021
3.7.0.3 40,388 3/29/2021
3.7.0.2 48,871 3/27/2021
3.7.0.1 15,930 3/26/2021
3.7.0 2,628,433 3/26/2021
3.5.4.38 333,349 3/25/2021
3.5.4.37 588,135 3/17/2021
3.5.4.36 83,593 3/15/2021
3.5.4.35 333,316 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,644 3/1/2021
3.5.4.31 228,482 2/23/2021
3.5.4.30 110,271 2/19/2021
3.5.4.29 82,259 2/12/2021
3.5.4.28 101,182 2/9/2021
3.5.4.27 67,983 2/8/2021
3.5.4.26 61,326 2/5/2021
3.5.4.25 29,673 2/4/2021
3.5.4.24 849,520 1/29/2021
3.5.4.23 17,181 1/28/2021
3.5.4.22 16,531 1/27/2021
3.5.4.21 76,145 1/26/2021
3.5.4.20 511,273 1/20/2021
3.5.4.19 10,758 1/19/2021
3.5.4.18 175,868 1/11/2021
3.5.4.17 130,425 1/7/2021
3.5.4.16 159,716 12/30/2020
3.5.4.15 49,706 12/23/2020
3.5.4.14 69,036 12/22/2020
3.5.4.13 122,421 12/22/2020
3.5.4.12 3,450 12/21/2020
3.5.4.11 53,667 12/18/2020
3.5.4.10 89,601 12/17/2020
3.5.4.9 37,414 12/16/2020
3.5.4.8 55,648 12/14/2020
3.5.4.7 126,652 12/9/2020
3.5.4.6 59,714 12/7/2020
3.5.4.5 92,689 12/3/2020
3.5.4.4 112,210 12/2/2020
3.5.4.3 10,695 12/1/2020
3.5.4.2 36,558 12/1/2020
3.5.4.1 75,952 11/24/2020
3.5.4 82,923 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,663 11/18/2020
3.5.3.1 228,822 11/13/2020
3.5.3 315,524 11/9/2020
3.5.2 597,827 11/5/2020
3.5.1.11 39,652 11/4/2020
3.5.1.10 247,978 10/28/2020
3.5.1.9 36,379 10/27/2020
3.5.1.8 34,578 10/26/2020
3.5.1.7 221,124 10/22/2020
3.5.1.6 20,811 10/21/2020
3.5.1.5 338,831 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,231 10/9/2020
3.5.1.1 78,293 10/6/2020
3.5.1 22,600 10/5/2020
3.5.0.24 37,214 10/2/2020
3.5.0.23 112,837 10/1/2020
3.5.0.22 41,234 9/30/2020
3.5.0.21 127,271 9/29/2020
3.5.0.20 48,184 9/25/2020
3.5.0.19 27,068 9/24/2020
3.5.0.18 39,221 9/21/2020
3.5.0.17 59,854 9/18/2020
3.5.0.16 267,897 9/17/2020
3.5.0.15 79,528 9/16/2020
3.5.0.14 27,162 9/15/2020
3.5.0.13 81,671 9/14/2020
3.5.0.12 42,797 9/11/2020
3.5.0.11 77,589 9/10/2020
3.5.0.10 3,036 9/9/2020
3.5.0.9 67,530 9/4/2020
3.5.0.8 59,283 9/2/2020
3.5.0.7 458,474 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,583 8/27/2020
3.5.0.3 12,221 8/26/2020
3.5.0.2 47,153 8/25/2020
3.5.0.1 12,293 8/24/2020
3.5.0 468,443 8/20/2020
3.5.0-beta 76,534 2/4/2020
3.3.106.47 1,124,902 8/19/2020
3.3.106.46 110,915 8/14/2020
3.3.106.45 127,292 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,011 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,810 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,921 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,460 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,134 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,223 6/19/2020
3.3.106.20 51,640 6/18/2020
3.3.106.19 50,377 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,841 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,453 6/3/2020
3.3.106.12 60,786 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,282 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,383 5/15/2020
3.3.106.3 12,013 5/14/2020
3.3.106.2 96,427 5/11/2020
3.3.106.1 259,079 5/8/2020
3.3.106 115,036 5/8/2020
3.3.105.41 23,523 5/7/2020
3.3.105.40 15,742 5/6/2020
3.3.105.39 62,088 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,824 4/29/2020
3.3.105.35 223,327 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,827 4/22/2020
3.3.105.30 27,439 4/21/2020
3.3.105.29 48,005 4/20/2020
3.3.105.28 36,960 4/17/2020
3.3.105.27 171,256 4/16/2020
3.3.105.26 181,116 4/8/2020
3.3.105.25 357,885 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,565 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,799 3/12/2020
3.3.105.8 119,939 3/6/2020
3.3.105.7 96,336 3/5/2020
3.3.105.6 98,470 3/2/2020
3.3.105.5 79,078 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,805 2/19/2020
3.3.105 107,209 2/17/2020
3.3.104.27 63,750 2/13/2020
3.3.104.26 94,891 2/10/2020
3.3.104.25 113,579 2/7/2020
3.3.104.24 84,026 2/4/2020
3.3.104.23 244,623 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,881 1/15/2020
3.3.104.17 77,427 1/10/2020
3.3.104.16 286,668 1/8/2020
3.3.104.15 73,166 1/6/2020
3.3.104.14 162,812 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,450 12/12/2019
3.3.104.5 13,780 12/12/2019
3.3.104.4 6,204 12/11/2019
3.3.104.3 99,446 12/9/2019
3.3.104.2 74,403 12/3/2019
3.3.104.1 14,809 12/2/2019
3.3.104 89,028 11/26/2019
3.3.103.2 29,560 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,260 11/12/2019
3.3.101.88 247,412 11/8/2019
3.3.101.87 71,901 11/7/2019
3.3.101.86 21,167 11/7/2019
3.3.101.85 22,235 11/5/2019
3.3.101.84 149,426 10/31/2019
3.3.101.83 8,846 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,518 10/22/2019
3.3.101.78 36,216 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,848 10/11/2019
3.3.101.74 25,135 10/10/2019
3.3.101.73 61,710 10/8/2019
3.3.101.72 153,476 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,037 9/21/2019
3.3.101.68 25,349 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,545 9/12/2019
3.3.101.63 80,405 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,416 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,865 8/16/2019
3.3.101.55 10,442 8/15/2019
3.3.101.54 52,322 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,356 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,920 8/1/2019
3.3.101.45 86,097 7/30/2019
3.3.101.44 21,831 7/29/2019
3.3.101.43 23,529 7/25/2019
3.3.101.42 74,734 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,714 7/12/2019
3.3.101.37 35,166 7/10/2019
3.3.101.36 13,004 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,152 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,043 6/13/2019
3.3.101.22 63,903 6/7/2019
3.3.101.21 21,789 6/6/2019
3.3.101.20 31,219 6/4/2019
3.3.101.19 17,586 6/3/2019
3.3.101.18 89,687 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,566 5/22/2019
3.3.101.12 24,915 5/21/2019
3.3.101.11 25,166 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,417 4/30/2019
3.3.101.2 16,078 4/29/2019
3.3.101.1 16,532 4/26/2019
3.3.101 486,936 4/25/2019
3.3.100.9 13,490 4/25/2019
3.3.100.8 6,800 4/24/2019
3.3.100.7 100,971 4/18/2019
3.3.100.6 27,463 4/16/2019
3.3.100.5 193,357 4/4/2019
3.3.100.4 18,725 4/3/2019
3.3.100.3 57,297 3/29/2019
3.3.100.2 50,461 3/26/2019
3.3.100.1 142,618 3/22/2019
3.3.100 97,634 3/21/2019
3.3.17.13 219,863 3/11/2019
3.3.17.12 32,951 3/7/2019
3.3.17.11 5,546 3/6/2019
3.3.17.10 83,386 2/26/2019
3.3.17.9 198,841 2/20/2019
3.3.17.8 49,373 2/15/2019
3.3.17.7 29,029 2/14/2019
3.3.17.6 13,374 2/13/2019
3.3.17.5 6,355,578 2/4/2019
3.3.17.4 121,777 1/26/2019
3.3.17.3 36,921 1/25/2019
3.3.17.2 12,154 1/24/2019
3.3.17.1 71,496 1/18/2019
3.3.17 39,139 1/16/2019
3.3.16.5 92,606 1/11/2019
3.3.16.4 60,242 1/10/2019
3.3.16.3 152,680 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,626 12/15/2018
3.3.15.3 419,662 12/14/2018
3.3.15.2 546,582 12/12/2018
3.3.15.1 221,935 12/4/2018
3.3.15 88,662 11/28/2018
3.3.14.21 128,413 11/16/2018
3.3.14.20 13,388 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,265 10/30/2018
3.3.14.11 6,913 10/29/2018
3.3.14.10 3,424 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,207 10/22/2018
3.3.14.6 25,192 10/17/2018
3.3.14.5 115,739 10/6/2018
3.3.14.4 20,059 10/4/2018
3.3.14.3 45,231 9/26/2018
3.3.14.2 440,335 9/10/2018
3.3.14.1 25,214 9/7/2018
3.3.14 21,277 9/5/2018
3.3.13.1 106,591 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,101 8/15/2018
3.3.12 205,849 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,208 7/24/2018
3.3.10.4 38,653 7/23/2018
3.3.10.3 379,853 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,246 6/9/2018
3.3.8.1 65,201 6/1/2018
3.3.8 301,975 5/1/2018
3.3.7.3 50,265 4/25/2018
3.3.7.2 128,181 4/20/2018
3.3.7.1 169,938 3/29/2018
3.3.7 26,157 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,981 2/9/2018
3.3.5 650,600 11/29/2017
3.3.4.20 1,287,421 11/11/2017
3.3.4.19 54,578 10/24/2017
3.3.4.18 50,326 10/9/2017
3.3.4.17 730,138 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,684 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,779 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,218 3/31/2017
3.3.4.3 269,238 3/15/2017
3.3.4.2 6,032 3/14/2017
3.3.4.1 19,658 3/14/2017
3.3.4 54,774 3/9/2017
3.3.3 337,581 2/28/2017
3.3.2.1 185,540 1/20/2017
3.3.2 9,531 1/18/2017
3.3.1.6 9,114 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,595 11/19/2016
3.3.0.3 279,903 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,355 9/19/2016
3.2.8-rc 3,960 9/8/2016
3.2.7-beta 6,257 8/23/2016
3.2.6-beta 3,401 8/2/2016
3.2.5-beta 4,512 6/28/2016
3.2.4.1-beta 4,794 6/2/2016
3.2.4-beta 2,178 6/1/2016
3.2.3.1-beta 14,983 4/20/2016
3.2.3-beta 4,340 3/12/2016
3.2.2.1-beta 2,663 3/2/2016
3.2.2-beta 3,241 1/12/2016
3.2.1-beta 2,402 12/7/2015
3.2.0-beta 2,803 9/29/2015
3.1.5.3 36,369 8/9/2016
3.1.5.2 35,233 7/13/2016
3.1.5.1 46,045 6/28/2016
3.1.5 7,561 6/7/2016
3.1.4.2 5,091 6/3/2016
3.1.4.1 10,017 5/26/2016
3.1.4 11,401 5/18/2016
3.1.3 21,749 3/4/2016
3.1.2 12,185 3/2/2016
3.1.1.5 20,702 2/22/2016
3.1.1.4 15,223 1/6/2016
3.1.1.3 4,090 12/18/2015
3.1.1.2 7,009 12/2/2015
3.1.1.1 27,513 10/7/2015
3.1.1 13,855 9/3/2015
3.1.0.1 5,774 8/27/2015
3.1.0 88,160 7/28/2015
3.0.0.3-preview 11,239 5/22/2015
3.0.0.2-preview 2,506 5/21/2015
3.0.0.1-preview 2,381 5/6/2015
3.0.0-preview 2,335 4/30/2015