Syncfusion.DocIO.Net.Core 28.2.12

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

Syncfusion® ASP.NET Core Word library

The Syncfusion® .NET Core Word library (Essential® DocIO) is a feature-rich and high-performance .NET Core Word library that is used to create, read, and edit Word documents programmatically without Microsoft Office dependencies.

ASP.NET Core Word Library

Features overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback

Key Features

  • Support to create Word document from scratch.
  • Support to open (read), modify and save existing Word documents.
  • Advanced Mail merge support with different data sources.
  • Ability to create or edit Word 97-2003 and later version documents (DOCX), and convert them to commonly used file formats such as RTF, WordML, TXT, HTML and vice versa.
  • Ability to export a Word document as a PDF file.
  • Ability to create and manipulate charts, Shapes, and Group shape in DOCX and WordML format documents.
  • Ability to read and write Built-In and Custom Document Properties.
  • Ability to find and replace text with its original formatting.
  • Ability to insert Bookmarks and navigate corresponding bookmarks to insert, replace, and delete content.
  • Support to insert and edit the form fields.
  • Support to protect the document to restrict access to the elements present within the document.
  • Ability to encrypt and decrypt Word documents.
  • Support to insert and extract OLE objects.
  • Support to run the DocIO applications in multi-thread and its thread safe.

System Requirements

Getting Started

You can fetch the Syncfusion® .NET Word library NuGet by simply running the command Install-Package Syncfusion.DocIO.Net.Core from the Package Manager Console in Visual Studio.

Try the following code example to create a Word document.

using System.IO;
using Syncfusion.DocIO;
using Syncfusion.DocIO.DLS;

//Creates a new instance of WordDocument (Empty Word Document).
using (WordDocument document = new WordDocument())
{
    //Adds a section and a paragraph to the document.
    document.EnsureMinimal();
    //Appends text to the last paragraph of the document.
    document.LastParagraph.AppendText("Hello World");
    //Creates an instance of memory stream.
    using (MemoryStream stream = new MemoryStream())
    {
        //Saves the Word document to memory stream.
        document.Save(stream, FormatType.Docx);
    }
}

For more information to get started, refer to our Getting Started Documentation page.

License

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a license here or start a free 30-day trial here.

About Syncfusion®

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion® has more than 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1800+ components and frameworks for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), Flutter, Xamarin and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.


sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 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 is compatible.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on Syncfusion.DocIO.Net.Core:

Package Downloads
Syncfusion.DocIORenderer.Net.Core

Syncfusion® Word library is feature-rich and high-performance .NET Word library that allows you to create, manipulate and convert Word documents (DOC, DOT, DOCM, DOTM, DOCX, DOTX, RTF, and WordML), TXT, and HTML files.

Syncfusion.EJ2.WordEditor.AspNet.Core

This package provides the functionality to utilize the features of Syncfusion® ASP.NET Core Word Processor (Document Editor) control and more.

BoldReports.Net.Core

Syncfusion Bold Reports for ASP.NET Core is a server-side helper package used to build ASP.NET Core Web API services. Key features: • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices and lists. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer and report designer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. Learn more: https://www.boldreports.com/features?utm_source=nuget&utm_medium=listing Documentation: https://help.boldreports.com/embedded-reporting/aspnet-core-reporting?utm_source=nuget&utm_medium=listing Support Questions: mailto:support@boldreports.com?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid subscription license for possession or use. Syncfusion’s Bold Reports services, including this component, is subject to the terms and conditions of Syncfusion's Bold Reports Software License Agreement and Terms of Service (https://www.boldreports.com/terms-of-use/?utm_source=nuget&utm_medium=listing). To acquire a license, you can start a subscription or start a free 15-day trial here (https://www.boldreports.com/pricing/?utm_source=nuget&utm_medium=listing). This server-side helper package provides services to the following components and libraries: • ASP.NET Core Report Viewer: https://www.boldreports.com/embedded-reporting/aspnet-core-report-viewer?utm_source=nuget&utm_medium=listing • ASP.NET Core Report Designer: https://www.boldreports.com/embedded-reporting/aspnet-core-report-designer?utm_source=nuget&utm_medium=listing • ASP.NET Core Report Writer: https://www.boldreports.com/embedded-reporting/aspnet-core-report-writer?utm_source=nuget&utm_medium=listing • Blazor Report Viewer: https://www.boldreports.com/embedded-reporting/blazor-report-viewer?utm_source=nuget&utm_medium=listing • Blazor Report Designer: https://www.boldreports.com/embedded-reporting/blazor-report-designer?utm_source=nuget&utm_medium=listing • Angular Report Viewer: https://www.boldreports.com/embedded-reporting/angular-report-viewer?utm_source=nuget&utm_medium=listing • Angular Report Designer: https://www.boldreports.com/embedded-reporting/angular-report-designer?utm_source=nuget&utm_medium=listing • JavaScript Report Viewer: https://www.boldreports.com/embedded-reporting/javascript-report-viewer?utm_source=nuget&utm_medium=listing • JavaScript Report Designer: https://www.boldreports.com/embedded-reporting/javascript-report-designer?utm_source=nuget&utm_medium=listing © Copyright 2025 Syncfusion, Inc. All Rights Reserved. The Syncfusion Bold Reports license and copyright applies to this distribution.

