library/xWindowsUpdate/3.0.0/PSGetModuleInfo.xml
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0"> <TN RefId="0"> <T>Microsoft.PowerShell.Commands.PSRepositoryItemInfo</T> <T>System.Management.Automation.PSCustomObject</T> <T>System.Object</T> </TN> <MS> <S N="Name">xWindowsUpdate</S> <S N="Version">3.0.0-preview0001</S> <S N="Type">Module</S> <S N="Description">This module contains DSC resources for configuration of Microsoft Windows Update and installing Windows updates.</S> <S N="Author">DSC Community</S> <Obj N="CompanyName" RefId="1"> <TN RefId="1"> <T>System.Object[]</T> <T>System.Array</T> <T>System.Object</T> </TN> <LST> <S>PowerShellTeam</S> <S>gaelcolas</S> <S>dsccommunity</S> </LST> </Obj> <S N="Copyright">Copyright the DSC Community contributors. All rights reserved.</S> <DT N="PublishedDate">2020-03-21T06:08:48+01:00</DT> <Nil N="InstalledDate" /> <Nil N="UpdatedDate" /> <URI N="LicenseUri">https://github.com/dsccommunity/xWindowsUpdate/blob/master/LICENSE</URI> <URI N="ProjectUri">https://github.com/dsccommunity/xWindowsUpdate</URI> <URI N="IconUri">https://dsccommunity.org/images/DSC_Logo_300p.png</URI> <Obj N="Tags" RefId="2"> <TNRef RefId="1" /> <LST> <S>DesiredStateConfiguration</S> <S>DSC</S> <S>DSCResourceKit</S> <S>DSCResource</S> <S>PSModule</S> </LST> </Obj> <Obj N="Includes" RefId="3"> <TN RefId="2"> <T>System.Collections.Hashtable</T> <T>System.Object</T> </TN> <DCT> <En> <S N="Key">Function</S> <Obj N="Value" RefId="4"> <TNRef RefId="1" /> <LST /> </Obj> </En> <En> <S N="Key">RoleCapability</S> <Obj N="Value" RefId="5"> <TNRef RefId="1" /> <LST /> </Obj> </En> <En> <S N="Key">Command</S> <Obj N="Value" RefId="6"> <TNRef RefId="1" /> <LST /> </Obj> </En> <En> <S N="Key">DscResource</S> <Obj N="Value" RefId="7"> <TNRef RefId="1" /> <LST> <S>xHotFix</S> <S>xWindowsUpdateAgent</S> </LST> </Obj> </En> <En> <S N="Key">Workflow</S> <Obj N="Value" RefId="8"> <TNRef RefId="1" /> <LST /> </Obj> </En> <En> <S N="Key">Cmdlet</S> <Obj N="Value" RefId="9"> <TNRef RefId="1" /> <LST /> </Obj> </En> </DCT> </Obj> <Nil N="PowerShellGetFormatVersion" /> <S N="ReleaseNotes">## [3.0.0-preview0001] - 2020-03-21_x000A__x000D__x000A_### Added_x000D__x000A__x000D__x000A_- xWindowsUpdate_x000D__x000A_ - Added automatic release with a new CI pipeline._x000D__x000A_- xWindowsUpdateAgent_x000D__x000A_ - Added Retry logic to known transient errors ([issue #24](https://github.com/dsccommunity/xWindowsUpdate/issues/24))._x000D__x000A__x000D__x000A_### Changed_x000D__x000A__x000D__x000A_- xWindowsUpdate_x000D__x000A_ - Moved the `Set-StrictMode` so that it is used during testing only and_x000D__x000A_ not during runtime._x000D__x000A_ - Removed the helper function `Trace-Message` and using the `Write-Verbose`_x000D__x000A_ directly instead._x000D__x000A_ - The helper function `New-InvalidArgumentException` was replaced by_x000D__x000A_ its equivalent in the module DscResource.Common._x000D__x000A_- xWindowsUpdateAgent_x000D__x000A_ - Removed the `$PSCmdlet.ShouldProcess` calls from code since DSC does not_x000D__x000A_ support interactive actions._x000D__x000A_ - No longer defaults to output verbose messages._x000D__x000A__x000D__x000A_### Removed_x000D__x000A__x000D__x000A_- xWindowsUpdate_x000D__x000A_ - BREAKING CHANGE: Removed the deprecated resource `xMicrosoftUpdate`_x000A__x000A_## [2.8.0.0] - 2019-04-03_x000D__x000A__x000D__x000A_- xWindowsUpdateAgent: Fixed verbose statement returning incorrect variable_x000D__x000A_- Tests no longer fail on `Assert-VerifiableMocks`, these are now renamed_x000D__x000A_ to `Assert-VerifiableMock` (breaking change in Pester v4)._x000D__x000A_- README.md has been updated with correct description of the resources_x000D__x000A_ ([issue #58](https://github.com/dsccommunity/xWindowsUpdate/issues/58))._x000D__x000A_- Updated appveyor.yml to use the correct parameters to call the test framework._x000D__x000A_- Update appveyor.yml to use the default template._x000D__x000A_- Added default template files .gitattributes, and .gitignore, and_x000D__x000A_ .vscode folder._x000A__x000A_## [2.7.0.0] - 2017-07-12_x000D__x000A__x000D__x000A_- xWindowsUpdateAgent: Fix Get-TargetResource returning incorrect key_x000A__x000A_## [2.6.0.0] - 2017-03-08_x000D__x000A__x000D__x000A_- Converted appveyor.yml to install Pester from PSGallery instead of from_x000D__x000A_ Chocolatey._x000D__x000A_- Fixed PSScriptAnalyzer issues._x000D__x000A_- Fixed common test breaks (markdown style, and example style)._x000D__x000A_- Added CodeCov.io reporting_x000D__x000A_- Deprecated xMicrosoftUpdate as it's functionality is replaced by_x000D__x000A_ xWindowsUpdateAgent_x000A__x000A_## [2.5.0.0] - 2016-05-18_x000D__x000A__x000D__x000A_- Added xWindowsUpdateAgent_x000A__x000A_## [2.4.0.0] - 2016-03-30_x000D__x000A__x000D__x000A_- Fixed PSScriptAnalyzer error in examples_x000A__x000A_## [2.3.0.0] - 2016-02-02_x000D__x000A__x000D__x000A_- MSFT_x005F_xWindowsUpdate: Fixed an issue in the Get-TargetResource function,_x000D__x000A_ resulting in the Get-DscConfiguration cmdlet now working appropriately_x000D__x000A_ when the resource is applied._x000D__x000A_- MSFT_x005F_xWindowsUpdate: Fixed an issue in the Set-TargetResource function_x000D__x000A_ that was causing the function to fail when the installation of a hotfix_x000D__x000A_ did not provide an exit code._x000A__x000A_## [2.2.0.0] - 2015-09-11_x000D__x000A__x000D__x000A_- Minor fixes_x000A__x000A_## [2.1.0.0] - 2015-07-24_x000D__x000A__x000D__x000A_- Added xMicrosoftUpdate DSC resource which can be used to enable/disable_x000D__x000A_ Microsoft Update in the Windows Update Settings._x000D__x000A__x000D__x000A_#_x000A__x000A_## [2.0.0.0] - 2015-04-23_x000D__x000A__x000D__x000A_- Initial release with the xHotfix resource</S> <Obj N="Dependencies" RefId="10"> <TNRef RefId="1" /> <LST /> </Obj> <S N="RepositorySourceLocation">https://www.powershellgallery.com/api/v2</S> <S N="Repository">PSGallery</S> <S N="PackageManagementProvider">NuGet</S> <Obj N="AdditionalMetadata" RefId="11"> <TN RefId="3"> <T>System.Management.Automation.PSCustomObject</T> <T>System.Object</T> </TN> <MS> <S N="copyright">Copyright the DSC Community contributors. All rights reserved.</S> <S N="description">This module contains DSC resources for configuration of Microsoft Windows Update and installing Windows updates.</S> <S N="requireLicenseAcceptance">False</S> <S N="releaseNotes">## [3.0.0-preview0001] - 2020-03-21_x000A__x000D__x000A_### Added_x000D__x000A__x000D__x000A_- xWindowsUpdate_x000D__x000A_ - Added automatic release with a new CI pipeline._x000D__x000A_- xWindowsUpdateAgent_x000D__x000A_ - Added Retry logic to known transient errors ([issue #24](https://github.com/dsccommunity/xWindowsUpdate/issues/24))._x000D__x000A__x000D__x000A_### Changed_x000D__x000A__x000D__x000A_- xWindowsUpdate_x000D__x000A_ - Moved the `Set-StrictMode` so that it is used during testing only and_x000D__x000A_ not during runtime._x000D__x000A_ - Removed the helper function `Trace-Message` and using the `Write-Verbose`_x000D__x000A_ directly instead._x000D__x000A_ - The helper function `New-InvalidArgumentException` was replaced by_x000D__x000A_ its equivalent in the module DscResource.Common._x000D__x000A_- xWindowsUpdateAgent_x000D__x000A_ - Removed the `$PSCmdlet.ShouldProcess` calls from code since DSC does not_x000D__x000A_ support interactive actions._x000D__x000A_ - No longer defaults to output verbose messages._x000D__x000A__x000D__x000A_### Removed_x000D__x000A__x000D__x000A_- xWindowsUpdate_x000D__x000A_ - BREAKING CHANGE: Removed the deprecated resource `xMicrosoftUpdate`_x000A__x000A_## [2.8.0.0] - 2019-04-03_x000D__x000A__x000D__x000A_- xWindowsUpdateAgent: Fixed verbose statement returning incorrect variable_x000D__x000A_- Tests no longer fail on `Assert-VerifiableMocks`, these are now renamed_x000D__x000A_ to `Assert-VerifiableMock` (breaking change in Pester v4)._x000D__x000A_- README.md has been updated with correct description of the resources_x000D__x000A_ ([issue #58](https://github.com/dsccommunity/xWindowsUpdate/issues/58))._x000D__x000A_- Updated appveyor.yml to use the correct parameters to call the test framework._x000D__x000A_- Update appveyor.yml to use the default template._x000D__x000A_- Added default template files .gitattributes, and .gitignore, and_x000D__x000A_ .vscode folder._x000A__x000A_## [2.7.0.0] - 2017-07-12_x000D__x000A__x000D__x000A_- xWindowsUpdateAgent: Fix Get-TargetResource returning incorrect key_x000A__x000A_## [2.6.0.0] - 2017-03-08_x000D__x000A__x000D__x000A_- Converted appveyor.yml to install Pester from PSGallery instead of from_x000D__x000A_ Chocolatey._x000D__x000A_- Fixed PSScriptAnalyzer issues._x000D__x000A_- Fixed common test breaks (markdown style, and example style)._x000D__x000A_- Added CodeCov.io reporting_x000D__x000A_- Deprecated xMicrosoftUpdate as it's functionality is replaced by_x000D__x000A_ xWindowsUpdateAgent_x000A__x000A_## [2.5.0.0] - 2016-05-18_x000D__x000A__x000D__x000A_- Added xWindowsUpdateAgent_x000A__x000A_## [2.4.0.0] - 2016-03-30_x000D__x000A__x000D__x000A_- Fixed PSScriptAnalyzer error in examples_x000A__x000A_## [2.3.0.0] - 2016-02-02_x000D__x000A__x000D__x000A_- MSFT_x005F_xWindowsUpdate: Fixed an issue in the Get-TargetResource function,_x000D__x000A_ resulting in the Get-DscConfiguration cmdlet now working appropriately_x000D__x000A_ when the resource is applied._x000D__x000A_- MSFT_x005F_xWindowsUpdate: Fixed an issue in the Set-TargetResource function_x000D__x000A_ that was causing the function to fail when the installation of a hotfix_x000D__x000A_ did not provide an exit code._x000A__x000A_## [2.2.0.0] - 2015-09-11_x000D__x000A__x000D__x000A_- Minor fixes_x000A__x000A_## [2.1.0.0] - 2015-07-24_x000D__x000A__x000D__x000A_- Added xMicrosoftUpdate DSC resource which can be used to enable/disable_x000D__x000A_ Microsoft Update in the Windows Update Settings._x000D__x000A__x000D__x000A_#_x000A__x000A_## [2.0.0.0] - 2015-04-23_x000D__x000A__x000D__x000A_- Initial release with the xHotfix resource</S> <S N="isLatestVersion">False</S> <S N="isAbsoluteLatestVersion">True</S> <S N="versionDownloadCount">478</S> <S N="downloadCount">6754242</S> <S N="packageSize">27028</S> <S N="published">3/21/2020 6:08:48 AM +01:00</S> <S N="created">3/21/2020 6:08:48 AM +01:00</S> <S N="lastUpdated">9/2/2022 3:50:34 AM +02:00</S> <S N="tags">DesiredStateConfiguration DSC DSCResourceKit DSCResource PSModule PSDscResource_x005F_xHotFix PSDscResource_x005F_xWindowsUpdateAgent PSIncludes_DscResource</S> <S N="developmentDependency">False</S> <S N="updated">2022-09-02T03:50:34Z</S> <S N="NormalizedVersion">3.0.0-preview0001</S> <S N="Authors">DSC Community</S> <S N="IsPrerelease">true</S> <S N="ItemType">Module</S> <S N="FileList">xWindowsUpdate.nuspec|xWindowsUpdate.psd1|en-US\about_x005F_xWindowsUpdate.help.txt|DSCResources\MSFT_x005F_xWindowsUpdate\MSFT_x005F_xWindowsUpdate.schema.mof|DSCResources\MSFT_x005F_xWindowsUpdate\MSFT_x005F_xWindowsUpdate.psm1|DSCResources\MSFT_x005F_xWindowsUpdate\README.md|DSCResources\MSFT_x005F_xWindowsUpdateAgent\README.md|DSCResources\MSFT_x005F_xWindowsUpdateAgent\MSFT_x005F_xWindowsUpdateAgent.schema.mof|DSCResources\MSFT_x005F_xWindowsUpdateAgent\MSFT_x005F_xWindowsUpdateAgent.psm1|DSCResources\MSFT_x005F_xWindowsUpdate\en-US\MSFT_x005F_xWindowsUpdate.strings.psd1|DSCResources\MSFT_x005F_xWindowsUpdateAgent\en-US\MSFT_x005F_xWindowsUpdateAgent.strings.psd1|Modules\DscResource.Common\0.4.0\DscResource.Common.psd1|Modules\DscResource.Common\0.4.0\DscResource.Common.psm1|Modules\DscResource.Common\0.4.0\en-US\about_DscResource.Common.help.txt|Modules\DscResource.Common\0.4.0\en-US\DscResource.Common.psd1</S> <S N="GUID">a9cba250-ea73-4d82-b31b-7e58cc50ffd1</S> <S N="PowerShellVersion">4.0</S> <S N="CLRVersion">4.0</S> <S N="CompanyName">DSC Community</S> </MS> </Obj> <S N="InstalledLocation">C:\github\kbupdate\library\xWindowsUpdate\3.0.0</S> </MS> </Obj> </Objs> |