Skip to content

Commit b3c562a

Browse files
AdmiringWormgep13
authored andcommitted
(chocolatey#2469) Remove deprecated Install-ChocolateyDesktopLink
This commit removes the deprecated cmdlet Install-ChocolateyDesktopLink. This cmdlet was deprecated before v1.0.0 and pending removal for v1.0.0.
1 parent e602491 commit b3c562a

File tree

4 files changed

+0
-100
lines changed

4 files changed

+0
-100
lines changed

GenerateDocs.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ These are the functions from above as one list.
8383
* [Get-ChocolateyUnzip](xref:get-chocolateyunzip)
8484
* [Install-ChocolateyPath](xref:install-chocolateypath) - when specifying user path
8585
* [Install-ChocolateyEnvironmentVariable](xref:install-chocolateyenvironmentvariable) - when specifying user path
86-
* [Install-ChocolateyDesktopLink](xref:install-chocolateydesktoplink) - **DEPRECATED** - see [Install-ChocolateyShortcut](xref:install-chocolateyshortcut)
8786
* [Install-ChocolateyPinnedTaskBarItem](xref:install-chocolateypinnedtaskbaritem)
8887
* [Install-ChocolateyShortcut](xref:install-chocolateyshortcut) - v0.9.9+
8988
* [Update-SessionEnvironment](xref:update-sessionenvironment)

src/chocolatey.resources/chocolatey.resources.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
<EmbeddedResource Include="helpers\functions\Get-VirusCheckValid.ps1" />
7070
<EmbeddedResource Include="helpers\functions\Get-WebFile.ps1" />
7171
<EmbeddedResource Include="helpers\functions\Get-WebHeaders.ps1" />
72-
<EmbeddedResource Include="helpers\functions\Install-ChocolateyDesktopLink.ps1" />
7372
<EmbeddedResource Include="helpers\functions\Install-ChocolateyEnvironmentVariable.ps1" />
7473
<EmbeddedResource Include="helpers\functions\Install-ChocolateyExplorerMenuItem.ps1" />
7574
<EmbeddedResource Include="helpers\functions\Install-ChocolateyFileAssociation.ps1" />

src/chocolatey.resources/helpers/functions/Install-ChocolateyDesktopLink.ps1

-95
This file was deleted.

src/chocolatey.resources/helpers/functions/Install-ChocolateyShortcut.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ Install-ChocolateyShortcut `
110110
-RunAsAdmin `
111111
-PinToTaskbar
112112
113-
.LINK
114-
Install-ChocolateyDesktopLink
115-
116113
.LINK
117114
Install-ChocolateyExplorerMenuItem
118115

0 commit comments

Comments
 (0)