Skip to content

Commit 40ae519

Browse files
authored
Merge pull request #22 from webmaster442/next
Next
2 parents 87d4c60 + 30c8ea3 commit 40ae519

23 files changed

+4654
-2158
lines changed

000-start.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
:::parent
1+
:::toc-wrapper
22

33
[toc maxlevel="2"] Contents
44

5+
:::
6+
57
:::content
68

79
![cheat sheet header](img/header.svg)
810

911
<hr class="pagebreak">
1012

13+
# Intro
14+
1115
## Authors
1216

1317
* Ruzsinszki Gábor - https://www.linkedin.com/in/gabor-ruzsinszki-b564a8181/
@@ -33,7 +37,7 @@ The project is open-source and available on GitHub. You can contribute to it by
3337

3438
* **2024.03.08**
3539

36-
Generic math interfaces extended & various small improvements
40+
Generic maths interfaces extended & various small improvements
3741

3842
* **2024.04.08**
3943

@@ -51,3 +55,11 @@ The project is open-source and available on GitHub. You can contribute to it by
5155
* Added reflection section
5256
* Format strings: Added few examples
5357
* Extended Exceptions chapter
58+
59+
* **2024.06.04**
60+
61+
* Grammar fixes by JamesKidd87
62+
* New PWA & website look and feel
63+
* Added Basic C# syntax section
64+
* Added XML and JSON serialization chapter
65+
* Added Object validation chapter

030-powershell.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
RemoveBinObj
2323
```
2424
25-
* Render markdown to html file
25+
* Render markdown to a html file (Works on Powershell Core > 7)
2626
2727
```powershell
2828
function Convert-MarkdownToHtml {

0 commit comments

Comments
 (0)