Skip to content

Commit

Permalink
AU: 1 updated - pswindowsupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Apr 14, 2022
1 parent f569f62 commit 879a559
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions automatic/pswindowsupdate/PSWindowsUpdate.nuspec
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>2.2.0.2</version>
<version>2.2.0.3</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 Kristinn-Stefansson</owners>
<!-- ============================== -->
Expand All @@ -49,14 +49,12 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<summary>This Powershell module allows you to manage Windows Update on a Windows system. Module contains 9 functions to check, download and install updates from PowerShell.
To import module use:
`Import-Module PSWindowsUpdate`</summary>
<description>Powershell module that allows you to manage Windows Update, check, download and install or remove updates. Especially useful on machines in core edition like Windows Server 2008 R2.
To import module use:
`Import-Module PSWindowsUpdate`
<description><![CDATA[Powershell module that allows you to manage Windows Update, check, download and install or remove updates. Especially useful on machines in core edition like Windows Server 2008 R2.
**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 879a559

Please sign in to comment.