monogame extended installation

i type Install-Package MonoGame.Extended

but i get the unable to find package error

i am using visual studio community 2017

thanks alot

Try:

Install-Package MonoGame.Extended -Version 3.6.0-beta0001

I wrote a getting started tutorial for MonoGame.Extended on the new website.

http://www.monogameextended.net/posts/getting-started-with-monogame-extended

I’ll be posting more tutorials like this soon and I’ll try to keep them updated as the library evolves.