Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance updates #10

Merged
merged 4 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
Loading