From 70d18d20052f1588d9c2a3038bd5e78ea5ef6582 Mon Sep 17 00:00:00 2001 From: Aleksandr SaPozhkov Date: Sun, 29 Apr 2018 19:53:28 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5b87a7e5..e3dbc1e38 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ None * **UserAgent**: User agent for the web request. Optional. * **Headers**: Headers of the web request. Optional. * **Credential**: Specifies credential of a user which has permissions to send the request. Optional. -* **MatchSource**: Determines whether the remote file should be re-downloaded if file in the DestinationPath was modified locally. Optional. +* **MatchSource**: Determines whether the remote file should be re-downloaded if file in the DestinationPath was modified locally. Optional. True by default. * **TimeoutSec**: Specifies how long the request can be pending before it times out. Optional. * **Proxy**: Uses a proxy server for the request, rather than connecting directly to the Internet resource. Should be the URI of a network proxy server (e.g 'http://10.20.30.1'). Optional. * **ProxyCredential**: Specifies a user account that has permission to use the proxy server that is specified by the Proxy parameter. Optional. @@ -634,8 +634,8 @@ Publishes a 'FileInfo' object(s) to the pullserver configuration repository. It ## Versions -### Unreleased - +### Unreleased + ### 8.2.0.0 * xDSCWebService: Disable installing Microsoft.Powershell.Desiredstateconfiguration.Service.Resources.dll as a temporary workaround since the binary is missing on the latest Windows builds