-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoduleForgeConfig.xml
More file actions
58 lines (58 loc) · 2.04 KB
/
moduleForgeConfig.xml
File metadata and controls
58 lines (58 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0">
<TN RefId="0">
<T>Deserialized.System.Management.Automation.PSCustomObject</T>
<T>Deserialized.System.Object</T>
</TN>
<MS>
<S N="moduleName">ModuleForge</S>
<S N="description">Takes the grunt work out of PowerShell module development. Scaffolds project structure, Pester test stubs, and GitHub Actions or Azure DevOps CI/CD pipelines with semantic versioning, automated changelogs, and PSGallery publishing -> up and running in minutes.</S>
<Version N="minimumPsVersion">7.2</Version>
<Obj N="moduleAuthors" RefId="1">
<TN RefId="1">
<T>Deserialized.System.String[]</T>
<T>Deserialized.System.Array</T>
<T>Deserialized.System.Object</T>
</TN>
<LST>
<S>Adrian.Andersson</S>
</LST>
</Obj>
<S N="companyName">Adrian.Andersson</S>
<Obj N="tags" RefId="2">
<TN RefId="2">
<T>Deserialized.System.Object[]</T>
<T>Deserialized.System.Array</T>
<T>Deserialized.System.Object</T>
</TN>
<LST>
<S>Automation</S>
<S>AzureDevOps</S>
<S>GitHub</S>
<S>Scaffold</S>
<S>BuildAutomation</S>
<S>SemVer</S>
<S>PlatyPS</S>
<S>PSGallery</S>
<S>CI</S>
<S>Pester</S>
</LST>
</Obj>
<S N="projectUri">https://github.com/adrian-andersson/ModuleForge</S>
<S N="licenseUri">https://github.com/adrian-andersson/ModuleForge/blob/main/LICENSE</S>
<S N="guid">af358439-4ce1-4633-9a55-f5f3a24b646d</S>
<S N="moduleforgeVersion">0.0.47</S>
<S N="iconUri"></S>
<Nil N="requiredModules" />
<Obj N="ExternalModuleDependencies" RefId="3">
<TNRef RefId="1" />
<LST>
<S>Pester</S>
<S>Microsoft.PowerShell.PSResourceGet</S>
</LST>
</Obj>
<Nil N="DefaultCommandPrefix" />
<Nil N="PrivateData" />
</MS>
</Obj>
</Objs>