Dynamicweb.Ecommerce 10.16.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Ecommerce --version 10.16.10
                    
NuGet\Install-Package Dynamicweb.Ecommerce -Version 10.16.10
                    
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.16.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Ecommerce" Version="10.16.10" />
                    
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.16.10
                    
#r "nuget: Dynamicweb.Ecommerce, 10.16.10"
                    
#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.16.10
                    
#: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.16.10
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Ecommerce&version=10.16.10
                    
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 129 9/16/2025
10.19.3-PreRelease 219 9/9/2025
10.19.2-PreRelease 227 9/4/2025
10.19.1-PreRelease 225 9/2/2025
10.19.0-PreRelease 290 8/26/2025
10.18.8 181 9/16/2025
10.18.7 293 9/9/2025
10.18.6 288 9/4/2025
10.18.5 377 9/2/2025
10.18.4 710 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 221 9/16/2025
10.17.8 377 9/2/2025
10.17.7 360 8/26/2025
10.17.6 331 8/19/2025
10.17.5 441 8/12/2025
10.17.4 359 8/5/2025
10.17.3 715 7/22/2025
10.17.2 383 7/15/2025
10.17.1 439 7/8/2025
10.17.0 528 7/1/2025
10.16.11 173 9/16/2025
10.16.10 239 9/9/2025
10.16.9 460 8/12/2025
10.16.8 422 8/5/2025
10.16.7 788 7/22/2025
10.16.6 503 7/1/2025
10.16.5 816 6/17/2025
10.16.4 625 6/12/2025
10.16.3 541 6/10/2025
10.16.2 416 6/4/2025
10.16.1 346 6/3/2025
10.16.0 710 5/27/2025
10.15.11 311 8/26/2025
10.15.10 394 8/5/2025
10.15.9 383 7/1/2025
10.15.8 228 6/24/2025
10.15.7 300 6/17/2025
10.15.6 356 6/3/2025
10.15.5 290 5/27/2025
10.15.4 410 5/20/2025
10.15.3 636 5/13/2025
10.15.2 408 5/13/2025
10.15.1 552 5/6/2025
10.15.0 469 4/29/2025
10.14.13 343 7/1/2025
10.14.12 246 6/24/2025
10.14.11 346 6/17/2025
10.14.10 449 5/20/2025
10.14.9 380 5/13/2025
10.14.8 399 5/13/2025
10.14.7 229 5/7/2025
10.14.6 213 5/6/2025
10.14.5 303 4/29/2025
10.14.4 524 4/22/2025
10.14.3 525 4/10/2025
10.14.2 442 4/8/2025
10.14.1 675 4/1/2025
10.14.0 1,038 3/25/2025
10.13.8 561 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 931 3/18/2025
10.13.2 444 3/11/2025
10.13.1 910 3/4/2025
10.13.0 2,930 2/25/2025
10.12.7 657 3/11/2025
10.12.6 357 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 477 2/4/2025
10.12.0 1,459 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 296 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 180 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,671 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 441 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 246 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,174 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,400 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 267 9/17/2024
10.6.11 251 9/3/2024
10.6.10 300 8/27/2024
10.6.9 874 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,713 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 319 6/18/2024
10.5.3 311 6/11/2024
10.5.2 320 6/4/2024
10.5.1 233 6/4/2024
10.5.0 623 5/28/2024
10.4.8 220 8/6/2024
10.4.7 232 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 664 5/14/2024
10.4.1 478 5/7/2024
10.4.0 2,370 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 474 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 264 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 412 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 345 3/13/2024
10.1.7 321 3/12/2024
10.1.6 365 3/5/2024
10.1.5 427 2/27/2024
10.1.4 471 2/20/2024
10.1.3 480 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 418 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 531 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 702 9/13/2023
10.0.9 2,247 8/30/2023
10.0.8 756 8/25/2023
10.0.7 1,003 8/22/2023
10.0.6 964 8/10/2023
10.0.5 1,151 8/2/2023
10.0.4 886 7/13/2023
10.0.3 1,088 7/5/2023
10.0.2 1,350 6/27/2023
10.0.1 892 6/20/2023
10.0.0 2,342 6/14/2023
1.20.0 142 9/1/2025
1.19.5 151 8/21/2025
1.19.4 406 7/30/2025
1.19.3 528 6/18/2025
1.19.2 760 4/1/2025
1.19.1 897 2/19/2025
1.19.0 1,069 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 287 12/18/2024
1.18.1 755 11/26/2024
1.18.0 1,747 8/27/2024
1.17.17 1,034 11/22/2024
1.17.16 181 11/7/2024
1.17.15 230 10/18/2024
1.17.14 1,159 10/2/2024
1.17.13 1,713 9/19/2024
1.17.12 1,109 9/3/2024
1.17.11 388 8/26/2024
1.17.10 1,110 8/14/2024
1.17.9 264 7/18/2024
1.17.8 460 6/27/2024
1.17.7 1,461 6/4/2024
1.17.6 183 5/30/2024
1.17.5 1,560 5/13/2024
1.17.4 5,948 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 654 1/31/2024
1.16.13 451 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,303 12/13/2023
1.16.6 752 12/6/2023
1.16.5 1,603 11/29/2023
1.16.4 948 11/21/2023
1.16.3 709 11/7/2023
1.16.2 539 10/30/2023
1.16.1 1,554 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,780 11/7/2023
1.15.30 629 10/17/2023
1.15.29 1,082 10/10/2023
1.15.28 2,982 9/13/2023
1.15.27 2,503 8/29/2023
1.15.26 7,290 8/15/2023
1.15.25 669 8/14/2023
1.15.24 1,696 8/2/2023
1.15.23 749 7/27/2023
1.15.22 726 7/26/2023
1.15.21 1,152 7/6/2023
1.15.20 2,042 6/29/2023
1.15.19 1,757 6/6/2023
1.15.18 1,049 5/28/2023
1.15.17 1,223 5/16/2023
1.15.16 2,527 5/11/2023
1.15.15 2,987 5/3/2023
1.15.14 1,304 4/18/2023
1.15.13 1,470 3/24/2023
1.15.12 1,703 3/21/2023
1.15.11 3,503 3/16/2023
1.15.10 886 3/15/2023
1.15.9 3,888 3/7/2023
1.15.8 949 3/2/2023
1.15.7 1,048 2/28/2023
1.15.6 999 2/22/2023
1.15.5 1,506 2/21/2023
1.15.4 1,009 2/15/2023
1.15.3 896 2/7/2023
1.15.2 1,076 2/6/2023
1.15.1 3,482 2/2/2023
1.15.0 1,292 1/26/2023
1.14.70 3,099 10/9/2023
1.14.69 706 8/14/2023
1.14.68 888 7/27/2023
1.14.67 1,512 6/23/2023
1.14.66 4,497 5/3/2023
1.14.65 1,991 4/24/2023
1.14.64 968 4/18/2023
1.14.63 943 3/24/2023
1.14.62 953 3/21/2023
1.14.61 960 3/16/2023
1.14.60 895 3/16/2023
1.14.59 1,434 3/7/2023
1.14.58 929 3/2/2023
1.14.57 1,615 2/21/2023
1.14.56 1,091 2/15/2023
1.14.55 1,016 2/14/2023
1.14.54 1,011 2/7/2023
1.14.53 1,044 2/2/2023
1.14.52 1,020 2/1/2023
1.14.51 1,387 1/26/2023
1.14.50 1,649 1/24/2023
1.14.49 4,836 1/18/2023
1.14.48 1,015 1/16/2023
1.14.47 2,002 1/10/2023
1.14.46 976 1/9/2023
1.14.45 1,561 1/9/2023
1.14.44 2,011 1/5/2023
1.14.43 979 1/5/2023
1.14.42 2,672 1/3/2023
1.14.41 3,357 12/15/2022
1.14.40 1,043 12/13/2022
1.14.39 1,821 12/8/2022
1.14.38 1,033 12/7/2022
1.14.37 982 12/5/2022
1.14.36 1,057 12/2/2022
1.14.35 1,008 12/1/2022
1.14.34 1,818 11/29/2022
1.14.33 1,063 11/28/2022
1.14.32 994 11/24/2022
1.14.31 1,063 11/23/2022
1.14.30 1,184 11/22/2022
1.14.29 1,244 11/22/2022
1.14.28 1,996 11/17/2022
1.14.27 1,957 11/16/2022
1.14.26 1,179 11/16/2022
1.14.25 2,118 11/15/2022
1.14.24 1,168 11/14/2022
1.14.23 1,085 11/11/2022
1.14.22 1,295 11/10/2022
1.14.21 1,110 11/10/2022
1.14.20 1,148 11/7/2022
1.14.19 1,579 11/7/2022
1.14.18 1,498 11/2/2022
1.14.17 3,615 11/1/2022
1.14.16 1,088 10/27/2022
1.14.15 1,205 10/24/2022
1.14.14 1,117 10/21/2022
1.14.13 2,242 10/13/2022
1.14.12 1,096 10/12/2022
1.14.11 1,625 10/12/2022
1.14.10 1,946 10/7/2022
1.14.9 1,428 10/4/2022
1.14.8 1,109 10/3/2022
1.14.7 1,510 9/29/2022
1.14.6 1,899 9/27/2022
1.14.5 1,193 9/21/2022
1.14.4 1,530 9/16/2022
1.14.3 1,142 9/15/2022
1.14.2 2,328 9/7/2022
1.14.1 2,667 8/30/2022
1.14.0 3,160 8/30/2022
1.13.83 1,038 1/24/2023
1.13.81 1,028 1/5/2023
1.13.80 1,040 11/23/2022
1.13.79 1,143 11/1/2022
1.13.78 1,089 10/13/2022
1.13.77 1,166 10/4/2022
1.13.76 1,301 9/27/2022
1.13.75 1,158 9/21/2022
1.13.74 3,096 9/20/2022
1.13.73 1,222 9/16/2022
1.13.72 2,496 8/31/2022
1.13.71 1,198 8/30/2022
1.13.70 1,159 8/25/2022
1.13.69 1,235 8/22/2022
1.13.68 1,122 8/22/2022
1.13.67 1,249 8/22/2022
1.13.66 1,211 8/22/2022
1.13.65 1,246 8/17/2022
1.13.64 4,187 8/11/2022
1.13.63 1,168 8/9/2022
1.13.62 1,265 8/8/2022
1.13.61 2,635 7/13/2022
1.13.60 1,311 7/11/2022
1.13.59 2,867 6/27/2022
1.13.58 1,380 6/24/2022
1.13.57 1,950 6/21/2022
1.13.56 1,291 6/19/2022
1.13.55 1,702 6/15/2022
1.13.54 6,040 6/8/2022
1.13.53 1,241 6/6/2022
1.13.52 5,935 6/2/2022
1.13.51 1,357 6/1/2022
1.13.50 2,078 5/23/2022
1.13.49 1,265 5/20/2022
1.13.48 1,219 5/18/2022
1.13.47 1,313 5/5/2022
1.13.46 3,104 5/2/2022
1.13.45 1,285 4/29/2022
1.13.44 1,313 4/28/2022
1.13.43 1,238 4/28/2022
1.13.42 1,336 4/27/2022
1.13.41 1,229 4/27/2022
1.13.40 1,254 4/26/2022
1.13.39 1,302 4/26/2022
1.13.38 1,337 4/26/2022
1.13.37 1,573 4/21/2022
1.13.36 1,737 4/13/2022
1.13.35 1,471 4/8/2022
1.13.34 1,271 4/7/2022
1.13.33 1,337 4/7/2022
1.13.32 1,330 4/7/2022
1.13.31 1,316 4/6/2022
1.13.30 1,264 4/4/2022
1.13.29 1,677 3/28/2022
1.13.28 1,309 3/28/2022
1.13.27 2,026 3/25/2022
1.13.24 1,291 3/21/2022
1.13.23 1,325 3/17/2022
1.13.22 1,579 3/16/2022
1.13.21 1,333 3/15/2022
1.13.20 1,373 3/11/2022
1.13.19 1,343 3/10/2022
1.13.18 1,379 3/10/2022
1.13.17 1,316 3/9/2022
1.13.16 1,367 3/9/2022
1.13.15 1,442 3/4/2022
1.13.14 2,746 3/2/2022
1.13.13 1,275 3/1/2022
1.13.12 1,419 2/28/2022
1.13.11 1,422 2/18/2022
1.13.10 1,368 2/18/2022
1.13.9 4,770 2/17/2022
1.13.8 1,306 2/16/2022
1.13.7 3,554 2/11/2022
1.13.6 1,434 2/7/2022
1.13.5 1,426 2/3/2022
1.13.4 1,383 2/2/2022
1.13.3 1,353 2/2/2022
1.13.2 1,399 2/1/2022
1.13.1 1,420 1/28/2022
1.13.0 3,962 1/25/2022
1.12.60 2,952 5/24/2022
1.12.59 1,213 5/23/2022
1.12.58 1,528 3/9/2022
1.12.57 1,339 3/3/2022
1.12.56 1,325 2/11/2022
1.12.55 1,639 2/8/2022
1.12.54 1,362 2/4/2022
1.12.53 1,326 1/31/2022
1.12.52 3,406 1/23/2022
1.12.51 1,411 1/20/2022
1.12.50 1,354 1/19/2022
1.12.49 1,706 1/17/2022
1.12.48 1,209 1/14/2022
1.12.47 1,350 1/13/2022
1.12.46 1,278 1/11/2022
1.12.45 1,102 1/6/2022
1.12.44 1,228 1/3/2022
1.12.43 1,176 12/23/2021
1.12.42 2,499 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,169 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,074 10/29/2021
1.12.19 5,457 10/29/2021
1.12.18 1,241 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,181 10/18/2021
1.12.13 1,217 10/18/2021
1.12.12 1,165 10/15/2021
1.12.11 1,354 10/14/2021
1.12.10 1,968 10/7/2021
1.12.9 1,180 10/6/2021
1.12.8 1,321 10/5/2021
1.12.7 1,273 10/5/2021
1.12.6 1,281 10/4/2021
1.12.5 1,218 10/1/2021
1.12.4 1,225 9/30/2021
1.12.3 1,191 9/29/2021
1.12.2 1,845 9/23/2021
1.12.1 1,745 9/17/2021
1.12.0 3,539 8/31/2021
1.10.116 2,638 12/1/2021
1.10.115 2,506 11/11/2021
1.10.114 1,146 11/10/2021
1.10.113 1,146 11/5/2021
1.10.112 2,034 10/19/2021
1.10.111 1,169 10/15/2021
1.10.110 1,231 10/15/2021
1.10.109 1,163 10/12/2021
1.10.108 1,181 10/8/2021
1.10.107 1,228 10/7/2021
1.10.106 1,120 10/6/2021
1.10.105 1,206 10/5/2021
1.10.104 13,193 9/23/2021
1.10.103 1,634 9/21/2021
1.10.102 2,078 9/21/2021
1.10.101 1,228 9/15/2021
1.10.100 1,253 9/13/2021
1.10.99 2,116 9/9/2021
1.10.98 1,281 9/9/2021
1.10.97 1,451 9/6/2021
1.10.96 4,616 8/30/2021
1.10.95 2,905 8/27/2021
1.10.94 1,345 8/26/2021
1.10.93 1,392 8/24/2021
1.10.92 14,031 8/23/2021
1.10.91 1,448 8/20/2021
1.10.90 21,384 8/12/2021
1.10.89 3,605 8/12/2021
1.10.88 1,709 8/4/2021
1.10.87 6,757 7/15/2021
1.10.86 1,351 7/14/2021
1.10.85 1,316 7/12/2021
1.10.84 1,301 7/12/2021
1.10.83 10,146 7/8/2021
1.10.82 1,196 7/7/2021
1.10.81 1,195 7/6/2021
1.10.80 1,272 7/2/2021
1.10.79 1,166 7/2/2021
1.10.78 1,293 6/30/2021
1.10.77 1,212 6/29/2021
1.10.76 2,093 6/28/2021
1.10.75 2,506 6/25/2021
1.10.74 1,260 6/22/2021
1.10.73 1,297 6/18/2021
1.10.72 3,452 6/11/2021
1.10.71 1,987 6/7/2021
1.10.70 1,342 6/4/2021
1.10.69 1,229 6/4/2021
1.10.68 17,170 6/2/2021
1.10.67 3,136 6/1/2021
1.10.66 1,258 5/31/2021
1.10.65 1,313 5/27/2021
1.10.64 1,213 5/26/2021
1.10.63 2,455 5/24/2021
1.10.62 2,402 5/18/2021
1.10.61 1,281 5/18/2021
1.10.60 1,261 5/17/2021
1.10.59 2,888 5/12/2021
1.10.58 1,340 5/11/2021
1.10.57 1,351 5/7/2021
1.10.56 2,756 5/4/2021
1.10.55 1,271 5/3/2021
1.10.54 1,308 5/3/2021
1.10.53 23,109 4/27/2021
1.10.52 1,231 4/27/2021
1.10.51 8,648 4/26/2021
1.10.50 7,322 4/23/2021
1.10.49 4,871 4/22/2021
1.10.48 1,242 4/21/2021
1.10.47 1,309 4/21/2021
1.10.46 1,329 4/21/2021
1.10.45 1,231 4/20/2021
1.10.44 1,278 4/19/2021
1.10.43 1,203 4/19/2021
1.10.42 1,283 4/15/2021
1.10.41 1,221 4/14/2021
1.10.40 1,690 4/14/2021
1.10.39 3,586 4/13/2021
1.10.38 1,158 4/12/2021
1.10.37 1,256 4/12/2021
1.10.36 1,308 4/12/2021
1.10.35 1,263 4/9/2021
1.10.34 1,182 4/9/2021
1.10.33 1,161 4/8/2021
1.10.32 1,275 4/8/2021
1.10.31 1,223 4/7/2021
1.10.30 1,194 4/7/2021
1.10.29 1,231 3/31/2021
1.10.28 1,605 3/30/2021
1.10.27 3,173 3/24/2021
1.10.26 1,209 3/24/2021
1.10.25 1,301 3/23/2021
1.10.24 1,283 3/23/2021
1.10.23 1,412 3/18/2021
1.10.22 2,647 3/17/2021
1.10.21 2,540 3/11/2021
1.10.20 1,330 3/11/2021
1.10.19 1,289 3/10/2021
1.10.18 2,022 3/9/2021
1.10.17 1,230 3/9/2021
1.10.16 1,349 3/8/2021
1.10.15 15,079 3/4/2021
1.10.14 1,679 2/25/2021
1.10.13 3,259 2/19/2021
1.10.12 2,660 2/18/2021
1.10.11 1,356 2/16/2021
1.10.10 1,216 2/15/2021
1.10.9 1,405 2/10/2021
1.10.8 1,679 2/8/2021
1.10.7 1,297 2/4/2021
1.10.6 3,359 2/2/2021
1.10.5 1,280 2/1/2021
1.10.4 1,333 1/29/2021
1.10.3 2,738 1/28/2021
1.10.2 6,523 1/26/2021
1.10.1 11,697 1/26/2021
1.9.64 1,245 3/17/2021
1.9.63 1,794 2/25/2021
1.9.62 1,288 2/22/2021
1.9.61 2,261 2/4/2021
1.9.60 1,252 2/1/2021
1.9.59 4,022 1/19/2021
1.9.58 1,298 1/15/2021
1.9.57 1,496 1/14/2021
1.9.56 1,378 1/11/2021
1.9.55 1,602 12/24/2020
1.9.54 1,562 12/18/2020
1.9.53 4,324 12/16/2020
1.9.52 1,298 12/15/2020
1.9.51 1,351 12/11/2020
1.9.50 1,361 12/10/2020
1.9.49 1,429 12/10/2020
1.9.48 1,381 12/9/2020
1.9.47 1,310 12/8/2020
1.9.46 1,369 12/4/2020
1.9.45 1,341 12/3/2020
1.9.44 1,419 12/1/2020
1.9.43 1,359 11/30/2020
1.9.42 1,285 11/27/2020
1.9.41 1,417 11/26/2020
1.9.40 1,222 11/26/2020
1.9.39 3,816 11/25/2020
1.9.38 1,313 11/23/2020
1.9.37 1,303 11/20/2020
1.9.36 1,617 11/17/2020
1.9.35 1,402 11/16/2020
1.9.34 1,579 11/10/2020
1.9.33 1,401 11/9/2020
1.9.32 5,602 11/3/2020
1.9.31 1,411 11/3/2020
1.9.30 1,366 10/30/2020
1.9.29 1,337 10/28/2020
1.9.28 4,046 10/21/2020
1.9.27 1,354 10/20/2020
1.9.26 1,466 10/18/2020
1.9.25 4,072 10/15/2020
1.9.24 1,514 10/14/2020
1.9.23 1,370 10/13/2020
1.9.22 1,387 10/13/2020
1.9.21 1,443 10/9/2020
1.9.20 2,396 10/2/2020
1.9.19 2,297 9/29/2020
1.9.18 2,867 9/29/2020
1.9.17 1,435 9/22/2020
1.9.16 1,408 9/17/2020
1.9.15 1,559 9/16/2020
1.9.14 2,574 9/15/2020
1.9.13 1,348 9/15/2020
1.9.12 1,419 9/15/2020
1.9.11 1,399 9/15/2020
1.9.10 1,723 9/11/2020
1.9.9 1,452 9/9/2020
1.9.8 1,300 9/9/2020
1.9.7 1,353 9/8/2020
1.9.6 1,719 9/4/2020
1.9.5 1,397 9/2/2020
1.9.4 1,353 9/1/2020
1.9.3 1,411 8/31/2020
1.9.2 3,164 8/27/2020
1.9.1 1,392 8/26/2020
1.9.0 2,723 8/25/2020
1.8.105 1,865 4/15/2021
1.8.104 1,513 10/20/2020
1.8.103 2,508 9/14/2020
1.8.102 1,491 9/8/2020
1.8.101 1,469 9/2/2020
1.8.100 1,400 9/1/2020
1.8.99 3,190 8/21/2020
1.8.98 1,408 8/18/2020
1.8.97 1,528 8/14/2020
1.8.96 1,515 8/13/2020
1.8.95 1,481 8/12/2020
1.8.94 2,440 8/11/2020
1.8.93 1,828 8/3/2020
1.8.92 1,539 7/30/2020
1.8.91 1,562 7/13/2020
1.8.90 1,483 7/7/2020
1.8.89 1,543 7/7/2020
1.8.88 1,406 7/6/2020
1.8.87 1,404 7/2/2020
1.8.86 3,610 6/30/2020
1.8.85 1,480 6/30/2020
1.8.84 1,409 6/30/2020
1.8.83 1,434 6/29/2020
1.8.82 1,461 6/25/2020
1.8.81 1,597 6/25/2020
1.8.80 1,514 6/22/2020
1.8.79 1,436 6/18/2020
1.8.78 4,477 6/18/2020
1.8.77 1,441 6/17/2020
1.8.76 2,508 6/16/2020
1.8.75 1,424 6/15/2020
1.8.74 2,992 6/9/2020
1.8.73 1,509 6/8/2020
1.8.72 1,410 6/8/2020
1.8.71 1,436 6/5/2020
1.8.70 1,567 6/4/2020
1.8.69 1,524 6/1/2020
1.8.68 1,565 5/29/2020
1.8.67 1,482 5/28/2020
1.8.66 1,457 5/28/2020
1.8.65 1,488 5/27/2020
1.8.64 2,489 5/26/2020
1.8.63 4,740 5/20/2020
1.8.62 1,447 5/20/2020
1.8.61 1,459 5/20/2020
1.8.60 1,603 5/18/2020
1.8.59 1,495 5/15/2020
1.8.58 1,480 5/15/2020
1.8.57 1,471 5/15/2020
1.8.56 1,462 5/14/2020
1.8.55 5,308 5/12/2020
1.8.54 1,558 5/8/2020
1.8.53 2,403 5/6/2020
1.8.52 1,641 5/5/2020
1.8.51 1,517 5/4/2020
1.8.50 1,552 4/30/2020
1.8.49 1,472 4/29/2020
1.8.48 1,500 4/27/2020
1.8.47 3,646 4/24/2020
1.8.46 1,555 4/24/2020
1.8.45 1,459 4/24/2020
1.8.44 1,499 4/22/2020
1.8.43 2,689 4/21/2020
1.8.42 1,485 4/17/2020
1.8.41 1,590 4/16/2020
1.8.40 1,655 4/9/2020
1.8.39 1,429 4/8/2020
1.8.38 2,551 4/5/2020
1.8.37 1,601 4/3/2020
1.8.36 1,581 4/3/2020
1.8.35 1,536 4/2/2020
1.8.34 1,600 4/2/2020
1.8.33 1,649 3/31/2020
1.8.32 1,538 3/27/2020
1.8.31 1,553 3/26/2020
1.8.30 1,520 3/26/2020
1.8.29 1,369 3/25/2020
1.8.28 1,601 3/24/2020
1.8.27 1,516 3/20/2020
1.8.26 1,482 3/19/2020
1.8.25 1,620 3/18/2020
1.8.24 2,521 3/18/2020
1.8.23 1,512 3/18/2020
1.8.22 1,397 3/18/2020
1.8.21 1,580 3/18/2020
1.8.20 1,625 3/17/2020
1.8.19 1,615 3/17/2020
1.8.18 1,561 3/17/2020
1.8.17 3,751 3/17/2020
1.8.16 1,579 3/15/2020
1.8.15 3,687 3/12/2020
1.8.14 1,487 3/11/2020
1.8.13 4,855 3/5/2020
1.8.12 1,752 3/3/2020
1.8.11 1,549 3/2/2020
1.8.10 7,432 2/24/2020
1.8.9 1,669 2/20/2020
1.8.8 1,785 2/18/2020
1.8.7 1,574 2/18/2020
1.8.6 1,459 2/17/2020
1.8.5 1,466 2/14/2020
1.8.4 1,824 2/12/2020
1.8.3 1,794 2/7/2020
1.8.2 1,605 2/3/2020
1.8.1 6,779 1/28/2020
1.7.53 1,591 5/15/2020
1.7.52 1,533 3/31/2020
1.7.51 2,027 3/27/2020
1.7.50 1,527 3/26/2020
1.7.49 2,193 3/18/2020
1.7.48 1,470 2/25/2020
1.7.47 2,517 2/4/2020
1.7.46 1,520 2/4/2020
1.7.45 1,571 1/16/2020
1.7.44 1,635 1/13/2020
1.7.43 1,583 1/9/2020
1.7.42 5,664 12/27/2019
1.7.41 3,485 12/16/2019
1.7.40 1,441 12/13/2019
1.7.39 1,465 12/13/2019
1.7.38 1,549 12/13/2019
1.7.37 1,592 12/11/2019
1.7.36 1,563 12/4/2019
1.7.35 1,451 12/4/2019
1.7.34 1,504 12/3/2019
1.7.33 1,607 12/2/2019
1.7.32 6,874 11/27/2019
1.7.31 7,556 11/26/2019
1.7.30 2,267 11/25/2019
1.7.29 1,524 11/22/2019
1.7.28 1,639 11/8/2019
1.7.27 2,202 11/5/2019
1.7.26 1,579 10/31/2019
1.7.25 2,468 10/29/2019
1.7.24 1,534 10/29/2019
1.7.23 1,550 10/25/2019
1.7.22 1,561 10/24/2019
1.7.21 1,614 10/24/2019
1.7.20 6,232 10/16/2019
1.7.19 1,500 10/15/2019
1.7.18 1,558 10/15/2019
1.7.17 1,638 10/8/2019
1.7.16 1,578 10/4/2019
1.7.15 4,970 10/2/2019
1.7.14 1,891 9/27/2019
1.7.13 1,509 9/26/2019
1.7.12 1,559 9/25/2019
1.7.11 1,609 9/24/2019
1.7.10 1,586 9/24/2019
1.7.9 1,609 9/24/2019
1.7.8 11,212 9/12/2019
1.7.7 1,587 9/12/2019
1.7.6 2,550 9/10/2019
1.7.5 1,632 9/5/2019
1.7.4 1,535 9/4/2019
1.7.3 1,542 9/3/2019
1.7.2 1,616 9/2/2019
1.7.1 1,621 8/29/2019
1.7.0 2,673 8/27/2019
1.6.69 1,520 5/15/2020
1.6.68 5,689 10/2/2019
1.6.67 2,625 9/27/2019
1.6.66 1,570 9/26/2019
1.6.65 2,672 9/5/2019
1.6.64 1,512 9/2/2019
1.6.63 3,430 8/23/2019
1.6.62 1,494 8/21/2019
1.6.61 1,631 8/21/2019
1.6.60 1,558 8/15/2019
1.6.57 1,523 8/8/2019
1.6.56 1,510 8/8/2019
1.6.55 2,838 8/5/2019
1.6.52 3,326 7/8/2019
1.6.48 1,599 6/18/2019
1.6.47 2,420 6/13/2019
1.6.46 1,634 6/12/2019
1.6.45 1,641 6/12/2019
1.6.44 1,548 6/12/2019
1.6.43 1,555 5/29/2019
1.6.42 2,408 5/28/2019
1.6.41 1,526 5/28/2019
1.6.40 1,572 5/28/2019
1.6.39 1,546 5/28/2019
1.6.38 2,426 5/21/2019
1.6.37 6,075 5/21/2019
1.6.36 1,596 5/16/2019
1.6.35 4,529 5/16/2019
1.6.34 1,588 5/16/2019
1.6.33 1,484 5/16/2019
1.6.32 1,650 5/7/2019
1.6.31 1,604 5/7/2019
1.6.30 1,594 5/7/2019
1.6.29 1,532 5/7/2019
1.6.28 2,482 5/1/2019
1.6.27 1,691 5/1/2019
1.6.26 1,612 4/25/2019
1.6.25 2,245 4/17/2019
1.6.24 1,553 4/17/2019
1.6.23 4,521 4/15/2019
1.6.22 2,490 4/9/2019
1.6.20 1,594 4/1/2019
1.6.19 1,635 3/29/2019
1.6.18 2,709 3/25/2019
1.6.17 1,660 3/21/2019
1.6.16 2,476 3/15/2019
1.6.15 1,568 3/15/2019
1.6.14 1,569 3/15/2019
1.6.13 1,598 3/15/2019
1.6.12 1,553 3/15/2019
1.6.11 1,632 3/15/2019
1.6.10 2,565 3/15/2019
1.6.9 1,580 3/15/2019
1.6.8 1,479 3/15/2019
1.6.7 7,220 3/15/2019
1.6.6 2,386 3/15/2019
1.6.5 1,777 3/15/2019
1.6.4 1,608 3/15/2019
1.6.3 1,583 3/15/2019
1.6.2 1,616 3/15/2019
1.6.1 2,769 3/15/2019
1.6.0 7,830 3/15/2019
1.5.41 2,260 3/15/2019
1.5.40 1,617 3/15/2019
1.5.39 2,474 3/15/2019
1.5.38 1,595 3/15/2019
1.5.37 1,535 3/15/2019
1.5.36 1,567 3/15/2019
1.5.35 1,877 3/15/2019
1.5.34 4,688 3/15/2019
1.5.33 1,547 3/15/2019
1.5.32 2,343 3/15/2019
1.5.31 1,574 3/15/2019
1.5.30 1,593 3/15/2019
1.5.29 1,548 3/15/2019
1.5.28 3,970 3/15/2019
1.5.27 1,596 3/15/2019
1.5.26 4,339 3/15/2019
1.5.25 1,550 3/15/2019
1.5.24 1,575 3/15/2019
1.5.23 2,490 3/15/2019
1.5.22 1,544 3/15/2019
1.5.21 3,664 3/15/2019
1.5.20 1,546 3/15/2019
1.5.19 2,447 3/15/2019
1.5.18 1,600 3/15/2019
1.5.17 1,548 3/15/2019
1.5.16 2,287 3/15/2019
1.5.15 1,611 3/15/2019
1.5.14 1,519 3/15/2019
1.5.13 1,679 3/15/2019
1.5.11 1,529 3/15/2019
1.5.10 1,837 3/15/2019
1.5.9 2,676 3/15/2019
1.5.8 2,087 3/15/2019
1.5.7 1,632 3/15/2019
1.5.6 1,579 3/15/2019
1.5.5 4,989 3/15/2019
1.5.4 1,621 3/15/2019
1.5.3 1,511 3/15/2019
1.5.2 1,531 3/15/2019
1.5.1 7,290 3/15/2019
1.5.0 5,874 3/15/2019
1.4.84 21,569 3/15/2019
1.4.83 6,626 3/15/2019
1.4.82 6,050 3/15/2019
1.4.81 1,619 3/15/2019
1.4.80 6,595 3/15/2019
1.4.79 1,592 3/15/2019
1.4.78 1,498 3/15/2019
1.4.77 2,427 3/15/2019
1.4.76 1,550 3/15/2019
1.4.75 1,468 3/15/2019
1.4.74 2,247 3/15/2019
1.4.73 1,508 3/15/2019
1.4.72 1,521 3/15/2019
1.4.71 1,523 3/15/2019
1.4.70 1,515 3/15/2019
1.4.69 2,238 3/15/2019
1.4.68 1,531 3/15/2019
1.4.67 1,501 3/15/2019
1.4.66 2,252 3/15/2019
1.4.65 1,532 3/15/2019
1.4.64 1,540 3/15/2019
1.4.63 3,892 3/15/2019
1.4.59 4,348 3/15/2019
1.4.57 9,478 3/15/2019
1.4.22 10,448 3/15/2019
1.3.14 11,809 3/15/2019
1.2.10 5,248 3/15/2019
1.1.2 8,257 3/15/2019
1.0.0 99,357 3/15/2019