Dynamicweb 10.20.0-PreRelease

This is a prerelease version of Dynamicweb.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb --version 10.20.0-PreRelease
                    
NuGet\Install-Package Dynamicweb -Version 10.20.0-PreRelease
                    
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" Version="10.20.0-PreRelease" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb" Version="10.20.0-PreRelease" />
                    
Directory.Packages.props
<PackageReference Include="Dynamicweb" />
                    
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 --version 10.20.0-PreRelease
                    
#r "nuget: Dynamicweb, 10.20.0-PreRelease"
                    
#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@10.20.0-PreRelease
                    
#: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&version=10.20.0-PreRelease&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb&version=10.20.0-PreRelease&prerelease
                    
Install as a Cake Tool

Dynamicweb

This package is the main Dynamicweb package and is one of several packages that is required for a full Dynamicweb installation.

This is the package that contains the APIs for content - websites, pages, grids, paragraphs, items and more.

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 the content. The main entrance is the services found in Dynamicweb.Content.Services namespace.

var page = Dynamicweb.Content.Services.Pages.GetPage(1);
var pageName = page.MenuText;
page.MetaTitle = $"Welcome to {pageName}";
Dynamicweb.Content.Services.Pages.SavePage(page);

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 (152)

Showing the top 5 NuGet packages that depend on Dynamicweb:

Package Downloads
Dynamicweb.Ecommerce

Ecommerce

Dynamicweb.Hosting

API for accessing and using IIS for hosting

Dynamicweb.UserManagement

User Management

Dynamicweb.DataIntegration

Data Integration

Dynamicweb.Analytics

