AWSSDK.DynamoDBv2 4.0.6.2

Prefix Reserved
dotnet add package AWSSDK.DynamoDBv2 --version 4.0.6.2
                    
NuGet\Install-Package AWSSDK.DynamoDBv2 -Version 4.0.6.2
                    
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="4.0.6.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.DynamoDBv2" Version="4.0.6.2" />
                    
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 4.0.6.2
                    
#r "nuget: AWSSDK.DynamoDBv2, 4.0.6.2"
                    
#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.
#:package AWSSDK.DynamoDBv2@4.0.6.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AWSSDK.DynamoDBv2&version=4.0.6.2
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.DynamoDBv2&version=4.0.6.2
                    
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 net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  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 (316)

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

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