AWSSDK.DynamoDBv2 4.0.6.3

Prefix Reserved
dotnet add package AWSSDK.DynamoDBv2 --version 4.0.6.3
                    
NuGet\Install-Package AWSSDK.DynamoDBv2 -Version 4.0.6.3
                    
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.3" />
                    
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.3" />
                    
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.3
                    
#r "nuget: AWSSDK.DynamoDBv2, 4.0.6.3"
                    
#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.3
                    
#: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.3
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.DynamoDBv2&version=4.0.6.3
                    
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 (317)

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