Dynamicweb.Ecommerce 10.19.5-PreRelease

This is a prerelease version of Dynamicweb.Ecommerce.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Ecommerce --version 10.19.5-PreRelease
                    
NuGet\Install-Package Dynamicweb.Ecommerce -Version 10.19.5-PreRelease
                    
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="Dynamicweb.Ecommerce" Version="10.19.5-PreRelease" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Ecommerce" Version="10.19.5-PreRelease" />
                    
Directory.Packages.props
<PackageReference Include="Dynamicweb.Ecommerce" />
                    
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 Dynamicweb.Ecommerce --version 10.19.5-PreRelease
                    
#r "nuget: Dynamicweb.Ecommerce, 10.19.5-PreRelease"
                    
#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 Dynamicweb.Ecommerce@10.19.5-PreRelease
                    
#: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=Dynamicweb.Ecommerce&version=10.19.5-PreRelease&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Ecommerce&version=10.19.5-PreRelease&prerelease
                    
Install as a Cake Tool

Dynamicweb.Ecommerce

This package is the main Dynamicweb package for Dynamicweb Ecommerce and is one of several packages that is required for a full Dynamicweb installation.

This is the package that contains the APIs for products and commerce functionality.

Getting started

It is recommended to install a full solution by using our .NET project templates

Install Dynamicweb project templates

  1. Install the latest .NET SDK

  2. Open PowerShell or a terminal and install the latest version of the templates package:

    $ dotnet new install Dynamicweb.ProjectTemplates
    
  3. After this project templates have been installed, create a new project called 'myDynamicwebProject':

    $ dotnet new dw10-suite -n myDynamicwebProject
    
  4. Run the project

     $ cd myDynamicwebProject 
     $ dotnet run
    

Usage

This package contains a number of APIs for managing everything related to products and commerce. The main entrance is the services found in Dynamicweb.Ecommerce.Services namespace.

var product = Dynamicweb.Ecommerce.Services.Products.GetProductById("prod1", "variant1", true);
var productName = product.Name;
product.Meta.Title = $"Welcome to {productName}";
Dynamicweb.Ecommerce.Services.Products.Save(product);

Dynamicweb.Ecommerce also contains a lot of notifications and extensibility points to change the default behavior of the system.

About DynamicWeb 10

Dynamicweb is a Unified Commerce Suite with standard integration to Microsoft Dynamics ERP

DynamicWeb 10 is PIM, eCommerce, CMS, and Marketing in one powerful and flexible Commerce Suite built from the ground up on the latest .NET technology with a composable MACH (Microservices, API-first, Cloud, Headless) based architecture.

With DynamicWeb 10 you can create omnichannel B2B, B2C or D2C commerce experiences that will increase conversions and simplify back-office tasks across all your brands and stores - all from one single platform.

The open integration framework gives you an advanced starting point that includes standard templates for integrating eCommerce with ERP systems like MS Dynamics (Business Central, Finance & Operations, NAV, and AX).

Documentation

To learn all about the requirements, installation, setup, configuration and implementation of Dynamicweb solutions, please refer to our documentation portal.

Feedback

Got any feedback or questions? Please head over to our community forum

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (112)

Showing the top 5 NuGet packages that depend on Dynamicweb.Ecommerce:

Package Downloads
Dynamicweb.DataIntegration

Data Integration

Dynamicweb.Admin

Package Description

Dynamicweb.Controls

CMS Content Management System (WCMS) - Server controls.

Dynamicweb.DataIntegration.Providers.DynamicwebProvider

Dynamicweb Provider

Dynamicweb.DataIntegration.Providers.ExcelProvider

