Skip to content

Commit 682f997

Browse files
Update .NET MGCB tools to 3.8.4
1 parent 8ed9948 commit 682f997

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

test/MonoGameSolution/.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-mgcb-editor-mac": {
6-
"version": "3.8.1.303",
6+
"version": "3.8.4",
77
"commands": [
88
"mgcb-editor-mac"
99
]
1010
},
1111
"dotnet-mgcb-editor": {
12-
"version": "3.8.1.303",
12+
"version": "3.8.4",
1313
"commands": [
1414
"mgcb-editor"
1515
]

test/MonoGameSolution/Desktop381/.config/dotnet-tools.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-mgcb": {
6-
"version": "3.8.1.303",
6+
"version": "3.8.4",
77
"commands": [
88
"mgcb"
99
]
1010
},
1111
"dotnet-mgcb-editor": {
12-
"version": "3.8.1.303",
12+
"version": "3.8.4",
1313
"commands": [
1414
"mgcb-editor"
1515
]
@@ -21,13 +21,13 @@
2121
]
2222
},
2323
"dotnet-mgcb-editor-windows": {
24-
"version": "3.8.1.303",
24+
"version": "3.8.4",
2525
"commands": [
2626
"mgcb-editor-windows"
2727
]
2828
},
2929
"dotnet-mgcb-editor-mac": {
30-
"version": "3.8.1.303",
30+
"version": "3.8.4",
3131
"commands": [
3232
"mgcb-editor-mac"
3333
]

0 commit comments

Comments
 (0)