Skip to content

Commit

Permalink
(#7) Add dependency on compatibility extension
Browse files Browse the repository at this point in the history
This commit adds a dependency on chocolatey-compatibilty.extension
package to prevent future breaking in chocolatey-core.extension.
  • Loading branch information
AdmiringWorm committed Mar 21, 2022
1 parent 511f473 commit 3dfab03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/chocolatey-core.extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.3.6

- Bugfix: Expand all aliases used in helper scripts ([#8](https://github.com/chocolatey-community/chocolatey-extensions/issues/8))
- Add dependency of compatibility packages to prevent breaking changes ([#7](https://github.com/chocolatey-community/chocolatey-extensions/issues/7))

## 1.3.5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ These functions may be used in Chocolatey install/uninstall scripts by declaring
<docsUrl>https://github.com/chocolatey/chocolatey-coreteampackages/blob/master/extensions/chocolatey-core.extension/README.md</docsUrl>
<bugTrackerUrl>https://github.com/chocolatey-community/chocolatey-extensions/issues</bugTrackerUrl>
<releaseNotes>https://github.com/chocolatey-community/chocolatey-extensions/blob/master/extensions/chocolatey-core.extension/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="chocolatey-compatibility.extension" version="1.0.0" />
</dependencies>
</metadata>
<files>
<file src="extensions\**" target="extensions" />
Expand Down

0 comments on commit 3dfab03

Please sign in to comment.