Skip to content

Commit

Permalink
Fixing file encoding of manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwyatt committed Mar 31, 2015
1 parent 78cec5f commit 0be8a22
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions PolicyFileEditor.psd1
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
@{
RootModule = 'PolicyFileEditor.psm1'
ModuleVersion = '1.0'
GUID = '110a2398-3053-4ffc-89d1-1b6a38a2dc86'
Author = 'Dave Wyatt'
CompanyName = 'Home'
Copyright = '(c) 2015 Dave Wyatt. All rights reserved.'
# Description = ''
PowerShellVersion = '2.0'
# PowerShellHostName = ''
# PowerShellHostVersion = ''
DotNetFrameworkVersion = '2.0'
# CLRVersion = ''
# ProcessorArchitecture = ''
# RequiredModules = @()
# RequiredAssemblies = @()
# ScriptsToProcess = @()
# TypesToProcess = @()
# FormatsToProcess = @()
# NestedModules = @()
FunctionsToExport = @('Set-PolicyFileEntry', 'Remove-PolicyFileEntry', 'Get-PolicyFileEntry', 'Update-GptIniVersion')
# CmdletsToExport = '*'
# VariablesToExport = '*'
# AliasesToExport = '*'
# DscResourcesToExport = @()
# ModuleList = @()
# FileList = @()

# HelpInfoURI = ''

# DefaultCommandPrefix = ''

PrivateData = @{
PSData = @{
# Tags = @()
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0.html'
ProjectUri = 'https://github.com/dlwyatt/PolicyFileEditor'
# IconUri = ''
ReleaseNotes = 'Initial release'
}
}
}

0 comments on commit 0be8a22

Please sign in to comment.