Skip to content

Commit

Permalink
update upm-template to 2022.3.16 LTS
Browse files Browse the repository at this point in the history
updated .editorconfig
updated packages
  • Loading branch information
StephenHodgson committed Dec 24, 2023
1 parent 83cf1df commit ba12a1f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upm-subtree-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
upm-subtree-split:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: upm subtree split
Expand Down
2 changes: 2 additions & 0 deletions ProjectScope.ProjectName/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ indent_size = 4
indent_style = space
tab_width = 4

file_header_template= Licensed under the MIT License. See LICENSE in the project root for license information.

# New line preferences
end_of_line = crlf
insert_final_newline = true
Expand Down
6 changes: 3 additions & 3 deletions ProjectScope.ProjectName/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.rider": "3.0.27",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.test-framework": "1.1.33",
"com.utilities.buildpipeline": "1.1.6"
"com.utilities.buildpipeline": "1.1.9"
},
"scopedRegistries": [
{
Expand Down
4 changes: 2 additions & 2 deletions ProjectScope.ProjectName/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.1f1
m_EditorVersionWithRevision: 2022.3.1f1 (f18e0c1b5784)
m_EditorVersion: 2022.3.16f1
m_EditorVersionWithRevision: 2022.3.16f1 (d2c21f0ef2f1)

0 comments on commit ba12a1f

Please sign in to comment.