﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>chocolatey-visualstudio.extension</id>
    <version>1.13.0</version>
    <title>Chocolatey Visual Studio servicing extensions</title>
    <authors>Jakub Bereżański</authors>
    <owners>jberezanski</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://rawcdn.githack.com/jberezanski/ChocolateyPackages/8086c84fed16d4150a50ba1e97fd6b75e3c4f511/LICENSE</licenseUrl>
    <projectUrl>https://github.com/jberezanski/ChocolateyPackages/tree/master/chocolatey-visualstudio.extension</projectUrl>
    <description>This package provides helper functions useful for developing packages for installing and servicing Microsoft Visual Studio.

For best results, it is recommended to install the [VSSetup](https://www.powershellgallery.com/packages/VSSetup) PowerShell module before installing any Visual Studio packages.</description>
    <summary>Helper functions useful for developing packages for installing and servicing Microsoft Visual Studio.</summary>
    <releaseNotes>[Change log](https://github.com/jberezanski/ChocolateyPackages/tree/master/chocolatey-visualstudio.extension/CHANGELOG.md)</releaseNotes>
    <copyright>© 2017-2025 Jakub Bereżański</copyright>
    <tags>chocolatey extension admin visual studio</tags>
    <packageSourceUrl>https://github.com/jberezanski/ChocolateyPackages/tree/master/chocolatey-visualstudio.extension</packageSourceUrl>
    <docsUrl>https://github.com/jberezanski/ChocolateyPackages/tree/master/chocolatey-visualstudio.extension/README.md</docsUrl>
    <bugTrackerUrl>https://github.com/jberezanski/ChocolateyPackages/issues</bugTrackerUrl>
  </metadata>
</package>