Skip to content

Commit 897a0f5

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 31d7604 + 8313a4e commit 897a0f5

693 files changed

Lines changed: 15574 additions & 8726 deletions

File tree

Some content is hidden

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

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ resharper_csharp_qualified_using_at_nested_scope = false
351351
resharper_csharp_prefer_qualified_reference = false
352352
resharper_csharp_allow_alias = false
353353

354-
[*.{csproj,xml,yml,yaml,dll.config,msbuildproj,targets,props}]
354+
[*.{csproj,xml,yml,yaml,dll.config,msbuildproj,targets,props,slnx}]
355355
indent_size = 2
356356

357357
[nuget.config]

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@
3737
/Content.Server/Power/Pow3r/ @PJB3005
3838

3939
/Content.Server/Discord/ @Simyon264
40+
41+
/Content.*/Atmos/** @ArtisticRoomba

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Small fixes/refactors are exempt. Media may be used in SS14 progress reports with credit. -->
1515

1616
## Requirements
17-
<!-- Confirm the following by placing an X in the brackets [X]: -->
17+
<!-- Confirm the following by placing an X in the brackets without spaces inside (for example: [X] ): -->
1818
- [ ] I have read and am following the [Pull Request and Changelog Guidelines](https://docs.spacestation14.com/en/general-development/codebase-info/pull-request-guidelines.html).
1919
- [ ] I have added media to this PR or it does not require an in-game showcase.
2020
<!-- You should understand that not following the above may get your PR closed at maintainer’s discretion -->

.github/workflows/build-docfx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET Core
2222
uses: actions/setup-dotnet@v4.1.0
2323
with:
24-
dotnet-version: 9.0.x
24+
dotnet-version: 10.0.x
2525

2626
- name: Install dependencies
2727
run: dotnet restore

.github/workflows/build-map-renderer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup .NET Core
3737
uses: actions/setup-dotnet@v4.1.0
3838
with:
39-
dotnet-version: 9.0.x
39+
dotnet-version: 10.0.x
4040

4141
- name: Install dependencies
4242
run: dotnet restore

.github/workflows/build-test-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup .NET Core
3737
uses: actions/setup-dotnet@v4.1.0
3838
with:
39-
dotnet-version: 9.0.x
39+
dotnet-version: 10.0.x
4040

4141
- name: Install dependencies
4242
run: dotnet restore

.github/workflows/publish-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET Core
2121
uses: actions/setup-dotnet@v3.2.0
2222
with:
23-
dotnet-version: 9.0.x
23+
dotnet-version: 10.0.x
2424

2525
- name: Get Engine Tag
2626
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup .NET Core
2828
uses: actions/setup-dotnet@v4.1.0
2929
with:
30-
dotnet-version: 9.0.x
30+
dotnet-version: 10.0.x
3131

3232
- name: Get Engine Tag
3333
run: |

.github/workflows/test-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup .NET Core
5252
uses: actions/setup-dotnet@v4.1.0
5353
with:
54-
dotnet-version: 9.0.x
54+
dotnet-version: 10.0.x
5555

5656
- name: Install dependencies
5757
run: dotnet restore

.github/workflows/yaml-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup .NET Core
2727
uses: actions/setup-dotnet@v4.1.0
2828
with:
29-
dotnet-version: 9.0.x
29+
dotnet-version: 10.0.x
3030
- name: Install dependencies
3131
run: dotnet restore
3232
- name: Build

0 commit comments

Comments
 (0)