xInstallDotNet48Framework.psd1

#
# Module manifest for module 'xInstallDotNet48Framework'
#
# Generated by: Konstantinos Pantos
#
# Generated on: 16/12/2020
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'xInstallDotNet48Framework.psm1'

#Action to export
DscResourcesToExport = 'InstallDotNet48'

# Version number of this module.
ModuleVersion = '1.0.4'

# Supported PSEditions
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = 'c4d8cc46-fd97-49a3-bf48-c9172112ec72'

# Author of this module
Author = 'Konstantinos Pantos'

# Company or vendor of this module
CompanyName = 'Microsoft'

# Copyright statement for this module
Copyright = '(c) Konstantinos Pantos. All rights reserved.'

# Description of the functionality provided by this module
Description = 'This Powershell will download and install .Net Framework 4.8'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '5.0'

}