Skip to content

Commit 5a4caf2

Browse files
Update version to 5.3.1 (#1082)
1 parent 5af60f5 commit 5a4caf2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<PropertyGroup>
10-
<Version>5.3.0</Version>
10+
<Version>5.3.1</Version>
1111
</PropertyGroup>
1212

1313
<PropertyGroup>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MonoGame.Extended is a set of utilities (in the form of libraries/tools) to [Mon
1111
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.
1212

1313
```sh
14-
dotnet add package MonoGame.Extended --version 5.0.2
14+
dotnet add package MonoGame.Extended --version 5.3.1
1515
```
1616

1717
### Using the Content Pipeline Extensions

0 commit comments

Comments
 (0)