Dynamicweb.Ecommerce 10.17.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Ecommerce --version 10.17.7
                    
NuGet\Install-Package Dynamicweb.Ecommerce -Version 10.17.7
                    
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.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Ecommerce" Version="10.17.7" />
                    
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.7
                    
#r "nuget: Dynamicweb.Ecommerce, 10.17.7"
                    
#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.7
                    
#: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.7
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Ecommerce&version=10.17.7
                    
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 (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.4-PreRelease 69 9/16/2025
10.19.3-PreRelease 209 9/9/2025
10.19.2-PreRelease 227 9/4/2025
10.19.1-PreRelease 224 9/2/2025
10.19.0-PreRelease 289 8/26/2025
10.18.8 78 9/16/2025
10.18.7 269 9/9/2025
10.18.6 285 9/4/2025
10.18.5 340 9/2/2025
10.18.4 567 8/26/2025
10.18.3-PreRelease 216 8/19/2025
10.18.2-PreRelease 224 8/12/2025
10.18.1-PreRelease 300 8/7/2025
10.18.0-PreRelease 392 7/25/2025
10.17.9 145 9/16/2025
10.17.8 345 9/2/2025
10.17.7 359 8/26/2025
10.17.6 329 8/19/2025
10.17.5 440 8/12/2025
10.17.4 358 8/5/2025
10.17.3 713 7/22/2025
10.17.2 382 7/15/2025
10.17.1 438 7/8/2025
10.17.0 527 7/1/2025
10.16.11 103 9/16/2025
10.16.10 227 9/9/2025
10.16.9 452 8/12/2025
10.16.8 421 8/5/2025
10.16.7 786 7/22/2025
10.16.6 481 7/1/2025
10.16.5 815 6/17/2025
10.16.4 624 6/12/2025
10.16.3 540 6/10/2025
10.16.2 415 6/4/2025
10.16.1 345 6/3/2025
10.16.0 698 5/27/2025
10.15.11 297 8/26/2025
10.15.10 393 8/5/2025
10.15.9 377 7/1/2025
10.15.8 227 6/24/2025
10.15.7 299 6/17/2025
10.15.6 355 6/3/2025
10.15.5 288 5/27/2025
10.15.4 409 5/20/2025
10.15.3 631 5/13/2025
10.15.2 403 5/13/2025
10.15.1 547 5/6/2025
10.15.0 469 4/29/2025
10.14.13 342 7/1/2025
10.14.12 245 6/24/2025
10.14.11 345 6/17/2025
10.14.10 448 5/20/2025
10.14.9 379 5/13/2025
10.14.8 398 5/13/2025
10.14.7 228 5/7/2025
10.14.6 212 5/6/2025
10.14.5 303 4/29/2025
10.14.4 523 4/22/2025
10.14.3 524 4/10/2025
10.14.2 426 4/8/2025
10.14.1 659 4/1/2025
10.14.0 1,032 3/25/2025
10.13.8 560 4/22/2025
10.13.7 328 4/10/2025
10.13.6 312 4/8/2025
10.13.5 312 4/1/2025
10.13.4 610 3/25/2025
10.13.3 921 3/18/2025
10.13.2 443 3/11/2025
10.13.1 907 3/4/2025
10.13.0 2,930 2/25/2025
10.12.7 657 3/11/2025
10.12.6 356 3/4/2025
10.12.5 259 2/25/2025
10.12.4 476 2/18/2025
10.12.3 353 2/12/2025
10.12.2 248 2/11/2025
10.12.1 470 2/4/2025
10.12.0 1,432 1/28/2025
10.11.8 537 2/25/2025
10.11.7 244 2/18/2025
10.11.6 263 2/12/2025
10.11.5 215 2/11/2025
10.11.4 236 2/4/2025
10.11.3 295 1/28/2025
10.11.2 766 1/21/2025
10.11.1 293 1/14/2025
10.11.0 532 1/7/2025
10.10.8 411 2/12/2025
10.10.7 215 2/11/2025
10.10.6 312 1/16/2025
10.10.5 179 1/14/2025
10.10.4 292 1/7/2025
10.10.3 616 12/17/2024
10.10.2 298 12/10/2024
10.10.1 348 12/3/2024
10.10.0 375 11/26/2024
10.9.9 399 1/14/2025
10.9.8 397 12/17/2024
10.9.7 236 12/10/2024
10.9.6 238 12/3/2024
10.9.5 221 11/27/2024
10.9.4 199 11/26/2024
10.9.3 436 11/19/2024
10.9.2 457 11/12/2024
10.9.1 311 11/5/2024
10.9.0 1,656 10/29/2024
10.8.14 219 1/14/2025
10.8.13 330 12/17/2024
10.8.12 266 12/10/2024
10.8.11 249 12/3/2024
10.8.10 438 11/26/2024
10.8.9 227 11/19/2024
10.8.8 244 11/12/2024
10.8.7 265 11/7/2024
10.8.6 245 11/5/2024
10.8.5 269 10/29/2024
10.8.4 305 10/22/2024
10.8.3 443 10/15/2024
10.8.2 326 10/8/2024
10.8.1 367 10/1/2024
10.8.0 4,160 9/24/2024
10.7.11 231 11/19/2024
10.7.10 224 11/19/2024
10.7.9 306 10/29/2024
10.7.8 210 10/22/2024
10.7.7 236 10/15/2024
10.7.6 263 10/8/2024
10.7.5 315 10/1/2024
10.7.4 252 9/24/2024
10.7.3 432 9/17/2024
10.7.2 326 9/10/2024
10.7.1 357 9/4/2024
10.7.0 1,395 8/27/2024
10.6.18 260 11/19/2024
10.6.17 220 11/19/2024
10.6.16 300 10/15/2024
10.6.15 251 10/8/2024
10.6.14 246 10/1/2024
10.6.13 293 9/24/2024
10.6.12 266 9/17/2024
10.6.11 251 9/3/2024
10.6.10 300 8/27/2024
10.6.9 869 8/20/2024
10.6.8 379 8/13/2024
10.6.7 242 8/6/2024
10.6.6 394 7/19/2024
10.6.5 247 7/16/2024
10.6.4 315 7/9/2024
10.6.3 429 7/2/2024
10.6.2 2,691 6/25/2024
10.5.14 326 10/1/2024
10.5.13 246 9/24/2024
10.5.12 265 8/21/2024
10.5.11 281 8/13/2024
10.5.10 185 8/6/2024
10.5.9 249 7/19/2024
10.5.8 267 7/16/2024
10.5.7 211 7/5/2024
10.5.6 262 7/1/2024
10.5.5 233 6/25/2024
10.5.4 318 6/18/2024
10.5.3 311 6/11/2024
10.5.2 320 6/4/2024
10.5.1 232 6/4/2024
10.5.0 623 5/28/2024
10.4.8 220 8/6/2024
10.4.7 231 6/25/2024
10.4.6 234 6/11/2024
10.4.5 247 6/4/2024
10.4.4 250 5/28/2024
10.4.3 298 5/21/2024
10.4.2 659 5/14/2024
10.4.1 478 5/7/2024
10.4.0 2,337 4/30/2024
10.3.10 212 8/6/2024
10.3.9 233 6/25/2024
10.3.8 331 5/21/2024
10.3.7 232 5/14/2024
10.3.6 289 5/7/2024
10.3.5 284 4/30/2024
10.3.4 341 4/23/2024
10.3.3 312 4/16/2024
10.3.2 358 4/11/2024
10.3.1 275 4/9/2024
10.3.0 472 4/2/2024
10.2.8 337 4/23/2024
10.2.7 271 4/16/2024
10.2.6 258 4/11/2024
10.2.5 263 4/9/2024
10.2.4 271 4/2/2024
10.2.3 319 3/26/2024
10.2.2 386 3/19/2024
10.2.1 411 3/12/2024
10.2.0 552 3/5/2024
10.1.12 286 4/11/2024
10.1.11 272 4/9/2024
10.1.10 293 4/2/2024
10.1.9 335 3/19/2024
10.1.8 344 3/13/2024
10.1.7 321 3/12/2024
10.1.6 363 3/5/2024
10.1.5 427 2/27/2024
10.1.4 469 2/20/2024
10.1.3 479 2/14/2024
10.1.2 479 2/7/2024
10.1.1 465 2/6/2024
10.1.0 529 1/30/2024
10.0.39 313 4/11/2024
10.0.38 334 4/2/2024
10.0.37 416 3/5/2024
10.0.36 430 2/27/2024
10.0.35 440 2/20/2024
10.0.34 694 2/14/2024
10.0.33 646 2/1/2024
10.0.32 538 1/24/2024
10.0.31 527 1/19/2024
10.0.30 530 1/18/2024
10.0.29 602 1/16/2024
10.0.28 754 1/16/2024
10.0.27 648 1/11/2024
10.0.26 748 12/19/2023
10.0.25 1,159 12/12/2023
10.0.24 1,020 12/5/2023
10.0.22 917 11/28/2023
10.0.21 2,745 11/23/2023
10.0.20 683 11/21/2023
10.0.19 638 11/14/2023
10.0.18 574 11/9/2023
10.0.17 673 11/2/2023
10.0.16 637 10/25/2023
10.0.15 709 10/19/2023
10.0.14 676 10/11/2023
10.0.13 811 9/27/2023
10.0.12 710 9/26/2023
10.0.11 726 9/22/2023
10.0.10 701 9/13/2023
10.0.9 2,246 8/30/2023
10.0.8 754 8/25/2023
10.0.7 1,001 8/22/2023
10.0.6 962 8/10/2023
10.0.5 1,149 8/2/2023
10.0.4 883 7/13/2023
10.0.3 1,086 7/5/2023
10.0.2 1,347 6/27/2023
10.0.1 890 6/20/2023
10.0.0 2,340 6/14/2023
1.20.0 138 9/1/2025
1.19.5 150 8/21/2025
1.19.4 399 7/30/2025
1.19.3 524 6/18/2025
1.19.2 715 4/1/2025
1.19.1 896 2/19/2025
1.19.0 1,052 1/31/2025
1.18.5 193 4/1/2025
1.18.4 148 2/18/2025
1.18.3 308 1/31/2025
1.18.2 281 12/18/2024
1.18.1 755 11/26/2024
1.18.0 1,745 8/27/2024
1.17.17 1,034 11/22/2024
1.17.16 181 11/7/2024
1.17.15 228 10/18/2024
1.17.14 1,155 10/2/2024
1.17.13 1,697 9/19/2024
1.17.12 1,108 9/3/2024
1.17.11 387 8/26/2024
1.17.10 1,107 8/14/2024
1.17.9 264 7/18/2024
1.17.8 459 6/27/2024
1.17.7 1,456 6/4/2024
1.17.6 182 5/30/2024
1.17.5 1,560 5/13/2024
1.17.4 5,915 4/12/2024
1.17.3 441 3/25/2024
1.17.2 1,271 3/4/2024
1.17.1 1,133 2/14/2024
1.17.0 653 1/31/2024
1.16.13 449 4/11/2024
1.16.12 320 3/25/2024
1.16.11 330 3/4/2024
1.16.10 430 2/14/2024
1.16.9 460 1/29/2024
1.16.8 677 1/9/2024
1.16.7 1,302 12/13/2023
1.16.6 748 12/6/2023
1.16.5 1,603 11/29/2023
1.16.4 947 11/21/2023
1.16.3 709 11/7/2023
1.16.2 539 10/30/2023
1.16.1 1,549 10/10/2023
1.16.0 2,078 9/21/2023
1.15.34 349 1/31/2024
1.15.33 397 1/23/2024
1.15.32 827 12/13/2023
1.15.31 1,775 11/7/2023
1.15.30 629 10/17/2023
1.15.29 1,081 10/10/2023
1.15.28 2,978 9/13/2023
1.15.27 2,502 8/29/2023
1.15.26 7,286 8/15/2023
1.15.25 667 8/14/2023
1.15.24 1,694 8/2/2023
1.15.23 747 7/27/2023
1.15.22 724 7/26/2023
1.15.21 1,150 7/6/2023
1.15.20 2,023 6/29/2023
1.15.19 1,754 6/6/2023
1.15.18 1,047 5/28/2023
1.15.17 1,215 5/16/2023
1.15.16 2,525 5/11/2023
1.15.15 2,984 5/3/2023
1.15.14 1,302 4/18/2023
1.15.13 1,468 3/24/2023
1.15.12 1,701 3/21/2023
1.15.11 3,501 3/16/2023
1.15.10 884 3/15/2023
1.15.9 3,886 3/7/2023
1.15.8 947 3/2/2023
1.15.7 1,046 2/28/2023
1.15.6 996 2/22/2023
1.15.5 1,504 2/21/2023
1.15.4 1,007 2/15/2023
1.15.3 894 2/7/2023
1.15.2 1,074 2/6/2023
1.15.1 3,480 2/2/2023
1.15.0 1,290 1/26/2023
1.14.70 3,091 10/9/2023
1.14.69 704 8/14/2023
1.14.68 886 7/27/2023
1.14.67 1,510 6/23/2023
1.14.66 4,493 5/3/2023
1.14.65 1,988 4/24/2023
1.14.64 966 4/18/2023
1.14.63 941 3/24/2023
1.14.62 951 3/21/2023
1.14.61 958 3/16/2023
1.14.60 893 3/16/2023
1.14.59 1,432 3/7/2023
1.14.58 927 3/2/2023
1.14.57 1,613 2/21/2023
1.14.56 1,089 2/15/2023
1.14.55 1,014 2/14/2023
1.14.54 1,009 2/7/2023
1.14.53 1,042 2/2/2023
1.14.52 1,018 2/1/2023
1.14.51 1,385 1/26/2023
1.14.50 1,647 1/24/2023
1.14.49 4,826 1/18/2023
1.14.48 1,013 1/16/2023
1.14.47 1,994 1/10/2023
1.14.46 974 1/9/2023
1.14.45 1,559 1/9/2023
1.14.44 2,003 1/5/2023
1.14.43 977 1/5/2023
1.14.42 2,670 1/3/2023
1.14.41 3,354 12/15/2022
1.14.40 1,040 12/13/2022
1.14.39 1,819 12/8/2022
1.14.38 1,031 12/7/2022
1.14.37 980 12/5/2022
1.14.36 1,055 12/2/2022
1.14.35 1,006 12/1/2022
1.14.34 1,816 11/29/2022
1.14.33 1,061 11/28/2022
1.14.32 991 11/24/2022
1.14.31 1,061 11/23/2022
1.14.30 1,181 11/22/2022
1.14.29 1,242 11/22/2022
1.14.28 1,994 11/17/2022
1.14.27 1,955 11/16/2022
1.14.26 1,177 11/16/2022
1.14.25 2,116 11/15/2022
1.14.24 1,166 11/14/2022
1.14.23 1,082 11/11/2022
1.14.22 1,292 11/10/2022
1.14.21 1,108 11/10/2022
1.14.20 1,146 11/7/2022
1.14.19 1,577 11/7/2022
1.14.18 1,496 11/2/2022
1.14.17 3,613 11/1/2022
1.14.16 1,086 10/27/2022
1.14.15 1,203 10/24/2022
1.14.14 1,115 10/21/2022
1.14.13 2,239 10/13/2022
1.14.12 1,094 10/12/2022
1.14.11 1,623 10/12/2022
1.14.10 1,942 10/7/2022
1.14.9 1,426 10/4/2022
1.14.8 1,107 10/3/2022
1.14.7 1,508 9/29/2022
1.14.6 1,897 9/27/2022
1.14.5 1,190 9/21/2022
1.14.4 1,528 9/16/2022
1.14.3 1,139 9/15/2022
1.14.2 2,326 9/7/2022
1.14.1 2,665 8/30/2022
1.14.0 3,157 8/30/2022
1.13.83 1,036 1/24/2023
1.13.81 1,026 1/5/2023
1.13.80 1,038 11/23/2022
1.13.79 1,141 11/1/2022
1.13.78 1,087 10/13/2022
1.13.77 1,163 10/4/2022
1.13.76 1,299 9/27/2022
1.13.75 1,155 9/21/2022
1.13.74 3,094 9/20/2022
1.13.73 1,219 9/16/2022
1.13.72 2,494 8/31/2022
1.13.71 1,196 8/30/2022
1.13.70 1,157 8/25/2022
1.13.69 1,232 8/22/2022
1.13.68 1,120 8/22/2022
1.13.67 1,247 8/22/2022
1.13.66 1,208 8/22/2022
1.13.65 1,244 8/17/2022
1.13.64 4,185 8/11/2022
1.13.63 1,166 8/9/2022
1.13.62 1,263 8/8/2022
1.13.61 2,633 7/13/2022
1.13.60 1,309 7/11/2022
1.13.59 2,857 6/27/2022
1.13.58 1,378 6/24/2022
1.13.57 1,948 6/21/2022
1.13.56 1,289 6/19/2022
1.13.55 1,700 6/15/2022
1.13.54 6,036 6/8/2022
1.13.53 1,239 6/6/2022
1.13.52 5,930 6/2/2022
1.13.51 1,355 6/1/2022
1.13.50 2,076 5/23/2022
1.13.49 1,263 5/20/2022
1.13.48 1,217 5/18/2022
1.13.47 1,311 5/5/2022
1.13.46 3,102 5/2/2022
1.13.45 1,283 4/29/2022
1.13.44 1,311 4/28/2022
1.13.43 1,236 4/28/2022
1.13.42 1,334 4/27/2022
1.13.41 1,227 4/27/2022
1.13.40 1,252 4/26/2022
1.13.39 1,300 4/26/2022
1.13.38 1,335 4/26/2022
1.13.37 1,570 4/21/2022
1.13.36 1,735 4/13/2022
1.13.35 1,468 4/8/2022
1.13.34 1,269 4/7/2022
1.13.33 1,335 4/7/2022
1.13.32 1,328 4/7/2022
1.13.31 1,314 4/6/2022
1.13.30 1,262 4/4/2022
1.13.29 1,675 3/28/2022
1.13.28 1,307 3/28/2022
1.13.27 2,024 3/25/2022
1.13.24 1,289 3/21/2022
1.13.23 1,323 3/17/2022
1.13.22 1,576 3/16/2022
1.13.21 1,331 3/15/2022
1.13.20 1,371 3/11/2022
1.13.19 1,341 3/10/2022
1.13.18 1,377 3/10/2022
1.13.17 1,314 3/9/2022
1.13.16 1,365 3/9/2022
1.13.15 1,440 3/4/2022
1.13.14 2,744 3/2/2022
1.13.13 1,273 3/1/2022
1.13.12 1,417 2/28/2022
1.13.11 1,420 2/18/2022
1.13.10 1,366 2/18/2022
1.13.9 4,767 2/17/2022
1.13.8 1,304 2/16/2022
1.13.7 3,552 2/11/2022
1.13.6 1,432 2/7/2022
1.13.5 1,422 2/3/2022
1.13.4 1,381 2/2/2022
1.13.3 1,351 2/2/2022
1.13.2 1,397 2/1/2022
1.13.1 1,418 1/28/2022
1.13.0 3,959 1/25/2022
1.12.60 2,950 5/24/2022
1.12.59 1,211 5/23/2022
1.12.58 1,525 3/9/2022
1.12.57 1,337 3/3/2022
1.12.56 1,323 2/11/2022
1.12.55 1,637 2/8/2022
1.12.54 1,360 2/4/2022
1.12.53 1,324 1/31/2022
1.12.52 3,402 1/23/2022
1.12.51 1,409 1/20/2022
1.12.50 1,352 1/19/2022
1.12.49 1,704 1/17/2022
1.12.48 1,207 1/14/2022
1.12.47 1,348 1/13/2022
1.12.46 1,276 1/11/2022
1.12.45 1,100 1/6/2022
1.12.44 1,226 1/3/2022
1.12.43 1,176 12/23/2021
1.12.42 2,498 12/21/2021
1.12.41 1,147 12/21/2021
1.12.40 1,124 12/20/2021
1.12.39 1,110 12/20/2021
1.12.38 2,347 12/16/2021
1.12.37 1,127 12/16/2021
1.12.36 2,328 12/16/2021
1.12.35 4,989 12/15/2021
1.12.34 1,168 12/10/2021
1.12.33 1,913 12/7/2021
1.12.32 1,371 12/2/2021
1.12.31 992 12/2/2021
1.12.30 1,134 11/30/2021
1.12.29 1,312 11/29/2021
1.12.28 4,536 11/23/2021
1.12.27 1,135 11/22/2021
1.12.26 1,159 11/12/2021
1.12.25 1,088 11/11/2021
1.12.23 1,165 11/10/2021
1.12.22 1,133 11/10/2021
1.12.21 1,211 11/8/2021
1.12.20 2,073 10/29/2021
1.12.19 5,457 10/29/2021
1.12.18 1,240 10/26/2021
1.12.17 1,904 10/26/2021
1.12.16 1,303 10/25/2021
1.12.15 1,311 10/20/2021
1.12.14 1,180 10/18/2021
1.12.13 1,216 10/18/2021
1.12.12 1,164 10/15/2021
1.12.11 1,353 10/14/2021
1.12.10 1,967 10/7/2021
1.12.9 1,177 10/6/2021
1.12.8 1,320 10/5/2021
1.12.7 1,272 10/5/2021
1.12.6 1,279 10/4/2021
1.12.5 1,217 10/1/2021
1.12.4 1,224 9/30/2021
1.12.3 1,188 9/29/2021
1.12.2 1,844 9/23/2021
1.12.1 1,744 9/17/2021
1.12.0 3,538 8/31/2021
1.10.116 2,638 12/1/2021
1.10.115 2,505 11/11/2021
1.10.114 1,146 11/10/2021
1.10.113 1,145 11/5/2021
1.10.112 2,033 10/19/2021
1.10.111 1,168 10/15/2021
1.10.110 1,230 10/15/2021
1.10.109 1,162 10/12/2021
1.10.108 1,179 10/8/2021
1.10.107 1,227 10/7/2021
1.10.106 1,119 10/6/2021
1.10.105 1,205 10/5/2021
1.10.104 13,191 9/23/2021
1.10.103 1,633 9/21/2021
1.10.102 2,077 9/21/2021
1.10.101 1,227 9/15/2021
1.10.100 1,252 9/13/2021
1.10.99 2,115 9/9/2021
1.10.98 1,280 9/9/2021
1.10.97 1,450 9/6/2021
1.10.96 4,614 8/30/2021
1.10.95 2,904 8/27/2021
1.10.94 1,344 8/26/2021
1.10.93 1,390 8/24/2021
1.10.92 14,030 8/23/2021
1.10.91 1,447 8/20/2021
1.10.90 21,359 8/12/2021
1.10.89 3,604 8/12/2021
1.10.88 1,708 8/4/2021
1.10.87 6,754 7/15/2021
1.10.86 1,350 7/14/2021
1.10.85 1,315 7/12/2021
1.10.84 1,300 7/12/2021
1.10.83 10,141 7/8/2021
1.10.82 1,195 7/7/2021
1.10.81 1,194 7/6/2021
1.10.80 1,271 7/2/2021
1.10.79 1,164 7/2/2021
1.10.78 1,292 6/30/2021
1.10.77 1,211 6/29/2021
1.10.76 2,092 6/28/2021
1.10.75 2,505 6/25/2021
1.10.74 1,259 6/22/2021
1.10.73 1,296 6/18/2021
1.10.72 3,450 6/11/2021
1.10.71 1,984 6/7/2021
1.10.70 1,341 6/4/2021
1.10.69 1,228 6/4/2021
1.10.68 17,169 6/2/2021
1.10.67 3,135 6/1/2021
1.10.66 1,257 5/31/2021
1.10.65 1,312 5/27/2021
1.10.64 1,212 5/26/2021
1.10.63 2,454 5/24/2021
1.10.62 2,401 5/18/2021
1.10.61 1,280 5/18/2021
1.10.60 1,259 5/17/2021
1.10.59 2,887 5/12/2021
1.10.58 1,339 5/11/2021
1.10.57 1,349 5/7/2021
1.10.56 2,754 5/4/2021
1.10.55 1,269 5/3/2021
1.10.54 1,306 5/3/2021
1.10.53 23,106 4/27/2021
1.10.52 1,229 4/27/2021
1.10.51 8,646 4/26/2021
1.10.50 7,320 4/23/2021
1.10.49 4,869 4/22/2021
1.10.48 1,240 4/21/2021
1.10.47 1,307 4/21/2021
1.10.46 1,327 4/21/2021
1.10.45 1,229 4/20/2021
1.10.44 1,276 4/19/2021
1.10.43 1,201 4/19/2021
1.10.42 1,280 4/15/2021
1.10.41 1,218 4/14/2021
1.10.40 1,687 4/14/2021
1.10.39 3,584 4/13/2021
1.10.38 1,156 4/12/2021
1.10.37 1,254 4/12/2021
1.10.36 1,306 4/12/2021
1.10.35 1,261 4/9/2021
1.10.34 1,180 4/9/2021
1.10.33 1,158 4/8/2021
1.10.32 1,273 4/8/2021
1.10.31 1,221 4/7/2021
1.10.30 1,192 4/7/2021
1.10.29 1,229 3/31/2021
1.10.28 1,603 3/30/2021
1.10.27 3,171 3/24/2021
1.10.26 1,207 3/24/2021
1.10.25 1,299 3/23/2021
1.10.24 1,281 3/23/2021
1.10.23 1,410 3/18/2021
1.10.22 2,645 3/17/2021
1.10.21 2,537 3/11/2021
1.10.20 1,328 3/11/2021
1.10.19 1,287 3/10/2021
1.10.18 2,020 3/9/2021
1.10.17 1,228 3/9/2021
1.10.16 1,347 3/8/2021
1.10.15 15,064 3/4/2021
1.10.14 1,677 2/25/2021
1.10.13 3,257 2/19/2021
1.10.12 2,658 2/18/2021
1.10.11 1,354 2/16/2021
1.10.10 1,214 2/15/2021
1.10.9 1,403 2/10/2021
1.10.8 1,677 2/8/2021
1.10.7 1,294 2/4/2021
1.10.6 3,357 2/2/2021
1.10.5 1,278 2/1/2021
1.10.4 1,331 1/29/2021
1.10.3 2,736 1/28/2021
1.10.2 6,521 1/26/2021
1.10.1 11,695 1/26/2021
1.9.64 1,243 3/17/2021
1.9.63 1,792 2/25/2021
1.9.62 1,285 2/22/2021
1.9.61 2,259 2/4/2021
1.9.60 1,250 2/1/2021
1.9.59 4,016 1/19/2021
1.9.58 1,296 1/15/2021
1.9.57 1,494 1/14/2021
1.9.56 1,376 1/11/2021
1.9.55 1,600 12/24/2020
1.9.54 1,560 12/18/2020
1.9.53 4,322 12/16/2020
1.9.52 1,295 12/15/2020
1.9.51 1,349 12/11/2020
1.9.50 1,359 12/10/2020
1.9.49 1,427 12/10/2020
1.9.48 1,379 12/9/2020
1.9.47 1,308 12/8/2020
1.9.46 1,367 12/4/2020
1.9.45 1,339 12/3/2020
1.9.44 1,417 12/1/2020
1.9.43 1,357 11/30/2020
1.9.42 1,283 11/27/2020
1.9.41 1,415 11/26/2020
1.9.40 1,220 11/26/2020
1.9.39 3,814 11/25/2020
1.9.38 1,311 11/23/2020
1.9.37 1,301 11/20/2020
1.9.36 1,615 11/17/2020
1.9.35 1,400 11/16/2020
1.9.34 1,577 11/10/2020
1.9.33 1,398 11/9/2020
1.9.32 5,600 11/3/2020
1.9.31 1,409 11/3/2020
1.9.30 1,364 10/30/2020
1.9.29 1,335 10/28/2020
1.9.28 4,044 10/21/2020
1.9.27 1,352 10/20/2020
1.9.26 1,464 10/18/2020
1.9.25 4,070 10/15/2020
1.9.24 1,512 10/14/2020
1.9.23 1,368 10/13/2020
1.9.22 1,385 10/13/2020
1.9.21 1,441 10/9/2020
1.9.20 2,394 10/2/2020
1.9.19 2,295 9/29/2020
1.9.18 2,865 9/29/2020
1.9.17 1,433 9/22/2020
1.9.16 1,406 9/17/2020
1.9.15 1,557 9/16/2020
1.9.14 2,572 9/15/2020
1.9.13 1,346 9/15/2020
1.9.12 1,417 9/15/2020
1.9.11 1,397 9/15/2020
1.9.10 1,721 9/11/2020
1.9.9 1,449 9/9/2020
1.9.8 1,298 9/9/2020
1.9.7 1,351 9/8/2020
1.9.6 1,717 9/4/2020
1.9.5 1,395 9/2/2020
1.9.4 1,351 9/1/2020
1.9.3 1,408 8/31/2020
1.9.2 3,162 8/27/2020
1.9.1 1,390 8/26/2020
1.9.0 2,721 8/25/2020
1.8.105 1,863 4/15/2021
1.8.104 1,511 10/20/2020
1.8.103 2,506 9/14/2020
1.8.102 1,489 9/8/2020
1.8.101 1,467 9/2/2020
1.8.100 1,398 9/1/2020
1.8.99 3,188 8/21/2020
1.8.98 1,406 8/18/2020
1.8.97 1,526 8/14/2020
1.8.96 1,513 8/13/2020
1.8.95 1,479 8/12/2020
1.8.94 2,438 8/11/2020
1.8.93 1,826 8/3/2020
1.8.92 1,536 7/30/2020
1.8.91 1,560 7/13/2020
1.8.90 1,481 7/7/2020
1.8.89 1,541 7/7/2020
1.8.88 1,404 7/6/2020
1.8.87 1,403 7/2/2020
1.8.86 3,608 6/30/2020
1.8.85 1,478 6/30/2020
1.8.84 1,407 6/30/2020
1.8.83 1,431 6/29/2020
1.8.82 1,459 6/25/2020
1.8.81 1,595 6/25/2020
1.8.80 1,512 6/22/2020
1.8.79 1,434 6/18/2020
1.8.78 4,474 6/18/2020
1.8.77 1,439 6/17/2020
1.8.76 2,506 6/16/2020
1.8.75 1,422 6/15/2020
1.8.74 2,990 6/9/2020
1.8.73 1,507 6/8/2020
1.8.72 1,408 6/8/2020
1.8.71 1,434 6/5/2020
1.8.70 1,565 6/4/2020
1.8.69 1,522 6/1/2020
1.8.68 1,563 5/29/2020
1.8.67 1,480 5/28/2020
1.8.66 1,455 5/28/2020
1.8.65 1,486 5/27/2020
1.8.64 2,487 5/26/2020
1.8.63 4,738 5/20/2020
1.8.62 1,445 5/20/2020
1.8.61 1,457 5/20/2020
1.8.60 1,601 5/18/2020
1.8.59 1,492 5/15/2020
1.8.58 1,478 5/15/2020
1.8.57 1,469 5/15/2020
1.8.56 1,460 5/14/2020
1.8.55 5,305 5/12/2020
1.8.54 1,556 5/8/2020
1.8.53 2,401 5/6/2020
1.8.52 1,639 5/5/2020
1.8.51 1,515 5/4/2020
1.8.50 1,550 4/30/2020
1.8.49 1,470 4/29/2020
1.8.48 1,498 4/27/2020
1.8.47 3,644 4/24/2020
1.8.46 1,553 4/24/2020
1.8.45 1,457 4/24/2020
1.8.44 1,497 4/22/2020
1.8.43 2,687 4/21/2020
1.8.42 1,483 4/17/2020
1.8.41 1,588 4/16/2020
1.8.40 1,653 4/9/2020
1.8.39 1,427 4/8/2020
1.8.38 2,547 4/5/2020
1.8.37 1,599 4/3/2020
1.8.36 1,579 4/3/2020
1.8.35 1,534 4/2/2020
1.8.34 1,598 4/2/2020
1.8.33 1,647 3/31/2020
1.8.32 1,536 3/27/2020
1.8.31 1,551 3/26/2020
1.8.30 1,518 3/26/2020
1.8.29 1,367 3/25/2020
1.8.28 1,599 3/24/2020
1.8.27 1,514 3/20/2020
1.8.26 1,480 3/19/2020
1.8.25 1,618 3/18/2020
1.8.24 2,518 3/18/2020
1.8.23 1,510 3/18/2020
1.8.22 1,394 3/18/2020
1.8.21 1,578 3/18/2020
1.8.20 1,623 3/17/2020
1.8.19 1,613 3/17/2020
1.8.18 1,559 3/17/2020
1.8.17 3,749 3/17/2020
1.8.16 1,577 3/15/2020
1.8.15 3,685 3/12/2020
1.8.14 1,485 3/11/2020
1.8.13 4,853 3/5/2020
1.8.12 1,750 3/3/2020
1.8.11 1,547 3/2/2020
1.8.10 7,430 2/24/2020
1.8.9 1,666 2/20/2020
1.8.8 1,783 2/18/2020
1.8.7 1,572 2/18/2020
1.8.6 1,457 2/17/2020
1.8.5 1,464 2/14/2020
1.8.4 1,822 2/12/2020
1.8.3 1,792 2/7/2020
1.8.2 1,603 2/3/2020
1.8.1 6,777 1/28/2020
1.7.53 1,589 5/15/2020
1.7.52 1,531 3/31/2020
1.7.51 2,025 3/27/2020
1.7.50 1,525 3/26/2020
1.7.49 2,191 3/18/2020
1.7.48 1,468 2/25/2020
1.7.47 2,514 2/4/2020
1.7.46 1,518 2/4/2020
1.7.45 1,569 1/16/2020
1.7.44 1,633 1/13/2020
1.7.43 1,580 1/9/2020
1.7.42 5,661 12/27/2019
1.7.41 3,483 12/16/2019
1.7.40 1,439 12/13/2019
1.7.39 1,463 12/13/2019
1.7.38 1,547 12/13/2019
1.7.37 1,590 12/11/2019
1.7.36 1,561 12/4/2019
1.7.35 1,449 12/4/2019
1.7.34 1,502 12/3/2019
1.7.33 1,605 12/2/2019
1.7.32 6,872 11/27/2019
1.7.31 7,554 11/26/2019
1.7.30 2,265 11/25/2019
1.7.29 1,522 11/22/2019
1.7.28 1,637 11/8/2019
1.7.27 2,200 11/5/2019
1.7.26 1,577 10/31/2019
1.7.25 2,466 10/29/2019
1.7.24 1,532 10/29/2019
1.7.23 1,548 10/25/2019
1.7.22 1,559 10/24/2019
1.7.21 1,612 10/24/2019
1.7.20 6,230 10/16/2019
1.7.19 1,498 10/15/2019
1.7.18 1,556 10/15/2019
1.7.17 1,635 10/8/2019
1.7.16 1,576 10/4/2019
1.7.15 4,963 10/2/2019
1.7.14 1,889 9/27/2019
1.7.13 1,507 9/26/2019
1.7.12 1,557 9/25/2019
1.7.11 1,607 9/24/2019
1.7.10 1,584 9/24/2019
1.7.9 1,607 9/24/2019
1.7.8 11,201 9/12/2019
1.7.7 1,585 9/12/2019
1.7.6 2,548 9/10/2019
1.7.5 1,630 9/5/2019
1.7.4 1,533 9/4/2019
1.7.3 1,539 9/3/2019
1.7.2 1,613 9/2/2019
1.7.1 1,619 8/29/2019
1.7.0 2,671 8/27/2019
1.6.69 1,518 5/15/2020
1.6.68 5,687 10/2/2019
1.6.67 2,623 9/27/2019
1.6.66 1,568 9/26/2019
1.6.65 2,669 9/5/2019
1.6.64 1,510 9/2/2019
1.6.63 3,428 8/23/2019
1.6.62 1,492 8/21/2019
1.6.61 1,629 8/21/2019
1.6.60 1,556 8/15/2019
1.6.57 1,521 8/8/2019
1.6.56 1,508 8/8/2019
1.6.55 2,836 8/5/2019
1.6.52 3,324 7/8/2019
1.6.48 1,597 6/18/2019
1.6.47 2,418 6/13/2019
1.6.46 1,632 6/12/2019
1.6.45 1,639 6/12/2019
1.6.44 1,546 6/12/2019
1.6.43 1,552 5/29/2019
1.6.42 2,406 5/28/2019
1.6.41 1,524 5/28/2019
1.6.40 1,570 5/28/2019
1.6.39 1,544 5/28/2019
1.6.38 2,424 5/21/2019
1.6.37 6,073 5/21/2019
1.6.36 1,594 5/16/2019
1.6.35 4,527 5/16/2019
1.6.34 1,586 5/16/2019
1.6.33 1,482 5/16/2019
1.6.32 1,648 5/7/2019
1.6.31 1,601 5/7/2019
1.6.30 1,592 5/7/2019
1.6.29 1,530 5/7/2019
1.6.28 2,480 5/1/2019
1.6.27 1,689 5/1/2019
1.6.26 1,610 4/25/2019
1.6.25 2,243 4/17/2019
1.6.24 1,551 4/17/2019
1.6.23 4,519 4/15/2019
1.6.22 2,488 4/9/2019
1.6.20 1,592 4/1/2019
1.6.19 1,633 3/29/2019
1.6.18 2,707 3/25/2019
1.6.17 1,658 3/21/2019
1.6.16 2,474 3/15/2019
1.6.15 1,566 3/15/2019
1.6.14 1,566 3/15/2019
1.6.13 1,596 3/15/2019
1.6.12 1,551 3/15/2019
1.6.11 1,630 3/15/2019
1.6.10 2,563 3/15/2019
1.6.9 1,578 3/15/2019
1.6.8 1,477 3/15/2019
1.6.7 7,217 3/15/2019
1.6.6 2,384 3/15/2019
1.6.5 1,775 3/15/2019
1.6.4 1,605 3/15/2019
1.6.3 1,581 3/15/2019
1.6.2 1,614 3/15/2019
1.6.1 2,767 3/15/2019
1.6.0 7,828 3/15/2019
1.5.41 2,258 3/15/2019
1.5.40 1,615 3/15/2019
1.5.39 2,471 3/15/2019
1.5.38 1,593 3/15/2019
1.5.37 1,533 3/15/2019
1.5.36 1,565 3/15/2019
1.5.35 1,875 3/15/2019
1.5.34 4,681 3/15/2019
1.5.33 1,545 3/15/2019
1.5.32 2,341 3/15/2019
1.5.31 1,572 3/15/2019
1.5.30 1,591 3/15/2019
1.5.29 1,545 3/15/2019
1.5.28 3,968 3/15/2019
1.5.27 1,594 3/15/2019
1.5.26 4,337 3/15/2019
1.5.25 1,548 3/15/2019
1.5.24 1,573 3/15/2019
1.5.23 2,488 3/15/2019
1.5.22 1,542 3/15/2019
1.5.21 3,662 3/15/2019
1.5.20 1,544 3/15/2019
1.5.19 2,444 3/15/2019
1.5.18 1,598 3/15/2019
1.5.17 1,546 3/15/2019
1.5.16 2,285 3/15/2019
1.5.15 1,609 3/15/2019
1.5.14 1,517 3/15/2019
1.5.13 1,677 3/15/2019
1.5.11 1,527 3/15/2019
1.5.10 1,835 3/15/2019
1.5.9 2,674 3/15/2019
1.5.8 2,084 3/15/2019
1.5.7 1,630 3/15/2019
1.5.6 1,577 3/15/2019
1.5.5 4,987 3/15/2019
1.5.4 1,619 3/15/2019
1.5.3 1,509 3/15/2019
1.5.2 1,529 3/15/2019
1.5.1 7,288 3/15/2019
1.5.0 5,872 3/15/2019
1.4.84 21,567 3/15/2019
1.4.83 6,611 3/15/2019
1.4.82 6,048 3/15/2019
1.4.81 1,617 3/15/2019
1.4.80 6,593 3/15/2019
1.4.79 1,590 3/15/2019
1.4.78 1,496 3/15/2019
1.4.77 2,425 3/15/2019
1.4.76 1,548 3/15/2019
1.4.75 1,466 3/15/2019
1.4.74 2,245 3/15/2019
1.4.73 1,506 3/15/2019
1.4.72 1,519 3/15/2019
1.4.71 1,521 3/15/2019
1.4.70 1,513 3/15/2019
1.4.69 2,236 3/15/2019
1.4.68 1,529 3/15/2019
1.4.67 1,499 3/15/2019
1.4.66 2,250 3/15/2019
1.4.65 1,530 3/15/2019
1.4.64 1,538 3/15/2019
1.4.63 3,890 3/15/2019
1.4.59 4,346 3/15/2019
1.4.57 9,476 3/15/2019
1.4.22 10,446 3/15/2019
1.3.14 11,807 3/15/2019
1.2.10 5,246 3/15/2019
1.1.2 8,255 3/15/2019
1.0.0 99,342 3/15/2019