Downloading NuGet Packages for Hawksearch SDK and Sitefinity
Overview
This guide provides instructions on how to download specific NuGet packages (Hawksearch.NET.SDK
and Hawksearch.Sitefinity
), both version 14.0.7700.43
, using direct download URLs from the Hawksearch Developer Portal and extract the DLLs from the packages.
Prerequisites
File extraction tool
Step 1: Download the NuGet Packages via URL
You can download the required NuGet packages directly using the following URLs:
Hawksearch.NET.SDK:
Hawksearch.Sitefinity:
Clicking on these URLs or action links will initiate the download of the .nupkg
files directly to your local machine.
Step 2: Extract the DLLs from the Packages
After downloading the NuGet packages, you can extract the DLL files required for your project.
Manual Extraction
Locate the downloaded files: The
.nupkg
files should be in your downloads folder or the specified directory you chose.Rename and extract the package:
Rename the file extension from
.nupkg
to.zip
.Extract the contents
Find the DLLs:
Navigate to the
lib
directory within the extracted folder.
This path contains the DLLs you need for both
Hawksearch.NET.SDK
andHawksearch.Sitefinity
.
Step 3: Add the DLLs to Your Project
Once you have the DLL files, you can add them to your .NET project:
In Visual Studio, right-click on your project in the Solution Explorer.
Select Add > Reference....
Browse to the location where you extracted the DLLs.
Select the DLLs and click OK to add them to your project.
Conclusion
You have successfully downloaded the Hawksearch.NET.SDK
and Hawksearch.Sitefinity
NuGet packages via direct URL, extracted the DLLs, and added them to your project. These steps will allow you to integrate Hawksearch functionality into your .NET application.