Skip to content

Commit

Permalink
Merge pull request #1352 from anatawa12/bump-ndmf
Browse files Browse the repository at this point in the history
Bump NDMF to 1.6.0
  • Loading branch information
anatawa12 authored Nov 29, 2024
2 parents 47581f3 + cf891f9 commit 41e2cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Editor/ObjectMapping/ObjectMappingContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

namespace Anatawa12.AvatarOptimizer
{
[DependsOnContext(typeof(DestroyTracker.ExtensionContext))]
internal class ObjectMappingContext : IExtensionContext
{
public ObjectMappingBuilder<PropertyInfo>? MappingBuilder { get; private set; }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"changelogUrl": "https://vpm.anatawa12.com/avatar-optimizer/en/docs/changelog/",
"license": "MIT",
"vpmDependencies": {
"nadena.dev.ndmf": "^1.5.0-rc.7",
"nadena.dev.ndmf": "^1.6.0",
"com.vrchat.avatars": ">=3.7.0 <3.8.0"
}
}

0 comments on commit 41e2cc7

Please sign in to comment.