Skip to content

Commit a7672bd

Browse files
Hotfix/monogame 384 compat (#1011)
* Hotfix: Update MonoGame reference to 3.8.4 * Bump patch version to 4.1.1 * update workflow to choose version tag * Bump to version 4.1.2 * Resolve issues with KNI tests * Bump version to 4.1.3
1 parent acc6542 commit a7672bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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>4.1.2</Version>
10+
<Version>4.1.3</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 4.1.2
14+
dotnet add package MonoGame.Extended --version 4.1.3
1515
```
1616

1717
### Using the Content Pipeline Extensions

0 commit comments

Comments
 (0)