AWSSDK.DynamoDBv2 4.0.8

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.DynamoDBv2 --version 4.0.8
                    
NuGet\Install-Package AWSSDK.DynamoDBv2 -Version 4.0.8
                    
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.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.DynamoDBv2" Version="4.0.8" />
                    
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.8
                    
#r "nuget: AWSSDK.DynamoDBv2, 4.0.8"
                    
#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.8
                    
#: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.8
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.DynamoDBv2&version=4.0.8
                    
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 (321)

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