Skip to content

Commit

Permalink
Merge pull request #10 from kurone-kito/maintenance
Browse files Browse the repository at this point in the history
Maintenance updates
  • Loading branch information
kurone-kito authored Dec 3, 2024
2 parents 0b10286 + a210830 commit e59ae1d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ default: true
# these elements due to folding difficulties.
line-length:
code_blocks: false
headings: false
tables: false
# Allows the use of duplicate headings. The default is unconditional
# prohibition. Due to the `siblings_only` flag not working, it is necessary
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dotnet 8.0.403
dotnet 8.0.404
8 changes: 4 additions & 4 deletions Packages/vpm-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version": "3.2.0"
},
"com.vrchat.worlds": {
"version": "3.7.3"
"version": "3.7.4"
}
},
"locked": {
Expand All @@ -20,13 +20,13 @@
"dependencies": {}
},
"com.vrchat.worlds": {
"version": "3.7.3",
"version": "3.7.4",
"dependencies": {
"com.vrchat.base": "3.7.3"
"com.vrchat.base": "3.7.4"
}
},
"com.vrchat.base": {
"version": "3.7.3",
"version": "3.7.4",
"dependencies": {}
}
}
Expand Down
3 changes: 2 additions & 1 deletion cspell.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ words:
- dwlt
- kito
- kuroné
- msaa
- nunit
- scriban
- spatialize
- udon
- vrcsdk
- vrchat
- vrcsdk
- vstuc
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"rollForward": "latestMinor",
"version": "8.0.403"
"version": "8.0.404"
}
}

0 comments on commit e59ae1d

Please sign in to comment.