Skip to content

Commit a19b867

Browse files
SimonDarksideJCartBlanche
authored andcommitted
3.8.4 release prep
1 parent 73ba76a commit a19b867

File tree

85 files changed

+166
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+166
-158
lines changed

AutoPong/.config/dotnet-tools.json

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

AutoPong/AutoPong.Android/AutoPong.Android.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<ProjectReference Include="..\AutoPong.Core\AutoPong.Core.csproj" />
1212
</ItemGroup>
1313
<ItemGroup>
14-
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4-preview.6" />
15-
<PackageReference Include="MonoGame.Framework.Android" Version="3.8.4-preview.6" />
14+
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
15+
<PackageReference Include="MonoGame.Framework.Android" Version="3.8.4" />
1616
</ItemGroup>
1717
<Target Name="RestoreDotnetTools" BeforeTargets="CollectPackageReferences">
1818
<Message Text="Restoring dotnet tools (this might take a while depending on your internet speed and should only happen upon building your project for the first time, or after upgrading MonoGame, or clearing your nuget cache)" Importance="High" />

AutoPong/AutoPong.Core/AutoPong.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net8.0</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4-preview.6">
6+
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4">
77
<PrivateAssets>All</PrivateAssets>
88
</PackageReference>
99
</ItemGroup>

AutoPong/AutoPong.DesktopGL/AutoPong.DesktopGL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<ProjectReference Include="..\AutoPong.Core\AutoPong.Core.csproj" />
2323
</ItemGroup>
2424
<ItemGroup>
25-
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4-preview.6" />
26-
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4-preview.6" />
25+
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4" />
26+
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
2727
</ItemGroup>
2828
<Target Name="RestoreDotnetTools" BeforeTargets="CollectPackageReferences">
2929
<Message Text="Restoring dotnet tools (this might take a while depending on your internet speed and should only happen upon building your project for the first time, or after upgrading MonoGame, or clearing your nuget cache)" Importance="High" />

AutoPong/AutoPong.WindowsDX/AutoPong.WindowsDX.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<ProjectReference Include="..\AutoPong.Core\AutoPong.Core.csproj" />
1616
</ItemGroup>
1717
<ItemGroup>
18-
<PackageReference Include="MonoGame.Framework.WindowsDX" Version="3.8.4-preview.6" />
19-
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4-preview.6" />
18+
<PackageReference Include="MonoGame.Framework.WindowsDX" Version="3.8.4" />
19+
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
2020
</ItemGroup>
2121
<Target Name="RestoreDotnetTools" BeforeTargets="CollectPackageReferences">
2222
<Message Text="Restoring dotnet tools (this might take a while depending on your internet speed and should only happen upon building your project for the first time, or after upgrading MonoGame, or clearing your nuget cache)" Importance="High" />

AutoPong/AutoPong.iOS/AutoPong.iOS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<ProjectReference Include="..\AutoPong.Core\AutoPong.Core.csproj" />
1010
</ItemGroup>
1111
<ItemGroup>
12-
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4-preview.6" />
13-
<PackageReference Include="MonoGame.Framework.iOS" Version="3.8.4-preview.6" />
12+
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
13+
<PackageReference Include="MonoGame.Framework.iOS" Version="3.8.4" />
1414
</ItemGroup>
1515
<Target Name="RestoreDotnetTools" BeforeTargets="CollectPackageReferences">
1616
<Message Text="Restoring dotnet tools (this might take a while depending on your internet speed and should only happen upon building your project for the first time, or after upgrading MonoGame, or clearing your nuget cache)" Importance="High" />

FuelCell/.config/dotnet-tools.json

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

FuelCell/FuelCell.Android/FuelCell.Android.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<ProjectReference Include="..\FuelCell.Core\FuelCell.Core.csproj" />
1919
</ItemGroup>
2020
<ItemGroup>
21-
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4-preview.6" />
22-
<PackageReference Include="MonoGame.Framework.Android" Version="3.8.4-preview.6" />
21+
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
22+
<PackageReference Include="MonoGame.Framework.Android" Version="3.8.4" />
2323
</ItemGroup>
2424
<Target Name="RestoreDotnetTools" BeforeTargets="CollectPackageReferences">
2525
<Message Text="Restoring dotnet tools (this might take a while depending on your internet speed and should only happen upon building your project for the first time, or after upgrading MonoGame, or clearing your nuget cache)" Importance="High" />

FuelCell/FuelCell.Core/FuelCell.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Platforms>AnyCPU;x64</Platforms>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4-preview.6">
7+
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4">
88
<PrivateAssets>All</PrivateAssets>
99
</PackageReference>
1010
</ItemGroup>

FuelCell/FuelCell.DesktopGL/FuelCell.DesktopGL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<ProjectReference Include="..\FuelCell.Core\FuelCell.Core.csproj" />
2727
</ItemGroup>
2828
<ItemGroup>
29-
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4-preview.6" />
30-
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4-preview.6" />
29+
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4" />
30+
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
3131
</ItemGroup>
3232
<Target Name="RestoreDotnetTools" BeforeTargets="CollectPackageReferences">
3333
<Message Text="Restoring dotnet tools (this might take a while depending on your internet speed and should only happen upon building your project for the first time, or after upgrading MonoGame, or clearing your nuget cache)" Importance="High" />

0 commit comments

Comments
 (0)