AWSSDK.DynamoDBv2 4.0.9.3

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

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