Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
  • Loading branch information
AdmiringWorm and vexx32 authored Apr 11, 2022
1 parent 88cd38f commit 7d4866b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ This package provides helper functions that can be used to enhance what is alrea
This includes both features that are being tested for Chocolatey CLI itself, and other helpers to make the maintenance of
Chocolatey packages easier.
Helpers that was available in this package, and laten been added to Chocolatey CLI they will be moved to
Helpers that were available in this package, and were later added to Chocolatey CLI, will be moved to
the package [chocolatey-compatibility.extension](https://community.chocolatey.org/packages/chocolatey-compatibility.extension).
Backwards compatibility is not considered for helpers available in this package, see the Notes below.
## Notes
- There is [a known bug](https://github.com/chocolatey-community/chocolatey-extensions/issues/11) in the function `Get-AppInstallLocation` with parameter `$AppNamePattern` which is internally used both as wildcard and regex patterns. This usually doesn't create any problems, but may do so if application contains regex symbols in the name, such as [notepad++](https://github.com/chocolatey-community/chocolatey-coreteampackages/issues/1198).
- This package itself are not concerned of keeping backwards compatibility with Chocolatey CLI, if compatibility is of concern take a dependency on [chocolatey-compatibility.extension](https://community.chocolatey.org/packages/chocolatey-compatibility.extension) instead
- This package itself is not concerned with keeping backwards compatibility with Chocolatey CLI. If compatibility is of concern, instead take a dependency on [chocolatey-compatibility.extension](https://community.chocolatey.org/packages/chocolatey-compatibility.extension).
]]></description>
<tags>chocolatey core extension admin</tags>
<projectUrl>https://github.com/chocolatey-community/chocolatey-extensions</projectUrl>
Expand Down

0 comments on commit 7d4866b

Please sign in to comment.