Download Center

Find out how to start using Snow


This page will explain how to download and import Snow into one of your own projects, as well as how to check whether a project is compatible.

Get it from NuGet

Download the package from NuGet and have it installed, referenced and updated hassle-free. Follow the appropiate set of instructions below:

Inside Visual Studio

  • Right click your project on the Solution Explorer and select 'Manage NuGet Packages'.
  • Open the 'Browse' tab in the NuGet Package Manager window.
  • Search for Snow.
  • Click 'Install' on the right side pane.
  • If necessary, accept and confirm any info windows that may appear.

From a Command Line

  • Open the Command Line window on the root folder of your project.
  • Write this command: Install-Package Snow
  • The package should be automatically downloaded and imported.

See the source code

If you are curious and want to see how it all works on the inside, check out the sources for Snow.

Snow is available on GitHub. That's where most of its development work takes place. Feel free to go take a look and poke around. The chances of causing a global apocalypse are very slim, by our calculations.

Can my project use Snow?

Snow is currently targetting .NET 5 (net5.0), so it is compatible with multiple platforms, across several operating systems.