Dynamicweb.Ecommerce 10.0.35

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Ecommerce --version 10.0.35
                    
NuGet\Install-Package Dynamicweb.Ecommerce -Version 10.0.35
                    
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.0.35" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Ecommerce" Version="10.0.35" />
                    
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.0.35
                    
#r "nuget: Dynamicweb.Ecommerce, 10.0.35"
                    
#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.0.35
                    
#: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.0.35
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Ecommerce&version=10.0.35
                    
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 net7.0 is compatible.  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 was computed.  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 (111)

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.XmlProvider

XML Provider

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.19.5-PreRelease 475 9/22/2025
10.19.4-PreRelease 516 9/16/2025
10.19.3-PreRelease 305 9/9/2025
10.19.2-PreRelease 313 9/4/2025
10.19.1-PreRelease 320 9/2/2025
10.19.0-PreRelease 370 8/26/2025
10.18.9 603 9/22/2025
10.18.8 691 9/16/2025
10.18.7 406 9/9/2025
10.18.6 380 9/4/2025
10.18.5 508 9/2/2025
10.18.4 834 8/26/2025
10.18.3-PreRelease 305 8/19/2025
10.18.2-PreRelease 325 8/12/2025
10.18.1-PreRelease 393 8/7/2025
10.18.0-PreRelease 518 7/25/2025
10.17.10 536 9/22/2025
10.17.9 646 9/16/2025
10.17.8 484 9/2/2025
10.17.7 442 8/26/2025
10.17.6 437 8/19/2025
10.17.5 544 8/12/2025
10.17.4 446 8/5/2025
10.17.3 847 7/22/2025
10.17.2 461 7/15/2025
10.17.1 520 7/8/2025
10.17.0 610 7/1/2025
10.16.12 495 9/22/2025
10.16.11 598 9/16/2025
10.16.10 338 9/9/2025
10.16.9 586 8/12/2025
10.16.8 508 8/5/2025
10.16.7 880 7/22/2025
10.16.6 587 7/1/2025
10.16.5 939 6/17/2025
10.16.4 703 6/12/2025
10.16.3 633 6/10/2025
10.16.2 491 6/4/2025
10.16.1 426 6/3/2025
10.16.0 812 5/27/2025
10.15.11 426 8/26/2025
10.15.10 486 8/5/2025
10.15.9 457 7/1/2025
10.15.8 272 6/24/2025
10.15.7 347 6/17/2025
10.15.6 414 6/3/2025
10.15.5 332 5/27/2025
10.15.4 459 5/20/2025
10.15.3 736 5/13/2025
10.15.2 467 5/13/2025
10.15.1 628 5/6/2025
10.15.0 521 4/29/2025
10.14.13 426 7/1/2025
10.14.12 288 6/24/2025
10.14.11 392 6/17/2025
10.14.10 515 5/20/2025
10.14.9 413 5/13/2025
10.14.8 451 5/13/2025
10.14.7 270 5/7/2025
10.14.6 247 5/6/2025
10.14.5 346 4/29/2025
10.14.4 556 4/22/2025
10.14.3 576 4/10/2025
10.14.2 517 4/8/2025
10.14.1 745 4/1/2025
10.14.0 1,108 3/25/2025
10.13.8 680 4/22/2025
10.13.7 370 4/10/2025
10.13.6 350 4/8/2025
10.13.5 356 4/1/2025
10.13.4 657 3/25/2025
10.13.3 980 3/18/2025
10.13.2 492 3/11/2025
10.13.1 954 3/4/2025
10.13.0 2,981 2/25/2025
10.12.7 777 3/11/2025
10.12.6 400 3/4/2025
10.12.5 303 2/25/2025
10.12.4 517 2/18/2025
10.12.3 386 2/12/2025
10.12.2 283 2/11/2025
10.12.1 507 2/4/2025
10.12.0 1,539 1/28/2025
10.11.8 634 2/25/2025
10.11.7 292 2/18/2025
10.11.6 303 2/12/2025
10.11.5 250 2/11/2025
10.11.4 269 2/4/2025
10.11.3 342 1/28/2025
10.11.2 817 1/21/2025
10.11.1 331 1/14/2025
10.11.0 608 1/7/2025
10.10.8 513 2/12/2025
10.10.7 243 2/11/2025
10.10.6 372 1/16/2025
10.10.5 224 1/14/2025
10.10.4 341 1/7/2025
10.10.3 685 12/17/2024
10.10.2 342 12/10/2024
10.10.1 394 12/3/2024
10.10.0 419 11/26/2024
10.9.9 483 1/14/2025
10.9.8 442 12/17/2024
10.9.7 285 12/10/2024
10.9.6 272 12/3/2024
10.9.5 257 11/27/2024
10.9.4 241 11/26/2024
10.9.3 485 11/19/2024
10.9.2 498 11/12/2024
10.9.1 370 11/5/2024
10.9.0 1,757 10/29/2024
10.8.14 279 1/14/2025
10.8.13 406 12/17/2024
10.8.12 329 12/10/2024
10.8.11 304 12/3/2024
10.8.10 530 11/26/2024
10.8.9 266 11/19/2024
10.8.8 292 11/12/2024
10.8.7 296 11/7/2024
10.8.6 296 11/5/2024
10.8.5 306 10/29/2024
10.8.4 355 10/22/2024
10.8.3 474 10/15/2024
10.8.2 365 10/8/2024
10.8.1 409 10/1/2024
10.8.0 4,294 9/24/2024
10.7.11 285 11/19/2024
10.7.10 277 11/19/2024
10.7.9 364 10/29/2024
10.7.8 246 10/22/2024
10.7.7 283 10/15/2024
10.7.6 300 10/8/2024
10.7.5 370 10/1/2024
10.7.4 297 9/24/2024
10.7.3 478 9/17/2024
10.7.2 359 9/10/2024
10.7.1 385 9/4/2024
10.7.0 1,485 8/27/2024
10.6.18 303 11/19/2024
10.6.17 266 11/19/2024
10.6.16 366 10/15/2024
10.6.15 303 10/8/2024
10.6.14 294 10/1/2024
10.6.13 325 9/24/2024
10.6.12 309 9/17/2024
10.6.11 295 9/3/2024
10.6.10 338 8/27/2024
10.6.9 934 8/20/2024
10.6.8 423 8/13/2024
10.6.7 272 8/6/2024
10.6.6 431 7/19/2024
10.6.5 284 7/16/2024
10.6.4 355 7/9/2024
10.6.3 494 7/2/2024
10.6.2 2,797 6/25/2024
10.5.14 408 10/1/2024
10.5.13 301 9/24/2024
10.5.12 302 8/21/2024
10.5.11 323 8/13/2024
10.5.10 231 8/6/2024
10.5.9 298 7/19/2024
10.5.8 317 7/16/2024
10.5.7 254 7/5/2024
10.5.6 304 7/1/2024
10.5.5 281 6/25/2024
10.5.4 374 6/18/2024
10.5.3 364 6/11/2024
10.5.2 362 6/4/2024
10.5.1 272 6/4/2024
10.5.0 675 5/28/2024
10.4.8 274 8/6/2024
10.4.7 273 6/25/2024
10.4.6 276 6/11/2024
10.4.5 291 6/4/2024
10.4.4 306 5/28/2024
10.4.3 340 5/21/2024
10.4.2 741 5/14/2024
10.4.1 523 5/7/2024
10.4.0 2,609 4/30/2024
10.3.10 261 8/6/2024
10.3.9 281 6/25/2024
10.3.8 399 5/21/2024
10.3.7 271 5/14/2024
10.3.6 340 5/7/2024
10.3.5 328 4/30/2024
10.3.4 380 4/23/2024
10.3.3 349 4/16/2024
10.3.2 405 4/11/2024
10.3.1 317 4/9/2024
10.3.0 530 4/2/2024
10.2.8 387 4/23/2024
10.2.7 316 4/16/2024
10.2.6 308 4/11/2024
10.2.5 303 4/9/2024
10.2.4 316 4/2/2024
10.2.3 353 3/26/2024
10.2.2 433 3/19/2024
10.2.1 473 3/12/2024
10.2.0 597 3/5/2024
10.1.12 332 4/11/2024
10.1.11 308 4/9/2024
10.1.10 345 4/2/2024
10.1.9 383 3/19/2024
10.1.8 391 3/13/2024
10.1.7 366 3/12/2024
10.1.6 407 3/5/2024
10.1.5 471 2/27/2024
10.1.4 505 2/20/2024
10.1.3 524 2/14/2024
10.1.2 523 2/7/2024
10.1.1 511 2/6/2024
10.1.0 560 1/30/2024
10.0.39 374 4/11/2024
10.0.38 381 4/2/2024
10.0.37 469 3/5/2024
10.0.36 468 2/27/2024
10.0.35 490 2/20/2024
10.0.34 761 2/14/2024
10.0.33 727 2/1/2024
10.0.32 576 1/24/2024
10.0.31 581 1/19/2024
10.0.30 587 1/18/2024
10.0.29 649 1/16/2024
10.0.28 796 1/16/2024
10.0.27 686 1/11/2024
10.0.26 792 12/19/2023
10.0.25 1,217 12/12/2023
10.0.24 1,070 12/5/2023
10.0.22 966 11/28/2023
10.0.21 2,799 11/23/2023
10.0.20 730 11/21/2023
10.0.19 676 11/14/2023
10.0.18 612 11/9/2023
10.0.17 718 11/2/2023
10.0.16 694 10/25/2023
10.0.15 744 10/19/2023
10.0.14 712 10/11/2023
10.0.13 854 9/27/2023
10.0.12 743 9/26/2023
10.0.11 752 9/22/2023
10.0.10 746 9/13/2023
10.0.9 2,479 8/30/2023
10.0.8 812 8/25/2023
10.0.7 1,074 8/22/2023
10.0.6 992 8/10/2023
10.0.5 1,180 8/2/2023
10.0.4 918 7/13/2023
10.0.3 1,153 7/5/2023
10.0.2 1,428 6/27/2023
10.0.1 935 6/20/2023
10.0.0 2,458 6/14/2023
1.20.0 164 9/1/2025
1.19.5 170 8/21/2025
1.19.4 481 7/30/2025
1.19.3 566 6/18/2025
1.19.2 876 4/1/2025
1.19.1 913 2/19/2025
1.19.0 1,115 1/31/2025
1.18.5 211 4/1/2025
1.18.4 164 2/18/2025
1.18.3 322 1/31/2025
1.18.2 316 12/18/2024
1.18.1 770 11/26/2024
1.18.0 1,780 8/27/2024
1.17.17 1,054 11/22/2024
1.17.16 199 11/7/2024
1.17.15 250 10/18/2024
1.17.14 1,197 10/2/2024
1.17.13 1,757 9/19/2024
1.17.12 1,129 9/3/2024
1.17.11 401 8/26/2024
1.17.10 1,142 8/14/2024
1.17.9 281 7/18/2024
1.17.8 474 6/27/2024
1.17.7 1,505 6/4/2024
1.17.6 210 5/30/2024
1.17.5 1,574 5/13/2024
1.17.4 6,035 4/12/2024
1.17.3 459 3/25/2024
1.17.2 1,314 3/4/2024
1.17.1 1,150 2/14/2024
1.17.0 671 1/31/2024
1.16.13 458 4/11/2024
1.16.12 330 3/25/2024
1.16.11 345 3/4/2024
1.16.10 443 2/14/2024
1.16.9 474 1/29/2024
1.16.8 682 1/9/2024
1.16.7 1,319 12/13/2023
1.16.6 784 12/6/2023
1.16.5 1,609 11/29/2023
1.16.4 961 11/21/2023
1.16.3 725 11/7/2023
1.16.2 560 10/30/2023
1.16.1 1,567 10/10/2023
1.16.0 2,090 9/21/2023
1.15.34 366 1/31/2024
1.15.33 410 1/23/2024
1.15.32 846 12/13/2023
1.15.31 1,794 11/7/2023
1.15.30 653 10/17/2023
1.15.29 1,086 10/10/2023
1.15.28 3,021 9/13/2023
1.15.27 2,517 8/29/2023
1.15.26 7,466 8/15/2023
1.15.25 674 8/14/2023
1.15.24 1,708 8/2/2023
1.15.23 763 7/27/2023
1.15.22 741 7/26/2023
1.15.21 1,166 7/6/2023
1.15.20 2,076 6/29/2023
1.15.19 1,787 6/6/2023
1.15.18 1,067 5/28/2023
1.15.17 1,238 5/16/2023
1.15.16 2,544 5/11/2023
1.15.15 3,003 5/3/2023
1.15.14 1,312 4/18/2023
1.15.13 1,479 3/24/2023
1.15.12 1,719 3/21/2023
1.15.11 3,518 3/16/2023
1.15.10 892 3/15/2023
1.15.9 3,902 3/7/2023
1.15.8 963 3/2/2023
1.15.7 1,064 2/28/2023
1.15.6 1,013 2/22/2023
1.15.5 1,519 2/21/2023
1.15.4 1,016 2/15/2023
1.15.3 910 2/7/2023
1.15.2 1,097 2/6/2023
1.15.1 3,501 2/2/2023
1.15.0 1,308 1/26/2023
1.14.70 3,396 10/9/2023
1.14.69 708 8/14/2023
1.14.68 905 7/27/2023
1.14.67 1,532 6/23/2023
1.14.66 4,617 5/3/2023
1.14.65 2,006 4/24/2023
1.14.64 982 4/18/2023
1.14.63 960 3/24/2023
1.14.62 976 3/21/2023
1.14.61 977 3/16/2023
1.14.60 909 3/16/2023
1.14.59 1,450 3/7/2023
1.14.58 943 3/2/2023
1.14.57 1,618 2/21/2023
1.14.56 1,105 2/15/2023
1.14.55 1,031 2/14/2023
1.14.54 1,018 2/7/2023
1.14.53 1,048 2/2/2023
1.14.52 1,027 2/1/2023
1.14.51 1,402 1/26/2023
1.14.50 1,654 1/24/2023
1.14.49 4,973 1/18/2023
1.14.48 1,031 1/16/2023
1.14.47 2,025 1/10/2023
1.14.46 990 1/9/2023
1.14.45 1,696 1/9/2023
1.14.44 2,024 1/5/2023
1.14.43 982 1/5/2023
1.14.42 2,677 1/3/2023
1.14.41 3,372 12/15/2022
1.14.40 1,057 12/13/2022
1.14.39 1,842 12/8/2022
1.14.38 1,038 12/7/2022
1.14.37 999 12/5/2022
1.14.36 1,075 12/2/2022
1.14.35 1,023 12/1/2022
1.14.34 1,834 11/29/2022
1.14.33 1,084 11/28/2022
1.14.32 998 11/24/2022
1.14.31 1,088 11/23/2022
1.14.30 1,205 11/22/2022
1.14.29 1,325 11/22/2022
1.14.28 2,256 11/17/2022
1.14.27 1,979 11/16/2022
1.14.26 1,189 11/16/2022
1.14.25 2,126 11/15/2022
1.14.24 1,206 11/14/2022
1.14.23 1,100 11/11/2022
1.14.22 1,320 11/10/2022
1.14.21 1,115 11/10/2022
1.14.20 1,163 11/7/2022
1.14.19 1,715 11/7/2022
1.14.18 1,515 11/2/2022
1.14.17 3,633 11/1/2022
1.14.16 1,103 10/27/2022
1.14.15 1,224 10/24/2022
1.14.14 1,130 10/21/2022
1.14.13 2,270 10/13/2022
1.14.12 1,115 10/12/2022
1.14.11 1,684 10/12/2022
1.14.10 2,170 10/7/2022
1.14.9 1,448 10/4/2022
1.14.8 1,128 10/3/2022
1.14.7 1,529 9/29/2022
1.14.6 1,915 9/27/2022
1.14.5 1,207 9/21/2022
1.14.4 1,552 9/16/2022
1.14.3 1,165 9/15/2022
1.14.2 2,610 9/7/2022
1.14.1 2,830 8/30/2022
1.14.0 3,182 8/30/2022
1.13.83 1,056 1/24/2023
1.13.81 1,041 1/5/2023
1.13.80 1,054 11/23/2022
1.13.79 1,158 11/1/2022
1.13.78 1,108 10/13/2022
1.13.77 1,182 10/4/2022
1.13.76 1,318 9/27/2022
1.13.75 1,177 9/21/2022
1.13.74 3,164 9/20/2022
1.13.73 1,232 9/16/2022
1.13.72 2,512 8/31/2022
1.13.71 1,220 8/30/2022
1.13.70 1,174 8/25/2022
1.13.69 1,252 8/22/2022
1.13.68 1,137 8/22/2022
1.13.67 1,272 8/22/2022
1.13.66 1,219 8/22/2022
1.13.65 1,262 8/17/2022
1.13.64 4,206 8/11/2022
1.13.63 1,183 8/9/2022
1.13.62 1,280 8/8/2022
1.13.61 2,652 7/13/2022
1.13.60 1,326 7/11/2022
1.13.59 2,885 6/27/2022
1.13.58 1,395 6/24/2022
1.13.57 1,971 6/21/2022
1.13.56 1,298 6/19/2022
1.13.55 1,724 6/15/2022
1.13.54 6,057 6/8/2022
1.13.53 1,262 6/6/2022
1.13.52 6,060 6/2/2022
1.13.51 1,387 6/1/2022
1.13.50 2,098 5/23/2022
1.13.49 1,294 5/20/2022
1.13.48 1,233 5/18/2022
1.13.47 1,330 5/5/2022
1.13.46 3,123 5/2/2022
1.13.45 1,301 4/29/2022
1.13.44 1,329 4/28/2022
1.13.43 1,255 4/28/2022
1.13.42 1,352 4/27/2022
1.13.41 1,260 4/27/2022
1.13.40 1,274 4/26/2022
1.13.39 1,324 4/26/2022
1.13.38 1,355 4/26/2022
1.13.37 1,591 4/21/2022
1.13.36 1,751 4/13/2022
1.13.35 1,490 4/8/2022
1.13.34 1,278 4/7/2022
1.13.33 1,346 4/7/2022
1.13.32 1,353 4/7/2022
1.13.31 1,338 4/6/2022
1.13.30 1,284 4/4/2022
1.13.29 1,693 3/28/2022
1.13.28 1,327 3/28/2022
1.13.27 2,045 3/25/2022
1.13.24 1,311 3/21/2022
1.13.23 1,339 3/17/2022
1.13.22 1,602 3/16/2022
1.13.21 1,339 3/15/2022
1.13.20 1,397 3/11/2022
1.13.19 1,360 3/10/2022
1.13.18 1,397 3/10/2022
1.13.17 1,335 3/9/2022
1.13.16 1,372 3/9/2022
1.13.15 1,455 3/4/2022
1.13.14 2,754 3/2/2022
1.13.13 1,295 3/1/2022
1.13.12 1,435 2/28/2022
1.13.11 1,442 2/18/2022
1.13.10 1,386 2/18/2022
1.13.9 4,777 2/17/2022
1.13.8 1,322 2/16/2022
1.13.7 3,572 2/11/2022
1.13.6 1,451 2/7/2022
1.13.5 1,445 2/3/2022
1.13.4 1,390 2/2/2022
1.13.3 1,366 2/2/2022
1.13.2 1,415 2/1/2022
1.13.1 1,434 1/28/2022
1.13.0 3,987 1/25/2022
1.12.60 3,020 5/24/2022
1.12.59 1,217 5/23/2022
1.12.58 1,547 3/9/2022
1.12.57 1,356 3/3/2022
1.12.56 1,344 2/11/2022
1.12.55 1,648 2/8/2022
1.12.54 1,377 2/4/2022
1.12.53 1,341 1/31/2022
1.12.52 3,424 1/23/2022
1.12.51 1,419 1/20/2022
1.12.50 1,381 1/19/2022
1.12.49 1,721 1/17/2022
1.12.48 1,226 1/14/2022
1.12.47 1,358 1/13/2022
1.12.46 1,293 1/11/2022
1.12.45 1,113 1/6/2022
1.12.44 1,237 1/3/2022
1.12.43 1,203 12/23/2021
1.12.42 2,506 12/21/2021
1.12.41 1,163 12/21/2021
1.12.40 1,149 12/20/2021
1.12.39 1,114 12/20/2021
1.12.38 2,365 12/16/2021
1.12.37 1,136 12/16/2021
1.12.36 2,337 12/16/2021
1.12.35 5,005 12/15/2021
1.12.34 1,186 12/10/2021
1.12.33 1,931 12/7/2021
1.12.32 1,398 12/2/2021
1.12.31 1,007 12/2/2021
1.12.30 1,143 11/30/2021
1.12.29 1,328 11/29/2021
1.12.28 4,542 11/23/2021
1.12.27 1,139 11/22/2021
1.12.26 1,172 11/12/2021
1.12.25 1,110 11/11/2021
1.12.23 1,173 11/10/2021
1.12.22 1,149 11/10/2021
1.12.21 1,218 11/8/2021
1.12.20 2,091 10/29/2021
1.12.19 5,547 10/29/2021
1.12.18 1,262 10/26/2021
1.12.17 1,930 10/26/2021
1.12.16 1,322 10/25/2021
1.12.15 1,328 10/20/2021
1.12.14 1,205 10/18/2021
1.12.13 1,247 10/18/2021
1.12.12 1,181 10/15/2021
1.12.11 1,368 10/14/2021
1.12.10 1,989 10/7/2021
1.12.9 1,190 10/6/2021
1.12.8 1,325 10/5/2021
1.12.7 1,291 10/5/2021
1.12.6 1,287 10/4/2021
1.12.5 1,239 10/1/2021
1.12.4 1,237 9/30/2021
1.12.3 1,210 9/29/2021
1.12.2 1,852 9/23/2021
1.12.1 1,781 9/17/2021
1.12.0 3,569 8/31/2021
1.10.116 2,654 12/1/2021
1.10.115 2,510 11/11/2021
1.10.114 1,167 11/10/2021
1.10.113 1,154 11/5/2021
1.10.112 2,038 10/19/2021
1.10.111 1,172 10/15/2021
1.10.110 1,248 10/15/2021
1.10.109 1,180 10/12/2021
1.10.108 1,198 10/8/2021
1.10.107 1,253 10/7/2021
1.10.106 1,149 10/6/2021
1.10.105 1,237 10/5/2021
1.10.104 13,421 9/23/2021
1.10.103 1,638 9/21/2021
1.10.102 2,086 9/21/2021
1.10.101 1,233 9/15/2021
1.10.100 1,277 9/13/2021
1.10.99 2,131 9/9/2021
1.10.98 1,298 9/9/2021
1.10.97 1,457 9/6/2021
1.10.96 4,626 8/30/2021
1.10.95 2,983 8/27/2021
1.10.94 1,360 8/26/2021
1.10.93 1,396 8/24/2021
1.10.92 14,166 8/23/2021
1.10.91 1,453 8/20/2021
1.10.90 21,678 8/12/2021
1.10.89 3,613 8/12/2021
1.10.88 1,737 8/4/2021
1.10.87 6,822 7/15/2021
1.10.86 1,365 7/14/2021
1.10.85 1,334 7/12/2021
1.10.84 1,317 7/12/2021
1.10.83 10,183 7/8/2021
1.10.82 1,216 7/7/2021
1.10.81 1,211 7/6/2021
1.10.80 1,291 7/2/2021
1.10.79 1,174 7/2/2021
1.10.78 1,306 6/30/2021
1.10.77 1,230 6/29/2021
1.10.76 2,112 6/28/2021
1.10.75 2,519 6/25/2021
1.10.74 1,278 6/22/2021
1.10.73 1,317 6/18/2021
1.10.72 3,463 6/11/2021
1.10.71 2,038 6/7/2021
1.10.70 1,362 6/4/2021
1.10.69 1,253 6/4/2021
1.10.68 17,506 6/2/2021
1.10.67 3,144 6/1/2021
1.10.66 1,274 5/31/2021
1.10.65 1,340 5/27/2021
1.10.64 1,232 5/26/2021
1.10.63 2,488 5/24/2021
1.10.62 2,409 5/18/2021
1.10.61 1,298 5/18/2021
1.10.60 1,277 5/17/2021
1.10.59 2,905 5/12/2021
1.10.58 1,347 5/11/2021
1.10.57 1,363 5/7/2021
1.10.56 2,816 5/4/2021
1.10.55 1,290 5/3/2021
1.10.54 1,322 5/3/2021
1.10.53 23,525 4/27/2021
1.10.52 1,248 4/27/2021
1.10.51 8,661 4/26/2021
1.10.50 7,447 4/23/2021
1.10.49 4,886 4/22/2021
1.10.48 1,247 4/21/2021
1.10.47 1,315 4/21/2021
1.10.46 1,346 4/21/2021
1.10.45 1,259 4/20/2021
1.10.44 1,292 4/19/2021
1.10.43 1,205 4/19/2021
1.10.42 1,297 4/15/2021
1.10.41 1,238 4/14/2021
1.10.40 1,706 4/14/2021
1.10.39 3,598 4/13/2021
1.10.38 1,175 4/12/2021
1.10.37 1,259 4/12/2021
1.10.36 1,314 4/12/2021
1.10.35 1,269 4/9/2021
1.10.34 1,196 4/9/2021
1.10.33 1,176 4/8/2021
1.10.32 1,289 4/8/2021
1.10.31 1,238 4/7/2021
1.10.30 1,209 4/7/2021
1.10.29 1,248 3/31/2021
1.10.28 1,627 3/30/2021
1.10.27 3,191 3/24/2021
1.10.26 1,211 3/24/2021
1.10.25 1,307 3/23/2021
1.10.24 1,296 3/23/2021
1.10.23 1,435 3/18/2021
1.10.22 2,671 3/17/2021
1.10.21 2,558 3/11/2021
1.10.20 1,342 3/11/2021
1.10.19 1,304 3/10/2021
1.10.18 2,043 3/9/2021
1.10.17 1,254 3/9/2021
1.10.16 1,366 3/8/2021
1.10.15 15,177 3/4/2021
1.10.14 1,690 2/25/2021
1.10.13 3,280 2/19/2021
1.10.12 2,681 2/18/2021
1.10.11 1,375 2/16/2021
1.10.10 1,218 2/15/2021
1.10.9 1,422 2/10/2021
1.10.8 1,694 2/8/2021
1.10.7 1,310 2/4/2021
1.10.6 3,376 2/2/2021
1.10.5 1,301 2/1/2021
1.10.4 1,339 1/29/2021
1.10.3 2,755 1/28/2021
1.10.2 6,660 1/26/2021
1.10.1 11,845 1/26/2021
1.9.64 1,274 3/17/2021
1.9.63 1,807 2/25/2021
1.9.62 1,302 2/22/2021
1.9.61 2,277 2/4/2021
1.9.60 1,275 2/1/2021
1.9.59 4,054 1/19/2021
1.9.58 1,306 1/15/2021
1.9.57 1,514 1/14/2021
1.9.56 1,402 1/11/2021
1.9.55 1,615 12/24/2020
1.9.54 1,577 12/18/2020
1.9.53 4,339 12/16/2020
1.9.52 1,304 12/15/2020
1.9.51 1,370 12/11/2020
1.9.50 1,375 12/10/2020
1.9.49 1,460 12/10/2020
1.9.48 1,406 12/9/2020
1.9.47 1,323 12/8/2020
1.9.46 1,374 12/4/2020
1.9.45 1,356 12/3/2020
1.9.44 1,436 12/1/2020
1.9.43 1,371 11/30/2020
1.9.42 1,299 11/27/2020
1.9.41 1,435 11/26/2020
1.9.40 1,237 11/26/2020
1.9.39 3,823 11/25/2020
1.9.38 1,326 11/23/2020
1.9.37 1,318 11/20/2020
1.9.36 1,633 11/17/2020
1.9.35 1,418 11/16/2020
1.9.34 1,594 11/10/2020
1.9.33 1,404 11/9/2020
1.9.32 5,728 11/3/2020
1.9.31 1,428 11/3/2020
1.9.30 1,388 10/30/2020
1.9.29 1,340 10/28/2020
1.9.28 4,099 10/21/2020
1.9.27 1,361 10/20/2020
1.9.26 1,482 10/18/2020
1.9.25 4,195 10/15/2020
1.9.24 1,532 10/14/2020
1.9.23 1,386 10/13/2020
1.9.22 1,403 10/13/2020
1.9.21 1,446 10/9/2020
1.9.20 2,412 10/2/2020
1.9.19 2,313 9/29/2020
1.9.18 2,884 9/29/2020
1.9.17 1,449 9/22/2020
1.9.16 1,423 9/17/2020
1.9.15 1,566 9/16/2020
1.9.14 2,588 9/15/2020
1.9.13 1,364 9/15/2020
1.9.12 1,436 9/15/2020
1.9.11 1,405 9/15/2020
1.9.10 1,740 9/11/2020
1.9.9 1,470 9/9/2020
1.9.8 1,314 9/9/2020
1.9.7 1,369 9/8/2020
1.9.6 1,723 9/4/2020
1.9.5 1,420 9/2/2020
1.9.4 1,361 9/1/2020
1.9.3 1,426 8/31/2020
1.9.2 3,177 8/27/2020
1.9.1 1,399 8/26/2020
1.9.0 2,738 8/25/2020
1.8.105 1,880 4/15/2021
1.8.104 1,538 10/20/2020
1.8.103 2,523 9/14/2020
1.8.102 1,506 9/8/2020
1.8.101 1,472 9/2/2020
1.8.100 1,416 9/1/2020
1.8.99 3,200 8/21/2020
1.8.98 1,411 8/18/2020
1.8.97 1,532 8/14/2020
1.8.96 1,532 8/13/2020
1.8.95 1,494 8/12/2020
1.8.94 2,461 8/11/2020
1.8.93 1,846 8/3/2020
1.8.92 1,542 7/30/2020
1.8.91 1,568 7/13/2020
1.8.90 1,497 7/7/2020
1.8.89 1,557 7/7/2020
1.8.88 1,424 7/6/2020
1.8.87 1,420 7/2/2020
1.8.86 3,624 6/30/2020
1.8.85 1,492 6/30/2020
1.8.84 1,432 6/30/2020
1.8.83 1,449 6/29/2020
1.8.82 1,475 6/25/2020
1.8.81 1,600 6/25/2020
1.8.80 1,535 6/22/2020
1.8.79 1,447 6/18/2020
1.8.78 4,578 6/18/2020
1.8.77 1,452 6/17/2020
1.8.76 2,511 6/16/2020
1.8.75 1,438 6/15/2020
1.8.74 3,015 6/9/2020
1.8.73 1,523 6/8/2020
1.8.72 1,412 6/8/2020
1.8.71 1,451 6/5/2020
1.8.70 1,569 6/4/2020
1.8.69 1,539 6/1/2020
1.8.68 1,584 5/29/2020
1.8.67 1,505 5/28/2020
1.8.66 1,479 5/28/2020
1.8.65 1,502 5/27/2020
1.8.64 2,510 5/26/2020
1.8.63 4,760 5/20/2020
1.8.62 1,460 5/20/2020
1.8.61 1,472 5/20/2020
1.8.60 1,616 5/18/2020
1.8.59 1,508 5/15/2020
1.8.58 1,505 5/15/2020
1.8.57 1,497 5/15/2020
1.8.56 1,471 5/14/2020
1.8.55 5,386 5/12/2020
1.8.54 1,576 5/8/2020
1.8.53 2,406 5/6/2020
1.8.52 1,662 5/5/2020
1.8.51 1,525 5/4/2020
1.8.50 1,556 4/30/2020
1.8.49 1,486 4/29/2020
1.8.48 1,521 4/27/2020
1.8.47 3,696 4/24/2020
1.8.46 1,560 4/24/2020
1.8.45 1,477 4/24/2020
1.8.44 1,513 4/22/2020
1.8.43 2,713 4/21/2020
1.8.42 1,506 4/17/2020
1.8.41 1,602 4/16/2020
1.8.40 1,671 4/9/2020
1.8.39 1,443 4/8/2020
1.8.38 2,554 4/5/2020
1.8.37 1,607 4/3/2020
1.8.36 1,599 4/3/2020
1.8.35 1,550 4/2/2020
1.8.34 1,622 4/2/2020
1.8.33 1,660 3/31/2020
1.8.32 1,552 3/27/2020
1.8.31 1,557 3/26/2020
1.8.30 1,542 3/26/2020
1.8.29 1,381 3/25/2020
1.8.28 1,614 3/24/2020
1.8.27 1,529 3/20/2020
1.8.26 1,504 3/19/2020
1.8.25 1,624 3/18/2020
1.8.24 2,538 3/18/2020
1.8.23 1,528 3/18/2020
1.8.22 1,403 3/18/2020
1.8.21 1,597 3/18/2020
1.8.20 1,640 3/17/2020
1.8.19 1,637 3/17/2020
1.8.18 1,574 3/17/2020
1.8.17 3,771 3/17/2020
1.8.16 1,587 3/15/2020
1.8.15 3,690 3/12/2020
1.8.14 1,509 3/11/2020
1.8.13 4,858 3/5/2020
1.8.12 1,775 3/3/2020
1.8.11 1,554 3/2/2020
1.8.10 7,478 2/24/2020
1.8.9 1,692 2/20/2020
1.8.8 1,790 2/18/2020
1.8.7 1,590 2/18/2020
1.8.6 1,465 2/17/2020
1.8.5 1,480 2/14/2020
1.8.4 1,830 2/12/2020
1.8.3 1,806 2/7/2020
1.8.2 1,612 2/3/2020
1.8.1 6,841 1/28/2020
1.7.53 1,616 5/15/2020
1.7.52 1,549 3/31/2020
1.7.51 2,052 3/27/2020
1.7.50 1,544 3/26/2020
1.7.49 2,205 3/18/2020
1.7.48 1,485 2/25/2020
1.7.47 2,522 2/4/2020
1.7.46 1,544 2/4/2020
1.7.45 1,592 1/16/2020
1.7.44 1,652 1/13/2020
1.7.43 1,596 1/9/2020
1.7.42 5,861 12/27/2019
1.7.41 3,499 12/16/2019
1.7.40 1,445 12/13/2019
1.7.39 1,480 12/13/2019
1.7.38 1,563 12/13/2019
1.7.37 1,606 12/11/2019
1.7.36 1,579 12/4/2019
1.7.35 1,477 12/4/2019
1.7.34 1,514 12/3/2019
1.7.33 1,634 12/2/2019
1.7.32 6,947 11/27/2019
1.7.31 7,793 11/26/2019
1.7.30 2,281 11/25/2019
1.7.29 1,540 11/22/2019
1.7.28 1,665 11/8/2019
1.7.27 2,211 11/5/2019
1.7.26 1,608 10/31/2019
1.7.25 2,486 10/29/2019
1.7.24 1,550 10/29/2019
1.7.23 1,553 10/25/2019
1.7.22 1,574 10/24/2019
1.7.21 1,636 10/24/2019
1.7.20 6,323 10/16/2019
1.7.19 1,527 10/15/2019
1.7.18 1,572 10/15/2019
1.7.17 1,654 10/8/2019
1.7.16 1,592 10/4/2019
1.7.15 5,006 10/2/2019
1.7.14 1,904 9/27/2019
1.7.13 1,522 9/26/2019
1.7.12 1,572 9/25/2019
1.7.11 1,622 9/24/2019
1.7.10 1,590 9/24/2019
1.7.9 1,611 9/24/2019
1.7.8 11,510 9/12/2019
1.7.7 1,593 9/12/2019
1.7.6 2,570 9/10/2019
1.7.5 1,655 9/5/2019
1.7.4 1,551 9/4/2019
1.7.3 1,560 9/3/2019
1.7.2 1,632 9/2/2019
1.7.1 1,636 8/29/2019
1.7.0 2,690 8/27/2019
1.6.69 1,531 5/15/2020
1.6.68 5,705 10/2/2019
1.6.67 2,639 9/27/2019
1.6.66 1,584 9/26/2019
1.6.65 2,675 9/5/2019
1.6.64 1,537 9/2/2019
1.6.63 3,453 8/23/2019
1.6.62 1,512 8/21/2019
1.6.61 1,650 8/21/2019
1.6.60 1,571 8/15/2019
1.6.57 1,536 8/8/2019
1.6.56 1,528 8/8/2019
1.6.55 2,851 8/5/2019
1.6.52 3,340 7/8/2019
1.6.48 1,625 6/18/2019
1.6.47 2,437 6/13/2019
1.6.46 1,660 6/12/2019
1.6.45 1,657 6/12/2019
1.6.44 1,563 6/12/2019
1.6.43 1,560 5/29/2019
1.6.42 2,426 5/28/2019
1.6.41 1,550 5/28/2019
1.6.40 1,583 5/28/2019
1.6.39 1,560 5/28/2019
1.6.38 2,451 5/21/2019
1.6.37 6,094 5/21/2019
1.6.36 1,612 5/16/2019
1.6.35 4,619 5/16/2019
1.6.34 1,610 5/16/2019
1.6.33 1,508 5/16/2019
1.6.32 1,664 5/7/2019
1.6.31 1,616 5/7/2019
1.6.30 1,599 5/7/2019
1.6.29 1,556 5/7/2019
1.6.28 2,499 5/1/2019
1.6.27 1,705 5/1/2019
1.6.26 1,636 4/25/2019
1.6.25 2,260 4/17/2019
1.6.24 1,566 4/17/2019
1.6.23 4,535 4/15/2019
1.6.22 2,506 4/9/2019
1.6.20 1,618 4/1/2019
1.6.19 1,659 3/29/2019
1.6.18 2,723 3/25/2019
1.6.17 1,677 3/21/2019
1.6.16 2,499 3/15/2019
1.6.15 1,591 3/15/2019
1.6.14 1,582 3/15/2019
1.6.13 1,615 3/15/2019
1.6.12 1,578 3/15/2019
1.6.11 1,656 3/15/2019
1.6.10 2,581 3/15/2019
1.6.9 1,595 3/15/2019
1.6.8 1,502 3/15/2019
1.6.7 7,409 3/15/2019
1.6.6 2,390 3/15/2019
1.6.5 1,817 3/15/2019
1.6.4 1,621 3/15/2019
1.6.3 1,599 3/15/2019
1.6.2 1,643 3/15/2019
1.6.1 2,791 3/15/2019
1.6.0 8,009 3/15/2019
1.5.41 2,274 3/15/2019
1.5.40 1,628 3/15/2019
1.5.39 2,479 3/15/2019
1.5.38 1,597 3/15/2019
1.5.37 1,548 3/15/2019
1.5.36 1,579 3/15/2019
1.5.35 1,900 3/15/2019
1.5.34 4,718 3/15/2019
1.5.33 1,563 3/15/2019
1.5.32 2,361 3/15/2019
1.5.31 1,590 3/15/2019
1.5.30 1,614 3/15/2019
1.5.29 1,561 3/15/2019
1.5.28 4,121 3/15/2019
1.5.27 1,617 3/15/2019
1.5.26 4,350 3/15/2019
1.5.25 1,567 3/15/2019
1.5.24 1,591 3/15/2019
1.5.23 2,506 3/15/2019
1.5.22 1,575 3/15/2019
1.5.21 3,683 3/15/2019
1.5.20 1,561 3/15/2019
1.5.19 2,466 3/15/2019
1.5.18 1,617 3/15/2019
1.5.17 1,564 3/15/2019
1.5.16 2,289 3/15/2019
1.5.15 1,626 3/15/2019
1.5.14 1,531 3/15/2019
1.5.13 1,692 3/15/2019
1.5.11 1,544 3/15/2019
1.5.10 1,846 3/15/2019
1.5.9 2,690 3/15/2019
1.5.8 2,169 3/15/2019
1.5.7 1,647 3/15/2019
1.5.6 1,596 3/15/2019
1.5.5 5,007 3/15/2019
1.5.4 1,639 3/15/2019
1.5.3 1,532 3/15/2019
1.5.2 1,557 3/15/2019
1.5.1 7,304 3/15/2019
1.5.0 5,914 3/15/2019
1.4.84 22,033 3/15/2019
1.4.83 6,655 3/15/2019
1.4.82 6,053 3/15/2019
1.4.81 1,639 3/15/2019
1.4.80 6,705 3/15/2019
1.4.79 1,607 3/15/2019
1.4.78 1,525 3/15/2019
1.4.77 2,442 3/15/2019
1.4.76 1,563 3/15/2019
1.4.75 1,487 3/15/2019
1.4.74 2,265 3/15/2019
1.4.73 1,528 3/15/2019
1.4.72 1,535 3/15/2019
1.4.71 1,550 3/15/2019
1.4.70 1,528 3/15/2019
1.4.69 2,254 3/15/2019
1.4.68 1,548 3/15/2019
1.4.67 1,518 3/15/2019
1.4.66 2,267 3/15/2019
1.4.65 1,545 3/15/2019
1.4.64 1,542 3/15/2019
1.4.63 3,937 3/15/2019
1.4.59 4,479 3/15/2019
1.4.57 9,492 3/15/2019
1.4.22 10,641 3/15/2019
1.3.14 12,028 3/15/2019
1.2.10 5,430 3/15/2019
1.1.2 8,300 3/15/2019
1.0.0 101,285 3/15/2019