-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathazure-developer-cli.nuspec
38 lines (36 loc) · 2.14 KB
/
azure-developer-cli.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<!-- 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. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>azure-developer-cli</id>
<version>0.6.0-beta3-20230215</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/azure-developer-cli</packageSourceUrl>
<owners>flcdrg</owners>
<title>[Deprecated] Azure Developer CLI</title>
<authors>Microsoft Corporation</authors>
<projectUrl>https://github.com/Azure/azure-dev</projectUrl>
<copyright>(c) Microsoft Corporation</copyright>
<licenseUrl>https://raw.githubusercontent.com/Azure/azure-dev/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/Azure/azure-dev</projectSourceUrl>
<docsUrl>https://docs.microsoft.com/en-au/azure/developer/azure-developer-cli/overview</docsUrl>
<mailingListUrl>https://github.com/Azure/azure-dev/discussions</mailingListUrl>
<bugTrackerUrl>https://github.com/Azure/azure-dev/issues</bugTrackerUrl>
<tags>azure developer cli</tags>
<summary>The Azure Developer CLI (azd) Preview is a developer-centric command-line tool for building cloud apps</summary>
<description>This package has been deprecated in favour of [https://community.chocolatey.org/packages/azd](https://community.chocolatey.org/packages/azd).
Because the `azd` package is using an MSI installer, rather than a PowerShell script, you're best off uninstalling this package and then installing the new one. eg.
```
choco uninstall azure-developer-cli --pre
choco install azd
```
</description>
<dependencies>
<!-- No, we don't need this, but otherwise Chocolatey won't allow the package to be created without content or a dependency -->
<dependency id="autohotkey.portable" version="1.1.26" />
</dependencies>
</metadata>
<files>
<!-- this section controls what actually gets packaged into the Chocolatey package -->
</files>
</package>