Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Nov 29, 2024
1 parent b385c81 commit de08af7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Fixed
- [#482] Additional performance improvements

### Changed

### Removed
- [#483] Removed `IExtensionContext.Owner` due to compatibility issues.

### Security

### Deprecated

## [1.6.1] - [2024-11-28]

**This release does not confirm to semver**. Due to unexpected compatibility issues with `IExtensionContext.Owner`, this
release removes this API. Although this is technically a semver violation, it's better than the accidental violation in
1.6.0.

**Note**: In 1.7.0 NDMF will add sentinel default methods to all interfaces to ensure that downstream packages are not
using outdated versions of C# to build. The NDMF project will not consider this to be a breaking change after 1.7.0.
Please update your projects to build with modern C# before then.

### Fixed
- [#482] Additional performance improvements

### Removed
- [#483] Removed `IExtensionContext.Owner` due to compatibility issues.

## [1.6.0] - [2024-11-28]

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nadena.dev.ndmf",
"displayName": "Non-Destructive Modular Framework",
"version": "1.6.0",
"version": "1.6.1",
"unity": "2022.3",
"description": "A framework for building non-destructive plugins for VRChat Avatar 3.0",
"vrchatVersion": "2022.1.1",
Expand Down

0 comments on commit de08af7

Please sign in to comment.