Skip to content

Commit

Permalink
AU: 1 updated - vmware-powercli-psmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Apr 8, 2021
1 parent c071e50 commit 35883b8
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>12.2.0.17538434</version>
<version>12.3.0.17860403</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>virtualex bcurran3</owners>
<!-- ============================== -->
Expand All @@ -41,15 +41,16 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Copyright © 2021 VMware, Inc. All rights reserved.</copyright>
<tags>vmware powercli vsphere automation client virtual machine virtualization esx esxi powershell hcx nsx-t</tags>
<releaseNotes>https://code.vmware.com/docs/13313/vmware-powercli-12-2-0-release-notes</releaseNotes>
<releaseNotes>https://code.vmware.com/docs/13694/vmware-powercli-12-3-0-release-notes</releaseNotes>
<licenseUrl>https://www.vmware.com/help/legal.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/virtualex-itv/chocolatey-packages/tree/master/automatic/vmware-powercli-psmodule</packageSourceUrl>
<docsUrl>https://developer.vmware.com/docs/powercli/latest/products/</docsUrl>
<summary>PowerCLI is the tool millions of customers around the world use to manage and automate their VMware environments.</summary>
<description>---
<description><![CDATA[---
## [choco://vmware-powercli-psmodule](choco://vmware-powercli-psmodule)
### [choco://vmware-powercli-psmodule](choco://vmware-powercli-psmodule)
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support](https://chocolatey.org/packages/choco-protocol-support)
---
Expand All @@ -59,7 +60,7 @@ PowerCLI is a command-line interface for managing and automating all aspects of
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
</description>
]]></description>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
Expand Down

0 comments on commit 35883b8

Please sign in to comment.