GroupDocs.Assembly 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package GroupDocs.Assembly --version 3.0.0
NuGet\Install-Package GroupDocs.Assembly -Version 3.0.0
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="GroupDocs.Assembly" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GroupDocs.Assembly --version 3.0.0
#r "nuget: GroupDocs.Assembly, 3.0.0"
#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.
// Install GroupDocs.Assembly as a Cake Addin
#addin nuget:?package=GroupDocs.Assembly&version=3.0.0

// Install GroupDocs.Assembly as a Cake Tool
#tool nuget:?package=GroupDocs.Assembly&version=3.0.0

GroupDocs.Assembly for .NET is a class library that enables you to generate documents in popular office file formats based upon templates and data obtained from various sources.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net35-client is compatible.  net40 was computed.  net40-client is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.8.0 12,278 8/18/2023
22.12.0 34,099 12/22/2022
22.2.0 31,428 3/5/2022
21.9.0 20,206 9/3/2021
21.7.0 18,393 7/9/2021
21.4.0 11,372 4/30/2021
21.3.0 22,349 3/19/2021
21.1.0 18,850 1/31/2021
20.12.0 17,089 12/28/2020
20.11.0 15,328 11/26/2020
20.9.0 29,088 9/30/2020
20.8.0 14,895 8/25/2020
20.6.0 55,756 6/22/2020
20.4.0 36,266 4/23/2020
20.3.0 25,754 3/17/2020
20.1.0 26,445 1/31/2020
19.12.0 23,613 12/21/2019
19.11.0 23,224 11/18/2019
19.10.0 2,448 10/12/2019
19.8.0 2,487 8/24/2019
19.7.0 2,418 7/16/2019
19.5.0 2,516 5/27/2019
19.3.0 2,674 3/8/2019
19.1.0 2,712 1/29/2019
18.12.0 2,707 12/6/2018
18.10.0 2,553 10/31/2018
18.9.0 2,739 9/11/2018
18.7.0 2,917 7/31/2018
18.6.0 2,880 7/2/2018
18.5.0 2,875 6/1/2018
18.2.0 3,018 3/1/2018
18.1.0 2,987 1/25/2018
17.12.0 2,940 12/26/2017
17.11.0 3,149 11/3/2017
17.9.0 2,929 10/2/2017
17.8.0 2,877 8/12/2017
17.5.0 2,874 5/18/2017
17.3.0 2,655 4/2/2017
17.1.0 2,824 2/2/2017
16.12.0 2,846 12/31/2016
3.3.0 2,849 9/30/2016
3.2.0 2,889 8/29/2016
3.1.0 2,845 7/1/2016
3.0.0 3,055 2/6/2016

GroupDocs.Assembly for .NET 3.0 is completely different from its legacy 1.x versions. The major changes are as follows:

         - Template syntax has been renewed: GroupDocs.Assembly for .NET 3.0 brings power of C# and LINQ data manipulations directly into your templates.
         - Advanced template features such as charts, images, conditional blocks, and others are supported.
         - Custom objects of CLR types can be used as data sources from now, thus simplifying integration of GroupDocs.Assembly for .NET 3.0 with your applications.
         - APIs are simplified: Creating of a DocumentAssembler class instance and setting of a few trivial options is all you need to generate a document.
         - Document generation is no longer coupled with GUI and web, thus enabling you to use GroupDocs.Assembly for .NET 3.0 in a larger number of scenarios.

         For more information on features of GroupDocs.Assembly for .NET 3.0 and examples of their usage, visit the following links:

         http://groupdocs.com/docs/display/assemblynet/Home
         https://github.com/groupdocsassembly/GroupDocs_Assembly_NET/tree/master/Examples