Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
NuGet is a free, open source developer-focused package management system for the .NET platform intent on simplifying the process of incorporating third party libraries into a .NET application during development. It is a Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects that use the .NET Framework. A library or tool can easily be shared with other developers by creating a NuGet package and storing it inside a NuGet repository. When you install the package, NuGet copies files to your solution and automatically makes the necessary changes, such as adding references and changing your app.config or web.config files. If you decide to remove the library, NuGet removes files and reverses whatever changes it made to your project so that no clutter is left.
Follow these steps to reference the Aspose.HTML for .NET component using the NuGet package manager GUI:
You can follow the steps below to reference the Aspose.HTML for .NET component using the package manager console:
Install-Package Aspose.HTML and press enter to install the latest full release into your application. Alternatively you can add the -prerelease suffix in order to install the latest full release including hot fixes.In the package manager console, you can also use the command Update-Package Aspose.HTML to check for any updates to the Aspose.HTML for .NET package and install them if present. You can also add the -prerelease suffix to update to the latest release including hot fixes.
These steps describe how to install Aspose.HTML for .NET using MSI:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.