Skip to content

Commit 737e73d

Browse files
committed
Update MonoGame a release scripts
1 parent e5db512 commit 737e73d

File tree

11 files changed

+37
-36
lines changed

11 files changed

+37
-36
lines changed

Source/Full/.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"request": "launch",
1111
"preLaunchTask": "buildDesktopGL",
1212
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceFolder}/Platforms/DesktopGL/bin/Debug/net8/GameName.dll",
13+
"program": "${workspaceFolder}/Platforms/DesktopGL/bin/Debug/net9/GameName.dll",
1414
"args": [],
1515
"cwd": "${workspaceFolder}/Platforms/DesktopGL",
1616
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
@@ -23,7 +23,7 @@
2323
"request": "launch",
2424
"preLaunchTask": "buildWindowsDX",
2525
// If you have changed target frameworks, make sure to update the program path.
26-
"program": "${workspaceFolder}/Platforms/WindowsDX/bin/Debug/net8-windows/GameName.dll",
26+
"program": "${workspaceFolder}/Platforms/WindowsDX/bin/Debug/net9-windows/GameName.dll",
2727
"args": [],
2828
"cwd": "${workspaceFolder}/Platforms/WindowsDX",
2929
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
@@ -36,7 +36,7 @@
3636
"request": "launch",
3737
"preLaunchTask": "buildPipeline",
3838
// If you have changed target frameworks, make sure to update the program path.
39-
"program": "${workspaceFolder}/Platforms/Pipeline/bin/Debug/net8/Pipeline.dll",
39+
"program": "${workspaceFolder}/Platforms/Pipeline/bin/Debug/net9/Pipeline.dll",
4040
"args": ["-i", "Game/Assets", "-r", "Platforms/Pipeline/bin", "-o", "Assets", "-l", "Game/Layer1"],
4141
"cwd": "${workspaceFolder}",
4242
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window

Source/Full/Platforms/DesktopGL/DesktopGL.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net8</TargetFramework>
5+
<TargetFramework>net9</TargetFramework>
66
<AssemblyName>GameName</AssemblyName>
77
<ApplicationIcon>Icon.ico</ApplicationIcon>
88
<ApplicationManifest>app.manifest</ApplicationManifest>
@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.2.1105" />
18-
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.2.1105" />
17+
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
18+
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4" />
1919
<PackageReference Include="Apos.Content.Read" Version="0.1.2" />
2020
<PackageReference Include="Apos.Input" Version="2.4.2" />
2121
</ItemGroup>

Source/Full/Platforms/Pipeline/Pipeline.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8</TargetFramework>
5+
<TargetFramework>net9</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

Source/Full/Platforms/WindowsDX/WindowsDX.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net8-windows</TargetFramework>
5+
<TargetFramework>net9-windows</TargetFramework>
66
<AssemblyName>GameName</AssemblyName>
77
<ApplicationIcon>Icon.ico</ApplicationIcon>
88
<ApplicationManifest>app.manifest</ApplicationManifest>
@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.2.1105" />
18-
<PackageReference Include="MonoGame.Framework.WindowsDX" Version="3.8.2.1105" />
17+
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
18+
<PackageReference Include="MonoGame.Framework.WindowsDX" Version="3.8.4" />
1919
<PackageReference Include="Apos.Content.Read" Version="0.1.2" />
2020
<PackageReference Include="Apos.Input" Version="2.4.2" />
2121
</ItemGroup>

