xDSCDownloadFile.psd1

@{

  RootModule = 'xDSCDownloadFile.psm1'

  DscResourcesToExport = 'xDSCDownloadFile'

  ModuleVersion = '1.1'

  GUID = '20b9ac95-2ad6-4432-bb21-4206eecae24b'

  Author = 'VLoub'

  Description = 'DSC Resource for downloading files. Basically its wrapped Invoke-WebRequest but i could not find it.'

  PowerShellVersion = '5.0'
  PrivateData = @{
    PSData = @{
      Tags = @("File","DSC","Download")
    }
  }
}