Dynamicweb 9 package containing the Analytics module

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.21.0-PreRelease 113 10/30/2025
10.20.4 466 10/28/2025
10.20.3-PreRelease 698 10/21/2025
10.20.2-PreRelease 691 10/14/2025
10.20.1-PreRelease 706 10/7/2025
10.20.0-PreRelease 812 9/30/2025
10.19.11 452 10/28/2025
10.19.10 763 10/21/2025
10.19.9 908 10/16/2025
10.19.8 804 10/14/2025
10.19.7 822 10/7/2025
10.19.6 1,113 9/30/2025
10.19.5-PreRelease 819 9/22/2025
10.19.4-PreRelease 776 9/16/2025
10.19.3-PreRelease 585 9/9/2025
10.19.2-PreRelease 615 9/4/2025
10.19.1-PreRelease 618 9/2/2025
10.19.0-PreRelease 685 8/26/2025
10.18.13 502 10/28/2025
10.18.12 827 10/14/2025
10.18.11 818 10/7/2025
10.18.10 823 9/30/2025
10.18.9 1,007 9/22/2025
10.18.8 1,095 9/16/2025
10.18.7 763 9/9/2025
10.18.6 674 9/4/2025
10.18.5 846 9/2/2025
10.18.4 1,380 8/26/2025
10.18.3-PreRelease 592 8/19/2025
10.18.2-PreRelease 613 8/12/2025
10.18.1-PreRelease 682 8/7/2025
10.18.0-PreRelease 712 7/25/2025
10.17.13 906 10/14/2025
10.17.12 779 10/7/2025
10.17.11 959 9/30/2025
10.17.10 899 9/22/2025
10.17.9 929 9/16/2025
10.17.8 785 9/2/2025
10.17.7 765 8/26/2025
10.17.6 759 8/19/2025
10.17.5 854 8/12/2025
10.17.4 752 8/5/2025
10.17.3 1,092 7/22/2025
10.17.2 718 7/15/2025
10.17.1 779 7/8/2025
10.17.0 943 7/1/2025
10.16.12 1,063 9/22/2025
10.16.11 883 9/16/2025
10.16.10 637 9/9/2025
10.16.9 990 8/12/2025
10.16.8 797 8/5/2025
10.16.7 1,120 7/22/2025
10.16.6 870 7/1/2025
10.16.5 1,237 6/17/2025
10.16.4 1,008 6/12/2025
10.16.3 902 6/10/2025
10.16.2 744 6/4/2025
10.16.1 676 6/3/2025
10.16.0 1,121 5/27/2025
10.15.11 913 8/26/2025
10.15.10 955 8/5/2025
10.15.9 886 7/1/2025
10.15.8 692 6/24/2025
10.15.7 731 6/17/2025
10.15.6 827 6/3/2025
10.15.5 720 5/27/2025
10.15.4 918 5/20/2025
10.15.3 1,149 5/13/2025
10.15.2 879 5/13/2025
10.15.1 1,040 5/6/2025
10.15.0 1,080 4/29/2025
10.14.13 889 7/1/2025
10.14.12 662 6/24/2025
10.14.11 814 6/17/2025
10.14.10 965 5/20/2025
10.14.9 826 5/13/2025
10.14.8 836 5/13/2025
10.14.7 743 5/7/2025
10.14.6 685 5/6/2025
10.14.5 768 4/29/2025
10.14.4 956 4/22/2025
10.14.3 971 4/10/2025
10.14.2 836 4/8/2025
10.14.1 1,096 4/1/2025
10.14.0 1,668 3/25/2025
10.13.8 1,119 4/22/2025
10.13.7 755 4/10/2025
10.13.6 761 4/8/2025
10.13.5 763 4/1/2025
10.13.4 1,049 3/25/2025
10.13.3 1,360 3/18/2025
10.13.2 861 3/11/2025
10.13.1 1,325 3/4/2025
10.13.0 6,435 2/25/2025
10.12.7 1,224 3/11/2025
10.12.6 792 3/4/2025
10.12.5 671 2/25/2025
10.12.4 992 2/18/2025
10.12.3 864 2/12/2025
10.12.2 651 2/11/2025
10.12.1 885 2/4/2025
10.12.0 4,382 1/28/2025
10.11.8 1,074 2/25/2025
10.11.7 719 2/18/2025
10.11.6 741 2/12/2025
10.11.5 644 2/11/2025
10.11.4 682 2/4/2025
10.11.3 716 1/28/2025
10.11.2 2,591 1/21/2025
10.11.1 693 1/14/2025
10.11.0 1,090 1/7/2025
10.10.8 967 2/12/2025
10.10.7 635 2/11/2025
10.10.6 766 1/16/2025
10.10.5 607 1/14/2025
10.10.4 721 1/7/2025
10.10.3 1,063 12/17/2024
10.10.2 657 12/10/2024
10.10.1 742 12/3/2024
10.10.0 909 11/26/2024
10.9.9 911 1/14/2025
10.9.8 874 12/17/2024
10.9.7 636 12/10/2024
10.9.6 707 12/3/2024
10.9.5 661 11/27/2024
10.9.4 2,187 11/26/2024
10.9.3 882 11/19/2024
10.9.2 873 11/12/2024
10.9.1 748 11/5/2024
10.9.0 2,808 10/29/2024
10.8.14 650 1/14/2025
10.8.13 838 12/17/2024
10.8.12 707 12/10/2024
10.8.11 681 12/3/2024
10.8.10 997 11/26/2024
10.8.9 711 11/19/2024
10.8.8 679 11/12/2024
10.8.7 691 11/7/2024
10.8.6 654 11/5/2024
10.8.5 675 10/29/2024
10.8.4 739 10/22/2024
10.8.3 772 10/15/2024
10.8.2 717 10/8/2024
10.8.1 793 10/1/2024
10.8.0 9,852 9/24/2024
10.7.11 658 11/19/2024
10.7.10 656 11/19/2024
10.7.9 778 10/29/2024
10.7.8 636 10/22/2024
10.7.7 668 10/15/2024
10.7.6 673 10/8/2024
10.7.5 717 10/1/2024
10.7.4 639 9/24/2024
10.7.3 847 9/17/2024
10.7.2 834 9/10/2024
10.7.1 780 9/4/2024
10.7.0 2,540 8/27/2024
10.6.18 670 11/19/2024
10.6.17 629 11/19/2024
10.6.16 771 10/15/2024
10.6.15 654 10/8/2024
10.6.14 656 10/1/2024
10.6.13 745 9/24/2024
10.6.12 703 9/17/2024
10.6.11 684 9/3/2024
10.6.10 707 8/27/2024
10.6.9 1,390 8/20/2024
10.6.8 807 8/13/2024
10.6.7 657 8/6/2024
10.6.6 814 7/19/2024
10.6.5 651 7/16/2024
10.6.4 734 7/9/2024
10.6.3 966 7/2/2024
10.6.2 3,462 6/25/2024
10.5.14 802 10/1/2024
10.5.13 682 9/24/2024
10.5.12 700 8/21/2024
10.5.11 750 8/13/2024
10.5.10 594 8/6/2024
10.5.9 681 7/19/2024
10.5.8 674 7/16/2024
10.5.7 622 7/5/2024
10.5.6 666 7/1/2024
10.5.5 673 6/25/2024
10.5.4 764 6/18/2024
10.5.3 761 6/11/2024
10.5.2 747 6/4/2024
10.5.1 647 6/4/2024
10.5.0 1,206 5/28/2024
10.4.8 639 8/6/2024
10.4.7 641 6/25/2024
10.4.6 686 6/11/2024
10.4.5 637 6/4/2024
10.4.4 664 5/28/2024
10.4.3 676 5/21/2024
10.4.2 1,126 5/14/2024
10.4.1 894 5/7/2024
10.4.0 3,462 4/30/2024
10.3.10 612 8/6/2024
10.3.9 655 6/25/2024
10.3.8 786 5/21/2024
10.3.7 615 5/14/2024
10.3.6 730 5/7/2024
10.3.5 680 4/30/2024
10.3.4 785 4/23/2024
10.3.3 727 4/16/2024
10.3.2 747 4/11/2024
10.3.1 690 4/9/2024
10.3.0 1,179 4/2/2024
10.2.8 815 4/23/2024
10.2.7 705 4/16/2024
10.2.6 678 4/11/2024
10.2.5 682 4/9/2024
10.2.4 637 4/2/2024
10.2.3 759 3/26/2024
10.2.2 804 3/19/2024
10.2.1 834 3/12/2024
10.2.0 1,029 3/5/2024
10.1.12 749 4/11/2024
10.1.11 696 4/9/2024
10.1.10 671 4/2/2024
10.1.9 751 3/19/2024
10.1.8 747 3/13/2024
10.1.7 701 3/12/2024
10.1.6 708 3/5/2024
10.1.5 735 2/27/2024
10.1.4 1,012 2/20/2024
10.1.3 778 2/14/2024
10.1.2 751 2/7/2024
10.1.1 735 2/6/2024
10.1.0 867 1/30/2024
10.0.39 948 4/11/2024
10.0.38 868 4/2/2024
10.0.37 946 3/5/2024
10.0.36 936 2/27/2024
10.0.35 934 2/20/2024
10.0.34 1,259 2/14/2024
10.0.33 1,200 2/1/2024
10.0.32 1,332 1/24/2024
10.0.31 967 1/19/2024
10.0.30 1,014 1/18/2024
10.0.29 1,252 1/16/2024
10.0.28 1,293 1/16/2024
10.0.27 1,172 1/11/2024
10.0.26 1,229 12/19/2023
10.0.25 2,800 12/12/2023
10.0.24 2,552 12/5/2023
10.0.22 1,690 11/28/2023
10.0.21 3,100 11/23/2023
10.0.20 1,015 11/21/2023
10.0.19 2,151 11/14/2023
10.0.18 959 11/9/2023
10.0.17 1,893 11/2/2023
10.0.16 1,006 10/25/2023
10.0.15 1,346 10/19/2023
10.0.14 1,744 10/11/2023
10.0.13 1,302 9/27/2023
10.0.12 956 9/26/2023
10.0.11 1,007 9/22/2023
10.0.10 1,118 9/13/2023
10.0.9 2,964 8/30/2023
10.0.8 1,094 8/25/2023
10.0.7 1,427 8/22/2023
10.0.6 1,318 8/10/2023
10.0.5 1,511 8/2/2023
10.0.4 1,184 7/13/2023
10.0.3 1,606 7/5/2023
10.0.2 1,980 6/27/2023
10.0.1 1,276 6/20/2023
10.0.0 3,604 6/14/2023
9.20.1 214 10/15/2025
9.20.0 287 9/1/2025
9.19.5 234 8/21/2025
9.19.4 794 8/13/2025
9.19.3 1,375 6/18/2025
9.19.2 1,233 4/1/2025
9.19.1 991 2/19/2025
9.19.0 1,466 1/31/2025
9.18.5 346 4/4/2025
9.18.4 243 3/12/2025
9.18.3 276 2/12/2025
9.18.2 435 12/18/2024
9.18.1 800 11/26/2024
9.18.0 2,052 8/27/2024
9.17.16 1,172 11/22/2024
9.17.15 268 11/7/2024
9.17.14 180 10/22/2024
9.17.13 304 10/18/2024
9.17.12 1,372 10/2/2024
9.17.11 1,412 9/19/2024
9.17.10 1,061 9/3/2024
9.17.9 1,401 8/14/2024
9.17.8 385 7/18/2024
9.17.7 498 6/27/2024
9.17.6 1,831 6/4/2024
9.17.5 1,848 5/13/2024
9.17.4 6,249 4/12/2024
9.17.3 740 3/25/2024
9.17.2 1,515 3/4/2024
9.17.1 979 2/14/2024
9.17.0 1,386 1/31/2024
9.16.11 1,814 4/11/2024
9.16.10 416 3/25/2024
9.16.9 452 3/4/2024
9.16.8 683 2/14/2024
9.16.7 518 1/26/2024
9.16.6 1,024 1/9/2024
9.16.5 1,629 12/13/2023
9.16.4 2,041 11/29/2023
9.16.3 1,012 11/21/2023
9.16.2 1,190 11/7/2023
9.16.1 1,679 10/10/2023
9.16.0 3,115 9/21/2023
9.15.29 638 1/23/2024
9.15.28 888 12/13/2023
9.15.27 2,074 11/7/2023
9.15.26 1,492 10/10/2023
9.15.25 2,825 9/13/2023
9.15.24 347 8/30/2023
9.15.23 2,266 8/29/2023
9.15.22 9,379 8/15/2023
9.15.21 2,558 8/2/2023
9.15.20 770 7/27/2023
9.15.19 2,886 6/29/2023
9.15.18 1,838 6/6/2023
9.15.17 2,075 5/16/2023
9.15.16 2,620 5/11/2023
9.15.15 475 5/9/2023
9.15.14 2,018 5/3/2023
9.15.13 461 5/2/2023
9.15.12 612 4/18/2023
9.15.11 1,191 4/18/2023
9.15.10 2,796 3/21/2023
9.15.9 2,983 3/16/2023
9.15.8 5,020 3/7/2023
9.15.6 1,125 3/2/2023
9.15.5 1,249 2/27/2023
9.15.4 2,225 2/21/2023
9.15.3 1,162 2/15/2023
9.15.2 1,736 2/6/2023
9.15.1 1,133 2/2/2023
9.15.0 6,003 1/26/2023
9.14.32 4,350 8/14/2023
9.14.31 1,103 7/27/2023
9.14.30 7,819 5/3/2023
9.14.29 3,009 4/18/2023
9.14.28 1,040 4/18/2023
9.14.27 1,648 3/21/2023
9.14.26 1,124 3/16/2023
9.14.25 2,067 3/7/2023
9.14.24 1,066 3/2/2023
9.14.23 2,850 2/21/2023
9.14.22 1,862 2/14/2023
9.14.21 448 2/10/2023
9.14.20 448 2/8/2023
9.14.19 1,769 2/2/2023
9.14.18 1,156 2/1/2023
9.14.17 1,650 1/26/2023
9.14.16 1,879 1/24/2023
9.14.15 6,830 1/10/2023
9.14.14 11,255 12/15/2022
9.14.13 6,275 11/29/2022
9.14.12 545 11/28/2022
9.14.11 8,353 11/16/2022
9.14.10 1,421 11/15/2022
9.14.9 3,944 11/11/2022
9.14.8 3,449 11/7/2022
9.14.7 6,377 11/1/2022
9.14.6 1,385 10/27/2022
9.14.5 3,347 10/19/2022
9.14.4 9,967 9/27/2022
9.14.3 3,237 9/15/2022
9.14.2 4,020 9/7/2022
9.14.1 8,892 8/30/2022
9.14.0 4,318 8/30/2022
9.13.35 1,302 1/24/2023
9.13.34 2,627 11/1/2022
9.13.33 3,011 9/27/2022
9.13.32 7,932 8/31/2022
9.13.31 2,351 8/25/2022
9.13.30 6,981 8/18/2022
9.13.29 6,203 8/9/2022
9.13.28 709 8/9/2022
9.13.27 3,861 7/13/2022
9.13.26 2,486 7/7/2022
9.13.25 3,332 6/27/2022
9.13.24 2,575 6/23/2022
9.13.23 2,077 6/21/2022
9.13.22 7,078 6/8/2022
9.13.21 8,697 6/2/2022
9.13.20 778 6/2/2022
9.13.19 3,794 5/23/2022
9.13.18 2,462 5/18/2022
9.13.17 6,313 4/27/2022
9.13.16 2,504 4/26/2022
9.13.15 4,290 4/21/2022
9.13.14 1,524 4/20/2022
9.13.13 3,438 4/8/2022
9.13.12 1,724 4/7/2022
9.13.11 3,333 4/5/2022
9.13.10 3,589 3/27/2022
9.13.9 4,875 3/23/2022
9.13.8 7,260 3/16/2022
9.13.7 2,667 3/11/2022
9.13.6 8,020 3/1/2022
9.13.5 1,956 2/28/2022
9.13.4 2,742 2/17/2022
9.13.3 7,599 2/14/2022
9.13.2 1,823 2/8/2022
9.13.1 3,683 2/2/2022
9.13.0 6,594 1/25/2022
9.12.22 2,618 3/23/2022
9.12.21 9,310 1/24/2022
9.12.20 1,924 1/21/2022
9.12.19 4,456 1/14/2022
9.12.18 3,072 1/5/2022
9.12.17 14,884 12/14/2021
9.12.16 2,789 12/7/2021
9.12.15 2,251 12/2/2021
9.12.14 1,965 11/30/2021
9.12.13 5,297 11/19/2021
9.12.12 631 11/17/2021
9.12.11 707 11/16/2021
9.12.10 5,428 11/2/2021
9.12.9 744 11/1/2021
9.12.8 9,414 10/25/2021
9.12.7 2,117 10/21/2021
9.12.6 739 10/21/2021
9.12.5 4,290 10/14/2021
9.12.4 11,263 10/5/2021
9.12.2 1,229 9/27/2021
9.12.1 3,353 9/17/2021
9.12.0 5,853 8/31/2021
9.10.33 2,150 10/21/2021
9.10.32 19,066 8/27/2021
9.10.31 35,967 8/11/2021
9.10.30 766 8/10/2021
9.10.29 4,330 7/22/2021
9.10.28 5,991 7/14/2021
9.10.27 1,294 7/11/2021
9.10.26 4,474 6/29/2021
9.10.25 2,195 6/22/2021
9.10.24 4,439 6/15/2021
9.10.23 971 6/11/2021
9.10.22 3,291 5/27/2021
9.10.21 22,828 5/11/2021
9.10.20 870 5/7/2021
9.10.19 100,478 4/22/2021
9.10.18 790 4/21/2021
9.10.17 777 4/20/2021
9.10.16 3,291 3/30/2021
9.10.15 796 3/30/2021
9.10.14 847 3/26/2021
9.10.13 1,865 3/25/2021
9.10.12 785 3/25/2021
9.10.11 1,765 3/24/2021
9.10.9 23,742 3/9/2021
9.10.8 25,762 2/18/2021
9.10.7 1,593 2/16/2021
9.10.6 849 2/15/2021
9.10.5 825 2/9/2021
9.10.4 1,227 2/3/2021
9.10.3 1,545 2/1/2021
9.10.2 805 1/29/2021
9.10.1 13,039 1/26/2021
9.10.0 22,942 1/26/2021
9.9.24 1,296 4/26/2021
9.9.23 1,598 1/29/2021
9.9.22 3,248 1/20/2021
9.9.21 812 1/18/2021
9.9.20 7,381 12/21/2020
9.9.19 3,629 12/11/2020
9.9.18 3,779 12/11/2020
9.9.17 834 12/4/2020
9.9.16 777 12/2/2020
9.9.15 9,862 11/26/2020
9.9.14 5,249 11/22/2020
9.9.13 797 11/18/2020
9.9.12 11,265 10/29/2020
9.9.11 2,198 10/27/2020
9.9.10 5,494 10/16/2020
9.9.9 2,356 10/12/2020
9.9.8 8,698 9/29/2020
9.9.7 925 9/24/2020
9.9.6 838 9/18/2020
9.9.5 8,516 9/14/2020
9.9.4 879 9/10/2020
9.9.3 1,245 9/2/2020
9.9.2 824 8/28/2020
9.9.1 803 8/27/2020
9.9.0 8,985 8/25/2020
9.8.41 3,585 9/2/2020
9.8.40 864 8/28/2020
9.8.39 2,723 8/13/2020
9.8.38 1,973 8/7/2020
9.8.37 1,269 7/29/2020
9.8.36 11,662 7/6/2020
9.8.35 951 7/5/2020
9.8.34 4,036 6/29/2020
9.8.33 953 6/25/2020
9.8.32 12,702 6/15/2020
9.8.31 957 6/15/2020
9.8.30 849 6/10/2020
9.8.29 7,004 6/9/2020
9.8.28 2,115 6/8/2020
9.8.27 2,766 6/3/2020
9.8.26 8,119 5/26/2020
9.8.25 939 5/26/2020
9.8.24 6,077 5/20/2020
9.8.23 1,811 5/19/2020
9.8.22 3,057 5/18/2020
9.8.21 1,213 5/5/2020
9.8.20 3,937 4/27/2020
9.8.19 3,987 4/21/2020
9.8.18 2,048 4/6/2020
9.8.17 935 4/3/2020
9.8.16 1,201 4/1/2020
9.8.15 22,497 3/27/2020
9.8.14 1,819 3/25/2020
9.8.13 3,254 3/20/2020
9.8.12 2,011 3/13/2020
9.8.11 973 3/13/2020
9.8.10 16,941 3/5/2020
9.8.9 972 2/27/2020
9.8.8 5,692 2/25/2020
9.8.7 4,680 2/21/2020
9.8.6 1,016 2/20/2020
9.8.5 1,384 2/12/2020
9.8.4 1,167 2/5/2020
9.8.3 6,180 2/4/2020
9.8.2 942 2/3/2020
9.8.1 7,704 1/28/2020
9.7.30 3,453 4/1/2020
9.7.29 3,328 3/27/2020
9.7.28 3,342 2/24/2020
9.7.27 4,663 2/4/2020
9.7.26 4,079 1/16/2020
9.7.25 8,295 1/13/2020
9.7.24 955 12/23/2019
9.7.23 4,386 12/3/2019
9.7.22 16,123 11/20/2019
9.7.21 1,059 11/18/2019
9.7.20 1,525 11/14/2019
9.7.19 926 11/12/2019
9.7.18 1,333 11/7/2019
9.7.17 934 11/6/2019
9.7.16 5,670 10/29/2019
9.7.15 1,825 10/24/2019
9.7.14 2,910 10/23/2019
9.7.13 3,191 10/3/2019
9.7.12 2,190 10/2/2019
9.7.11 1,227 10/1/2019
9.7.10 7,802 9/24/2019
9.7.9 1,080 9/24/2019
9.7.8 977 9/23/2019
9.7.7 966 9/23/2019
9.7.6 989 9/16/2019
9.7.5 923 9/12/2019
9.7.4 18,437 9/10/2019
9.7.3 1,887 9/6/2019
9.7.2 971 9/5/2019
9.7.1 1,078 8/29/2019
9.7.0 6,263 8/27/2019
9.6.42 864 6/15/2020
9.6.41 2,288 11/20/2019
9.6.40 1,939 10/2/2019
9.6.39 4,488 10/1/2019
9.6.38 933 9/24/2019
9.6.37 1,958 8/20/2019
9.6.36 953 8/19/2019
9.6.35 5,742 8/7/2019
9.6.34 973 8/7/2019
9.6.33 978 7/12/2019
9.6.32 13,570 6/19/2019
9.6.31 1,036 6/18/2019
9.6.30 1,774 6/17/2019
9.6.29 1,753 6/17/2019
9.6.28 5,222 5/29/2019
9.6.27 940 5/29/2019
9.6.26 1,872 5/6/2019
9.6.25 15,051 4/30/2019
9.6.24 973 4/29/2019
9.6.23 1,792 4/11/2019
9.6.22 4,084 4/11/2019
9.6.21 7,014 4/11/2019
9.6.20 7,315 4/11/2019
9.6.19 1,110 4/11/2019
9.6.18 1,066 3/25/2019
9.6.17 997 3/20/2019
9.6.16 992 3/20/2019
9.6.15 1,003 3/19/2019
9.6.14 1,873 3/15/2019
9.6.13 1,002 3/15/2019
9.6.12 984 3/15/2019
9.6.11 6,638 3/15/2019
9.6.10 991 3/15/2019
9.6.9 4,669 3/15/2019
9.6.8 968 3/15/2019
9.6.7 956 3/15/2019
9.6.6 1,004 3/15/2019
9.6.5 1,787 3/15/2019
9.6.4 970 3/15/2019
9.6.3 2,990 3/15/2019
9.6.2 1,045 3/15/2019
9.6.1 6,389 3/15/2019
9.6.0 21,772 3/15/2019
9.5.33 1,662 5/29/2019
9.5.32 1,024 4/29/2019
9.5.31 1,212 3/21/2019
9.5.30 1,073 3/19/2019
9.5.29 1,053 3/15/2019
9.5.28 983 3/15/2019
9.5.27 1,031 3/15/2019
9.5.26 1,044 3/15/2019
9.5.25 5,255 3/15/2019
9.5.24 1,102 3/15/2019
9.5.23 3,516 3/15/2019
9.5.22 955 3/15/2019
9.5.21 1,725 3/15/2019
9.5.20 995 3/15/2019
9.5.19 965 3/15/2019
9.5.18 7,606 3/15/2019
9.5.17 3,851 3/15/2019
9.5.16 942 3/15/2019
9.5.15 957 3/15/2019
9.5.14 1,761 3/15/2019
9.5.13 1,723 3/15/2019
9.5.12 1,345 3/15/2019
9.5.11 1,610 3/15/2019
9.5.10 2,280 3/15/2019
9.5.9 6,215 3/15/2019
9.5.8 1,005 3/15/2019
9.5.7 969 3/15/2019
9.5.6 1,894 3/15/2019
9.5.5 956 3/15/2019
9.5.4 966 3/15/2019
9.5.3 4,617 3/15/2019
9.5.2 1,029 3/15/2019
9.5.1 998 3/15/2019
9.5.0 21,073 3/15/2019
9.4.56 976 3/15/2019
9.4.55 988 3/15/2019
9.4.54 1,022 3/15/2019
9.4.53 1,756 3/15/2019
9.4.52 984 3/15/2019
9.4.51 973 3/15/2019
9.4.50 980 3/15/2019
9.4.49 55,763 3/15/2019
9.4.48 10,919 3/15/2019
9.4.47 1,608 3/15/2019
9.4.46 962 3/15/2019
9.4.45 982 3/15/2019
9.4.44 1,663 3/15/2019
9.4.43 1,653 3/15/2019
9.4.42 961 3/15/2019
9.4.41 928 3/15/2019
9.4.40 2,481 3/15/2019
9.4.39 1,825 3/15/2019
9.4.38 1,789 3/15/2019
9.4.37 1,017 3/15/2019
9.4.36 4,982 3/15/2019
9.4.35 969 3/15/2019
9.4.34 2,195 3/15/2019
9.4.28 21,474 3/15/2019
9.4.22 3,744 3/15/2019
9.4.20 15,234 3/15/2019
9.4.11 4,719 3/15/2019
9.4.5 3,699 3/15/2019
9.4.4 33,511 3/15/2019
9.4.0 4,148 3/15/2019
9.3.14 9,681 3/15/2019
9.3.13 10,839 3/15/2019
9.3.0 14,186 3/15/2019
9.2.14 10,451 3/15/2019
9.2.13 8,412 3/15/2019
9.2.11 19,204 3/15/2019
9.2.7 19,462 3/15/2019
9.2.0 11,403 3/15/2019
9.1.2 51,269 3/15/2019