Dynamicweb.Ecommerce 10.17.13

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Ecommerce --version 10.17.13
                    
NuGet\Install-Package Dynamicweb.Ecommerce -Version 10.17.13
                    
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.17.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Ecommerce" Version="10.17.13" />
                    
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.17.13
                    
#r "nuget: Dynamicweb.Ecommerce, 10.17.13"
                    
#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.17.13
                    
#: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.17.13
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Ecommerce&version=10.17.13
                    
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 479 10/14/2025
10.20.1-PreRelease 578 10/7/2025
10.20.0-PreRelease 690 9/30/2025
10.19.9 317 10/16/2025
10.19.8 575 10/14/2025
10.19.7 709 10/7/2025
10.19.6 908 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 570 10/14/2025
10.18.11 692 10/7/2025
10.18.10 705 9/30/2025
10.18.9 875 9/22/2025
10.18.8 959 9/16/2025
10.18.7 619 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 600 10/14/2025
10.17.12 645 10/7/2025
10.17.11 834 9/30/2025
10.17.10 773 9/22/2025
10.17.9 801 9/16/2025
10.17.8 642 9/2/2025
10.17.7 611 8/26/2025
10.17.6 610 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 610 7/15/2025
10.17.1 670 7/8/2025
10.17.0 789 7/1/2025
10.16.12 887 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 547 8/26/2025
10.15.10 611 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 830 5/13/2025
10.15.2 554 5/13/2025
10.15.1 718 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 514 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,249 3/25/2025
10.13.8 814 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,070 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 372 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,679 1/28/2025
10.11.8 787 2/25/2025
10.11.7 378 2/18/2025
10.11.6 395 2/12/2025
10.11.5 330 2/11/2025
10.11.4 353 2/4/2025
10.11.3 420 1/28/2025
10.11.2 906 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 320 2/11/2025
10.10.6 455 1/16/2025
10.10.5 302 1/14/2025
10.10.4 445 1/7/2025
10.10.3 766 12/17/2024
10.10.2 410 12/10/2024
10.10.1 473 12/3/2024
10.10.0 506 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 572 11/19/2024
10.9.2 582 11/12/2024
10.9.1 442 11/5/2024
10.9.0 1,975 10/29/2024
10.8.14 358 1/14/2025
10.8.13 509 12/17/2024
10.8.12 405 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,627 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 463 10/1/2024
10.7.4 364 9/24/2024
10.7.3 566 9/17/2024
10.7.2 445 9/10/2024
10.7.1 461 9/4/2024
10.7.0 1,599 8/27/2024
10.6.18 378 11/19/2024
10.6.17 343 11/19/2024
10.6.16 484 10/15/2024
10.6.15 373 10/8/2024
10.6.14 373 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,076 8/20/2024
10.6.8 499 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 599 7/2/2024
10.6.2 3,178 6/25/2024
10.5.14 500 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 439 6/11/2024
10.5.2 439 6/4/2024
10.5.1 332 6/4/2024
10.5.0 780 5/28/2024
10.4.8 338 8/6/2024
10.4.7 335 6/25/2024
10.4.6 344 6/11/2024
10.4.5 357 6/4/2024
10.4.4 375 5/28/2024
10.4.3 411 5/21/2024
10.4.2 838 5/14/2024
10.4.1 597 5/7/2024
10.4.0 3,008 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 476 4/23/2024
10.3.3 420 4/16/2024
10.3.2 466 4/11/2024
10.3.1 393 4/9/2024
10.3.0 634 4/2/2024
10.2.8 470 4/23/2024
10.2.7 392 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 655 3/5/2024
10.1.12 397 4/11/2024
10.1.11 374 4/9/2024
10.1.10 417 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 588 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 548 3/5/2024
10.0.36 541 2/27/2024
10.0.35 576 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 654 1/19/2024
10.0.30 677 1/18/2024
10.0.29 732 1/16/2024
10.0.28 951 1/16/2024
10.0.27 778 1/11/2024
10.0.26 879 12/19/2023
10.0.25 1,307 12/12/2023
10.0.24 1,149 12/5/2023
10.0.22 1,063 11/28/2023
10.0.21 2,873 11/23/2023
10.0.20 810 11/21/2023
10.0.19 741 11/14/2023
10.0.18 680 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 818 9/13/2023
10.0.9 2,794 8/30/2023
10.0.8 890 8/25/2023
10.0.7 1,166 8/22/2023
10.0.6 1,080 8/10/2023
10.0.5 1,252 8/2/2023
10.0.4 994 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 124 10/15/2025
1.20.0 235 9/1/2025
1.19.5 202 8/21/2025
1.19.4 728 7/30/2025
1.19.3 666 6/18/2025
1.19.2 1,081 4/1/2025
1.19.1 974 2/19/2025
1.19.0 1,187 1/31/2025
1.18.5 241 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,121 11/22/2024
1.17.16 227 11/7/2024
1.17.15 280 10/18/2024
1.17.14 1,266 10/2/2024
1.17.13 1,852 9/19/2024
1.17.12 1,161 9/3/2024
1.17.11 420 8/26/2024
1.17.10 1,189 8/14/2024
1.17.9 314 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,217 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 704 1/31/2024
1.16.13 520 4/11/2024
1.16.12 362 3/25/2024
1.16.11 423 3/4/2024
1.16.10 481 2/14/2024
1.16.9 509 1/29/2024
1.16.8 742 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,620 10/10/2023
1.16.0 2,128 9/21/2023
1.15.34 403 1/31/2024
1.15.33 436 1/23/2024
1.15.32 868 12/13/2023
1.15.31 1,828 11/7/2023
1.15.30 699 10/17/2023
1.15.29 1,128 10/10/2023
1.15.28 3,119 9/13/2023
1.15.27 2,537 8/29/2023
1.15.26 8,577 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,821 6/6/2023
1.15.18 1,105 5/28/2023
1.15.17 1,318 5/16/2023
1.15.16 2,586 5/11/2023
1.15.15 3,037 5/3/2023
1.15.14 1,353 4/18/2023
1.15.13 1,533 3/24/2023
1.15.12 1,761 3/21/2023
1.15.11 3,547 3/16/2023
1.15.10 932 3/15/2023
1.15.9 3,930 3/7/2023
1.15.8 988 3/2/2023
1.15.7 1,099 2/28/2023
1.15.6 1,048 2/22/2023
1.15.5 1,545 2/21/2023
1.15.4 1,057 2/15/2023
1.15.3 935 2/7/2023
1.15.2 1,141 2/6/2023
1.15.1 3,556 2/2/2023
1.15.0 1,350 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,630 6/23/2023
1.14.66 4,944 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 952 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,063 2/14/2023
1.14.54 1,057 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,698 1/24/2023
1.14.49 5,184 1/18/2023
1.14.48 1,059 1/16/2023
1.14.47 2,076 1/10/2023
1.14.46 1,017 1/9/2023
1.14.45 1,926 1/9/2023
1.14.44 2,125 1/5/2023
1.14.43 1,017 1/5/2023
1.14.42 2,962 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,029 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,128 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,194 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,194 11/7/2022
1.14.19 1,961 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,295 10/13/2022
1.14.12 1,141 10/12/2022
1.14.11 1,810 10/12/2022
1.14.10 2,584 10/7/2022
1.14.9 1,508 10/4/2022
1.14.8 1,153 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,587 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,090 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,139 10/13/2022
1.13.77 1,205 10/4/2022
1.13.76 1,371 9/27/2022
1.13.75 1,211 9/21/2022
1.13.74 3,259 9/20/2022
1.13.73 1,271 9/16/2022
1.13.72 2,543 8/31/2022
1.13.71 1,248 8/30/2022
1.13.70 1,210 8/25/2022
1.13.69 1,277 8/22/2022
1.13.68 1,163 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,322 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,347 6/19/2022
1.13.55 1,781 6/15/2022
1.13.54 6,161 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,325 5/20/2022
1.13.48 1,270 5/18/2022
1.13.47 1,373 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,301 4/28/2022
1.13.42 1,377 4/27/2022
1.13.41 1,289 4/27/2022
1.13.40 1,304 4/26/2022
1.13.39 1,359 4/26/2022
1.13.38 1,397 4/26/2022
1.13.37 1,635 4/21/2022
1.13.36 1,825 4/13/2022
1.13.35 1,520 4/8/2022
1.13.34 1,321 4/7/2022
1.13.33 1,396 4/7/2022
1.13.32 1,392 4/7/2022
1.13.31 1,376 4/6/2022
1.13.30 1,326 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,447 3/11/2022
1.13.19 1,385 3/10/2022
1.13.18 1,432 3/10/2022
1.13.17 1,372 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,328 3/1/2022
1.13.12 1,479 2/28/2022
1.13.11 1,473 2/18/2022
1.13.10 1,423 2/18/2022
1.13.9 5,000 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,444 2/2/2022
1.13.3 1,402 2/2/2022
1.13.2 1,451 2/1/2022
1.13.1 1,482 1/28/2022
1.13.0 4,040 1/25/2022
1.12.60 3,080 5/24/2022
1.12.59 1,258 5/23/2022
1.12.58 1,579 3/9/2022
1.12.57 1,398 3/3/2022
1.12.56 1,403 2/11/2022
1.12.55 1,690 2/8/2022
1.12.54 1,418 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,747 1/17/2022
1.12.48 1,256 1/14/2022
1.12.47 1,408 1/13/2022
1.12.46 1,320 1/11/2022
1.12.45 1,175 1/6/2022
1.12.44 1,319 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,180 12/16/2021
1.12.36 2,417 12/16/2021
1.12.35 5,252 12/15/2021
1.12.34 1,217 12/10/2021
1.12.33 1,998 12/7/2021
1.12.32 1,449 12/2/2021
1.12.31 1,030 12/2/2021
1.12.30 1,195 11/30/2021
1.12.29 1,353 11/29/2021
1.12.28 4,584 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,778 10/29/2021
1.12.18 1,290 10/26/2021
1.12.17 1,958 10/26/2021
1.12.16 1,362 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,211 10/15/2021
1.12.11 1,403 10/14/2021
1.12.10 2,032 10/7/2021
1.12.9 1,241 10/6/2021
1.12.8 1,378 10/5/2021
1.12.7 1,328 10/5/2021
1.12.6 1,356 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,900 9/23/2021
1.12.1 1,831 9/17/2021
1.12.0 3,709 8/31/2021
1.10.116 2,716 12/1/2021
1.10.115 2,618 11/11/2021
1.10.114 1,209 11/10/2021
1.10.113 1,195 11/5/2021
1.10.112 2,083 10/19/2021
1.10.111 1,209 10/15/2021
1.10.110 1,281 10/15/2021
1.10.109 1,224 10/12/2021
1.10.108 1,227 10/8/2021
1.10.107 1,298 10/7/2021
1.10.106 1,184 10/6/2021
1.10.105 1,271 10/5/2021
1.10.104 14,024 9/23/2021
1.10.103 1,676 9/21/2021
1.10.102 2,135 9/21/2021
1.10.101 1,280 9/15/2021
1.10.100 1,318 9/13/2021
1.10.99 2,159 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,386 8/26/2021
1.10.93 1,433 8/24/2021
1.10.92 14,969 8/23/2021
1.10.91 1,521 8/20/2021
1.10.90 22,686 8/12/2021
1.10.89 3,813 8/12/2021
1.10.88 1,795 8/4/2021
1.10.87 7,087 7/15/2021
1.10.86 1,412 7/14/2021
1.10.85 1,364 7/12/2021
1.10.84 1,349 7/12/2021
1.10.83 10,739 7/8/2021
1.10.82 1,249 7/7/2021
1.10.81 1,242 7/6/2021
1.10.80 1,318 7/2/2021
1.10.79 1,211 7/2/2021
1.10.78 1,344 6/30/2021
1.10.77 1,268 6/29/2021
1.10.76 2,139 6/28/2021
1.10.75 2,661 6/25/2021
1.10.74 1,307 6/22/2021
1.10.73 1,350 6/18/2021
1.10.72 3,510 6/11/2021
1.10.71 2,075 6/7/2021
1.10.70 1,398 6/4/2021
1.10.69 1,298 6/4/2021
1.10.68 17,979 6/2/2021
1.10.67 3,202 6/1/2021
1.10.66 1,316 5/31/2021
1.10.65 1,372 5/27/2021
1.10.64 1,267 5/26/2021
1.10.63 2,609 5/24/2021
1.10.62 2,464 5/18/2021
1.10.61 1,340 5/18/2021
1.10.60 1,306 5/17/2021
1.10.59 3,048 5/12/2021
1.10.58 1,387 5/11/2021
1.10.57 1,414 5/7/2021
1.10.56 2,894 5/4/2021
1.10.55 1,317 5/3/2021
1.10.54 1,348 5/3/2021
1.10.53 24,505 4/27/2021
1.10.52 1,279 4/27/2021
1.10.51 9,196 4/26/2021
1.10.50 7,793 4/23/2021
1.10.49 5,133 4/22/2021
1.10.48 1,290 4/21/2021
1.10.47 1,379 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,342 4/15/2021
1.10.41 1,269 4/14/2021
1.10.40 1,774 4/14/2021
1.10.39 3,651 4/13/2021
1.10.38 1,201 4/12/2021
1.10.37 1,301 4/12/2021
1.10.36 1,350 4/12/2021
1.10.35 1,306 4/9/2021
1.10.34 1,222 4/9/2021
1.10.33 1,215 4/8/2021
1.10.32 1,317 4/8/2021
1.10.31 1,264 4/7/2021
1.10.30 1,234 4/7/2021
1.10.29 1,284 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,809 3/17/2021
1.10.21 2,620 3/11/2021
1.10.20 1,380 3/11/2021
1.10.19 1,333 3/10/2021
1.10.18 2,073 3/9/2021
1.10.17 1,298 3/9/2021
1.10.16 1,396 3/8/2021
1.10.15 16,057 3/4/2021
1.10.14 1,755 2/25/2021
1.10.13 3,337 2/19/2021
1.10.12 2,729 2/18/2021
1.10.11 1,404 2/16/2021
1.10.10 1,256 2/15/2021
1.10.9 1,457 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,384 1/29/2021
1.10.3 2,892 1/28/2021
1.10.2 6,819 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,330 2/22/2021
1.9.61 2,304 2/4/2021
1.9.60 1,301 2/1/2021
1.9.59 4,083 1/19/2021
1.9.58 1,348 1/15/2021
1.9.57 1,546 1/14/2021
1.9.56 1,429 1/11/2021
1.9.55 1,644 12/24/2020
1.9.54 1,613 12/18/2020
1.9.53 4,395 12/16/2020
1.9.52 1,348 12/15/2020
1.9.51 1,397 12/11/2020
1.9.50 1,411 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,417 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,325 11/27/2020
1.9.41 1,466 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,349 11/20/2020
1.9.36 1,658 11/17/2020
1.9.35 1,452 11/16/2020
1.9.34 1,626 11/10/2020
1.9.33 1,446 11/9/2020
1.9.32 5,900 11/3/2020
1.9.31 1,460 11/3/2020
1.9.30 1,428 10/30/2020
1.9.29 1,378 10/28/2020
1.9.28 4,193 10/21/2020
1.9.27 1,418 10/20/2020
1.9.26 1,522 10/18/2020
1.9.25 4,380 10/15/2020
1.9.24 1,564 10/14/2020
1.9.23 1,417 10/13/2020
1.9.22 1,435 10/13/2020
1.9.21 1,490 10/9/2020
1.9.20 2,473 10/2/2020
1.9.19 2,350 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,608 9/16/2020
1.9.14 2,638 9/15/2020
1.9.13 1,395 9/15/2020
1.9.12 1,466 9/15/2020
1.9.11 1,452 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,777 9/4/2020
1.9.5 1,455 9/2/2020
1.9.4 1,409 9/1/2020
1.9.3 1,465 8/31/2020
1.9.2 3,310 8/27/2020
1.9.1 1,445 8/26/2020
1.9.0 2,780 8/25/2020
1.8.105 1,908 4/15/2021
1.8.104 1,581 10/20/2020
1.8.103 2,564 9/14/2020
1.8.102 1,561 9/8/2020
1.8.101 1,521 9/2/2020
1.8.100 1,469 9/1/2020
1.8.99 3,345 8/21/2020
1.8.98 1,451 8/18/2020
1.8.97 1,595 8/14/2020
1.8.96 1,570 8/13/2020
1.8.95 1,522 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,627 7/13/2020
1.8.90 1,524 7/7/2020
1.8.89 1,620 7/7/2020
1.8.88 1,456 7/6/2020
1.8.87 1,463 7/2/2020
1.8.86 3,658 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,507 6/25/2020
1.8.81 1,642 6/25/2020
1.8.80 1,568 6/22/2020
1.8.79 1,504 6/18/2020
1.8.78 4,705 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,644 6/4/2020
1.8.69 1,609 6/1/2020
1.8.68 1,627 5/29/2020
1.8.67 1,551 5/28/2020
1.8.66 1,536 5/28/2020
1.8.65 1,528 5/27/2020
1.8.64 2,556 5/26/2020
1.8.63 4,950 5/20/2020
1.8.62 1,496 5/20/2020
1.8.61 1,517 5/20/2020
1.8.60 1,661 5/18/2020
1.8.59 1,578 5/15/2020
1.8.58 1,561 5/15/2020
1.8.57 1,535 5/15/2020
1.8.56 1,512 5/14/2020
1.8.55 5,527 5/12/2020
1.8.54 1,638 5/8/2020
1.8.53 2,443 5/6/2020
1.8.52 1,709 5/5/2020
1.8.51 1,599 5/4/2020
1.8.50 1,616 4/30/2020
1.8.49 1,559 4/29/2020
1.8.48 1,587 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,572 4/22/2020
1.8.43 2,742 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,649 4/3/2020
1.8.35 1,597 4/2/2020
1.8.34 1,657 4/2/2020
1.8.33 1,714 3/31/2020
1.8.32 1,603 3/27/2020
1.8.31 1,625 3/26/2020
1.8.30 1,581 3/26/2020
1.8.29 1,419 3/25/2020
1.8.28 1,640 3/24/2020
1.8.27 1,593 3/20/2020
1.8.26 1,592 3/19/2020
1.8.25 1,663 3/18/2020
1.8.24 2,583 3/18/2020
1.8.23 1,581 3/18/2020
1.8.22 1,481 3/18/2020
1.8.21 1,635 3/18/2020
1.8.20 1,695 3/17/2020
1.8.19 1,696 3/17/2020
1.8.18 1,601 3/17/2020
1.8.17 3,870 3/17/2020
1.8.16 1,634 3/15/2020
1.8.15 3,885 3/12/2020
1.8.14 1,581 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,683 2/24/2020
1.8.9 1,756 2/20/2020
1.8.8 1,861 2/18/2020
1.8.7 1,644 2/18/2020
1.8.6 1,525 2/17/2020
1.8.5 1,581 2/14/2020
1.8.4 1,873 2/12/2020
1.8.3 1,852 2/7/2020
1.8.2 1,666 2/3/2020
1.8.1 7,002 1/28/2020
1.7.53 1,676 5/15/2020
1.7.52 1,595 3/31/2020
1.7.51 2,085 3/27/2020
1.7.50 1,590 3/26/2020
1.7.49 2,243 3/18/2020
1.7.48 1,578 2/25/2020
1.7.47 2,616 2/4/2020
1.7.46 1,584 2/4/2020
1.7.45 1,632 1/16/2020
1.7.44 1,687 1/13/2020
1.7.43 1,622 1/9/2020
1.7.42 6,019 12/27/2019
1.7.41 3,596 12/16/2019
1.7.40 1,515 12/13/2019
1.7.39 1,507 12/13/2019
1.7.38 1,622 12/13/2019
1.7.37 1,663 12/11/2019
1.7.36 1,608 12/4/2019
1.7.35 1,505 12/4/2019
1.7.34 1,551 12/3/2019
1.7.33 1,668 12/2/2019
1.7.32 7,064 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,254 11/5/2019
1.7.26 1,638 10/31/2019
1.7.25 2,525 10/29/2019
1.7.24 1,602 10/29/2019
1.7.23 1,590 10/25/2019
1.7.22 1,611 10/24/2019
1.7.21 1,674 10/24/2019
1.7.20 6,460 10/16/2019
1.7.19 1,558 10/15/2019
1.7.18 1,606 10/15/2019
1.7.17 1,698 10/8/2019
1.7.16 1,619 10/4/2019
1.7.15 5,076 10/2/2019
1.7.14 1,942 9/27/2019
1.7.13 1,549 9/26/2019
1.7.12 1,600 9/25/2019
1.7.11 1,650 9/24/2019
1.7.10 1,643 9/24/2019
1.7.9 1,666 9/24/2019
1.7.8 11,888 9/12/2019
1.7.7 1,633 9/12/2019
1.7.6 2,637 9/10/2019
1.7.5 1,692 9/5/2019
1.7.4 1,584 9/4/2019
1.7.3 1,592 9/3/2019
1.7.2 1,664 9/2/2019
1.7.1 1,687 8/29/2019
1.7.0 2,739 8/27/2019
1.6.69 1,569 5/15/2020
1.6.68 5,860 10/2/2019
1.6.67 2,698 9/27/2019
1.6.66 1,631 9/26/2019
1.6.65 2,737 9/5/2019
1.6.64 1,567 9/2/2019
1.6.63 3,643 8/23/2019
1.6.62 1,543 8/21/2019
1.6.61 1,680 8/21/2019
1.6.60 1,627 8/15/2019
1.6.57 1,564 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,657 6/18/2019
1.6.47 2,464 6/13/2019
1.6.46 1,690 6/12/2019
1.6.45 1,689 6/12/2019
1.6.44 1,593 6/12/2019
1.6.43 1,607 5/29/2019
1.6.42 2,484 5/28/2019
1.6.41 1,584 5/28/2019
1.6.40 1,640 5/28/2019
1.6.39 1,587 5/28/2019
1.6.38 2,493 5/21/2019
1.6.37 6,378 5/21/2019
1.6.36 1,646 5/16/2019
1.6.35 4,728 5/16/2019
1.6.34 1,651 5/16/2019
1.6.33 1,567 5/16/2019
1.6.32 1,700 5/7/2019
1.6.31 1,656 5/7/2019
1.6.30 1,670 5/7/2019
1.6.29 1,599 5/7/2019
1.6.28 2,546 5/1/2019
1.6.27 1,736 5/1/2019
1.6.26 1,666 4/25/2019
1.6.25 2,288 4/17/2019
1.6.24 1,593 4/17/2019
1.6.23 4,649 4/15/2019
1.6.22 2,548 4/9/2019
1.6.20 1,680 4/1/2019
1.6.19 1,710 3/29/2019
1.6.18 2,765 3/25/2019
1.6.17 1,713 3/21/2019
1.6.16 2,555 3/15/2019
1.6.15 1,618 3/15/2019
1.6.14 1,609 3/15/2019
1.6.13 1,654 3/15/2019
1.6.12 1,620 3/15/2019
1.6.11 1,696 3/15/2019
1.6.10 2,619 3/15/2019
1.6.9 1,623 3/15/2019
1.6.8 1,549 3/15/2019
1.6.7 7,829 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,630 3/15/2019
1.6.2 1,687 3/15/2019
1.6.1 2,853 3/15/2019
1.6.0 8,352 3/15/2019
1.5.41 2,331 3/15/2019
1.5.40 1,668 3/15/2019
1.5.39 2,550 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,943 3/15/2019
1.5.34 4,793 3/15/2019
1.5.33 1,610 3/15/2019
1.5.32 2,402 3/15/2019
1.5.31 1,624 3/15/2019
1.5.30 1,662 3/15/2019
1.5.29 1,596 3/15/2019
1.5.28 4,405 3/15/2019
1.5.27 1,653 3/15/2019
1.5.26 4,453 3/15/2019
1.5.25 1,603 3/15/2019
1.5.24 1,623 3/15/2019
1.5.23 2,536 3/15/2019
1.5.22 1,607 3/15/2019
1.5.21 3,733 3/15/2019
1.5.20 1,596 3/15/2019
1.5.19 2,498 3/15/2019
1.5.18 1,650 3/15/2019
1.5.17 1,599 3/15/2019
1.5.16 2,350 3/15/2019
1.5.15 1,657 3/15/2019
1.5.14 1,579 3/15/2019
1.5.13 1,746 3/15/2019
1.5.11 1,571 3/15/2019
1.5.10 1,899 3/15/2019
1.5.9 2,808 3/15/2019
1.5.8 2,246 3/15/2019
1.5.7 1,678 3/15/2019
1.5.6 1,628 3/15/2019
1.5.5 5,102 3/15/2019
1.5.4 1,672 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,122 3/15/2019
1.4.84 23,720 3/15/2019
1.4.83 6,870 3/15/2019
1.4.82 6,337 3/15/2019
1.4.81 1,682 3/15/2019
1.4.80 7,145 3/15/2019
1.4.79 1,639 3/15/2019
1.4.78 1,559 3/15/2019
1.4.77 2,489 3/15/2019
1.4.76 1,591 3/15/2019
1.4.75 1,523 3/15/2019
1.4.74 2,295 3/15/2019
1.4.73 1,562 3/15/2019
1.4.72 1,572 3/15/2019
1.4.71 1,579 3/15/2019
1.4.70 1,555 3/15/2019
1.4.69 2,302 3/15/2019
1.4.68 1,603 3/15/2019
1.4.67 1,548 3/15/2019
1.4.66 2,316 3/15/2019
1.4.65 1,592 3/15/2019
1.4.64 1,584 3/15/2019
1.4.63 4,017 3/15/2019
1.4.59 4,589 3/15/2019
1.4.57 9,701 3/15/2019
1.4.22 11,072 3/15/2019
1.3.14 12,905 3/15/2019
1.2.10 5,805 3/15/2019
1.1.2 8,864 3/15/2019
1.0.0 109,419 3/15/2019