<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>chocolatey-core.extension</id>
    <version>1.4.0</version>
    <title>Chocolatey Core Extensions</title>
    <authors>chocolatey</authors>
    <owners>chocolatey-community</owners>
    <licenseUrl>https://github.com/chocolatey-community/chocolatey-extensions/blob/master/LICENSE.md</licenseUrl>
    <projectUrl>https://github.com/chocolatey-community/chocolatey-extensions</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This is a extension package that provides helper functions installed as a Chocolatey extension.
These functions may be used in Chocolatey install/uninstall scripts by declaring this package a dependency in your package's nuspec.
This package provides helper functions that can be used to enhance what is already available out of the box with Chocolatey CLI.
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 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 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>
    <summary>Helper functions extending core choco functionality</summary>
    <releaseNotes>## 1.4.0

- 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))
- Remove `Get-PackageParameters` and `Get-UninstallRegistryKey` that are moved to [chocolatey-compatibility.extension](https://community.chocolatey.org/packages/chocolatey-compatibility.extension) package instead ([#6](https://github.com/chocolatey-community/chocolatey-extensions/issues/6))

## 1.3.5

- Bugfix `Remove-Process`: Fixed Powershell v2 compatibility issue

## 1.3.4

- Added `Remove-Process` function to ensure that process is stopped in reliable way

## 1.3.3

- Bugfix `Get-AppInstallLocation`: fix path is directory

## 1.3.2

- Bugfix `Get-AppInstallLocation`: now checks if path is directory

## 1.3.1
- Bugfix in `Get-AppInstallLocation`: Removed extra `$location` parameter from Split-Path when parsing the registry UninstallString.

## 1.3.0

- `Get-EffectiveProxy`: Get the current proxy using several methods

## 1.2.0

- Use `$IgnoredArguments` in all functions to allow for future expansion and splatting ([#621](https://github.com/chocolatey/chocolatey-coreteampackages/issues/621))
- Bugfix in `Get-PackageParameters` parsing of paths containing symbol chars.

## 1.1.0
- `Get-AvailableDriveLetter`: Get the next unused drive letter

## 1.0.7
- Bugfix in `Get-PackageParameters`: flags can now have numbers in their names, whereas before, everything past the number would be truncated and the flag would turn into a boolean.

## 1.0.6
- Bugfix in `Get-AppInstallLocation`: Powershell 2 can not replace on null value.

## 1.0.5

- Bugfix in `Get-UninstallRegistryKey`: Powershell 2 compatibility.
- Slightly improved documentation of `Get-UninstallRegistryKey`.

## 1.0.4

- Bugfix in `Get-PackageParameters`: Powershell 2 bug workaround ([#465](https://github.com/chocolatey/chocolatey-coreteampackages/issues/465)).

## 1.0.3

- Bugfix in `Get-PackageParameters`: error when parsing of path.

## 1.0.2

- Bugfix in `Get-PackageParameters`: PowerShell 2 compatibility.

## 1.0.1

- Bugfix in `Get-PackageParameters`: unaliased `sls` to work on PowerShell 2.

## 1.0

- Merged `mm-choco.extension`.
- Merged `chocolatey-uninstall.extension`.
- Added `Get-PackageCacheLocation`
- Added `CHANGELOG.md` and `README.md`.
- Refactoring and more documentation.

## 0.1.3

- `Get-WebContent`:  Download file with choco internals.</releaseNotes>
    <copyright>© 2016 Chocolatey Core Team Package Contributors</copyright>
    <tags>chocolatey core extension admin</tags>
    <projectSourceUrl>https://github.com/chocolatey-community/chocolatey-extensions/tree/master/src/chocolatey-core.extension</projectSourceUrl>
    <docsUrl>https://github.com/chocolatey-community/chocolatey-extensions/blob/master/src/chocolatey-core.extension/README.md</docsUrl>
    <bugTrackerUrl>https://github.com/chocolatey-community/chocolatey-extensions/issues</bugTrackerUrl>
    <dependencies>
      <dependency id="chocolatey-compatibility.extension" version="1.0.0" />
    </dependencies>
  </metadata>
</package>