We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465c83a commit 7e3388bCopy full SHA for 7e3388b
.vscode/extensions.json
@@ -0,0 +1,10 @@
1
+{
2
+ "recommendations": [
3
+ "ms-dotnettools.csdevkit",
4
+ "github.vscode-github-actions",
5
+ "davidanson.vscode-markdownlint",
6
+ "bierner.markdown-mermaid",
7
+ "bpruitt-goddard.mermaid-markdown-syntax-highlighting",
8
+ "bierner.github-markdown-preview"
9
+ ]
10
+}
.vscode/settings.json
@@ -0,0 +1,6 @@
+ "markdownlint.config": {
+ "no-duplicate-heading": false,
+ "first-line-heading": false
+ }
CHANGELOG.md
@@ -1,7 +1,6 @@
-
## 0.8.0-alpha
-#### General
+### General
- Added support for new Steam library cache layout
- Updated to .NET 9.0
0 commit comments