﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>visualstudio-installer</id>
    <version>2.0.7</version>
    <title>Visual Studio Installer (remove only)</title>
    <authors>Microsoft</authors>
    <owners>jberezanski</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://visualstudio.microsoft.com/license-terms/</licenseUrl>
    <projectUrl>https://visualstudio.microsoft.com/</projectUrl>
    <iconUrl>https://rawcdn.githack.com/jberezanski/ChocolateyPackages/7e32702d4d99f08b5b73ae9c6622b0be61a2066e/icons/vs2022.png</iconUrl>
    <description>Uninstalling this package removes the Visual Studio Installer, which remains present after the Visual Studio product packages (such as [visualstudio2022enterprise](https://chocolatey.org/packages/visualstudio2022enterprise) or [visualstudio2019buildtools](https://chocolatey.org/packages/visualstudio2019buildtools)) are uninstalled.

This package does not install anything by itself.</description>
    <summary>Provides a way to uninstall the Visual Studio Installer.</summary>
    <releaseNotes>##### Software
[Visual Studio 2022 release notes](https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes)
[Visual Studio 2019 release notes](https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes)
[Visual Studio 2017 release notes](https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2017-relnotes)
##### Package
2.0.7: Updated extension dependency.</releaseNotes>
    <copyright>https://www.microsoft.com/en-us/legal/intellectualproperty/permissions</copyright>
    <tags>microsoft visual studio visualstudio vs 2017 2019 2022 installer admin</tags>
    <packageSourceUrl>https://github.com/jberezanski/ChocolateyPackages/tree/master/visualstudio-installer</packageSourceUrl>
    <docsUrl>https://docs.microsoft.com/en-us/visualstudio/ide/</docsUrl>
    <bugTrackerUrl>https://developercommunity.visualstudio.com/</bugTrackerUrl>
    <dependencies>
      <dependency id="chocolatey-visualstudio.extension" version="1.13.0" />
    </dependencies>
  </metadata>
</package>