Source/Full/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.2.1105",
6+
"version": "3.8.4",
77
"commands": [
88
"mgcb"
99
]
1010
},
1111
"dotnet-mgcb-editor": {
12-
"version": "3.8.2.1105",
12+
"version": "3.8.4",
1313
"commands": [
1414
"mgcb-editor"
1515
]
1616
},
1717
"dotnet-mgcb-editor-linux": {
18-
"version": "3.8.2.1105",
18+
"version": "3.8.4",
1919
"commands": [
2020
"mgcb-editor-linux"
2121
]
2222
},
2323
"dotnet-mgcb-editor-windows": {
24-
"version": "3.8.2.1105",
24+
"version": "3.8.4",
2525
"commands": [
2626
"mgcb-editor-windows"
2727
]
2828
},
2929
"dotnet-mgcb-editor-mac": {
30-
"version": "3.8.2.1105",
30+
"version": "3.8.4",
3131
"commands": [
3232
"mgcb-editor-mac"
3333
]

Source/Library/.github/workflows/documentation.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- 'docs/**'
77
- 'README.md'
8+
- '.github/workflows/documentation.yml'
89

910
env:
1011
TITLE: LIBRARY_NAME
@@ -18,11 +19,11 @@ jobs:
1819
runs-on: ubuntu-latest
1920

2021
steps:
21-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2223
- name: Use Node.js
23-
uses: actions/setup-node@v1
24+
uses: actions/setup-node@v4
2425
with:
25-
node-version: '14.x'
26+
node-version: '22.x'
2627
- name: Install apos-docs
2728
run: npm install apos-docs -g
2829
- name: Use apos-docs
@@ -33,7 +34,7 @@ jobs:
3334
npm run build
3435
cd -
3536
- name: Deploy
36-
uses: peaceiris/actions-gh-pages@v3
37+
uses: peaceiris/actions-gh-pages@v4
3738
with:
3839
github_token: ${{ secrets.GITHUB_TOKEN }}
3940
publish_dir: ./apos-docs/_site

Source/Library/.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
18-
- name: Setup .NET Core
19-
uses: actions/setup-dotnet@v3
17+
- uses: actions/checkout@v4
18+
- name: Setup dotnet
19+
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: '6.0.x'
21+
dotnet-version: '9.0.x'
2222
- name: Get version from tag
2323
run: |
2424
TAGVERSION=$(git describe --tags --abbrev=0)

Source/Simple/.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"request": "launch",
1111
"preLaunchTask": "buildDesktopGL",
1212
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceFolder}/Platforms/DesktopGL/bin/Debug/net8/GameName.dll",
13+
"program": "${workspaceFolder}/Platforms/DesktopGL/bin/Debug/net9/GameName.dll",
1414
"args": [],
1515
"cwd": "${workspaceFolder}/Platforms/DesktopGL",
1616
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
@@ -23,7 +23,7 @@
2323
"request": "launch",
2424
"preLaunchTask": "buildWindowsDX",
2525
// If you have changed target frameworks, make sure to update the program path.
26-
"program": "${workspaceFolder}/Platforms/WindowsDX/bin/Debug/net8-windows/GameName.dll",
26+
"program": "${workspaceFolder}/Platforms/WindowsDX/bin/Debug/net9-windows/GameName.dll",
2727
"args": [],
2828
"cwd": "${workspaceFolder}/Platforms/WindowsDX",
2929
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window

Source/Simple/Platforms/DesktopGL/DesktopGL.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net8</TargetFramework>
5+
<TargetFramework>net9</TargetFramework>
66
<AssemblyName>GameName</AssemblyName>
77
<ApplicationIcon>Icon.ico</ApplicationIcon>
88
<ApplicationManifest>app.manifest</ApplicationManifest>
@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.2.1105" />
18-
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.2.1105" />
17+
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
18+
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4" />
1919
<PackageReference Include="Apos.Input" Version="2.4.2" />
2020
</ItemGroup>
2121

Source/Simple/Platforms/WindowsDX/WindowsDX.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net8-windows</TargetFramework>
5+
<TargetFramework>net9-windows</TargetFramework>
66
<AssemblyName>GameName</AssemblyName>
77
<ApplicationIcon>Icon.ico</ApplicationIcon>
88
<ApplicationManifest>app.manifest</ApplicationManifest>
@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.2.1105" />
18-
<PackageReference Include="MonoGame.Framework.WindowsDX" Version="3.8.2.1105" />
17+
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
18+
<PackageReference Include="MonoGame.Framework.WindowsDX" Version="3.8.4" />
1919
<PackageReference Include="Apos.Input" Version="2.4.2" />
2020
</ItemGroup>
2121

0 commit comments

Comments
 (0)