diff --git a/Directory.Build.props b/Directory.Build.props index 37f7ca32..0fc26979 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,7 +7,7 @@ - 4.1.3 + 5.0.0 diff --git a/README.md b/README.md index efe92dd3..e52e1108 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ MonoGame.Extended is a set of utilities (in the form of libraries/tools) to [Mon Code is distributed as NuGet packages in the form of libraries (`.dll` files). You can easily install the NuGet packages into your existing MonoGame project using the NuGet Package Manager UI in Visual Studio or by using the command line interface (CLI) in a terminal. ```sh -dotnet add package MonoGame.Extended --version 4.1.3 +dotnet add package MonoGame.Extended --version 5.0.0 ``` ### Using the Content Pipeline Extensions