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.3-PreRelease 134 9/9/2025
10.19.2-PreRelease 221 9/4/2025
10.19.1-PreRelease 218 9/2/2025
10.19.0-PreRelease 287 8/26/2025
10.18.7 178 9/9/2025
10.18.6 280 9/4/2025
10.18.5 309 9/2/2025
10.18.4 459 8/26/2025
10.18.3-PreRelease 215 8/19/2025
10.18.2-PreRelease 223 8/12/2025
10.18.1-PreRelease 299 8/7/2025
10.18.0-PreRelease 391 7/25/2025
10.17.8 317 9/2/2025
10.17.7 356 8/26/2025
10.17.6 323 8/19/2025
10.17.5 437 8/12/2025
10.17.4 355 8/5/2025
10.17.3 662 7/22/2025
10.17.2 379 7/15/2025
10.17.1 434 7/8/2025
10.17.0 498 7/1/2025
10.16.10 159 9/9/2025
10.16.9 429 8/12/2025
10.16.8 418 8/5/2025
10.16.7 743 7/22/2025
10.16.6 470 7/1/2025
10.16.5 806 6/17/2025
10.16.4 619 6/12/2025
10.16.3 537 6/10/2025
10.16.2 411 6/4/2025
10.16.1 342 6/3/2025
10.16.0 695 5/27/2025
10.15.11 291 8/26/2025
10.15.10 389 8/5/2025
10.15.9 370 7/1/2025
10.15.8 224 6/24/2025
10.15.7 295 6/17/2025
10.15.6 351 6/3/2025
10.15.5 284 5/27/2025
10.15.4 406 5/20/2025
10.15.3 622 5/13/2025
10.15.2 397 5/13/2025
10.15.1 540 5/6/2025
10.15.0 465 4/29/2025
10.14.13 334 7/1/2025
10.14.12 242 6/24/2025
10.14.11 339 6/17/2025
10.14.10 445 5/20/2025
10.14.9 374 5/13/2025
10.14.8 393 5/13/2025
10.14.7 225 5/7/2025
10.14.6 209 5/6/2025
10.14.5 299 4/29/2025
10.14.4 518 4/22/2025
10.14.3 520 4/10/2025
10.14.2 415 4/8/2025
10.14.1 648 4/1/2025
10.14.0 1,020 3/25/2025
10.13.8 553 4/22/2025
10.13.7 324 4/10/2025
10.13.6 307 4/8/2025
10.13.5 308 4/1/2025
10.13.4 607 3/25/2025
10.13.3 910 3/18/2025
10.13.2 440 3/11/2025
10.13.1 904 3/4/2025
10.13.0 2,922 2/25/2025
10.12.7 652 3/11/2025
10.12.6 352 3/4/2025
10.12.5 256 2/25/2025
10.12.4 469 2/18/2025
10.12.3 350 2/12/2025
10.12.2 241 2/11/2025
10.12.1 463 2/4/2025
10.12.0 1,417 1/28/2025
10.11.8 533 2/25/2025
10.11.7 241 2/18/2025
10.11.6 258 2/12/2025
10.11.5 212 2/11/2025
10.11.4 233 2/4/2025
10.11.3 292 1/28/2025
10.11.2 762 1/21/2025
10.11.1 289 1/14/2025
10.11.0 527 1/7/2025
10.10.8 408 2/12/2025
10.10.7 210 2/11/2025
10.10.6 309 1/16/2025
10.10.5 176 1/14/2025
10.10.4 290 1/7/2025
10.10.3 613 12/17/2024
10.10.2 294 12/10/2024
10.10.1 342 12/3/2024
10.10.0 372 11/26/2024
10.9.9 394 1/14/2025
10.9.8 394 12/17/2024
10.9.7 232 12/10/2024
10.9.6 234 12/3/2024
10.9.5 218 11/27/2024
10.9.4 194 11/26/2024
10.9.3 432 11/19/2024
10.9.2 453 11/12/2024
10.9.1 308 11/5/2024
10.9.0 1,638 10/29/2024
10.8.14 216 1/14/2025
10.8.13 327 12/17/2024
10.8.12 263 12/10/2024
10.8.11 246 12/3/2024
10.8.10 435 11/26/2024
10.8.9 224 11/19/2024
10.8.8 238 11/12/2024
10.8.7 261 11/7/2024
10.8.6 239 11/5/2024
10.8.5 265 10/29/2024
10.8.4 299 10/22/2024
10.8.3 438 10/15/2024
10.8.2 322 10/8/2024
10.8.1 364 10/1/2024
10.8.0 4,140 9/24/2024
10.7.11 227 11/19/2024
10.7.10 220 11/19/2024
10.7.9 298 10/29/2024
10.7.8 207 10/22/2024
10.7.7 233 10/15/2024
10.7.6 260 10/8/2024
10.7.5 312 10/1/2024
10.7.4 248 9/24/2024
10.7.3 429 9/17/2024
10.7.2 322 9/10/2024
10.7.1 354 9/4/2024
10.7.0 1,388 8/27/2024
10.6.18 257 11/19/2024
10.6.17 217 11/19/2024
10.6.16 297 10/15/2024
10.6.15 247 10/8/2024
10.6.14 242 10/1/2024
10.6.13 289 9/24/2024
10.6.12 263 9/17/2024
10.6.11 248 9/3/2024
10.6.10 297 8/27/2024
10.6.9 861 8/20/2024
10.6.8 373 8/13/2024
10.6.7 237 8/6/2024
10.6.6 391 7/19/2024
10.6.5 244 7/16/2024
10.6.4 312 7/9/2024
10.6.3 426 7/2/2024
10.6.2 2,669 6/25/2024
10.5.14 323 10/1/2024
10.5.13 243 9/24/2024
10.5.12 262 8/21/2024
10.5.11 275 8/13/2024
10.5.10 182 8/6/2024
10.5.9 245 7/19/2024
10.5.8 261 7/16/2024
10.5.7 206 7/5/2024
10.5.6 259 7/1/2024
10.5.5 229 6/25/2024
10.5.4 314 6/18/2024
10.5.3 307 6/11/2024
10.5.2 317 6/4/2024
10.5.1 228 6/4/2024
10.5.0 620 5/28/2024
10.4.8 217 8/6/2024
10.4.7 228 6/25/2024
10.4.6 231 6/11/2024
10.4.5 240 6/4/2024
10.4.4 245 5/28/2024
10.4.3 294 5/21/2024
10.4.2 651 5/14/2024
10.4.1 475 5/7/2024
10.4.0 2,316 4/30/2024
10.3.10 206 8/6/2024
10.3.9 230 6/25/2024
10.3.8 324 5/21/2024
10.3.7 229 5/14/2024
10.3.6 286 5/7/2024
10.3.5 281 4/30/2024
10.3.4 338 4/23/2024
10.3.3 309 4/16/2024
10.3.2 353 4/11/2024
10.3.1 272 4/9/2024
10.3.0 467 4/2/2024
10.2.8 334 4/23/2024
10.2.7 268 4/16/2024
10.2.6 255 4/11/2024
10.2.5 260 4/9/2024
10.2.4 267 4/2/2024
10.2.3 316 3/26/2024
10.2.2 382 3/19/2024
10.2.1 408 3/12/2024
10.2.0 549 3/5/2024
10.1.12 281 4/11/2024
10.1.11 269 4/9/2024
10.1.10 290 4/2/2024
10.1.9 332 3/19/2024
10.1.8 341 3/13/2024
10.1.7 318 3/12/2024
10.1.6 360 3/5/2024
10.1.5 424 2/27/2024
10.1.4 464 2/20/2024
10.1.3 476 2/14/2024
10.1.2 476 2/7/2024
10.1.1 462 2/6/2024
10.1.0 526 1/30/2024
10.0.39 310 4/11/2024
10.0.38 330 4/2/2024
10.0.37 413 3/5/2024
10.0.36 427 2/27/2024
10.0.35 436 2/20/2024
10.0.34 689 2/14/2024
10.0.33 643 2/1/2024
10.0.32 534 1/24/2024
10.0.31 523 1/19/2024
10.0.30 527 1/18/2024
10.0.29 597 1/16/2024
10.0.28 751 1/16/2024
10.0.27 645 1/11/2024
10.0.26 744 12/19/2023
10.0.25 1,156 12/12/2023
10.0.24 1,017 12/5/2023
10.0.22 912 11/28/2023
10.0.21 2,742 11/23/2023
10.0.20 677 11/21/2023
10.0.19 637 11/14/2023
10.0.18 571 11/9/2023
10.0.17 671 11/2/2023
10.0.16 636 10/25/2023
10.0.15 708 10/19/2023
10.0.14 675 10/11/2023
10.0.13 810 9/27/2023
10.0.12 709 9/26/2023
10.0.11 725 9/22/2023
10.0.10 699 9/13/2023
10.0.9 2,243 8/30/2023
10.0.8 751 8/25/2023
10.0.7 999 8/22/2023
10.0.6 960 8/10/2023
10.0.5 1,147 8/2/2023
10.0.4 880 7/13/2023
10.0.3 1,084 7/5/2023
10.0.2 1,346 6/27/2023
10.0.1 888 6/20/2023
10.0.0 2,337 6/14/2023
1.20.0 134 9/1/2025
1.19.5 145 8/21/2025
1.19.4 377 7/30/2025
1.19.3 513 6/18/2025
1.19.2 688 4/1/2025
1.19.1 890 2/19/2025
1.19.0 1,034 1/31/2025
1.18.5 187 4/1/2025
1.18.4 145 2/18/2025
1.18.3 305 1/31/2025
1.18.2 273 12/18/2024
1.18.1 750 11/26/2024
1.18.0 1,733 8/27/2024
1.17.17 1,029 11/22/2024
1.17.16 177 11/7/2024
1.17.15 224 10/18/2024
1.17.14 1,135 10/2/2024
1.17.13 1,671 9/19/2024
1.17.12 1,102 9/3/2024
1.17.11 384 8/26/2024
1.17.10 1,097 8/14/2024
1.17.9 260 7/18/2024
1.17.8 445 6/27/2024
1.17.7 1,443 6/4/2024
1.17.6 177 5/30/2024
1.17.5 1,557 5/13/2024
1.17.4 5,896 4/12/2024
1.17.3 438 3/25/2024
1.17.2 1,256 3/4/2024
1.17.1 1,130 2/14/2024
1.17.0 648 1/31/2024
1.16.13 443 4/11/2024
1.16.12 317 3/25/2024
1.16.11 327 3/4/2024
1.16.10 427 2/14/2024
1.16.9 458 1/29/2024
1.16.8 674 1/9/2024
1.16.7 1,298 12/13/2023
1.16.6 739 12/6/2023
1.16.5 1,600 11/29/2023
1.16.4 944 11/21/2023
1.16.3 709 11/7/2023
1.16.2 538 10/30/2023
1.16.1 1,544 10/10/2023
1.16.0 2,077 9/21/2023
1.15.34 346 1/31/2024
1.15.33 394 1/23/2024
1.15.32 822 12/13/2023
1.15.31 1,769 11/7/2023
1.15.30 626 10/17/2023
1.15.29 1,080 10/10/2023
1.15.28 2,977 9/13/2023
1.15.27 2,501 8/29/2023
1.15.26 7,283 8/15/2023
1.15.25 665 8/14/2023
1.15.24 1,693 8/2/2023
1.15.23 746 7/27/2023
1.15.22 722 7/26/2023
1.15.21 1,149 7/6/2023
1.15.20 2,020 6/29/2023
1.15.19 1,751 6/6/2023
1.15.18 1,043 5/28/2023
1.15.17 1,208 5/16/2023
1.15.16 2,524 5/11/2023
1.15.15 2,982 5/3/2023
1.15.14 1,300 4/18/2023
1.15.13 1,466 3/24/2023
1.15.12 1,699 3/21/2023
1.15.11 3,497 3/16/2023
1.15.10 881 3/15/2023
1.15.9 3,885 3/7/2023
1.15.8 946 3/2/2023
1.15.7 1,044 2/28/2023
1.15.6 990 2/22/2023
1.15.5 1,503 2/21/2023
1.15.4 1,005 2/15/2023
1.15.3 893 2/7/2023
1.15.2 1,071 2/6/2023
1.15.1 3,478 2/2/2023
1.15.0 1,288 1/26/2023
1.14.70 3,083 10/9/2023
1.14.69 702 8/14/2023
1.14.68 885 7/27/2023
1.14.67 1,508 6/23/2023
1.14.66 4,492 5/3/2023
1.14.65 1,987 4/24/2023
1.14.64 964 4/18/2023
1.14.63 939 3/24/2023
1.14.62 950 3/21/2023
1.14.61 957 3/16/2023
1.14.60 892 3/16/2023
1.14.59 1,429 3/7/2023
1.14.58 926 3/2/2023
1.14.57 1,612 2/21/2023
1.14.56 1,088 2/15/2023
1.14.55 1,013 2/14/2023
1.14.54 1,008 2/7/2023
1.14.53 1,042 2/2/2023
1.14.52 1,016 2/1/2023
1.14.51 1,382 1/26/2023
1.14.50 1,646 1/24/2023
1.14.49 4,820 1/18/2023
1.14.48 1,011 1/16/2023
1.14.47 1,989 1/10/2023
1.14.46 973 1/9/2023
1.14.45 1,557 1/9/2023
1.14.44 1,998 1/5/2023
1.14.43 976 1/5/2023
1.14.42 2,669 1/3/2023
1.14.41 3,353 12/15/2022
1.14.40 1,039 12/13/2022
1.14.39 1,818 12/8/2022
1.14.38 1,029 12/7/2022
1.14.37 977 12/5/2022
1.14.36 1,052 12/2/2022
1.14.35 1,005 12/1/2022
1.14.34 1,815 11/29/2022
1.14.33 1,058 11/28/2022
1.14.32 990 11/24/2022
1.14.31 1,059 11/23/2022
1.14.30 1,179 11/22/2022
1.14.29 1,241 11/22/2022
1.14.28 1,993 11/17/2022
1.14.27 1,953 11/16/2022
1.14.26 1,176 11/16/2022
1.14.25 2,113 11/15/2022
1.14.24 1,163 11/14/2022
1.14.23 1,080 11/11/2022
1.14.22 1,290 11/10/2022
1.14.21 1,106 11/10/2022
1.14.20 1,143 11/7/2022
1.14.19 1,573 11/7/2022
1.14.18 1,492 11/2/2022
1.14.17 3,610 11/1/2022
1.14.16 1,084 10/27/2022
1.14.15 1,199 10/24/2022
1.14.14 1,113 10/21/2022
1.14.13 2,236 10/13/2022
1.14.12 1,091 10/12/2022
1.14.11 1,621 10/12/2022
1.14.10 1,940 10/7/2022
1.14.9 1,424 10/4/2022
1.14.8 1,101 10/3/2022
1.14.7 1,506 9/29/2022
1.14.6 1,895 9/27/2022
1.14.5 1,187 9/21/2022
1.14.4 1,523 9/16/2022
1.14.3 1,138 9/15/2022
1.14.2 2,324 9/7/2022
1.14.1 2,663 8/30/2022
1.14.0 3,155 8/30/2022
1.13.83 1,034 1/24/2023
1.13.81 1,025 1/5/2023
1.13.80 1,037 11/23/2022
1.13.79 1,139 11/1/2022
1.13.78 1,084 10/13/2022
1.13.77 1,161 10/4/2022
1.13.76 1,297 9/27/2022
1.13.75 1,151 9/21/2022
1.13.74 3,092 9/20/2022
1.13.73 1,216 9/16/2022
1.13.72 2,491 8/31/2022
1.13.71 1,194 8/30/2022
1.13.70 1,155 8/25/2022
1.13.69 1,231 8/22/2022
1.13.68 1,118 8/22/2022
1.13.67 1,244 8/22/2022
1.13.66 1,206 8/22/2022
1.13.65 1,242 8/17/2022
1.13.64 4,183 8/11/2022
1.13.63 1,164 8/9/2022
1.13.62 1,260 8/8/2022
1.13.61 2,631 7/13/2022
1.13.60 1,307 7/11/2022
1.13.59 2,855 6/27/2022
1.13.58 1,376 6/24/2022
1.13.57 1,944 6/21/2022
1.13.56 1,285 6/19/2022
1.13.55 1,696 6/15/2022
1.13.54 6,031 6/8/2022
1.13.53 1,237 6/6/2022
1.13.52 5,926 6/2/2022
1.13.51 1,353 6/1/2022
1.13.50 2,072 5/23/2022
1.13.49 1,261 5/20/2022
1.13.48 1,215 5/18/2022
1.13.47 1,308 5/5/2022
1.13.46 3,098 5/2/2022
1.13.45 1,278 4/29/2022
1.13.44 1,309 4/28/2022
1.13.43 1,232 4/28/2022
1.13.42 1,332 4/27/2022
1.13.41 1,224 4/27/2022
1.13.40 1,247 4/26/2022
1.13.39 1,297 4/26/2022
1.13.38 1,332 4/26/2022
1.13.37 1,568 4/21/2022
1.13.36 1,733 4/13/2022
1.13.35 1,463 4/8/2022
1.13.34 1,264 4/7/2022
1.13.33 1,333 4/7/2022
1.13.32 1,326 4/7/2022
1.13.31 1,312 4/6/2022
1.13.30 1,260 4/4/2022
1.13.29 1,673 3/28/2022
1.13.28 1,305 3/28/2022
1.13.27 2,021 3/25/2022
1.13.24 1,285 3/21/2022
1.13.23 1,321 3/17/2022
1.13.22 1,574 3/16/2022
1.13.21 1,329 3/15/2022
1.13.20 1,367 3/11/2022
1.13.19 1,339 3/10/2022
1.13.18 1,374 3/10/2022
1.13.17 1,312 3/9/2022
1.13.16 1,363 3/9/2022
1.13.15 1,438 3/4/2022
1.13.14 2,742 3/2/2022
1.13.13 1,270 3/1/2022
1.13.12 1,415 2/28/2022
1.13.11 1,417 2/18/2022
1.13.10 1,363 2/18/2022
1.13.9 4,765 2/17/2022
1.13.8 1,302 2/16/2022
1.13.7 3,549 2/11/2022
1.13.6 1,430 2/7/2022
1.13.5 1,420 2/3/2022
1.13.4 1,379 2/2/2022
1.13.3 1,349 2/2/2022
1.13.2 1,395 2/1/2022
1.13.1 1,416 1/28/2022
1.13.0 3,956 1/25/2022
1.12.60 2,949 5/24/2022
1.12.59 1,209 5/23/2022
1.12.58 1,522 3/9/2022
1.12.57 1,333 3/3/2022
1.12.56 1,320 2/11/2022
1.12.55 1,633 2/8/2022
1.12.54 1,356 2/4/2022
1.12.53 1,322 1/31/2022
1.12.52 3,398 1/23/2022
1.12.51 1,407 1/20/2022
1.12.50 1,348 1/19/2022
1.12.49 1,702 1/17/2022
1.12.48 1,204 1/14/2022
1.12.47 1,344 1/13/2022
1.12.46 1,274 1/11/2022
1.12.45 1,097 1/6/2022
1.12.44 1,221 1/3/2022
1.12.43 1,169 12/23/2021
1.12.42 2,493 12/21/2021
1.12.41 1,142 12/21/2021
1.12.40 1,120 12/20/2021
1.12.39 1,106 12/20/2021
1.12.38 2,343 12/16/2021
1.12.37 1,121 12/16/2021
1.12.36 2,321 12/16/2021
1.12.35 4,984 12/15/2021
1.12.34 1,162 12/10/2021
1.12.33 1,909 12/7/2021
1.12.32 1,365 12/2/2021
1.12.31 988 12/2/2021
1.12.30 1,129 11/30/2021
1.12.29 1,308 11/29/2021
1.12.28 4,532 11/23/2021
1.12.27 1,131 11/22/2021
1.12.26 1,155 11/12/2021
1.12.25 1,082 11/11/2021
1.12.23 1,161 11/10/2021
1.12.22 1,130 11/10/2021
1.12.21 1,205 11/8/2021
1.12.20 2,067 10/29/2021
1.12.19 5,450 10/29/2021
1.12.18 1,235 10/26/2021
1.12.17 1,900 10/26/2021
1.12.16 1,299 10/25/2021
1.12.15 1,307 10/20/2021
1.12.14 1,176 10/18/2021
1.12.13 1,210 10/18/2021
1.12.12 1,158 10/15/2021
1.12.11 1,349 10/14/2021
1.12.10 1,961 10/7/2021
1.12.9 1,173 10/6/2021
1.12.8 1,316 10/5/2021
1.12.7 1,267 10/5/2021
1.12.6 1,274 10/4/2021
1.12.5 1,213 10/1/2021
1.12.4 1,220 9/30/2021
1.12.3 1,184 9/29/2021
1.12.2 1,839 9/23/2021
1.12.1 1,738 9/17/2021
1.12.0 3,533 8/31/2021
1.10.116 2,634 12/1/2021
1.10.115 2,500 11/11/2021
1.10.114 1,142 11/10/2021
1.10.113 1,141 11/5/2021
1.10.112 2,029 10/19/2021
1.10.111 1,164 10/15/2021
1.10.110 1,226 10/15/2021
1.10.109 1,157 10/12/2021
1.10.108 1,173 10/8/2021
1.10.107 1,222 10/7/2021
1.10.106 1,115 10/6/2021
1.10.105 1,198 10/5/2021
1.10.104 13,184 9/23/2021
1.10.103 1,629 9/21/2021
1.10.102 2,073 9/21/2021
1.10.101 1,223 9/15/2021
1.10.100 1,248 9/13/2021
1.10.99 2,111 9/9/2021
1.10.98 1,273 9/9/2021
1.10.97 1,446 9/6/2021
1.10.96 4,607 8/30/2021
1.10.95 2,897 8/27/2021
1.10.94 1,340 8/26/2021
1.10.93 1,386 8/24/2021
1.10.92 14,025 8/23/2021
1.10.91 1,441 8/20/2021
1.10.90 21,338 8/12/2021
1.10.89 3,598 8/12/2021
1.10.88 1,701 8/4/2021
1.10.87 6,747 7/15/2021
1.10.86 1,345 7/14/2021
1.10.85 1,311 7/12/2021
1.10.84 1,294 7/12/2021
1.10.83 10,135 7/8/2021
1.10.82 1,191 7/7/2021
1.10.81 1,189 7/6/2021
1.10.80 1,267 7/2/2021
1.10.79 1,160 7/2/2021
1.10.78 1,288 6/30/2021
1.10.77 1,207 6/29/2021
1.10.76 2,088 6/28/2021
1.10.75 2,500 6/25/2021
1.10.74 1,255 6/22/2021
1.10.73 1,292 6/18/2021
1.10.72 3,446 6/11/2021
1.10.71 1,977 6/7/2021
1.10.70 1,335 6/4/2021
1.10.69 1,222 6/4/2021
1.10.68 17,164 6/2/2021
1.10.67 3,131 6/1/2021
1.10.66 1,253 5/31/2021
1.10.65 1,308 5/27/2021
1.10.64 1,207 5/26/2021
1.10.63 2,448 5/24/2021
1.10.62 2,395 5/18/2021
1.10.61 1,275 5/18/2021
1.10.60 1,255 5/17/2021
1.10.59 2,881 5/12/2021
1.10.58 1,334 5/11/2021
1.10.57 1,345 5/7/2021
1.10.56 2,747 5/4/2021
1.10.55 1,265 5/3/2021
1.10.54 1,302 5/3/2021
1.10.53 23,101 4/27/2021
1.10.52 1,225 4/27/2021
1.10.51 8,641 4/26/2021
1.10.50 7,314 4/23/2021
1.10.49 4,863 4/22/2021
1.10.48 1,235 4/21/2021
1.10.47 1,302 4/21/2021
1.10.46 1,323 4/21/2021
1.10.45 1,225 4/20/2021
1.10.44 1,272 4/19/2021
1.10.43 1,197 4/19/2021
1.10.42 1,274 4/15/2021
1.10.41 1,214 4/14/2021
1.10.40 1,681 4/14/2021
1.10.39 3,577 4/13/2021
1.10.38 1,152 4/12/2021
1.10.37 1,250 4/12/2021
1.10.36 1,302 4/12/2021
1.10.35 1,256 4/9/2021
1.10.34 1,176 4/9/2021
1.10.33 1,153 4/8/2021
1.10.32 1,268 4/8/2021
1.10.31 1,217 4/7/2021
1.10.30 1,188 4/7/2021
1.10.29 1,222 3/31/2021
1.10.28 1,597 3/30/2021
1.10.27 3,162 3/24/2021
1.10.26 1,203 3/24/2021
1.10.25 1,295 3/23/2021
1.10.24 1,277 3/23/2021
1.10.23 1,406 3/18/2021
1.10.22 2,641 3/17/2021
1.10.21 2,532 3/11/2021
1.10.20 1,324 3/11/2021
1.10.19 1,283 3/10/2021
1.10.18 2,014 3/9/2021
1.10.17 1,222 3/9/2021
1.10.16 1,343 3/8/2021
1.10.15 15,053 3/4/2021
1.10.14 1,673 2/25/2021
1.10.13 3,251 2/19/2021
1.10.12 2,651 2/18/2021
1.10.11 1,349 2/16/2021
1.10.10 1,210 2/15/2021
1.10.9 1,399 2/10/2021
1.10.8 1,673 2/8/2021
1.10.7 1,291 2/4/2021
1.10.6 3,353 2/2/2021
1.10.5 1,275 2/1/2021
1.10.4 1,326 1/29/2021
1.10.3 2,732 1/28/2021
1.10.2 6,516 1/26/2021
1.10.1 11,690 1/26/2021
1.9.64 1,238 3/17/2021
1.9.63 1,788 2/25/2021
1.9.62 1,281 2/22/2021
1.9.61 2,255 2/4/2021
1.9.60 1,246 2/1/2021
1.9.59 4,007 1/19/2021
1.9.58 1,292 1/15/2021
1.9.57 1,490 1/14/2021
1.9.56 1,370 1/11/2021
1.9.55 1,596 12/24/2020
1.9.54 1,555 12/18/2020
1.9.53 4,318 12/16/2020
1.9.52 1,290 12/15/2020
1.9.51 1,344 12/11/2020
1.9.50 1,355 12/10/2020
1.9.49 1,423 12/10/2020
1.9.48 1,374 12/9/2020
1.9.47 1,304 12/8/2020
1.9.46 1,361 12/4/2020
1.9.45 1,335 12/3/2020
1.9.44 1,413 12/1/2020
1.9.43 1,353 11/30/2020
1.9.42 1,279 11/27/2020
1.9.41 1,408 11/26/2020
1.9.40 1,216 11/26/2020
1.9.39 3,810 11/25/2020
1.9.38 1,307 11/23/2020
1.9.37 1,294 11/20/2020
1.9.36 1,611 11/17/2020
1.9.35 1,395 11/16/2020
1.9.34 1,571 11/10/2020
1.9.33 1,393 11/9/2020
1.9.32 5,595 11/3/2020
1.9.31 1,399 11/3/2020
1.9.30 1,360 10/30/2020
1.9.29 1,331 10/28/2020
1.9.28 4,039 10/21/2020
1.9.27 1,346 10/20/2020
1.9.26 1,457 10/18/2020
1.9.25 4,063 10/15/2020
1.9.24 1,506 10/14/2020
1.9.23 1,364 10/13/2020
1.9.22 1,381 10/13/2020
1.9.21 1,436 10/9/2020
1.9.20 2,388 10/2/2020
1.9.19 2,289 9/29/2020
1.9.18 2,861 9/29/2020
1.9.17 1,428 9/22/2020
1.9.16 1,402 9/17/2020
1.9.15 1,553 9/16/2020
1.9.14 2,566 9/15/2020
1.9.13 1,342 9/15/2020
1.9.12 1,413 9/15/2020
1.9.11 1,393 9/15/2020
1.9.10 1,714 9/11/2020
1.9.9 1,443 9/9/2020
1.9.8 1,294 9/9/2020
1.9.7 1,347 9/8/2020
1.9.6 1,712 9/4/2020
1.9.5 1,389 9/2/2020
1.9.4 1,346 9/1/2020
1.9.3 1,402 8/31/2020
1.9.2 3,158 8/27/2020
1.9.1 1,383 8/26/2020
1.9.0 2,717 8/25/2020
1.8.105 1,858 4/15/2021
1.8.104 1,507 10/20/2020
1.8.103 2,502 9/14/2020
1.8.102 1,485 9/8/2020
1.8.101 1,463 9/2/2020
1.8.100 1,394 9/1/2020
1.8.99 3,184 8/21/2020
1.8.98 1,402 8/18/2020
1.8.97 1,520 8/14/2020
1.8.96 1,509 8/13/2020
1.8.95 1,474 8/12/2020
1.8.94 2,434 8/11/2020
1.8.93 1,822 8/3/2020
1.8.92 1,532 7/30/2020
1.8.91 1,556 7/13/2020
1.8.90 1,477 7/7/2020
1.8.89 1,536 7/7/2020
1.8.88 1,399 7/6/2020
1.8.87 1,399 7/2/2020
1.8.86 3,602 6/30/2020
1.8.85 1,474 6/30/2020
1.8.84 1,401 6/30/2020
1.8.83 1,427 6/29/2020
1.8.82 1,454 6/25/2020
1.8.81 1,591 6/25/2020
1.8.80 1,508 6/22/2020
1.8.79 1,430 6/18/2020
1.8.78 4,468 6/18/2020
1.8.77 1,435 6/17/2020
1.8.76 2,502 6/16/2020
1.8.75 1,418 6/15/2020
1.8.74 2,986 6/9/2020
1.8.73 1,501 6/8/2020
1.8.72 1,404 6/8/2020
1.8.71 1,429 6/5/2020
1.8.70 1,561 6/4/2020
1.8.69 1,518 6/1/2020
1.8.68 1,557 5/29/2020
1.8.67 1,476 5/28/2020
1.8.66 1,450 5/28/2020
1.8.65 1,482 5/27/2020
1.8.64 2,483 5/26/2020
1.8.63 4,734 5/20/2020
1.8.62 1,441 5/20/2020
1.8.61 1,453 5/20/2020
1.8.60 1,596 5/18/2020
1.8.59 1,488 5/15/2020
1.8.58 1,474 5/15/2020
1.8.57 1,464 5/15/2020
1.8.56 1,455 5/14/2020
1.8.55 5,299 5/12/2020
1.8.54 1,552 5/8/2020
1.8.53 2,397 5/6/2020
1.8.52 1,635 5/5/2020
1.8.51 1,510 5/4/2020
1.8.50 1,546 4/30/2020
1.8.49 1,465 4/29/2020
1.8.48 1,494 4/27/2020
1.8.47 3,638 4/24/2020
1.8.46 1,549 4/24/2020
1.8.45 1,453 4/24/2020
1.8.44 1,491 4/22/2020
1.8.43 2,683 4/21/2020
1.8.42 1,477 4/17/2020
1.8.41 1,584 4/16/2020
1.8.40 1,649 4/9/2020
1.8.39 1,423 4/8/2020
1.8.38 2,543 4/5/2020
1.8.37 1,594 4/3/2020
1.8.36 1,575 4/3/2020
1.8.35 1,530 4/2/2020
1.8.34 1,594 4/2/2020
1.8.33 1,643 3/31/2020
1.8.32 1,532 3/27/2020
1.8.31 1,547 3/26/2020
1.8.30 1,514 3/26/2020
1.8.29 1,363 3/25/2020
1.8.28 1,595 3/24/2020
1.8.27 1,506 3/20/2020
1.8.26 1,476 3/19/2020
1.8.25 1,614 3/18/2020
1.8.24 2,511 3/18/2020
1.8.23 1,503 3/18/2020
1.8.22 1,390 3/18/2020
1.8.21 1,574 3/18/2020
1.8.20 1,617 3/17/2020
1.8.19 1,608 3/17/2020
1.8.18 1,555 3/17/2020
1.8.17 3,745 3/17/2020
1.8.16 1,572 3/15/2020
1.8.15 3,680 3/12/2020
1.8.14 1,479 3/11/2020
1.8.13 4,849 3/5/2020
1.8.12 1,746 3/3/2020
1.8.11 1,543 3/2/2020
1.8.10 7,422 2/24/2020
1.8.9 1,661 2/20/2020
1.8.8 1,779 2/18/2020
1.8.7 1,568 2/18/2020
1.8.6 1,452 2/17/2020
1.8.5 1,457 2/14/2020
1.8.4 1,818 2/12/2020
1.8.3 1,788 2/7/2020
1.8.2 1,598 2/3/2020
1.8.1 6,773 1/28/2020
1.7.53 1,584 5/15/2020
1.7.52 1,527 3/31/2020
1.7.51 2,021 3/27/2020
1.7.50 1,521 3/26/2020
1.7.49 2,187 3/18/2020
1.7.48 1,463 2/25/2020
1.7.47 2,509 2/4/2020
1.7.46 1,514 2/4/2020
1.7.45 1,563 1/16/2020
1.7.44 1,628 1/13/2020
1.7.43 1,576 1/9/2020
1.7.42 5,655 12/27/2019
1.7.41 3,479 12/16/2019
1.7.40 1,434 12/13/2019
1.7.39 1,459 12/13/2019
1.7.38 1,543 12/13/2019
1.7.37 1,586 12/11/2019
1.7.36 1,557 12/4/2019
1.7.35 1,443 12/4/2019
1.7.34 1,498 12/3/2019
1.7.33 1,600 12/2/2019
1.7.32 6,867 11/27/2019
1.7.31 7,550 11/26/2019
1.7.30 2,258 11/25/2019
1.7.29 1,517 11/22/2019
1.7.28 1,633 11/8/2019
1.7.27 2,196 11/5/2019
1.7.26 1,573 10/31/2019
1.7.25 2,459 10/29/2019
1.7.24 1,527 10/29/2019
1.7.23 1,543 10/25/2019
1.7.22 1,555 10/24/2019
1.7.21 1,608 10/24/2019
1.7.20 6,226 10/16/2019
1.7.19 1,493 10/15/2019
1.7.18 1,552 10/15/2019
1.7.17 1,631 10/8/2019
1.7.16 1,572 10/4/2019
1.7.15 4,954 10/2/2019
1.7.14 1,885 9/27/2019
1.7.13 1,503 9/26/2019
1.7.12 1,553 9/25/2019
1.7.11 1,603 9/24/2019
1.7.10 1,579 9/24/2019
1.7.9 1,603 9/24/2019
1.7.8 11,189 9/12/2019
1.7.7 1,581 9/12/2019
1.7.6 2,544 9/10/2019
1.7.5 1,626 9/5/2019
1.7.4 1,526 9/4/2019
1.7.3 1,535 9/3/2019
1.7.2 1,609 9/2/2019
1.7.1 1,615 8/29/2019
1.7.0 2,667 8/27/2019
1.6.69 1,514 5/15/2020
1.6.68 5,682 10/2/2019
1.6.67 2,617 9/27/2019
1.6.66 1,563 9/26/2019
1.6.65 2,665 9/5/2019
1.6.64 1,506 9/2/2019
1.6.63 3,424 8/23/2019
1.6.62 1,488 8/21/2019
1.6.61 1,625 8/21/2019
1.6.60 1,551 8/15/2019
1.6.57 1,517 8/8/2019
1.6.56 1,503 8/8/2019
1.6.55 2,831 8/5/2019
1.6.52 3,320 7/8/2019
1.6.48 1,592 6/18/2019
1.6.47 2,414 6/13/2019
1.6.46 1,627 6/12/2019
1.6.45 1,635 6/12/2019
1.6.44 1,539 6/12/2019
1.6.43 1,547 5/29/2019
1.6.42 2,402 5/28/2019
1.6.41 1,519 5/28/2019
1.6.40 1,566 5/28/2019
1.6.39 1,540 5/28/2019
1.6.38 2,418 5/21/2019
1.6.37 6,068 5/21/2019
1.6.36 1,588 5/16/2019
1.6.35 4,520 5/16/2019
1.6.34 1,582 5/16/2019
1.6.33 1,477 5/16/2019
1.6.32 1,644 5/7/2019
1.6.31 1,597 5/7/2019
1.6.30 1,588 5/7/2019
1.6.29 1,526 5/7/2019
1.6.28 2,476 5/1/2019
1.6.27 1,683 5/1/2019
1.6.26 1,605 4/25/2019
1.6.25 2,239 4/17/2019
1.6.24 1,547 4/17/2019
1.6.23 4,515 4/15/2019
1.6.22 2,483 4/9/2019
1.6.20 1,588 4/1/2019
1.6.19 1,628 3/29/2019
1.6.18 2,703 3/25/2019
1.6.17 1,652 3/21/2019
1.6.16 2,470 3/15/2019
1.6.15 1,562 3/15/2019
1.6.14 1,562 3/15/2019
1.6.13 1,591 3/15/2019
1.6.12 1,543 3/15/2019
1.6.11 1,626 3/15/2019
1.6.10 2,559 3/15/2019
1.6.9 1,574 3/15/2019
1.6.8 1,473 3/15/2019
1.6.7 7,210 3/15/2019
1.6.6 2,380 3/15/2019
1.6.5 1,771 3/15/2019
1.6.4 1,600 3/15/2019
1.6.3 1,576 3/15/2019
1.6.2 1,608 3/15/2019
1.6.1 2,761 3/15/2019
1.6.0 7,822 3/15/2019
1.5.41 2,254 3/15/2019
1.5.40 1,611 3/15/2019
1.5.39 2,466 3/15/2019
1.5.38 1,589 3/15/2019
1.5.37 1,529 3/15/2019
1.5.36 1,561 3/15/2019
1.5.35 1,870 3/15/2019
1.5.34 4,671 3/15/2019
1.5.33 1,541 3/15/2019
1.5.32 2,337 3/15/2019
1.5.31 1,565 3/15/2019
1.5.30 1,587 3/15/2019
1.5.29 1,540 3/15/2019
1.5.28 3,964 3/15/2019
1.5.27 1,590 3/15/2019
1.5.26 4,332 3/15/2019
1.5.25 1,544 3/15/2019
1.5.24 1,569 3/15/2019
1.5.23 2,484 3/15/2019
1.5.22 1,537 3/15/2019
1.5.21 3,657 3/15/2019
1.5.20 1,539 3/15/2019
1.5.19 2,440 3/15/2019
1.5.18 1,592 3/15/2019
1.5.17 1,542 3/15/2019
1.5.16 2,281 3/15/2019
1.5.15 1,603 3/15/2019
1.5.14 1,513 3/15/2019
1.5.13 1,673 3/15/2019
1.5.11 1,523 3/15/2019
1.5.10 1,831 3/15/2019
1.5.9 2,670 3/15/2019
1.5.8 2,078 3/15/2019
1.5.7 1,625 3/15/2019
1.5.6 1,573 3/15/2019
1.5.5 4,983 3/15/2019
1.5.4 1,615 3/15/2019
1.5.3 1,505 3/15/2019
1.5.2 1,524 3/15/2019
1.5.1 7,284 3/15/2019
1.5.0 5,868 3/15/2019
1.4.84 21,562 3/15/2019
1.4.83 6,595 3/15/2019
1.4.82 6,043 3/15/2019
1.4.81 1,613 3/15/2019
1.4.80 6,586 3/15/2019
1.4.79 1,585 3/15/2019
1.4.78 1,488 3/15/2019
1.4.77 2,420 3/15/2019
1.4.76 1,544 3/15/2019
1.4.75 1,461 3/15/2019
1.4.74 2,241 3/15/2019
1.4.73 1,502 3/15/2019
1.4.72 1,515 3/15/2019
1.4.71 1,515 3/15/2019
1.4.70 1,509 3/15/2019
1.4.69 2,231 3/15/2019
1.4.68 1,525 3/15/2019
1.4.67 1,495 3/15/2019
1.4.66 2,246 3/15/2019
1.4.65 1,524 3/15/2019
1.4.64 1,534 3/15/2019
1.4.63 3,886 3/15/2019
1.4.59 4,341 3/15/2019
1.4.57 9,472 3/15/2019
1.4.22 10,441 3/15/2019
1.3.14 11,802 3/15/2019
1.2.10 5,241 3/15/2019
1.1.2 8,251 3/15/2019
1.0.0 99,327 3/15/2019