-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Imagin edited this page May 31, 2022
·
15 revisions
To get started, download the source on GitHub or head over to nuget.
- .NET Framework 4.8
- Visit the main project page.
- Download the source code.
- Unzip the downloaded file.
- Open the main solution file (this contains everything included in the project).
- Build the solution.
- Reference Imagin.Core.dll found in
..\Imagin.Core\bin\Debug
.
- Download and install Nuget.
- Open your project solution file.
- From the menu, navigate to
Tools/Library Package Manager/Package Manager Console
.- Run the command
Install-Package Imagin.Core -Version *.0.0
.
Reference the project using the namespace prefix
Imagin.Core