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

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