Skip to content

Commit

Permalink
Merge pull request #1140 from anatawa12/feat-1.7.0-beta.1-support
Browse files Browse the repository at this point in the history
feat: VRCSDK 3.7.0-beta.1 support
  • Loading branch information
anatawa12 authored Aug 8, 2024
2 parents 338d907 + 663f766 commit 68759b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG-PRERELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog].

## [Unreleased]
### Added
- VRCSDK 3.7.0 support `#1140`
- This includes VRCConstraints support

### Changed

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog].

## [Unreleased]
### Added
- VRCSDK 3.7.0 support `#1140`
- This includes VRCConstraints support

### Changed

Expand Down
2 changes: 1 addition & 1 deletion Editor/com.anatawa12.avatar-optimizer.editor.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
{
"name": "com.vrchat.avatars",
"expression": "[3.6.2-constraints.4]",
"expression": "3.6.2-constraints.4",
"define": "AAO_VRCSDK3_AVATARS_CONSTRAINTS"
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"license": "MIT",
"vpmDependencies": {
"nadena.dev.ndmf": "^1.3.0",
"com.vrchat.avatars": ">=3.3.0 <3.7.0"
"com.vrchat.avatars": ">=3.3.0 <3.8.0"
}
}

0 comments on commit 68759b1

Please sign in to comment.