Syncfusion.EJ.Export

Syncfusion’s export library for ASP.NET Core (Essential JS 1) contains helper functions for exporting data from grid, chart, RTE, Gantt, pivot, and spreadsheet controls into Excel, Word, and PDF formats. Key Features • UI components like grid, Gantt, tree grid, and pivot can be exported to Excel, Word, and PDF files. • Data can be imported to grid, spreadsheet, Gantt, and tree grid components from Excel files. • ICS files can be imported or exported from schedule appointments. • Multiple components can be exported into single files. Learn More https://www.syncfusion.com/jquery/aspnet-core-ui-controls Documentation https://help.syncfusion.com/aspnet-core/ Support Please contact us by creating a support ticket. Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums/aspnetcore This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

BBTRulesEngine

BBT Rules Engine

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
29.1.39 1,369 3 days ago
29.1.38 2,567 10 days ago
29.1.37 4,566 17 days ago
29.1.35 6,450 24 days ago
29.1.33 5,418 a month ago
28.2.12 24,316 a month ago
28.2.11 13,908 a month ago
28.2.9 22,384 2 months ago
28.2.7 8,162 2 months ago
28.2.6 10,227 2 months ago
28.2.5 12,125 2 months ago
28.2.4 14,112 3 months ago
28.2.3 23,973 3 months ago
28.1.41 44,381 3 months ago
28.1.39 16,006 3 months ago
28.1.38 11,446 4 months ago
28.1.37 28,195 4 months ago
28.1.36 18,215 4 months ago
28.1.35 16,924 4 months ago
28.1.33 38,734 4 months ago
27.2.5 28,580 5 months ago
27.2.4 19,863 5 months ago
27.2.3 10,422 5 months ago
27.2.2 25,773 5 months ago
27.1.58 38,689 6 months ago
27.1.57 18,713 6 months ago
27.1.56 14,949 6 months ago
27.1.55 5,796 6 months ago
27.1.53 24,966 6 months ago
27.1.52 25,654 7 months ago
27.1.51 25,993 7 months ago
27.1.50 20,583 7 months ago
27.1.48 32,234 7 months ago
26.2.14 33,313 8 months ago
26.2.13 26,426 8 months ago
26.2.12 8,845 8 months ago
26.2.11 22,439 8 months ago
26.2.10 19,633 8 months ago
26.2.9 21,170 8 months ago
26.2.8 15,093 9 months ago
26.2.7 26,303 9 months ago
26.2.5 17,772 9 months ago
26.2.4 13,879 9 months ago
26.1.42 53,065 9 months ago
26.1.41 16,758 10 months ago
26.1.40 24,196 10 months ago
26.1.39 34,222 10 months ago
26.1.38 14,976 6/18/2024
26.1.35 69,737 6/11/2024
25.2.7 40,248 6/3/2024
25.2.6 20,835 5/28/2024
25.2.5 24,118 5/21/2024
25.2.4 25,553 5/14/2024
25.2.3 12,653 5/8/2024
25.1.42 27,789 4/29/2024
25.1.41 8,130 4/23/2024
25.1.40 45,350 4/15/2024
25.1.39 25,229 4/8/2024
25.1.38 35,002 4/1/2024
25.1.37 6,846 3/26/2024
25.1.35 62,677 3/15/2024
24.2.9 37,847 3/4/2024
24.2.8 24,368 2/26/2024
24.2.7 44,051 2/19/2024
24.2.6 21,716 2/14/2024
24.2.5 1,937 2/12/2024
24.2.4 10,933 2/6/2024
24.2.3 34,955 1/31/2024
24.1.47 25,526 1/22/2024
24.1.46 15,140 1/16/2024
24.1.45 23,477 1/9/2024
24.1.44 29,154 1/3/2024
24.1.43 10,118 12/27/2023
24.1.41 72,736 12/18/2023
23.2.7 61,848 12/6/2023
23.2.6 27,775 11/28/2023
23.2.5 8,250 11/23/2023
23.2.4 16,472 11/20/2023
23.1.44 25,034 11/6/2023
23.1.43 12,817 10/30/2023
23.1.42 21,254 10/23/2023
23.1.41 23,874 10/16/2023
23.1.40 42,510 10/10/2023
23.1.39 13,805 10/4/2023
23.1.38 12,183 9/26/2023
23.1.36 90,042 9/15/2023
22.2.12 29,195 9/5/2023
22.2.11 18,824 8/28/2023
22.2.10 14,620 8/22/2023
22.2.9 22,582 8/14/2023
22.2.8 16,781 8/7/2023
22.2.7 11,399 8/2/2023
22.2.5 22,386 7/27/2023
22.1.39 43,265 7/18/2023
22.1.38 11,029 7/11/2023
22.1.37 8,782 7/3/2023
22.1.36 15,737 6/28/2023
22.1.34 64,222 6/21/2023
21.2.10 32,422 6/13/2023
21.2.9 22,383 6/6/2023
21.2.8 17,692 5/30/2023
21.2.6 25,021 5/22/2023
21.2.5 32,855 5/15/2023
21.2.4 20,146 5/9/2023
21.2.3 21,591 5/3/2023
21.1.41 65,703 4/19/2023
21.1.39 22,500 4/10/2023
21.1.38 12,586 4/3/2023
21.1.37 7,550 3/29/2023
21.1.35 26,267 3/23/2023
20.4.0.54 121,093 3/13/2023
20.4.0.53 17,904 3/7/2023
20.4.0.52 20,908 2/28/2023
20.4.0.51 20,749 2/21/2023
20.4.0.50 11,680 2/14/2023
20.4.0.49 16,313 2/7/2023
20.4.0.48 29,912 2/1/2023
20.4.0.44 102,664 1/18/2023
20.4.0.43 16,330 1/10/2023
20.4.0.42 19,595 1/4/2023
20.4.0.41 9,477 12/29/2022
20.4.0.40 3,642 12/28/2022
20.4.0.38 68,843 12/21/2022
20.3.0.61 23,718 12/13/2022
20.3.0.60 16,041 12/6/2022
20.3.0.59 26,077 11/29/2022
20.3.0.58 10,606 11/22/2022
20.3.0.57 14,668 11/15/2022
20.3.0.56 23,518 11/8/2022
20.3.0.52 25,036 10/27/2022
20.3.0.50 40,991 10/18/2022
20.3.0.49 16,420 10/11/2022
20.3.0.48 52,005 10/5/2022
20.3.0.47 61,449 9/29/2022
20.2.0.50 21,780 9/20/2022
20.2.0.49 14,120 9/13/2022
20.2.0.48 31,575 9/6/2022
20.2.0.46 8,186 8/30/2022
20.2.0.45 19,353 8/23/2022
20.2.0.44 17,280 8/16/2022
20.2.0.43 55,474 8/8/2022
20.2.0.40 29,604 7/26/2022
20.2.0.39 12,956 7/19/2022
20.2.0.38 20,735 7/12/2022
20.2.0.36 426,600 6/30/2022
20.1.0.61 45,515 6/21/2022
20.1.0.60 17,742 6/14/2022
20.1.0.59 32,019 6/7/2022
20.1.0.58 54,019 5/31/2022
20.1.0.57 9,763 5/24/2022
20.1.0.56 28,986 5/17/2022
20.1.0.55 16,423 5/12/2022
20.1.0.52 25,162 5/3/2022
20.1.0.51 17,085 4/26/2022
20.1.0.50 13,175 4/19/2022
20.1.0.48 20,682 4/12/2022
20.1.0.47 44,461 4/4/2022
19.4.0.56 68,782 3/15/2022
19.4.0.55 24,211 3/8/2022
19.4.0.54 11,202 3/1/2022
19.4.0.53 55,319 2/22/2022
19.4.0.52 21,532 2/15/2022
19.4.0.50 17,878 2/8/2022
19.4.0.48 30,618 1/31/2022
19.4.0.47 16,000 1/25/2022
19.4.0.43 9,830 1/18/2022
19.4.0.42 58,666 1/11/2022
19.4.0.41 363,732 1/4/2022
19.4.0.40 16,565 12/28/2021
19.4.0.38 33,614 12/17/2021
19.3.0.59 15,889 12/14/2021
19.3.0.57 18,012 12/7/2021
19.3.0.56 9,938 11/30/2021
19.3.0.55 17,938 11/23/2021
19.3.0.54 6,717 11/17/2021
19.3.0.53 24,006 11/12/2021
19.3.0.48 23,563 11/2/2021
19.3.0.47 25,857 10/26/2021
19.3.0.46 13,347 10/19/2021
19.3.0.45 16,050 10/12/2021
19.3.0.44 8,807 10/5/2021
19.3.0.43 32,058 9/30/2021
19.2.0.62 56,876 9/14/2021
19.2.0.60 10,116 9/7/2021
19.2.0.59 15,084 8/31/2021
19.2.0.57 8,176 8/24/2021
19.2.0.56 11,870 8/17/2021
19.2.0.55 10,452 8/11/2021
19.2.0.51 12,344 8/2/2021
19.2.0.49 6,424 7/27/2021
19.2.0.48 13,800 7/20/2021
19.2.0.47 5,204 7/13/2021
19.2.0.46 7,357 7/6/2021
19.2.0.44 159,950 6/30/2021
19.1.0.69 15,247 6/14/2021
19.1.0.67 76,543 6/8/2021
19.1.0.66 10,080 6/1/2021
19.1.0.65 9,787 5/25/2021
19.1.0.64 8,274 5/19/2021
19.1.0.63 37,035 5/13/2021
19.1.0.59 83,514 5/4/2021
19.1.0.58 10,417 4/27/2021
19.1.0.57 7,560 4/20/2021
19.1.0.56 19,019 4/13/2021
19.1.0.55 8,121 4/6/2021
19.1.0.54 87,437 3/30/2021
18.4.0.49 31,477 3/23/2021
18.4.0.48 24,368 3/16/2021
18.4.0.47 25,450 3/9/2021
18.4.0.46 9,990 3/2/2021
18.4.0.44 28,804 2/23/2021
18.4.0.43 12,915 2/16/2021
18.4.0.42 14,761 2/9/2021
18.4.0.41 23,030 2/2/2021
18.4.0.39 27,619 1/28/2021
18.4.0.35 20,786 1/19/2021
18.4.0.34 9,219 1/12/2021
18.4.0.33 23,932 1/5/2021
18.4.0.32 11,228 12/30/2020
18.4.0.31 18,788 12/22/2020
18.4.0.30 37,052 12/17/2020
18.3.0.53 22,188 12/8/2020
18.3.0.52 23,329 11/30/2020
18.3.0.51 8,337 11/23/2020
18.3.0.50 36,616 11/17/2020
18.3.0.48 13,656 11/11/2020
18.3.0.47 82,875 11/5/2020
18.3.0.44 9,123 10/27/2020
18.3.0.42 7,534 10/20/2020
18.3.0.40 11,287 10/12/2020
18.3.0.38 8,458 10/7/2020
18.3.0.35 121,486 10/1/2020
18.2.0.59 12,781 9/22/2020
18.2.0.58 11,139 9/15/2020
18.2.0.57 49,141 9/8/2020
18.2.0.56 12,350 9/1/2020
18.2.0.55 8,420 8/25/2020
18.2.0.54 5,642 8/18/2020
18.2.0.48 14,190 8/4/2020
18.2.0.47 6,981 7/28/2020
18.2.0.46 8,297 7/21/2020
18.2.0.45 13,525 7/14/2020
18.2.0.44 23,751 7/6/2020
18.1.0.59 12,448 6/23/2020
18.1.0.57 9,830 6/16/2020
18.1.0.56 9,560 6/9/2020
18.1.0.55 9,496 6/2/2020
18.1.0.54 10,165 5/27/2020
18.1.0.53 13,326 5/19/2020
18.1.0.52 63,617 5/13/2020
18.1.0.48 9,584 5/5/2020
18.1.0.46 13,253 4/28/2020
18.1.0.45 5,871 4/21/2020
18.1.0.44 16,971 4/14/2020
18.1.0.43 7,198 4/7/2020
18.1.0.42 12,552 4/1/2020
18.1.0.36-beta 3,972 3/19/2020
17.4.0.55 35,491 3/10/2020
17.4.0.53 7,408 3/3/2020
17.4.0.51 7,662 2/25/2020
17.4.0.50 6,560 2/18/2020
17.4.0.49 8,688 2/11/2020
17.4.0.47 10,028 2/5/2020
17.4.0.46 15,642 1/30/2020
17.4.0.44 52,656 1/21/2020
17.4.0.43 6,204 1/14/2020
17.4.0.41 7,226 1/7/2020
17.4.0.40 25,707 12/24/2019
17.4.0.39 94,423 12/17/2019
17.3.0.34 8,337 12/10/2019
17.3.0.33 4,636 12/4/2019
17.3.0.30 6,430 12/3/2019
17.3.0.29 5,301 11/26/2019
17.3.0.28 6,006 11/19/2019
17.3.0.27 4,118 11/25/2019
17.3.0.26 20,298 11/5/2019
17.3.0.21 7,976 10/29/2019
17.3.0.19 20,321 10/22/2019
17.3.0.17 9,487 10/15/2019
17.3.0.14 29,252 10/3/2019
17.3.0.9-beta 41,717 9/20/2019
17.2.0.51 16,153 9/10/2019
17.2.0.49 5,342 9/3/2019
17.2.0.47 9,016 8/27/2019
17.2.0.46 7,034 8/22/2019
17.2.0.41 6,194 8/13/2019
17.2.0.40 4,366 8/6/2019
17.2.0.39 15,382 7/30/2019
17.2.0.36 9,155 7/23/2019
17.2.0.35 10,019 7/17/2019
17.2.0.34 10,934 7/11/2019
17.2.0.28-beta 4,309 6/27/2019
17.1.0.53 37,562 6/25/2019
17.1.0.52 4,762 6/18/2019
17.1.0.51 4,950 6/11/2019
17.1.0.50 10,936 6/4/2019
17.1.0.49 4,071 5/28/2019
17.1.0.48 4,401 5/21/2019
17.1.0.47 5,313 5/14/2019
17.1.0.44 4,791 5/7/2019
17.1.0.43 11,799 4/30/2019
17.1.0.42 9,452 4/23/2019
17.1.0.41 5,938 4/16/2019
17.1.0.40 5,321 4/9/2019
17.1.0.38 16,585 3/29/2019
17.1.0.32-beta 2,842 3/13/2019
16.4.0.54 28,522 2/19/2019
16.4.0.53 4,738 2/13/2019
16.4.0.52 8,445 2/5/2019
16.4.0.48 4,297 1/22/2019
16.4.0.47 14,292 1/16/2019
16.4.0.46 3,455 1/8/2019
16.4.0.44 3,798 12/24/2018
16.4.0.42 10,663 12/17/2018
16.4.0.40-beta 2,985 12/10/2018
16.3.0.36 3,599 11/27/2018
16.3.0.35-beta 1,728 11/23/2018
16.3.0.29 8,030 10/30/2018
16.3.0.21 34,975 9/21/2018