AWSSDK.DynamoDBv2 3.7.406.24

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