AWSSDK.DynamoDBv2 4.0.6

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