Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds AboutXml topic #301

Merged
merged 28 commits into from
Jan 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
036ebc3
Adds framework
indented-automation Oct 25, 2019
08636ec
Merge branch 'master' into AddsAboutXml
indented-automation Oct 25, 2019
546c473
Starting to add XPath
indented-automation Oct 27, 2019
d9d7253
Adds Select-Xml, Select methods, and XmlWriter
indented-automation Oct 29, 2019
9da4d6f
Adds document modification
indented-automation Nov 1, 2019
eb49863
Merge branch 'master' into AddsAboutXml
indented-automation Nov 1, 2019
f491e01
Gets rid of that line break
indented-automation Nov 1, 2019
7dfe442
Fixes RemoveAll / RemoveChild examples
indented-automation Dec 2, 2019
11e132b
Adds namespace handling
indented-automation Jan 2, 2020
03f6397
Merge branch 'master' into AddsAboutXml
indented-automation Jan 2, 2020
c24e776
Adds AboutXml to index
indented-automation Jan 2, 2020
518fcaa
Update PSKoans/Koans/Constructs and Patterns/AboutXml.Koans.ps1
indented-automation Jan 8, 2020
f8dc626
Update PSKoans/Koans/Constructs and Patterns/AboutXml.Koans.ps1
indented-automation Jan 8, 2020
fc0126a
Update PSKoans/Koans/Constructs and Patterns/AboutXml.Koans.ps1
indented-automation Jan 8, 2020
318f262
Update PSKoans/Koans/Constructs and Patterns/AboutXml.Koans.ps1
indented-automation Jan 8, 2020
79575f9
Update PSKoans/Koans/Constructs and Patterns/AboutXml.Koans.ps1
indented-automation Jan 8, 2020
92ed45b
Update PSKoans/Koans/Constructs and Patterns/AboutXml.Koans.ps1
indented-automation Jan 8, 2020
2cc04c0
Update PSKoans/Koans/Constructs and Patterns/AboutXml.Koans.ps1
indented-automation Jan 8, 2020
9567af0
Update PSKoans/Koans/Constructs and Patterns/AboutXml.Koans.ps1
indented-automation Jan 8, 2020
d3eb935
Update PSKoans/Koans/Constructs and Patterns/AboutXml.Koans.ps1
indented-automation Jan 8, 2020
dea5f45
Update PSKoans/Koans/Constructs and Patterns/AboutXml.Koans.ps1
indented-automation Jan 8, 2020
d26d41d
Update PSKoans/Koans/Constructs and Patterns/AboutXml.Koans.ps1
indented-automation Jan 8, 2020
3006b93
Merge branch 'master' into AddsAboutXml
indented-automation Jan 8, 2020
23e00ba
Review fixes
indented-automation Jan 8, 2020
291a6a9
Update PSKoans/Koans/Constructs and Patterns/AboutXml.Koans.ps1
indented-automation Jan 10, 2020
1077b2f
Update PSKoans/Koans/Constructs and Patterns/AboutXml.Koans.ps1
indented-automation Jan 10, 2020
744d4d2
Review fixes
indented-automation Jan 10, 2020
81d70d9
Merge branch 'master' into AddsAboutXml
indented-automation Jan 10, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions KoanIndex.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ When adding or updating koan topics, please keep this file up to date.
| Constructs and Patterns | [AboutBitwiseOperators][AboutBitwiseOperators] | 309 |
| Constructs and Patterns | [AboutEnumerations][AboutEnumerations] | 310 |
| Constructs and Patterns | [AboutClasses][AboutClasses] | 311 |
| Constructs and Patterns | [AboutXml][AboutXml] | 312 |
| Constructs and Patterns | [AboutRegularExpressions][AboutRegularExpressions] | 320 |
| Cmdlets 2 | [AboutOutCmdlets][AboutOutCmdlets] | 401 |

Expand Down Expand Up @@ -108,5 +109,6 @@ When adding or updating koan topics, please keep this file up to date.
[AboutRegularExpressions]: PSKoans/Koans/Constructs%20and%20Patterns/AboutRegularExpressions.Koans.ps1
[AboutOutCmdlets]: PSKoans/Koans/Cmdlets%202/AboutOutCmdlets.Koans.ps1
[AboutClasses]: PSKoans/Koans/Constructs%20and%20Patterns/AboutClasses.Koans.ps1
[AboutXml]: PSKoans/Koans/Constructs%20and%20Patterns/AboutXml.Koans.ps1

<!-- Add links for koans from other modules below this line -->
Loading