Excel Provider

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.20.2-PreRelease 435 10/14/2025
10.20.1-PreRelease 578 10/7/2025
10.20.0-PreRelease 690 9/30/2025
10.19.9 265 10/16/2025
10.19.8 540 10/14/2025
10.19.7 705 10/7/2025
10.19.6 906 9/30/2025
10.19.5-PreRelease 694 9/22/2025
10.19.4-PreRelease 661 9/16/2025
10.19.3-PreRelease 426 9/9/2025
10.19.2-PreRelease 454 9/4/2025
10.19.1-PreRelease 476 9/2/2025
10.19.0-PreRelease 504 8/26/2025
10.18.12 534 10/14/2025
10.18.11 690 10/7/2025
10.18.10 705 9/30/2025
10.18.9 875 9/22/2025
10.18.8 951 9/16/2025
10.18.7 615 9/9/2025
10.18.6 543 9/4/2025
10.18.5 679 9/2/2025
10.18.4 1,151 8/26/2025
10.18.3-PreRelease 432 8/19/2025
10.18.2-PreRelease 482 8/12/2025
10.18.1-PreRelease 529 8/7/2025
10.18.0-PreRelease 653 7/25/2025
10.17.13 510 10/14/2025
10.17.12 643 10/7/2025
10.17.11 832 9/30/2025
10.17.10 773 9/22/2025
10.17.9 801 9/16/2025
10.17.8 640 9/2/2025
10.17.7 611 8/26/2025
10.17.6 608 8/19/2025
10.17.5 693 8/12/2025
10.17.4 593 8/5/2025
10.17.3 992 7/22/2025
10.17.2 609 7/15/2025
10.17.1 669 7/8/2025
10.17.0 789 7/1/2025
10.16.12 885 9/22/2025
10.16.11 751 9/16/2025
10.16.10 492 9/9/2025
10.16.9 793 8/12/2025
10.16.8 643 8/5/2025
10.16.7 1,018 7/22/2025
10.16.6 765 7/1/2025
10.16.5 1,113 6/17/2025
10.16.4 860 6/12/2025
10.16.3 786 6/10/2025
10.16.2 645 6/4/2025
10.16.1 582 6/3/2025
10.16.0 975 5/27/2025
10.15.11 545 8/26/2025
10.15.10 610 8/5/2025
10.15.9 545 7/1/2025
10.15.8 337 6/24/2025
10.15.7 427 6/17/2025
10.15.6 519 6/3/2025
10.15.5 411 5/27/2025
10.15.4 546 5/20/2025
10.15.3 829 5/13/2025
10.15.2 554 5/13/2025
10.15.1 716 5/6/2025
10.15.0 590 4/29/2025
10.14.13 537 7/1/2025
10.14.12 347 6/24/2025
10.14.11 468 6/17/2025
10.14.10 622 5/20/2025
10.14.9 513 5/13/2025
10.14.8 537 5/13/2025
10.14.7 329 5/7/2025
10.14.6 302 5/6/2025
10.14.5 421 4/29/2025
10.14.4 636 4/22/2025
10.14.3 651 4/10/2025
10.14.2 616 4/8/2025
10.14.1 836 4/1/2025
10.14.0 1,248 3/25/2025
10.13.8 812 4/22/2025
10.13.7 436 4/10/2025
10.13.6 422 4/8/2025
10.13.5 428 4/1/2025
10.13.4 737 3/25/2025
10.13.3 1,067 3/18/2025
10.13.2 578 3/11/2025
10.13.1 1,023 3/4/2025
10.13.0 3,059 2/25/2025
10.12.7 922 3/11/2025
10.12.6 476 3/4/2025
10.12.5 370 2/25/2025
10.12.4 610 2/18/2025
10.12.3 451 2/12/2025
10.12.2 354 2/11/2025
10.12.1 615 2/4/2025
10.12.0 1,678 1/28/2025
10.11.8 787 2/25/2025
10.11.7 378 2/18/2025
10.11.6 394 2/12/2025
10.11.5 329 2/11/2025
10.11.4 353 2/4/2025
10.11.3 419 1/28/2025
10.11.2 904 1/21/2025
10.11.1 413 1/14/2025
10.11.0 694 1/7/2025
10.10.8 625 2/12/2025
10.10.7 319 2/11/2025
10.10.6 455 1/16/2025
10.10.5 301 1/14/2025
10.10.4 445 1/7/2025
10.10.3 766 12/17/2024
10.10.2 409 12/10/2024
10.10.1 472 12/3/2024
10.10.0 505 11/26/2024
10.9.9 593 1/14/2025
10.9.8 537 12/17/2024
10.9.7 347 12/10/2024
10.9.6 345 12/3/2024
10.9.5 334 11/27/2024
10.9.4 311 11/26/2024
10.9.3 571 11/19/2024
10.9.2 582 11/12/2024
10.9.1 442 11/5/2024
10.9.0 1,974 10/29/2024
10.8.14 357 1/14/2025
10.8.13 509 12/17/2024
10.8.12 404 12/10/2024
10.8.11 368 12/3/2024
10.8.10 680 11/26/2024
10.8.9 354 11/19/2024
10.8.8 365 11/12/2024
10.8.7 393 11/7/2024
10.8.6 370 11/5/2024
10.8.5 397 10/29/2024
10.8.4 434 10/22/2024
10.8.3 564 10/15/2024
10.8.2 447 10/8/2024
10.8.1 481 10/1/2024
10.8.0 4,623 9/24/2024
10.7.11 355 11/19/2024
10.7.10 359 11/19/2024
10.7.9 448 10/29/2024
10.7.8 332 10/22/2024
10.7.7 352 10/15/2024
10.7.6 384 10/8/2024
10.7.5 461 10/1/2024
10.7.4 364 9/24/2024
10.7.3 564 9/17/2024
10.7.2 445 9/10/2024
10.7.1 460 9/4/2024
10.7.0 1,597 8/27/2024
10.6.18 378 11/19/2024
10.6.17 343 11/19/2024
10.6.16 483 10/15/2024
10.6.15 373 10/8/2024
10.6.14 372 10/1/2024
10.6.13 418 9/24/2024
10.6.12 368 9/17/2024
10.6.11 372 9/3/2024
10.6.10 416 8/27/2024
10.6.9 1,074 8/20/2024
10.6.8 498 8/13/2024
10.6.7 358 8/6/2024
10.6.6 511 7/19/2024
10.6.5 361 7/16/2024
10.6.4 416 7/9/2024
10.6.3 597 7/2/2024
10.6.2 3,176 6/25/2024
10.5.14 499 10/1/2024
10.5.13 377 9/24/2024
10.5.12 369 8/21/2024
10.5.11 393 8/13/2024
10.5.10 302 8/6/2024
10.5.9 375 7/19/2024
10.5.8 396 7/16/2024
10.5.7 324 7/5/2024
10.5.6 369 7/1/2024
10.5.5 354 6/25/2024
10.5.4 445 6/18/2024
10.5.3 438 6/11/2024
10.5.2 437 6/4/2024
10.5.1 332 6/4/2024
10.5.0 780 5/28/2024
10.4.8 337 8/6/2024
10.4.7 335 6/25/2024
10.4.6 344 6/11/2024
10.4.5 356 6/4/2024
10.4.4 375 5/28/2024
10.4.3 411 5/21/2024
10.4.2 837 5/14/2024
10.4.1 597 5/7/2024
10.4.0 2,990 4/30/2024
10.3.10 325 8/6/2024
10.3.9 353 6/25/2024
10.3.8 475 5/21/2024
10.3.7 322 5/14/2024
10.3.6 422 5/7/2024
10.3.5 391 4/30/2024
10.3.4 474 4/23/2024
10.3.3 420 4/16/2024
10.3.2 465 4/11/2024
10.3.1 392 4/9/2024
10.3.0 634 4/2/2024
10.2.8 470 4/23/2024
10.2.7 391 4/16/2024
10.2.6 371 4/11/2024
10.2.5 370 4/9/2024
10.2.4 381 4/2/2024
10.2.3 423 3/26/2024
10.2.2 504 3/19/2024
10.2.1 560 3/12/2024
10.2.0 654 3/5/2024
10.1.12 397 4/11/2024
10.1.11 374 4/9/2024
10.1.10 416 4/2/2024
10.1.9 461 3/19/2024
10.1.8 460 3/13/2024
10.1.7 432 3/12/2024
10.1.6 472 3/5/2024
10.1.5 537 2/27/2024
10.1.4 579 2/20/2024
10.1.3 598 2/14/2024
10.1.2 587 2/7/2024
10.1.1 579 2/6/2024
10.1.0 634 1/30/2024
10.0.39 459 4/11/2024
10.0.38 471 4/2/2024
10.0.37 547 3/5/2024
10.0.36 541 2/27/2024
10.0.35 575 2/20/2024
10.0.34 897 2/14/2024
10.0.33 862 2/1/2024
10.0.32 670 1/24/2024
10.0.31 653 1/19/2024
10.0.30 677 1/18/2024
10.0.29 731 1/16/2024
10.0.28 950 1/16/2024
10.0.27 778 1/11/2024
10.0.26 879 12/19/2023
10.0.25 1,306 12/12/2023
10.0.24 1,148 12/5/2023
10.0.22 1,062 11/28/2023
10.0.21 2,872 11/23/2023
10.0.20 809 11/21/2023
10.0.19 739 11/14/2023
10.0.18 679 11/9/2023
10.0.17 796 11/2/2023
10.0.16 765 10/25/2023
10.0.15 815 10/19/2023
10.0.14 778 10/11/2023
10.0.13 927 9/27/2023
10.0.12 812 9/26/2023
10.0.11 825 9/22/2023
10.0.10 817 9/13/2023
10.0.9 2,793 8/30/2023
10.0.8 890 8/25/2023
10.0.7 1,165 8/22/2023
10.0.6 1,080 8/10/2023
10.0.5 1,252 8/2/2023
10.0.4 993 7/13/2023
10.0.3 1,280 7/5/2023
10.0.2 1,664 6/27/2023
10.0.1 1,006 6/20/2023
10.0.0 2,985 6/14/2023
1.20.1 123 10/15/2025
1.20.0 232 9/1/2025
1.19.5 202 8/21/2025
1.19.4 696 7/30/2025
1.19.3 664 6/18/2025
1.19.2 1,070 4/1/2025
1.19.1 971 2/19/2025
1.19.0 1,182 1/31/2025
1.18.5 240 4/1/2025
1.18.4 190 2/18/2025
1.18.3 347 1/31/2025
1.18.2 340 12/18/2024
1.18.1 794 11/26/2024
1.18.0 1,900 8/27/2024
1.17.17 1,120 11/22/2024
1.17.16 226 11/7/2024
1.17.15 279 10/18/2024
1.17.14 1,264 10/2/2024
1.17.13 1,847 9/19/2024
1.17.12 1,160 9/3/2024
1.17.11 420 8/26/2024
1.17.10 1,189 8/14/2024
1.17.9 313 7/18/2024
1.17.8 522 6/27/2024
1.17.7 1,533 6/4/2024
1.17.6 236 5/30/2024
1.17.5 1,608 5/13/2024
1.17.4 6,201 4/12/2024
1.17.3 481 3/25/2024
1.17.2 1,376 3/4/2024
1.17.1 1,176 2/14/2024
1.17.0 703 1/31/2024
1.16.13 520 4/11/2024
1.16.12 362 3/25/2024
1.16.11 420 3/4/2024
1.16.10 481 2/14/2024
1.16.9 508 1/29/2024
1.16.8 741 1/9/2024
1.16.7 1,345 12/13/2023
1.16.6 809 12/6/2023
1.16.5 1,645 11/29/2023
1.16.4 986 11/21/2023
1.16.3 769 11/7/2023
1.16.2 579 10/30/2023
1.16.1 1,619 10/10/2023
1.16.0 2,128 9/21/2023
1.15.34 403 1/31/2024
1.15.33 435 1/23/2024
1.15.32 866 12/13/2023
1.15.31 1,826 11/7/2023
1.15.30 699 10/17/2023
1.15.29 1,127 10/10/2023
1.15.28 3,114 9/13/2023
1.15.27 2,537 8/29/2023
1.15.26 8,574 8/15/2023
1.15.25 709 8/14/2023
1.15.24 1,741 8/2/2023
1.15.23 783 7/27/2023
1.15.22 767 7/26/2023
1.15.21 1,190 7/6/2023
1.15.20 2,113 6/29/2023
1.15.19 1,819 6/6/2023
1.15.18 1,105 5/28/2023
1.15.17 1,302 5/16/2023
1.15.16 2,585 5/11/2023
1.15.15 3,036 5/3/2023
1.15.14 1,353 4/18/2023
1.15.13 1,532 3/24/2023
1.15.12 1,761 3/21/2023
1.15.11 3,547 3/16/2023
1.15.10 931 3/15/2023
1.15.9 3,930 3/7/2023
1.15.8 988 3/2/2023
1.15.7 1,098 2/28/2023
1.15.6 1,048 2/22/2023
1.15.5 1,545 2/21/2023
1.15.4 1,056 2/15/2023
1.15.3 934 2/7/2023
1.15.2 1,141 2/6/2023
1.15.1 3,555 2/2/2023
1.15.0 1,348 1/26/2023
1.14.70 3,726 10/9/2023
1.14.69 743 8/14/2023
1.14.68 944 7/27/2023
1.14.67 1,629 6/23/2023
1.14.66 4,943 5/3/2023
1.14.65 2,056 4/24/2023
1.14.64 1,014 4/18/2023
1.14.63 990 3/24/2023
1.14.62 1,001 3/21/2023
1.14.61 1,006 3/16/2023
1.14.60 951 3/16/2023
1.14.59 1,489 3/7/2023
1.14.58 969 3/2/2023
1.14.57 1,759 2/21/2023
1.14.56 1,137 2/15/2023
1.14.55 1,062 2/14/2023
1.14.54 1,056 2/7/2023
1.14.53 1,083 2/2/2023
1.14.52 1,071 2/1/2023
1.14.51 1,455 1/26/2023
1.14.50 1,697 1/24/2023
1.14.49 5,184 1/18/2023
1.14.48 1,059 1/16/2023
1.14.47 2,074 1/10/2023
1.14.46 1,016 1/9/2023
1.14.45 1,926 1/9/2023
1.14.44 2,123 1/5/2023
1.14.43 1,017 1/5/2023
1.14.42 2,961 1/3/2023
1.14.41 3,417 12/15/2022
1.14.40 1,091 12/13/2022
1.14.39 1,898 12/8/2022
1.14.38 1,073 12/7/2022
1.14.37 1,028 12/5/2022
1.14.36 1,102 12/2/2022
1.14.35 1,047 12/1/2022
1.14.34 1,862 11/29/2022
1.14.33 1,113 11/28/2022
1.14.32 1,032 11/24/2022
1.14.31 1,126 11/23/2022
1.14.30 1,238 11/22/2022
1.14.29 1,426 11/22/2022
1.14.28 2,751 11/17/2022
1.14.27 2,006 11/16/2022
1.14.26 1,225 11/16/2022
1.14.25 2,193 11/15/2022
1.14.24 1,261 11/14/2022
1.14.23 1,126 11/11/2022
1.14.22 1,363 11/10/2022
1.14.21 1,150 11/10/2022
1.14.20 1,193 11/7/2022
1.14.19 1,960 11/7/2022
1.14.18 1,542 11/2/2022
1.14.17 3,683 11/1/2022
1.14.16 1,129 10/27/2022
1.14.15 1,261 10/24/2022
1.14.14 1,163 10/21/2022
1.14.13 2,293 10/13/2022
1.14.12 1,140 10/12/2022
1.14.11 1,810 10/12/2022
1.14.10 2,582 10/7/2022
1.14.9 1,507 10/4/2022
1.14.8 1,152 10/3/2022
1.14.7 1,574 9/29/2022
1.14.6 1,941 9/27/2022
1.14.5 1,243 9/21/2022
1.14.4 1,585 9/16/2022
1.14.3 1,190 9/15/2022
1.14.2 3,208 9/7/2022
1.14.1 3,314 8/30/2022
1.14.0 3,225 8/30/2022
1.13.83 1,089 1/24/2023
1.13.81 1,074 1/5/2023
1.13.80 1,097 11/23/2022
1.13.79 1,186 11/1/2022
1.13.78 1,138 10/13/2022
1.13.77 1,205 10/4/2022
1.13.76 1,371 9/27/2022
1.13.75 1,210 9/21/2022
1.13.74 3,259 9/20/2022
1.13.73 1,271 9/16/2022
1.13.72 2,542 8/31/2022
1.13.71 1,247 8/30/2022
1.13.70 1,210 8/25/2022
1.13.69 1,277 8/22/2022
1.13.68 1,162 8/22/2022
1.13.67 1,298 8/22/2022
1.13.66 1,262 8/22/2022
1.13.65 1,308 8/17/2022
1.13.64 4,271 8/11/2022
1.13.63 1,223 8/9/2022
1.13.62 1,320 8/8/2022
1.13.61 2,714 7/13/2022
1.13.60 1,351 7/11/2022
1.13.59 2,945 6/27/2022
1.13.58 1,436 6/24/2022
1.13.57 1,996 6/21/2022
1.13.56 1,346 6/19/2022
1.13.55 1,781 6/15/2022
1.13.54 6,158 6/8/2022
1.13.53 1,303 6/6/2022
1.13.52 6,225 6/2/2022
1.13.51 1,415 6/1/2022
1.13.50 2,148 5/23/2022
1.13.49 1,324 5/20/2022
1.13.48 1,269 5/18/2022
1.13.47 1,372 5/5/2022
1.13.46 3,151 5/2/2022
1.13.45 1,348 4/29/2022
1.13.44 1,354 4/28/2022
1.13.43 1,300 4/28/2022
1.13.42 1,377 4/27/2022
1.13.41 1,288 4/27/2022
1.13.40 1,303 4/26/2022
1.13.39 1,358 4/26/2022
1.13.38 1,397 4/26/2022
1.13.37 1,634 4/21/2022
1.13.36 1,825 4/13/2022
1.13.35 1,520 4/8/2022
1.13.34 1,319 4/7/2022
1.13.33 1,396 4/7/2022
1.13.32 1,391 4/7/2022
1.13.31 1,376 4/6/2022
1.13.30 1,325 4/4/2022
1.13.29 1,727 3/28/2022
1.13.28 1,352 3/28/2022
1.13.27 2,094 3/25/2022
1.13.24 1,346 3/21/2022
1.13.23 1,404 3/17/2022
1.13.22 1,641 3/16/2022
1.13.21 1,377 3/15/2022
1.13.20 1,446 3/11/2022
1.13.19 1,385 3/10/2022
1.13.18 1,430 3/10/2022
1.13.17 1,370 3/9/2022
1.13.16 1,426 3/9/2022
1.13.15 1,491 3/4/2022
1.13.14 2,798 3/2/2022
1.13.13 1,325 3/1/2022
1.13.12 1,477 2/28/2022
1.13.11 1,472 2/18/2022
1.13.10 1,422 2/18/2022
1.13.9 4,999 2/17/2022
1.13.8 1,353 2/16/2022
1.13.7 3,599 2/11/2022
1.13.6 1,490 2/7/2022
1.13.5 1,475 2/3/2022
1.13.4 1,442 2/2/2022
1.13.3 1,402 2/2/2022
1.13.2 1,449 2/1/2022
1.13.1 1,482 1/28/2022
1.13.0 4,038 1/25/2022
1.12.60 3,080 5/24/2022
1.12.59 1,258 5/23/2022
1.12.58 1,578 3/9/2022
1.12.57 1,398 3/3/2022
1.12.56 1,402 2/11/2022
1.12.55 1,689 2/8/2022
1.12.54 1,417 2/4/2022
1.12.53 1,366 1/31/2022
1.12.52 3,494 1/23/2022
1.12.51 1,468 1/20/2022
1.12.50 1,409 1/19/2022
1.12.49 1,746 1/17/2022
1.12.48 1,256 1/14/2022
1.12.47 1,407 1/13/2022
1.12.46 1,319 1/11/2022
1.12.45 1,175 1/6/2022
1.12.44 1,318 1/3/2022
1.12.43 1,236 12/23/2021
1.12.42 2,579 12/21/2021
1.12.41 1,193 12/21/2021
1.12.40 1,175 12/20/2021
1.12.39 1,155 12/20/2021
1.12.38 2,532 12/16/2021
1.12.37 1,179 12/16/2021
1.12.36 2,415 12/16/2021
1.12.35 5,252 12/15/2021
1.12.34 1,217 12/10/2021
1.12.33 1,997 12/7/2021
1.12.32 1,448 12/2/2021
1.12.31 1,029 12/2/2021
1.12.30 1,193 11/30/2021
1.12.29 1,353 11/29/2021
1.12.28 4,582 11/23/2021
1.12.27 1,178 11/22/2021
1.12.26 1,211 11/12/2021
1.12.25 1,137 11/11/2021
1.12.23 1,209 11/10/2021
1.12.22 1,173 11/10/2021
1.12.21 1,265 11/8/2021
1.12.20 2,145 10/29/2021
1.12.19 5,777 10/29/2021
1.12.18 1,290 10/26/2021
1.12.17 1,957 10/26/2021
1.12.16 1,360 10/25/2021
1.12.15 1,353 10/20/2021
1.12.14 1,229 10/18/2021
1.12.13 1,286 10/18/2021
1.12.12 1,210 10/15/2021
1.12.11 1,403 10/14/2021
1.12.10 2,031 10/7/2021
1.12.9 1,237 10/6/2021
1.12.8 1,378 10/5/2021
1.12.7 1,326 10/5/2021
1.12.6 1,355 10/4/2021
1.12.5 1,268 10/1/2021
1.12.4 1,276 9/30/2021
1.12.3 1,251 9/29/2021
1.12.2 1,899 9/23/2021
1.12.1 1,830 9/17/2021
1.12.0 3,709 8/31/2021
1.10.116 2,714 12/1/2021
1.10.115 2,618 11/11/2021
1.10.114 1,208 11/10/2021
1.10.113 1,194 11/5/2021
1.10.112 2,083 10/19/2021
1.10.111 1,209 10/15/2021
1.10.110 1,279 10/15/2021
1.10.109 1,223 10/12/2021
1.10.108 1,227 10/8/2021
1.10.107 1,297 10/7/2021
1.10.106 1,182 10/6/2021
1.10.105 1,269 10/5/2021
1.10.104 14,022 9/23/2021
1.10.103 1,676 9/21/2021
1.10.102 2,134 9/21/2021
1.10.101 1,280 9/15/2021
1.10.100 1,318 9/13/2021
1.10.99 2,158 9/9/2021
1.10.98 1,344 9/9/2021
1.10.97 1,496 9/6/2021
1.10.96 4,679 8/30/2021
1.10.95 3,079 8/27/2021
1.10.94 1,385 8/26/2021
1.10.93 1,433 8/24/2021
1.10.92 14,968 8/23/2021
1.10.91 1,520 8/20/2021
1.10.90 22,683 8/12/2021
1.10.89 3,812 8/12/2021
1.10.88 1,795 8/4/2021
1.10.87 7,086 7/15/2021
1.10.86 1,411 7/14/2021
1.10.85 1,362 7/12/2021
1.10.84 1,349 7/12/2021
1.10.83 10,738 7/8/2021
1.10.82 1,248 7/7/2021
1.10.81 1,241 7/6/2021
1.10.80 1,318 7/2/2021
1.10.79 1,209 7/2/2021
1.10.78 1,344 6/30/2021
1.10.77 1,268 6/29/2021
1.10.76 2,138 6/28/2021
1.10.75 2,661 6/25/2021
1.10.74 1,306 6/22/2021
1.10.73 1,347 6/18/2021
1.10.72 3,510 6/11/2021
1.10.71 2,075 6/7/2021
1.10.70 1,397 6/4/2021
1.10.69 1,297 6/4/2021
1.10.68 17,979 6/2/2021
1.10.67 3,200 6/1/2021
1.10.66 1,311 5/31/2021
1.10.65 1,371 5/27/2021
1.10.64 1,265 5/26/2021
1.10.63 2,609 5/24/2021
1.10.62 2,461 5/18/2021
1.10.61 1,339 5/18/2021
1.10.60 1,306 5/17/2021
1.10.59 3,047 5/12/2021
1.10.58 1,386 5/11/2021
1.10.57 1,414 5/7/2021
1.10.56 2,894 5/4/2021
1.10.55 1,316 5/3/2021
1.10.54 1,347 5/3/2021
1.10.53 24,504 4/27/2021
1.10.52 1,279 4/27/2021
1.10.51 9,195 4/26/2021
1.10.50 7,791 4/23/2021
1.10.49 5,133 4/22/2021
1.10.48 1,290 4/21/2021
1.10.47 1,378 4/21/2021
1.10.46 1,376 4/21/2021
1.10.45 1,289 4/20/2021
1.10.44 1,317 4/19/2021
1.10.43 1,259 4/19/2021
1.10.42 1,340 4/15/2021
1.10.41 1,268 4/14/2021
1.10.40 1,773 4/14/2021
1.10.39 3,650 4/13/2021
1.10.38 1,201 4/12/2021
1.10.37 1,300 4/12/2021
1.10.36 1,350 4/12/2021
1.10.35 1,303 4/9/2021
1.10.34 1,222 4/9/2021
1.10.33 1,214 4/8/2021
1.10.32 1,317 4/8/2021
1.10.31 1,263 4/7/2021
1.10.30 1,234 4/7/2021
1.10.29 1,283 3/31/2021
1.10.28 1,729 3/30/2021
1.10.27 3,271 3/24/2021
1.10.26 1,251 3/24/2021
1.10.25 1,354 3/23/2021
1.10.24 1,357 3/23/2021
1.10.23 1,471 3/18/2021
1.10.22 2,808 3/17/2021
1.10.21 2,619 3/11/2021
1.10.20 1,380 3/11/2021
1.10.19 1,332 3/10/2021
1.10.18 2,072 3/9/2021
1.10.17 1,297 3/9/2021
1.10.16 1,396 3/8/2021
1.10.15 16,055 3/4/2021
1.10.14 1,755 2/25/2021
1.10.13 3,337 2/19/2021
1.10.12 2,726 2/18/2021
1.10.11 1,403 2/16/2021
1.10.10 1,256 2/15/2021
1.10.9 1,452 2/10/2021
1.10.8 1,720 2/8/2021
1.10.7 1,336 2/4/2021
1.10.6 3,519 2/2/2021
1.10.5 1,327 2/1/2021
1.10.4 1,382 1/29/2021
1.10.3 2,891 1/28/2021
1.10.2 6,818 1/26/2021
1.10.1 12,471 1/26/2021
1.9.64 1,314 3/17/2021
1.9.63 1,856 2/25/2021
1.9.62 1,328 2/22/2021
1.9.61 2,303 2/4/2021
1.9.60 1,300 2/1/2021
1.9.59 4,083 1/19/2021
1.9.58 1,347 1/15/2021
1.9.57 1,545 1/14/2021
1.9.56 1,429 1/11/2021
1.9.55 1,644 12/24/2020
1.9.54 1,612 12/18/2020
1.9.53 4,392 12/16/2020
1.9.52 1,348 12/15/2020
1.9.51 1,397 12/11/2020
1.9.50 1,410 12/10/2020
1.9.49 1,503 12/10/2020
1.9.48 1,433 12/9/2020
1.9.47 1,349 12/8/2020
1.9.46 1,416 12/4/2020
1.9.45 1,385 12/3/2020
1.9.44 1,466 12/1/2020
1.9.43 1,407 11/30/2020
1.9.42 1,324 11/27/2020
1.9.41 1,465 11/26/2020
1.9.40 1,262 11/26/2020
1.9.39 3,874 11/25/2020
1.9.38 1,352 11/23/2020
1.9.37 1,348 11/20/2020
1.9.36 1,658 11/17/2020
1.9.35 1,452 11/16/2020
1.9.34 1,625 11/10/2020
1.9.33 1,446 11/9/2020
1.9.32 5,897 11/3/2020
1.9.31 1,458 11/3/2020
1.9.30 1,428 10/30/2020
1.9.29 1,378 10/28/2020
1.9.28 4,190 10/21/2020
1.9.27 1,418 10/20/2020
1.9.26 1,522 10/18/2020
1.9.25 4,377 10/15/2020
1.9.24 1,563 10/14/2020
1.9.23 1,417 10/13/2020
1.9.22 1,434 10/13/2020
1.9.21 1,490 10/9/2020
1.9.20 2,472 10/2/2020
1.9.19 2,349 9/29/2020
1.9.18 2,953 9/29/2020
1.9.17 1,477 9/22/2020
1.9.16 1,453 9/17/2020
1.9.15 1,607 9/16/2020
1.9.14 2,637 9/15/2020
1.9.13 1,394 9/15/2020
1.9.12 1,465 9/15/2020
1.9.11 1,451 9/15/2020
1.9.10 1,771 9/11/2020
1.9.9 1,520 9/9/2020
1.9.8 1,346 9/9/2020
1.9.7 1,399 9/8/2020
1.9.6 1,775 9/4/2020
1.9.5 1,453 9/2/2020
1.9.4 1,408 9/1/2020
1.9.3 1,464 8/31/2020
1.9.2 3,310 8/27/2020
1.9.1 1,444 8/26/2020
1.9.0 2,779 8/25/2020
1.8.105 1,908 4/15/2021
1.8.104 1,579 10/20/2020
1.8.103 2,562 9/14/2020
1.8.102 1,561 9/8/2020
1.8.101 1,519 9/2/2020
1.8.100 1,468 9/1/2020
1.8.99 3,345 8/21/2020
1.8.98 1,450 8/18/2020
1.8.97 1,594 8/14/2020
1.8.96 1,570 8/13/2020
1.8.95 1,521 8/12/2020
1.8.94 2,497 8/11/2020
1.8.93 1,895 8/3/2020
1.8.92 1,588 7/30/2020
1.8.91 1,623 7/13/2020
1.8.90 1,524 7/7/2020
1.8.89 1,620 7/7/2020
1.8.88 1,455 7/6/2020
1.8.87 1,462 7/2/2020
1.8.86 3,657 6/30/2020
1.8.85 1,540 6/30/2020
1.8.84 1,481 6/30/2020
1.8.83 1,520 6/29/2020
1.8.82 1,505 6/25/2020
1.8.81 1,640 6/25/2020
1.8.80 1,567 6/22/2020
1.8.79 1,504 6/18/2020
1.8.78 4,703 6/18/2020
1.8.77 1,499 6/17/2020
1.8.76 2,586 6/16/2020
1.8.75 1,482 6/15/2020
1.8.74 3,064 6/9/2020
1.8.73 1,573 6/8/2020
1.8.72 1,458 6/8/2020
1.8.71 1,505 6/5/2020
1.8.70 1,643 6/4/2020
1.8.69 1,609 6/1/2020
1.8.68 1,627 5/29/2020
1.8.67 1,550 5/28/2020
1.8.66 1,534 5/28/2020
1.8.65 1,528 5/27/2020
1.8.64 2,556 5/26/2020
1.8.63 4,948 5/20/2020
1.8.62 1,495 5/20/2020
1.8.61 1,517 5/20/2020
1.8.60 1,660 5/18/2020
1.8.59 1,578 5/15/2020
1.8.58 1,560 5/15/2020
1.8.57 1,535 5/15/2020
1.8.56 1,511 5/14/2020
1.8.55 5,526 5/12/2020
1.8.54 1,637 5/8/2020
1.8.53 2,443 5/6/2020
1.8.52 1,709 5/5/2020
1.8.51 1,598 5/4/2020
1.8.50 1,616 4/30/2020
1.8.49 1,558 4/29/2020
1.8.48 1,586 4/27/2020
1.8.47 3,787 4/24/2020
1.8.46 1,604 4/24/2020
1.8.45 1,545 4/24/2020
1.8.44 1,571 4/22/2020
1.8.43 2,741 4/21/2020
1.8.42 1,537 4/17/2020
1.8.41 1,639 4/16/2020
1.8.40 1,714 4/9/2020
1.8.39 1,486 4/8/2020
1.8.38 2,606 4/5/2020
1.8.37 1,650 4/3/2020
1.8.36 1,648 4/3/2020
1.8.35 1,597 4/2/2020
1.8.34 1,655 4/2/2020
1.8.33 1,714 3/31/2020
1.8.32 1,602 3/27/2020
1.8.31 1,625 3/26/2020
1.8.30 1,579 3/26/2020
1.8.29 1,419 3/25/2020
1.8.28 1,640 3/24/2020
1.8.27 1,592 3/20/2020
1.8.26 1,591 3/19/2020
1.8.25 1,663 3/18/2020
1.8.24 2,582 3/18/2020
1.8.23 1,579 3/18/2020
1.8.22 1,479 3/18/2020
1.8.21 1,634 3/18/2020
1.8.20 1,695 3/17/2020
1.8.19 1,695 3/17/2020
1.8.18 1,600 3/17/2020
1.8.17 3,870 3/17/2020
1.8.16 1,633 3/15/2020
1.8.15 3,883 3/12/2020
1.8.14 1,578 3/11/2020
1.8.13 4,915 3/5/2020
1.8.12 1,807 3/3/2020
1.8.11 1,609 3/2/2020
1.8.10 7,682 2/24/2020
1.8.9 1,754 2/20/2020
1.8.8 1,859 2/18/2020
1.8.7 1,644 2/18/2020
1.8.6 1,524 2/17/2020
1.8.5 1,580 2/14/2020
1.8.4 1,872 2/12/2020
1.8.3 1,852 2/7/2020
1.8.2 1,664 2/3/2020
1.8.1 7,002 1/28/2020
1.7.53 1,674 5/15/2020
1.7.52 1,594 3/31/2020
1.7.51 2,085 3/27/2020
1.7.50 1,588 3/26/2020
1.7.49 2,243 3/18/2020
1.7.48 1,577 2/25/2020
1.7.47 2,614 2/4/2020
1.7.46 1,584 2/4/2020
1.7.45 1,631 1/16/2020
1.7.44 1,687 1/13/2020
1.7.43 1,622 1/9/2020
1.7.42 6,018 12/27/2019
1.7.41 3,596 12/16/2019
1.7.40 1,513 12/13/2019
1.7.39 1,507 12/13/2019
1.7.38 1,619 12/13/2019
1.7.37 1,662 12/11/2019
1.7.36 1,607 12/4/2019
1.7.35 1,505 12/4/2019
1.7.34 1,550 12/3/2019
1.7.33 1,667 12/2/2019
1.7.32 7,063 11/27/2019
1.7.31 7,991 11/26/2019
1.7.30 2,330 11/25/2019
1.7.29 1,574 11/22/2019
1.7.28 1,698 11/8/2019
1.7.27 2,252 11/5/2019
1.7.26 1,638 10/31/2019
1.7.25 2,525 10/29/2019
1.7.24 1,601 10/29/2019
1.7.23 1,590 10/25/2019
1.7.22 1,610 10/24/2019
1.7.21 1,673 10/24/2019
1.7.20 6,460 10/16/2019
1.7.19 1,557 10/15/2019
1.7.18 1,606 10/15/2019
1.7.17 1,696 10/8/2019
1.7.16 1,618 10/4/2019
1.7.15 5,073 10/2/2019
1.7.14 1,941 9/27/2019
1.7.13 1,549 9/26/2019
1.7.12 1,599 9/25/2019
1.7.11 1,650 9/24/2019
1.7.10 1,641 9/24/2019
1.7.9 1,666 9/24/2019
1.7.8 11,888 9/12/2019
1.7.7 1,632 9/12/2019
1.7.6 2,636 9/10/2019
1.7.5 1,691 9/5/2019
1.7.4 1,583 9/4/2019
1.7.3 1,592 9/3/2019
1.7.2 1,663 9/2/2019
1.7.1 1,685 8/29/2019
1.7.0 2,737 8/27/2019
1.6.69 1,569 5/15/2020
1.6.68 5,859 10/2/2019
1.6.67 2,698 9/27/2019
1.6.66 1,631 9/26/2019
1.6.65 2,735 9/5/2019
1.6.64 1,566 9/2/2019
1.6.63 3,642 8/23/2019
1.6.62 1,542 8/21/2019
1.6.61 1,680 8/21/2019
1.6.60 1,626 8/15/2019
1.6.57 1,562 8/8/2019
1.6.56 1,558 8/8/2019
1.6.55 2,918 8/5/2019
1.6.52 3,378 7/8/2019
1.6.48 1,656 6/18/2019
1.6.47 2,463 6/13/2019
1.6.46 1,690 6/12/2019
1.6.45 1,689 6/12/2019
1.6.44 1,592 6/12/2019
1.6.43 1,604 5/29/2019
1.6.42 2,484 5/28/2019
1.6.41 1,582 5/28/2019
1.6.40 1,639 5/28/2019
1.6.39 1,586 5/28/2019
1.6.38 2,493 5/21/2019
1.6.37 6,377 5/21/2019
1.6.36 1,644 5/16/2019
1.6.35 4,727 5/16/2019
1.6.34 1,651 5/16/2019
1.6.33 1,566 5/16/2019
1.6.32 1,700 5/7/2019
1.6.31 1,656 5/7/2019
1.6.30 1,669 5/7/2019
1.6.29 1,598 5/7/2019
1.6.28 2,545 5/1/2019
1.6.27 1,733 5/1/2019
1.6.26 1,665 4/25/2019
1.6.25 2,287 4/17/2019
1.6.24 1,592 4/17/2019
1.6.23 4,648 4/15/2019
1.6.22 2,546 4/9/2019
1.6.20 1,678 4/1/2019
1.6.19 1,709 3/29/2019
1.6.18 2,765 3/25/2019
1.6.17 1,713 3/21/2019
1.6.16 2,554 3/15/2019
1.6.15 1,617 3/15/2019
1.6.14 1,609 3/15/2019
1.6.13 1,653 3/15/2019
1.6.12 1,620 3/15/2019
1.6.11 1,696 3/15/2019
1.6.10 2,618 3/15/2019
1.6.9 1,622 3/15/2019
1.6.8 1,548 3/15/2019
1.6.7 7,828 3/15/2019
1.6.6 2,466 3/15/2019
1.6.5 1,875 3/15/2019
1.6.4 1,651 3/15/2019
1.6.3 1,627 3/15/2019
1.6.2 1,686 3/15/2019
1.6.1 2,852 3/15/2019
1.6.0 8,352 3/15/2019
1.5.41 2,330 3/15/2019
1.5.40 1,668 3/15/2019
1.5.39 2,549 3/15/2019
1.5.38 1,645 3/15/2019
1.5.37 1,576 3/15/2019
1.5.36 1,645 3/15/2019
1.5.35 1,941 3/15/2019
1.5.34 4,790 3/15/2019
1.5.33 1,609 3/15/2019
1.5.32 2,401 3/15/2019
1.5.31 1,623 3/15/2019
1.5.30 1,662 3/15/2019
1.5.29 1,594 3/15/2019
1.5.28 4,405 3/15/2019
1.5.27 1,653 3/15/2019
1.5.26 4,451 3/15/2019
1.5.25 1,601 3/15/2019
1.5.24 1,622 3/15/2019
1.5.23 2,535 3/15/2019
1.5.22 1,606 3/15/2019
1.5.21 3,732 3/15/2019
1.5.20 1,594 3/15/2019
1.5.19 2,498 3/15/2019
1.5.18 1,650 3/15/2019
1.5.17 1,597 3/15/2019
1.5.16 2,349 3/15/2019
1.5.15 1,657 3/15/2019
1.5.14 1,577 3/15/2019
1.5.13 1,746 3/15/2019
1.5.11 1,570 3/15/2019
1.5.10 1,897 3/15/2019
1.5.9 2,806 3/15/2019
1.5.8 2,246 3/15/2019
1.5.7 1,677 3/15/2019
1.5.6 1,628 3/15/2019
1.5.5 5,100 3/15/2019
1.5.4 1,670 3/15/2019
1.5.3 1,570 3/15/2019
1.5.2 1,590 3/15/2019
1.5.1 7,466 3/15/2019
1.5.0 6,121 3/15/2019
1.4.84 23,719 3/15/2019
1.4.83 6,867 3/15/2019
1.4.82 6,336 3/15/2019
1.4.81 1,682 3/15/2019
1.4.80 7,145 3/15/2019
1.4.79 1,637 3/15/2019
1.4.78 1,557 3/15/2019
1.4.77 2,487 3/15/2019
1.4.76 1,591 3/15/2019
1.4.75 1,521 3/15/2019
1.4.74 2,293 3/15/2019
1.4.73 1,560 3/15/2019
1.4.72 1,571 3/15/2019
1.4.71 1,578 3/15/2019
1.4.70 1,555 3/15/2019
1.4.69 2,301 3/15/2019
1.4.68 1,602 3/15/2019
1.4.67 1,547 3/15/2019
1.4.66 2,314 3/15/2019
1.4.65 1,591 3/15/2019
1.4.64 1,582 3/15/2019
1.4.63 4,016 3/15/2019
1.4.59 4,588 3/15/2019
1.4.57 9,699 3/15/2019
1.4.22 11,071 3/15/2019
1.3.14 12,904 3/15/2019
1.2.10 5,805 3/15/2019
1.1.2 8,862 3/15/2019
1.0.0 109,416 3/15/2019