AWSSDK.DynamoDBv2 4.0.6.1

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

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