Skip to content

Commit 8d1dfdc

Browse files
authored
Merge pull request #40 from PlagueHO/Issue-39
Complete transfer of ownership - Fixes #39
2 parents 8a22397 + 3e29e58 commit 8d1dfdc

12 files changed

Lines changed: 124 additions & 121 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Versions
22

3+
## Unreleased
4+
5+
- Transferred ownership to DSCCommunity.org -
6+
fixes [Issue #31](https://github.com/dsccommunity/FileContentDsc/issues/39).
7+
38
## 1.3.0.0
49

510
- Opted into Common Tests 'Common Tests - Validate Localization' -

Examples/Resources/IniSettingsFile/1-IniSettingsFile_SetPlainTextEntry_Config.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<#PSScriptInfo
22
.VERSION 1.0.0
33
.GUID 389e1516-5961-4b13-b698-62fbfb8c1107
4-
.AUTHOR Daniel Scott-Raynsford
5-
.COMPANYNAME
6-
.COPYRIGHT (c) 2018 Daniel Scott-Raynsford. All rights reserved.
4+
.AUTHOR DSC Community
5+
.COMPANYNAME DSC Community
6+
.COPYRIGHT Copyright the DSC Community contributors. All rights reserved.
77
.TAGS DSCConfiguration
8-
.LICENSEURI https://github.com/PlagueHO/FileContentDsc/blob/master/LICENSE
9-
.PROJECTURI https://github.com/PlagueHO/FileContentDsc
8+
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE
9+
.PROJECTURI https://github.com/dsccommunity/FileContentDsc
1010
.ICONURI
1111
.EXTERNALMODULEDEPENDENCIES
1212
.REQUIREDSCRIPTS

Examples/Resources/IniSettingsFile/2-IniSettingsFile_SetSecretTextEntry_Config.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<#PSScriptInfo
22
.VERSION 1.0.0
33
.GUID e1cbce56-1760-4208-b2dd-45cea4e87ab7
4-
.AUTHOR Daniel Scott-Raynsford
5-
.COMPANYNAME
6-
.COPYRIGHT (c) 2018 Daniel Scott-Raynsford. All rights reserved.
4+
.AUTHOR DSC Community
5+
.COMPANYNAME DSC Community
6+
.COPYRIGHT Copyright the DSC Community contributors. All rights reserved.
77
.TAGS DSCConfiguration
8-
.LICENSEURI https://github.com/PlagueHO/FileContentDsc/blob/master/LICENSE
9-
.PROJECTURI https://github.com/PlagueHO/FileContentDsc
8+
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE
9+
.PROJECTURI https://github.com/dsccommunity/FileContentDsc
1010
.ICONURI
1111
.EXTERNALMODULEDEPENDENCIES
1212
.REQUIREDSCRIPTS

Examples/Resources/KeyValuePairFile/1-KeyValuePairFile_RemovePlainTextPair_Config.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<#PSScriptInfo
22
.VERSION 1.0.0
33
.GUID d326f0fb-b169-4602-a508-dbcb07d0e883
4-
.AUTHOR Daniel Scott-Raynsford
5-
.COMPANYNAME
6-
.COPYRIGHT (c) 2018 Daniel Scott-Raynsford. All rights reserved.
4+
.AUTHOR DSC Community
5+
.COMPANYNAME DSC Community
6+
.COPYRIGHT Copyright the DSC Community contributors. All rights reserved.
77
.TAGS DSCConfiguration
8-
.LICENSEURI https://github.com/PlagueHO/FileContentDsc/blob/master/LICENSE
9-
.PROJECTURI https://github.com/PlagueHO/FileContentDsc
8+
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE
9+
.PROJECTURI https://github.com/dsccommunity/FileContentDsc
1010
.ICONURI
1111
.EXTERNALMODULEDEPENDENCIES
1212
.REQUIREDSCRIPTS

Examples/Resources/KeyValuePairFile/2-KeyValuePairFile_SetPlainTextPair_Config.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<#PSScriptInfo
22
.VERSION 1.0.0
33
.GUID 81ab6eb0-3052-46cd-bea5-653e89d38972
4-
.AUTHOR Daniel Scott-Raynsford
5-
.COMPANYNAME
6-
.COPYRIGHT (c) 2018 Daniel Scott-Raynsford. All rights reserved.
4+
.AUTHOR DSC Community
5+
.COMPANYNAME DSC Community
6+
.COPYRIGHT Copyright the DSC Community contributors. All rights reserved.
77
.TAGS DSCConfiguration
8-
.LICENSEURI https://github.com/PlagueHO/FileContentDsc/blob/master/LICENSE
9-
.PROJECTURI https://github.com/PlagueHO/FileContentDsc
8+
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE
9+
.PROJECTURI https://github.com/dsccommunity/FileContentDsc
1010
.ICONURI
1111
.EXTERNALMODULEDEPENDENCIES
1212
.REQUIREDSCRIPTS

Examples/Resources/KeyValuePairFile/3-KeyValuePairFile_SetSecretTextPair_Config.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<#PSScriptInfo
22
.VERSION 1.0.0
33
.GUID 89fa6d5d-c121-4502-8bac-5d3ea66e8e80
4-
.AUTHOR Daniel Scott-Raynsford
5-
.COMPANYNAME
6-
.COPYRIGHT (c) 2018 Daniel Scott-Raynsford. All rights reserved.
4+
.AUTHOR DSC Community
5+
.COMPANYNAME DSC Community
6+
.COPYRIGHT Copyright the DSC Community contributors. All rights reserved.
77
.TAGS DSCConfiguration
8-
.LICENSEURI https://github.com/PlagueHO/FileContentDsc/blob/master/LICENSE
9-
.PROJECTURI https://github.com/PlagueHO/FileContentDsc
8+
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE
9+
.PROJECTURI https://github.com/dsccommunity/FileContentDsc
1010
.ICONURI
1111
.EXTERNALMODULEDEPENDENCIES
1212
.REQUIREDSCRIPTS

Examples/Resources/ReplaceText/1-ReplaceText_ReplacePlainSecretText_Config.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<#PSScriptInfo
22
.VERSION 1.0.0
33
.GUID 6a6a7523-91c3-4038-b7f1-178b8dd6803d
4-
.AUTHOR Daniel Scott-Raynsford
5-
.COMPANYNAME
6-
.COPYRIGHT (c) 2018 Daniel Scott-Raynsford. All rights reserved.
4+
.AUTHOR DSC Community
5+
.COMPANYNAME DSC Community
6+
.COPYRIGHT Copyright the DSC Community contributors. All rights reserved.
77
.TAGS DSCConfiguration
8-
.LICENSEURI https://github.com/PlagueHO/FileContentDsc/blob/master/LICENSE
9-
.PROJECTURI https://github.com/PlagueHO/FileContentDsc
8+
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE
9+
.PROJECTURI https://github.com/dsccommunity/FileContentDsc
1010
.ICONURI
1111
.EXTERNALMODULEDEPENDENCIES
1212
.REQUIREDSCRIPTS

Examples/Resources/ReplaceText/2-ReplaceText_ReplacePlainText_Config.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<#PSScriptInfo
22
.VERSION 1.0.0
33
.GUID 40050783-8d84-4d71-be0c-a03c8da76133
4-
.AUTHOR Daniel Scott-Raynsford
5-
.COMPANYNAME
6-
.COPYRIGHT (c) 2018 Daniel Scott-Raynsford. All rights reserved.
4+
.AUTHOR DSC Community
5+
.COMPANYNAME DSC Community
6+
.COPYRIGHT Copyright the DSC Community contributors. All rights reserved.
77
.TAGS DSCConfiguration
8-
.LICENSEURI https://github.com/PlagueHO/FileContentDsc/blob/master/LICENSE
9-
.PROJECTURI https://github.com/PlagueHO/FileContentDsc
8+
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE
9+
.PROJECTURI https://github.com/dsccommunity/FileContentDsc
1010
.ICONURI
1111
.EXTERNALMODULEDEPENDENCIES
1212
.REQUIREDSCRIPTS

Examples/Resources/ReplaceText/3-ReplaceText_ReplaceRegexText_Config.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<#PSScriptInfo
22
.VERSION 1.0.0
33
.GUID b29bfcd1-95e1-47e1-971c-a2fffb223113
4-
.AUTHOR Daniel Scott-Raynsford
5-
.COMPANYNAME
6-
.COPYRIGHT (c) 2018 Daniel Scott-Raynsford. All rights reserved.
4+
.AUTHOR DSC Community
5+
.COMPANYNAME DSC Community
6+
.COPYRIGHT Copyright the DSC Community contributors. All rights reserved.
77
.TAGS DSCConfiguration
8-
.LICENSEURI https://github.com/PlagueHO/FileContentDsc/blob/master/LICENSE
9-
.PROJECTURI https://github.com/PlagueHO/FileContentDsc
8+
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE
9+
.PROJECTURI https://github.com/dsccommunity/FileContentDsc
1010
.ICONURI
1111
.EXTERNALMODULEDEPENDENCIES
1212
.REQUIREDSCRIPTS

FileContentDsc.psd1

Lines changed: 73 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,114 +1,112 @@
11
@{
2+
# Script module or binary module file associated with this manifest.
3+
# RootModule = ''
24

3-
# Script module or binary module file associated with this manifest.
4-
# RootModule = ''
5+
# Version number of this module.
6+
ModuleVersion = '1.3.0.0'
57

6-
# Version number of this module.
7-
ModuleVersion = '1.3.0.0'
8+
# Supported PSEditions
9+
# CompatiblePSEditions = @()
810

9-
# Supported PSEditions
10-
# CompatiblePSEditions = @()
11+
# ID used to uniquely identify this module
12+
GUID = '6c9fe2f4-8af9-4bad-bd95-5909188c0f0a'
1113

12-
# ID used to uniquely identify this module
13-
GUID = '6c9fe2f4-8af9-4bad-bd95-5909188c0f0a'
14+
# Author of this module
15+
Author = 'DSC Community'
1416

15-
# Author of this module
16-
Author = 'Daniel Scott-Raynsford'
17+
# Company or vendor of this module
18+
CompanyName = 'DSC Community'
1719

18-
# Company or vendor of this module
19-
CompanyName = ''
20+
# Copyright statement for this module
21+
Copyright = 'Copyright the DSC Community contributors. All rights reserved.'
2022

21-
# Copyright statement for this module
22-
Copyright = '(c) 2018 Daniel Scott-Raynsford. All rights reserved.'
23+
# Description of the functionality provided by this module
24+
Description = 'This module contains the DSC resources for manipulating the content of text files.'
2325

24-
# Description of the functionality provided by this module
25-
Description = 'This module contains the DSC resources for manipulating the content of text files.'
26+
# Minimum version of the Windows PowerShell engine required by this module
27+
PowerShellVersion = '4.0'
2628

27-
# Minimum version of the Windows PowerShell engine required by this module
28-
PowerShellVersion = '4.0'
29+
# Name of the Windows PowerShell host required by this module
30+
# PowerShellHostName = ''
2931

30-
# Name of the Windows PowerShell host required by this module
31-
# PowerShellHostName = ''
32+
# Minimum version of the Windows PowerShell host required by this module
33+
# PowerShellHostVersion = ''
3234

33-
# Minimum version of the Windows PowerShell host required by this module
34-
# PowerShellHostVersion = ''
35+
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
36+
# DotNetFrameworkVersion = ''
3537

36-
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
37-
# DotNetFrameworkVersion = ''
38+
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
39+
CLRVersion = '4.0'
3840

39-
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
40-
CLRVersion = '4.0'
41+
# Processor architecture (None, X86, Amd64) required by this module
42+
# ProcessorArchitecture = ''
4143

42-
# Processor architecture (None, X86, Amd64) required by this module
43-
# ProcessorArchitecture = ''
44+
# Modules that must be imported into the global environment prior to importing this module
45+
# RequiredModules = @()
4446

45-
# Modules that must be imported into the global environment prior to importing this module
46-
# RequiredModules = @()
47+
# Assemblies that must be loaded prior to importing this module
48+
# RequiredAssemblies = @()
4749

48-
# Assemblies that must be loaded prior to importing this module
49-
# RequiredAssemblies = @()
50+
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
51+
# ScriptsToProcess = @()
5052

51-
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
52-
# ScriptsToProcess = @()
53+
# Type files (.ps1xml) to be loaded when importing this module
54+
# TypesToProcess = @()
5355

54-
# Type files (.ps1xml) to be loaded when importing this module
55-
# TypesToProcess = @()
56+
# Format files (.ps1xml) to be loaded when importing this module
57+
# FormatsToProcess = @()
5658

57-
# Format files (.ps1xml) to be loaded when importing this module
58-
# FormatsToProcess = @()
59+
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
60+
# NestedModules = @()
5961

60-
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
61-
# NestedModules = @()
62+
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
63+
FunctionsToExport = @()
6264

63-
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
64-
FunctionsToExport = @()
65+
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
66+
CmdletsToExport = @()
6567

66-
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
67-
CmdletsToExport = @()
68+
# Variables to export from this module
69+
VariablesToExport = @()
6870

69-
# Variables to export from this module
70-
VariablesToExport = @()
71+
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
72+
AliasesToExport = @()
7173

72-
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
73-
AliasesToExport = @()
74+
# DSC resources to export from this module
75+
DscResourcesToExport = @('ReplaceText', 'KeyValuePairFile', 'IniSettingsFile')
7476

75-
# DSC resources to export from this module
76-
DscResourcesToExport = @('ReplaceText','KeyValuePairFile','IniSettingsFile')
77+
# List of all modules packaged with this module
78+
# ModuleList = @()
7779

78-
# List of all modules packaged with this module
79-
# ModuleList = @()
80+
# List of all files packaged with this module
81+
# FileList = @()
8082

81-
# List of all files packaged with this module
82-
# FileList = @()
83+
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
84+
PrivateData = @{
8385

84-
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
85-
PrivateData = @{
86+
PSData = @{
8687

87-
PSData = @{
88+
# Tags applied to this module. These help with module discovery in online galleries.
89+
Tags = 'DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource'
8890

89-
# Tags applied to this module. These help with module discovery in online galleries.
90-
Tags = 'DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource'
91+
# A URL to the license for this module.
92+
LicenseUri = 'https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE'
9193

92-
# A URL to the license for this module.
93-
LicenseUri = 'https://github.com/PowerShell/FileContentDsc/blob/master/LICENSE'
94+
# A URL to the main website for this project.
95+
ProjectUri = 'https://github.com/dsccommunity/FileContentDsc'
9496

95-
# A URL to the main website for this project.
96-
ProjectUri = 'https://github.com/PlagueHO/FileContentDsc'
97+
# A URL to an icon representing this module.
98+
# IconUri = ''
9799

98-
# A URL to an icon representing this module.
99-
# IconUri = ''
100+
# ReleaseNotes of this module
101+
ReleaseNotes = 'Initial release of FileContentDsc'
100102

101-
# ReleaseNotes of this module
102-
ReleaseNotes = 'Initial release of FileContentDsc'
103+
} # End of PSData hashtable
103104

104-
} # End of PSData hashtable
105+
} # End of PrivateData hashtable
105106

106-
} # End of PrivateData hashtable
107-
108-
# HelpInfo URI of this module
109-
# HelpInfoURI = ''
110-
111-
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
112-
# DefaultCommandPrefix = ''
107+
# HelpInfo URI of this module
108+
# HelpInfoURI = ''
113109

110+
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
111+
# DefaultCommandPrefix = ''
114112
}

0 commit comments

Comments
 (0)