File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
src/CLU/Microsoft.Azure.Commands.Compute Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
+ <metadata minClientVersion =" 2.5" >
4
+ <id >Microsoft.Azure.Commands.Compute</id >
5
+ <title >Microsoft Azure Compute Cmdlets</title >
6
+ <version >%PackageVersion%</version >
7
+ <authors >Microsoft</authors >
8
+ <owners >azure-sdk, PowerShell, Microsoft</owners >
9
+ <licenseUrl >http://aka.ms/windowsazureapache2</licenseUrl >
10
+ <projectUrl >https://github.com/Azure/azure-powershell</projectUrl >
11
+ <iconUrl >http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl >
12
+ <requireLicenseAcceptance >true</requireLicenseAcceptance >
13
+ <summary >Cross-Platform cmdlets for Microsoft Azure Compute Management.</summary >
14
+ <description >
15
+ Cross-Platform cmdlets for Microsoft Azure Compute Management.
16
+
17
+ Supported Library Platforms:
18
+ - .NET Framework 5.0
19
+ </description >
20
+ <copyright >Copyright © Microsoft Corporation</copyright >
21
+ <tags >Microsoft "Microsoft Azure" Azure cloud PowerShell WMF Windows Management Framework azureofficial windowsazureofficial</tags >
22
+ <references >
23
+ <group targetFramework =" dnxcore50" >
24
+ %ReferenceFiles% </group >
25
+ </references >
26
+ <dependencies />
27
+ </metadata >
28
+ <files >
29
+ %SourceFiles%%ContentFiles% </files >
30
+ </package >
You can’t perform that action at this time.
0 commit comments