-
Notifications
You must be signed in to change notification settings - Fork 8
02 Installation
David Sheiles edited this page Nov 27, 2025
·
2 revisions
This guide covers the installation process for Meta Momentum in your Umbraco project.
- Umbraco 14.0 or higher (up to 17.x)
- .NET 8 or higher
- NuGet Package Manager
| Umbraco Version | Meta Momentum Version | .NET Version |
|---|---|---|
| 8.x - 13.x | 1.x - 2.x | .NET Framework / .NET 5-6 |
| 14.x - 16.x | 3.x | .NET 8 - 9 |
| 17.x | 3.x | .NET 10 |
Install-Package MetaMomentum
dotnet add package MetaMomentum
- Right-click on your project in Solution Explorer
- Select Manage NuGet Packages
- Search for
MetaMomentum - Click Install
After installation, build your project to ensure the package is properly installed
The package should appear in your project's dependencies.
After installation:
To install pre-release versions from MyGet:
- Add the MyGet feed to your NuGet sources:
https://www.myget.org/F/digital-momentum/api/v3/index.json - Enable Include prerelease when searching for the package
- Install the pre-release version
Note: Pre-release versions are tested but may contain bugs. Use in production at your own risk.
For additional help, open an issue on GitHub.