Produced by Araxis Merge on 11/9/2018 12:16:34 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
# | Location | File | Last Modified |
---|---|---|---|
1 | RAMS-2.3.0.zip\RAMS-2.3.0\ps\module | RAMS_Module_CleanHistory.psd1 | Mon Aug 27 21:01:38 2018 UTC |
2 | RAMS-2.3.0.zip\RAMS-2.3.0\ps\module | RAMS_Module_CleanHistory.psd1 | Fri Nov 9 14:41:57 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 2 | 244 |
Changed | 1 | 2 |
Inserted | 0 | 0 |
Removed | 0 | 0 |
Whitespace | |
---|---|
Character case | Differences in character case are significant |
Line endings | Differences in line endings (CR and LF characters) are ignored |
CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
1 | # | |
2 | # Module m anifest fo r module ' RAMS_Modul e_CleanHis tory' | |
3 | # | |
4 | # Generate d by: By L ight | |
5 | # | |
6 | # Generate d on: 8/27 /2018 | |
7 | # | |
8 | ||
9 | @{ | |
10 | ||
11 | # Script m odule or b inary modu le file as sociated w ith this m anifest. | |
12 | RootModule = '.\RAMS _Module_Cl eanHistory .psm1' | |
13 | ||
14 | # Version number of this modul e. | |
15 | ModuleVers ion = '2.3 .0' | |
16 | ||
17 | # Supporte d PSEditio ns | |
18 | # Compatib lePSEditio ns = @() | |
19 | ||
20 | # ID used to uniquel y identify this modu le | |
21 | GUID = 'ff 5a43f5-60b 5-4309-bb6 0-d4c4da43 0d1e' | |
22 | ||
23 | # Author o f this mod ule | |
24 | Author = ' By Light' | |
25 | ||
26 | # Company or vendor of this mo dule | |
27 | CompanyNam e = ' DN S' | |
28 | ||
29 | # Copyrigh t statemen t for this module | |
30 | Copyright = '(c) 201 8 By Light . All righ ts reserve d.' | |
31 | ||
32 | # Descript ion of the functiona lity provi ded by thi s module | |
33 | Descriptio n = 'RAMS Clean Hist ory Functi ons' | |
34 | ||
35 | # Minimum version of the Windo ws PowerSh ell engine required by this mo dule | |
36 | # PowerShe llVersion = '' | |
37 | ||
38 | # Name of the Window s PowerShe ll host re quired by this modul e | |
39 | # PowerShe llHostName = '' | |
40 | ||
41 | # Minimum version of the Windo ws PowerSh ell host r equired by this modu le | |
42 | # PowerShe llHostVers ion = '' | |
43 | ||
44 | # Minimum version of Microsoft .NET Fram ework requ ired by th is module. This prer equisite i s valid fo r the Powe rShell Des ktop editi on only. | |
45 | # DotNetFr ameworkVer sion = '' | |
46 | ||
47 | # Minimum version of the commo n language runtime ( CLR) requi red by thi s module. This prere quisite is valid for the Power Shell Desk top editio n only. | |
48 | # CLRVersi on = '' | |
49 | ||
50 | # Processo r architec ture (None , X86, Amd 64) requir ed by this module | |
51 | # Processo rArchitect ure = '' | |
52 | ||
53 | # Modules that must be importe d into the global en vironment prior to i mporting t his module | |
54 | # Required Modules = @() | |
55 | ||
56 | # Assembli es that mu st be load ed prior t o importin g this mod ule | |
57 | # Required Assemblies = @() | |
58 | ||
59 | # Script f iles (.ps1 ) that are run in th e caller's environme nt prior t o importin g this mod ule. | |
60 | # ScriptsT oProcess = @() | |
61 | ||
62 | # Type fil es (.ps1xm l) to be l oaded when importing this modu le | |
63 | # TypesToP rocess = @ () | |
64 | ||
65 | # Format f iles (.ps1 xml) to be loaded wh en importi ng this mo dule | |
66 | # FormatsT oProcess = @() | |
67 | ||
68 | # Modules to import as nested modules of the modul e specifie d in RootM odule/Modu leToProces s | |
69 | # NestedMo dules = @( ) | |
70 | ||
71 | # Function s to expor t from thi s module, for best p erformance , do not u se wildcar ds and do not delete the entry , use an e mpty array if there are no fun ctions to export. | |
72 | FunctionsT oExport = '*' | |
73 | ||
74 | # Cmdlets to export from this module, fo r best per formance, do not use wildcards and do no t delete t he entry, use an emp ty array i f there ar e no cmdle ts to expo rt. | |
75 | CmdletsToE xport = '* ' | |
76 | ||
77 | # Variable s to expor t from thi s module | |
78 | VariablesT oExport = '*' | |
79 | ||
80 | # Aliases to export from this module, fo r best per formance, do not use wildcards and do no t delete t he entry, use an emp ty array i f there ar e no alias es to expo rt. | |
81 | AliasesToE xport = '* ' | |
82 | ||
83 | # DSC reso urces to e xport from this modu le | |
84 | # DscResou rcesToExpo rt = @() | |
85 | ||
86 | # List of all module s packaged with this module | |
87 | # ModuleLi st = @() | |
88 | ||
89 | # List of all files packaged w ith this m odule | |
90 | # FileList = @() | |
91 | ||
92 | # Private data to pa ss to the module spe cified in RootModule /ModuleToP rocess. Th is may als o contain a PSData h ashtable w ith additi onal modul e metadata used by P owerShell. | |
93 | PrivateDat a = @{ | |
94 | ||
95 | PSData = @{ | |
96 | ||
97 | # Tags appli ed to this module. T hese help with modul e discover y in onlin e gallerie s. | |
98 | # Tags = @() | |
99 | ||
100 | # A URL to t he license for this module. | |
101 | # LicenseUri = '' | |
102 | ||
103 | # A URL to t he main we bsite for this proje ct. | |
104 | # ProjectUri = '' | |
105 | ||
106 | # A URL to a n icon rep resenting this modul e. | |
107 | # IconUri = '' | |
108 | ||
109 | # ReleaseNot es of this module | |
110 | # ReleaseNot es = '' | |
111 | ||
112 | } # En d of PSDat a hashtabl e | |
113 | ||
114 | } # End of PrivateDa ta hashtab le | |
115 | ||
116 | # HelpInfo URI of th is module | |
117 | # HelpInfo URI = '' | |
118 | ||
119 | # Default prefix for commands exported f rom this m odule. Ove rride the default pr efix using Import-Mo dule -Pref ix. | |
120 | # DefaultC ommandPref ix = '' | |
121 | ||
122 | } | |
123 |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.