|
| 1 | +<?xml version="1.0"?> |
| 2 | +<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. --> |
| 3 | +<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
| 4 | + <metadata> |
| 5 | + <id>visualstudio2022-remotetools</id> |
| 6 | + <version>17.0.33103.184</version> |
| 7 | + <packageSourceUrl>https://github.com/jberezanski/ChocolateyPackages/tree/master/visualstudio2022-remotetools</packageSourceUrl> |
| 8 | + <owners>jberezanski</owners> |
| 9 | + <title>Microsoft Visual Studio 2022 Remote Tools</title> |
| 10 | + <authors>Microsoft</authors> |
| 11 | + <projectUrl>https://visualstudio.microsoft.com/</projectUrl> |
| 12 | + <iconUrl>https://rawcdn.githack.com/jberezanski/ChocolateyPackages/7e32702d4d99f08b5b73ae9c6622b0be61a2066e/icons/vs2022.png</iconUrl> |
| 13 | + <copyright>https://www.microsoft.com/en-us/legal/intellectualproperty/permissions</copyright> |
| 14 | + <licenseUrl>https://visualstudio.microsoft.com/license-terms/mlt031519/</licenseUrl> |
| 15 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 16 | + <docsUrl>https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging</docsUrl> |
| 17 | + <bugTrackerUrl>https://developercommunity.visualstudio.com/</bugTrackerUrl> |
| 18 | + <tags>microsoft visual studio visualstudio vs 2022 remote tools debugging debugger msvsmon admin</tags> |
| 19 | + <summary>Enables app deployment, remote debugging, remote testing, performance profiling, and unit testing on computers that do not have Visual Studio installed.</summary> |
| 20 | + <description>Remote Tools for Visual Studio 2022 enables app deployment, remote debugging, remote testing, performance profiling, and unit testing on computers that do not have Visual Studio installed. |
| 21 | + |
| 22 | +## Notes |
| 23 | + |
| 24 | +[Supported Operating Systems](https://learn.microsoft.com/en-us/visualstudio/releases/2022/system-requirements#supported-operating-systems): Windows 11 (x64 and arm64), Windows 10 (x64), Windows Server 2022 / 2019 / 2016 (x64) |
| 25 | + </description> |
| 26 | + <releaseNotes> |
| 27 | +##### Software |
| 28 | +[Visual Studio 2022 Release Notes](https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes) |
| 29 | +##### Package |
| 30 | +17.0.33103.184: Initial package release for software version 17.0.33103.184. |
| 31 | +</releaseNotes> |
| 32 | + <dependencies> |
| 33 | + <dependency id="chocolatey-core.extension" version="1.1.0" /> |
| 34 | + </dependencies> |
| 35 | + </metadata> |
| 36 | +</package> |
0 commit comments